diff options
author | Brent Baude <ranger@gentoo.org> | 2007-11-04 17:25:47 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2007-11-04 17:25:47 +0000 |
commit | 308b85e268e0cba4334c5cc1b6af92de16c519f4 (patch) | |
tree | d7f186d377382d990629740b4e6149963319db6d | |
parent | svn path=/; revision=15 (diff) | |
download | cell-308b85e268e0cba4334c5cc1b6af92de16c519f4.tar.gz cell-308b85e268e0cba4334c5cc1b6af92de16c519f4.tar.bz2 cell-308b85e268e0cba4334c5cc1b6af92de16c519f4.zip |
svn path=/; revision=16
-rw-r--r-- | sys-kernel/ps3-sources/ps3-sources-2.6.23.1.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sys-kernel/ps3-sources/ps3-sources-2.6.23.1.ebuild b/sys-kernel/ps3-sources/ps3-sources-2.6.23.1.ebuild new file mode 100644 index 0000000..cd9163c --- /dev/null +++ b/sys-kernel/ps3-sources/ps3-sources-2.6.23.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +ETYPE="sources" +inherit kernel-2 eutils +detect_version + +DESCRIPTION="Vanilla plus PS3 Patches and SquashFS" +HOMEPAGE="" +#PS3_PATCHES_URI="http://dev.gentoo.org/~ranger/downloads/ps3/${PV}-ps3updates.diff.bz2" +#SRC_URI="${KERNEL_URI} ${PS3_PATCHES_URI}" +SONY_URI="http://www.kernel.org/pub/linux/kernel/people/geoff/cell/CELL-Linux-CL_20071023-ADDON/src/linux-2.6.23-20071023.tar.bz2" + +SRC_URI="${SONY_URI}" +K_USEPV="-20071023" +PF="linux-2.6.23-20071023" +LICENSE="" +SLOT="0" +KEYWORDS="~ppc ~ppc64" + +src_unpack() { + #kernel-2_src_unpack $PF + unpack ${A} + #epatch ${DISTDIR}/${PV}-ps3updates.diff.bz2 + epatch ${FILESDIR}/squashfs-3.2-r2.diff.bz2 +} + + +pkg_postinst() { + postinst_sources +} + |