summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/ps3-sources/ps3-sources-2.6.24.ebuild')
-rw-r--r--sys-kernel/ps3-sources/ps3-sources-2.6.24.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-kernel/ps3-sources/ps3-sources-2.6.24.ebuild b/sys-kernel/ps3-sources/ps3-sources-2.6.24.ebuild
new file mode 100644
index 0000000..d2af056
--- /dev/null
+++ b/sys-kernel/ps3-sources/ps3-sources-2.6.24.ebuild
@@ -0,0 +1,18 @@
+ETYPE="sources"
+inherit kernel-2 eutils
+detect_version
+
+DESCRIPTION="vanilla plus ps3 patches"
+HOMEPAGE=""
+
+
+SRC_URI="${KERNEL_URI}"
+UNIPATCH_STRICT=1
+UNIPATCH_LIST="${FILESDIR}/00-sony-2.6.24.patch.bz2 ${FILESDIR}/99-squashfs-3.3.patch.bz2"
+
+KEYWORDS="ppc ppc64"
+
+
+pkg_postinst() {
+ postinst_sources
+}