diff options
author | Brent Baude <ranger@gentoo.org> | 2008-01-10 02:51:06 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-01-10 02:51:06 +0000 |
commit | 497b2df4a58b9f18cdf9b758d45dbced6213290a (patch) | |
tree | 340feb538787508fc2f4d7f69d3bf150edf34510 /sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc6.ebuild | |
parent | new stuff (diff) | |
download | powerpc-497b2df4a58b9f18cdf9b758d45dbced6213290a.tar.gz powerpc-497b2df4a58b9f18cdf9b758d45dbced6213290a.tar.bz2 powerpc-497b2df4a58b9f18cdf9b758d45dbced6213290a.zip |
new ebuild, new digest
svn path=/; revision=7
Diffstat (limited to 'sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc6.ebuild')
-rw-r--r-- | sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc6.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc6.ebuild b/sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc6.ebuild new file mode 100644 index 0000000..0cba2b5 --- /dev/null +++ b/sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc6.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 +} |