diff options
author | Brian Jackson <iggy@gentoo.org> | 2003-10-31 14:05:17 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2003-10-31 14:05:17 +0000 |
commit | 346422e155acf137b85235cf4dc71dcd4991b703 (patch) | |
tree | 97582adbfd66599e81b7ce635e7b4524db5a3930 /sys-kernel | |
parent | version bump (diff) | |
download | gentoo-2-346422e155acf137b85235cf4dc71dcd4991b703.tar.gz gentoo-2-346422e155acf137b85235cf4dc71dcd4991b703.tar.bz2 gentoo-2-346422e155acf137b85235cf4dc71dcd4991b703.zip |
version bump
Diffstat (limited to 'sys-kernel')
4 files changed, 57 insertions, 3 deletions
diff --git a/sys-kernel/vanilla-prepatch-sources/ChangeLog b/sys-kernel/vanilla-prepatch-sources/ChangeLog index 9fa7d16a72c1..5e9a942a3256 100644 --- a/sys-kernel/vanilla-prepatch-sources/ChangeLog +++ b/sys-kernel/vanilla-prepatch-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/vanilla-prepatch-sources # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-prepatch-sources/ChangeLog,v 1.15 2003/10/29 22:51:13 frogger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-prepatch-sources/ChangeLog,v 1.16 2003/10/31 14:05:08 iggy Exp $ + +*vanilla-prepatch-sources-2.4.23_pre9 (31 Oct 2003) + + 31 Oct 2003; Brian Jackson <iggy@gentoo.org> + vanilla-prepatch-sources-2.4.23_pre9.ebuild: + version bumping 29 Oct 2003; Matthew Rickard <frogger@gentoo.org> vanilla-prepatch-sources-2.4.23_pre8: diff --git a/sys-kernel/vanilla-prepatch-sources/Manifest b/sys-kernel/vanilla-prepatch-sources/Manifest index ed9eface03f9..57a0c820bf65 100644 --- a/sys-kernel/vanilla-prepatch-sources/Manifest +++ b/sys-kernel/vanilla-prepatch-sources/Manifest @@ -1,7 +1,7 @@ -MD5 7d8454318f40a6f148395f04dd30dc85 vanilla-prepatch-sources-2.4.23_pre9.ebuild 1459 +MD5 4a3019b0fd55e7e6d58aabd835e6e599 vanilla-prepatch-sources-2.4.23_pre9.ebuild 1456 MD5 a221dfef18f0ecbd05008837267abba8 vanilla-prepatch-sources-2.4.23_pre6.ebuild 1459 MD5 7d8454318f40a6f148395f04dd30dc85 vanilla-prepatch-sources-2.4.23_pre8.ebuild 1459 -MD5 5ae91a8fd27b98946e2b1aa23f101f32 ChangeLog 2650 +MD5 0378e53aac7a8712a26557bb7ff6d1d2 ChangeLog 2813 MD5 17ded3e049cc5ea4571a590f031fd463 metadata.xml 449 MD5 9f23105e250a0f3a0a6985f06ccfccc2 vanilla-prepatch-sources-2.4.23_pre7.ebuild 1456 MD5 365e6e523e736666445ddb58a98f68e1 files/digest-vanilla-prepatch-sources-2.4.23_pre6 134 diff --git a/sys-kernel/vanilla-prepatch-sources/files/digest-vanilla-prepatch-sources-2.4.23_pre9 b/sys-kernel/vanilla-prepatch-sources/files/digest-vanilla-prepatch-sources-2.4.23_pre9 new file mode 100644 index 000000000000..0f8a2fbfc6bb --- /dev/null +++ b/sys-kernel/vanilla-prepatch-sources/files/digest-vanilla-prepatch-sources-2.4.23_pre9 @@ -0,0 +1,2 @@ +MD5 75dc85149b06ac9432106b8941eb9f7b linux-2.4.22.tar.bz2 29528612 +MD5 a8810fc0321ebd56e3e82d80370b4658 patch-2.4.23-pre9.bz2 2181785 diff --git a/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre9.ebuild b/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre9.ebuild new file mode 100644 index 000000000000..1387cc6012e3 --- /dev/null +++ b/sys-kernel/vanilla-prepatch-sources/vanilla-prepatch-sources-2.4.23_pre9.ebuild @@ -0,0 +1,46 @@ +# 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_pre9.ebuild,v 1.1 2003/10/31 14:05:16 iggy 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)." +} |