diff options
author | Brent Baude <ranger@gentoo.org> | 2008-01-06 17:32:33 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-01-06 17:32:33 +0000 |
commit | 582b511ce8939090859e4eb1a7e8ae98070f62c5 (patch) | |
tree | 0183041534a1c7511b161c47a86e72ad4c81980f /sys-kernel/ps3-sources/ps3-sources-2.6.23-r1.ebuild | |
parent | Adding fb fix for 2.10 sony bustage (diff) | |
download | cell-582b511ce8939090859e4eb1a7e8ae98070f62c5.tar.gz cell-582b511ce8939090859e4eb1a7e8ae98070f62c5.tar.bz2 cell-582b511ce8939090859e4eb1a7e8ae98070f62c5.zip |
New ps3 ebuild and manifest
svn path=/; revision=27
Diffstat (limited to 'sys-kernel/ps3-sources/ps3-sources-2.6.23-r1.ebuild')
-rw-r--r-- | sys-kernel/ps3-sources/ps3-sources-2.6.23-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-kernel/ps3-sources/ps3-sources-2.6.23-r1.ebuild b/sys-kernel/ps3-sources/ps3-sources-2.6.23-r1.ebuild new file mode 100644 index 0000000..cc3ffc2 --- /dev/null +++ b/sys-kernel/ps3-sources/ps3-sources-2.6.23-r1.ebuild @@ -0,0 +1,19 @@ +ETYPE="sources" +inherit kernel-2 eutils +detect_version + +DESCRIPTION="vanilla plus ps3 patches" +HOMEPAGE="" + +PS3_PATCHES_URI="http://dev.gentoo.org/~ranger/downloads/ps3/${PV}-ps3updates.diff.bz2" + +SRC_URI="${KERNEL_URI} ${PS3_PATCHES_URI}" +UNIPATCH_STRICT=1 +UNIPATCH_LIST="${DISTDIR}/${PV}-ps3updates.diff.bz2 ${FILESDIR}/ps3fb-fix-gpu-cmd-buff-size-2.10-linux-2.6.23-20071023.diff" + +KEYWORDS="ppc ppc64" + + +pkg_postinst() { + postinst_sources +} |