summaryrefslogtreecommitdiff
path: root/sys-kernel
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-07-19 02:08:21 +0100
committerNick White <git@njw.me.uk>2009-07-19 02:08:21 +0100
commitda1be999e070ce45f194f00558d09402d9cc1815 (patch)
tree992e78a26c6820b3cd860cac5818ac005d40ede6 /sys-kernel
parent47acbc62e42354be6017a76c12b684017a9e64a3 (diff)
downloadnjw-gentoo-local-da1be999e070ce45f194f00558d09402d9cc1815.tar.bz2
njw-gentoo-local-da1be999e070ce45f194f00558d09402d9cc1815.zip
Add latest libregentoo ebuild
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r3.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r3.ebuild b/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r3.ebuild
new file mode 100644
index 0000000..eda729b
--- /dev/null
+++ b/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.30-r3.ebuild
@@ -0,0 +1,16 @@
+EAPI="2"
+
+K_SECURITY_UNSUPPORTED="1"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras"
+K_GENPATCHES_VER="4"
+inherit kernel-libre
+detect_version
+detect_arch
+
+KEYWORDS="~x86"
+IUSE=""
+HOMEPAGE="http://www.fsfla.org/svnwiki/selibre/linux-libre/ http://dev.gentoo.org/~dsd/genpatches"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} blob free version of the kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${DEBLOB_URI}"