summaryrefslogtreecommitdiff
path: root/sys-kernel
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-07-26 19:29:56 +0100
committerNick White <git@njw.me.uk>2009-07-26 19:29:56 +0100
commit497696cc37d763b39242f9f9e11577516e3a48bb (patch)
treede34dfec25f434ae6d21cdeed92317fe46e63e59 /sys-kernel
parent4bd05f0a9152cb1c38693f5304fbb9db1d33f12f (diff)
downloadnjw-gentoo-local-497696cc37d763b39242f9f9e11577516e3a48bb.tar.bz2
njw-gentoo-local-497696cc37d763b39242f9f9e11577516e3a48bb.zip
Removed old libre-sources
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/libre-sources/libre-sources-2.6.29.3.ebuild30
-rw-r--r--sys-kernel/libre-sources/libre-sources-2.6.29.4.ebuild30
2 files changed, 0 insertions, 60 deletions
diff --git a/sys-kernel/libre-sources/libre-sources-2.6.29.3.ebuild b/sys-kernel/libre-sources/libre-sources-2.6.29.3.ebuild
deleted file mode 100644
index 6968b1c..0000000
--- a/sys-kernel/libre-sources/libre-sources-2.6.29.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-K_SECURITY_UNSUPPORTED="1"
-ETYPE="sources"
-inherit kernel-2
-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="http://www.linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-libre/linux-${PV}-libre.tar.bz2"
-
-KEYWORDS="~amd64 x86"
-
-# use our own unpack function as tarball is laid out differently
-universal_unpack() {
- cd ${WORKDIR}
- unpack linux-${KV_FULL}.tar.bz2
- S=${WORKDIR}/linux-${KV_FULL}
- mv ${WORKDIR}/linux-${PV} ${WORKDIR}/linux-${KV_FULL} \
- || die "Unable to move source tree to ${KV_FULL}."
- cd ${S}
-
- # remove all backup files
- find . -iname "*~" -exec rm {} \; 2> /dev/null
-}
-
-src_unpack() {
- # patches included in tarball
- UNIPATCH_LIST_DEFAULT=""
-
- kernel-2_src_unpack
-}
diff --git a/sys-kernel/libre-sources/libre-sources-2.6.29.4.ebuild b/sys-kernel/libre-sources/libre-sources-2.6.29.4.ebuild
deleted file mode 100644
index 6968b1c..0000000
--- a/sys-kernel/libre-sources/libre-sources-2.6.29.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-K_SECURITY_UNSUPPORTED="1"
-ETYPE="sources"
-inherit kernel-2
-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="http://www.linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-libre/linux-${PV}-libre.tar.bz2"
-
-KEYWORDS="~amd64 x86"
-
-# use our own unpack function as tarball is laid out differently
-universal_unpack() {
- cd ${WORKDIR}
- unpack linux-${KV_FULL}.tar.bz2
- S=${WORKDIR}/linux-${KV_FULL}
- mv ${WORKDIR}/linux-${PV} ${WORKDIR}/linux-${KV_FULL} \
- || die "Unable to move source tree to ${KV_FULL}."
- cd ${S}
-
- # remove all backup files
- find . -iname "*~" -exec rm {} \; 2> /dev/null
-}
-
-src_unpack() {
- # patches included in tarball
- UNIPATCH_LIST_DEFAULT=""
-
- kernel-2_src_unpack
-}