summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc3.ebuild')
-rw-r--r--sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc3.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc3.ebuild b/sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc3.ebuild
new file mode 100644
index 0000000..2446c7b
--- /dev/null
+++ b/sys-kernel/pasemi-sources/pasemi-sources-2.6.24_rc3.ebuild
@@ -0,0 +1,34 @@
+
+#K_WANT_GENPATCHES="base extras"
+#K_GENPATCHES_VER="15"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+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}"
+
+KEYWORDS="ppc ppc64"
+
+
+src_unpack() {
+ kernel-2_src_unpack
+ #cd ${S}
+ cd ..
+ pwd
+ epatch ${FILESDIR}/sq24.patch.gz
+ epatch ${FILESDIR}/eth_fix.patch.gz
+
+}
+
+
+pkg_postinst() {
+ postinst_sources
+}
+