diff options
author | Nick White <git@njw.me.uk> | 2009-10-15 14:02:59 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-10-15 14:02:59 +0100 |
commit | 4345133d31e07c1e57c4c4f1bd9e54a53e0229cd (patch) | |
tree | ce67a1cc60f80d0de347fa0d60167b5b8a8a6dc5 /sys-kernel/libre-sources | |
parent | ed1f84aaf09fc10f8a2b998221742059f3324409 (diff) | |
download | njw-gentoo-local-4345133d31e07c1e57c4c4f1bd9e54a53e0229cd.tar.bz2 njw-gentoo-local-4345133d31e07c1e57c4c4f1bd9e54a53e0229cd.zip |
Fixed LIBRE_VER to newest revision, and added latest libre and libregentoo ebuilds
Diffstat (limited to 'sys-kernel/libre-sources')
-rw-r--r-- | sys-kernel/libre-sources/libre-sources-2.6.31.3.ebuild | 18 | ||||
-rw-r--r-- | sys-kernel/libre-sources/libre-sources-2.6.31.ebuild | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/sys-kernel/libre-sources/libre-sources-2.6.31.3.ebuild b/sys-kernel/libre-sources/libre-sources-2.6.31.3.ebuild new file mode 100644 index 0000000..ea9a6f6 --- /dev/null +++ b/sys-kernel/libre-sources/libre-sources-2.6.31.3.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" +inherit kernel-libre +LIBRE_VER=1 +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="" diff --git a/sys-kernel/libre-sources/libre-sources-2.6.31.ebuild b/sys-kernel/libre-sources/libre-sources-2.6.31.ebuild index 5921545..ea9a6f6 100644 --- a/sys-kernel/libre-sources/libre-sources-2.6.31.ebuild +++ b/sys-kernel/libre-sources/libre-sources-2.6.31.ebuild @@ -7,6 +7,7 @@ EAPI="2" K_SECURITY_UNSUPPORTED="1" ETYPE="sources" inherit kernel-libre +LIBRE_VER=1 detect_version DESCRIPTION="Full sources for the BLOB free version of the Linux kernel" |