diff options
author | Nick White <git@njw.me.uk> | 2009-10-28 23:52:48 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-10-28 23:52:48 +0000 |
commit | fed6a5e1a2df2fcd20ed690974f0cd2596f8dad2 (patch) | |
tree | 41a7897d5b743cf1747e6ecc55abffed0483201b /sys-kernel/libregentoo-sources | |
parent | 0d8e698cc538f0f11c2120a500616678659850cc (diff) | |
download | njw-gentoo-local-fed6a5e1a2df2fcd20ed690974f0cd2596f8dad2.tar.bz2 njw-gentoo-local-fed6a5e1a2df2fcd20ed690974f0cd2596f8dad2.zip |
Added latest libregentoo ebuild (thanks Tim\!)
Diffstat (limited to 'sys-kernel/libregentoo-sources')
-rw-r--r-- | sys-kernel/libregentoo-sources/libregentoo-sources-2.6.31-r4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.31-r4.ebuild b/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.31-r4.ebuild new file mode 100644 index 0000000..a7fbc7a --- /dev/null +++ b/sys-kernel/libregentoo-sources/libregentoo-sources-2.6.31-r4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +K_SECURITY_UNSUPPORTED="1" +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="5" +LIBRE_VER=1 +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}" |