diff options
author | 2008-01-10 01:47:20 +0000 | |
---|---|---|
committer | 2008-01-10 01:47:20 +0000 | |
commit | 438dc72654c1121119e6106050f6aa68f56f04b9 (patch) | |
tree | bdcf047e579c404b76dbc905e1cbb35e368da5b8 /sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc4.ebuild | |
parent | actually adding the patches... (diff) | |
download | powerpc-438dc72654c1121119e6106050f6aa68f56f04b9.tar.gz powerpc-438dc72654c1121119e6106050f6aa68f56f04b9.tar.bz2 powerpc-438dc72654c1121119e6106050f6aa68f56f04b9.zip |
new stuff
svn path=/; revision=6
Diffstat (limited to 'sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc4.ebuild')
-rw-r--r-- | sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc4.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc4.ebuild b/sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc4.ebuild new file mode 100644 index 0000000..0cba2b5 --- /dev/null +++ b/sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc4.ebuild @@ -0,0 +1,27 @@ +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +ETYPE="sources" +inherit kernel-2 eutils +detect_version + +DESCRIPTION="vanilla plus patches" +HOMEPAGE="" +SRC_URI="${KERNEL_URI}" + +LICENSE="" +SLOT="0" +KEYWORDS="ppc ppc64" +IUSE="" + +DEPEND="" +RDEPEND="" + +UNIPATCH_STRICT=1 +UNIPATCH_LIST="${FILESDIR}/sq24.patch.gz ${FILESDIR}/i2c.patch.gz ${FILESDIR}/rtc.patch.gz ${FILESDIR}/rtc_class.patch.gz" + + + + +pkg_postinst() { + postinst_sources +} |