diff options
author | Nick White <git@njw.me.uk> | 2009-10-28 23:49:26 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-10-28 23:49:26 +0000 |
commit | 0d8e698cc538f0f11c2120a500616678659850cc (patch) | |
tree | 8457d4bbb737a69270e0f4432d063bf3ced04f4f | |
parent | 3e5cd9d2bb94e4974fc04e3a424e5663d1bf7a0b (diff) | |
download | njw-gentoo-local-0d8e698cc538f0f11c2120a500616678659850cc.tar.bz2 njw-gentoo-local-0d8e698cc538f0f11c2120a500616678659850cc.zip |
Added new libre-sources ebuild
-rw-r--r-- | sys-kernel/libre-sources/libre-sources-2.6.31.5.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-kernel/libre-sources/libre-sources-2.6.31.5.ebuild b/sys-kernel/libre-sources/libre-sources-2.6.31.5.ebuild new file mode 100644 index 0000000..533b0fd --- /dev/null +++ b/sys-kernel/libre-sources/libre-sources-2.6.31.5.ebuild @@ -0,0 +1,18 @@ +# 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" +LIBRE_VER=1 +inherit kernel-libre +detect_version + +DESCRIPTION="Full sources for the BLOB free version of the Linux kernel" +HOMEPAGE="http://www.fsfla.org/svnwiki/selibre/linux-libre/" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~amd64 ~x86" +IUSE="" |