diff options
author | Brian Jackson <iggy@gentoo.org> | 2003-10-14 06:22:59 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2003-10-14 06:22:59 +0000 |
commit | a8fcf1567fbf6e61d14a0ef126e7060386f1e12d (patch) | |
tree | 3073f3074582fd604aeb80c8fe306bef04800ecf /sys-kernel/vanilla-prepatch-sources | |
parent | version bump (diff) | |
download | gentoo-2-a8fcf1567fbf6e61d14a0ef126e7060386f1e12d.tar.gz gentoo-2-a8fcf1567fbf6e61d14a0ef126e7060386f1e12d.tar.bz2 gentoo-2-a8fcf1567fbf6e61d14a0ef126e7060386f1e12d.zip |
cleaned out old ebuilds
Diffstat (limited to 'sys-kernel/vanilla-prepatch-sources')
6 files changed, 0 insertions, 235 deletions
diff --git a/sys-kernel/vanilla-prepatch-sources/Manifest b/sys-kernel/vanilla-prepatch-sources/Manifest index aa2332727c25..6401541be83d 100644 --- a/sys-kernel/vanilla-prepatch-sources/Manifest +++ b/sys-kernel/vanilla-prepatch-sources/Manifest @@ -1,11 +1,6 @@ -MD5 4f15cbc16b46388eb3daccc6bf105b35 vanilla-prepatch-sources-2.4.23_pre4.ebuild 1459 MD5 a221dfef18f0ecbd05008837267abba8 vanilla-prepatch-sources-2.4.23_pre6.ebuild 1459 -MD5 84195f815d94910ed4898a3489c8e23b vanilla-prepatch-sources-2.4.23_pre1.ebuild 1458 -MD5 2845b5bd249e4b2900ec17a7f2421ac1 vanilla-prepatch-sources-2.4.23_pre3.ebuild 1456 -MD5 cb53a19f50f36950b21b411445616ff8 vanilla-prepatch-sources-2.4.23_pre5.ebuild 1456 MD5 2c4c4a502bf982991934f550504b90b8 ChangeLog 2537 MD5 ff23d4a5fdca6dc6bcb4a7ff5b3f6297 metadata.xml 450 MD5 9f23105e250a0f3a0a6985f06ccfccc2 vanilla-prepatch-sources-2.4.23_pre7.ebuild 1456 -MD5 2f225d1148ba5241abd41cd48c4909b6 vanilla-prepatch-sources-2.4.23_pre2.ebuild 1456 MD5 365e6e523e736666445ddb58a98f68e1 files/digest-vanilla-prepatch-sources-2.4.23_pre6 134 MD5 2aef6ca14c1c3bc44c32e27e71e044b9 files/digest-vanilla-prepatch-sources-2.4.23_pre7 134 diff --git a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre1.ebuild b/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre1.ebuild deleted file mode 100644 index f3d66dd2d5f2..000000000000 --- a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre1.ebuild,v 1.2 2003/09/29 18:41:41 mholzer Exp $ - -IUSE="build" - -# OKV=original kernel version, KV=patched kernel version. - -ETYPE="sources" - -inherit kernel || die - -OKV="2.4.21" -KV="${PV/_/-}" -S=${WORKDIR}/linux-${KV} - -EXTRAVERSION="`echo ${KV}|sed -e 's:[^-]*\(-.*$\):\1:'`" -BASE="`echo ${KV}|sed -e s:${EXTRAVERSION}::`" - -DESCRIPTION="Full sources for the prerelease vanilla Linux kernel" -SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 -mirror://kernel/linux/kernel/v2.4/testing/patch-${PV/_/-}.bz2" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" - -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" -SLOT="${KV}" - -src_unpack() { - unpack linux-${OKV}.tar.bz2 - mv linux-${OKV} linux-${KV} || die - - cd linux-${KV} - - bzcat ${DISTDIR}/patch-${PV/_/-}.bz2|patch -p1 || die "-marcelo patch failed" - - kernel_universal_unpack -} - -pkg_postinst() { - einfo "Prepatches are the equivalent to alpha releases for Linux." - einfo "They may be poorly tested, and may not work at all." - einfo "Prepatches with -rc in the name are release candidates and" - einfo "may become full versions. It is particularly important" - einfo "that these are thoroughly tested and bugs are reported back" - einfo "upstream (and not to the Gentoo team)." -} diff --git a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre2.ebuild b/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre2.ebuild deleted file mode 100644 index 169b054b5773..000000000000 --- a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre2.ebuild,v 1.1 2003/09/02 09:08:55 aliz Exp $ - -IUSE="build" - -# OKV=original kernel version, KV=patched kernel version. - -ETYPE="sources" - -inherit kernel || die - -OKV="2.4.22" -KV="${PV/_/-}" -S=${WORKDIR}/linux-${KV} - -EXTRAVERSION="`echo ${KV}|sed -e 's:[^-]*\(-.*$\):\1:'`" -BASE="`echo ${KV}|sed -e s:${EXTRAVERSION}::`" - -DESCRIPTION="Full sources for the prerelease vanilla Linux kernel" -SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 - mirror://kernel/linux/kernel/v2.4/testing/patch-${PV/_/-}.bz2" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" - -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" -SLOT="${KV}" - -src_unpack() { - unpack linux-${OKV}.tar.bz2 - mv linux-${OKV} linux-${KV} || die - - cd linux-${KV} - - bzcat ${DISTDIR}/patch-${PV/_/-}.bz2|patch -p1 || die "-marcelo patch failed" - - kernel_universal_unpack -} - -pkg_postinst() { - einfo "Prepatches are the equivalent to alpha releases for Linux." - einfo "They may be poorly tested, and may not work at all." - einfo "Prepatches with -rc in the name are release candidates and" - einfo "may become full versions. It is particularly important" - einfo "that these are thoroughly tested and bugs are reported back" - einfo "upstream (and not to the Gentoo team)." -} diff --git a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre3.ebuild b/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre3.ebuild deleted file mode 100644 index 3f163a2dc927..000000000000 --- a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre3.ebuild,v 1.1 2003/09/04 10:25:54 aliz Exp $ - -IUSE="build" - -# OKV=original kernel version, KV=patched kernel version. - -ETYPE="sources" - -inherit kernel || die - -OKV="2.4.22" -KV="${PV/_/-}" -S=${WORKDIR}/linux-${KV} - -EXTRAVERSION="`echo ${KV}|sed -e 's:[^-]*\(-.*$\):\1:'`" -BASE="`echo ${KV}|sed -e s:${EXTRAVERSION}::`" - -DESCRIPTION="Full sources for the prerelease vanilla Linux kernel" -SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 - mirror://kernel/linux/kernel/v2.4/testing/patch-${PV/_/-}.bz2" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" - -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" -SLOT="${KV}" - -src_unpack() { - unpack linux-${OKV}.tar.bz2 - mv linux-${OKV} linux-${KV} || die - - cd linux-${KV} - - bzcat ${DISTDIR}/patch-${PV/_/-}.bz2|patch -p1 || die "-marcelo patch failed" - - kernel_universal_unpack -} - -pkg_postinst() { - einfo "Prepatches are the equivalent to alpha releases for Linux." - einfo "They may be poorly tested, and may not work at all." - einfo "Prepatches with -rc in the name are release candidates and" - einfo "may become full versions. It is particularly important" - einfo "that these are thoroughly tested and bugs are reported back" - einfo "upstream (and not to the Gentoo team)." -} diff --git a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre4.ebuild b/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre4.ebuild deleted file mode 100644 index 02a3da0a0072..000000000000 --- a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre4.ebuild,v 1.1 2003/09/13 01:08:58 frogger Exp $ - -IUSE="build" - -# OKV=original kernel version, KV=patched kernel version. - -ETYPE="sources" - -inherit kernel || die - -OKV="2.4.22" -KV="${PV/_/-}" -S=${WORKDIR}/linux-${KV} - -EXTRAVERSION="`echo ${KV}|sed -e 's:[^-]*\(-.*$\):\1:'`" -BASE="`echo ${KV}|sed -e s:${EXTRAVERSION}::`" - -DESCRIPTION="Full sources for the prerelease vanilla Linux kernel" -SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 - mirror://kernel/linux/kernel/v2.4/testing/patch-${PV/_/-}.bz2" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" - -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" -SLOT="${KV}" - -src_unpack() { - unpack linux-${OKV}.tar.bz2 - mv linux-${OKV} linux-${KV} || die - - cd linux-${KV} - - bzcat ${DISTDIR}/patch-${PV/_/-}.bz2|patch -p1 || die "-marcelo patch failed" - - kernel_universal_unpack -} - -pkg_postinst() { - einfo "Prepatches are the equivalent to alpha releases for Linux." - einfo "They may be poorly tested, and may not work at all." - einfo "Prepatches with -rc in the name are release candidates and" - einfo "may become full versions. It is particularly important" - einfo "that these are thoroughly tested and bugs are reported back" - einfo "upstream (and not to the Gentoo team)." -} diff --git a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre5.ebuild b/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre5.ebuild deleted file mode 100644 index d834de8bb7a1..000000000000 --- a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre5.ebuild,v 1.1 2003/09/22 07:53:44 aliz Exp $ - -IUSE="build" - -# OKV=original kernel version, KV=patched kernel version. - -ETYPE="sources" - -inherit kernel || die - -OKV="2.4.22" -KV="${PV/_/-}" -S=${WORKDIR}/linux-${KV} - -EXTRAVERSION="`echo ${KV}|sed -e 's:[^-]*\(-.*$\):\1:'`" -BASE="`echo ${KV}|sed -e s:${EXTRAVERSION}::`" - -DESCRIPTION="Full sources for the prerelease vanilla Linux kernel" -SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 - mirror://kernel/linux/kernel/v2.4/testing/patch-${PV/_/-}.bz2" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" - -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" -SLOT="${KV}" - -src_unpack() { - unpack linux-${OKV}.tar.bz2 - mv linux-${OKV} linux-${KV} || die - - cd linux-${KV} - - bzcat ${DISTDIR}/patch-${PV/_/-}.bz2|patch -p1 || die "-marcelo patch failed" - - kernel_universal_unpack -} - -pkg_postinst() { - einfo "Prepatches are the equivalent to alpha releases for Linux." - einfo "They may be poorly tested, and may not work at all." - einfo "Prepatches with -rc in the name are release candidates and" - einfo "may become full versions. It is particularly important" - einfo "that these are thoroughly tested and bugs are reported back" - einfo "upstream (and not to the Gentoo team)." -} |