diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-10-15 17:53:51 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-10-15 17:53:51 +0000 |
commit | 6815c38fcb38ab81d4489e3d3797f397d987d6e7 (patch) | |
tree | 14eb5b7b95fadf93c437c4e360daef4cd786a46e /sys-kernel/aa-sources | |
parent | Added sparc64 to keyword set (diff) | |
download | gentoo-2-6815c38fcb38ab81d4489e3d3797f397d987d6e7.tar.gz gentoo-2-6815c38fcb38ab81d4489e3d3797f397d987d6e7.tar.bz2 gentoo-2-6815c38fcb38ab81d4489e3d3797f397d987d6e7.zip |
another choice for users to play with...
Diffstat (limited to 'sys-kernel/aa-sources')
-rw-r--r-- | sys-kernel/aa-sources/ChangeLog | 14 | ||||
-rw-r--r-- | sys-kernel/aa-sources/aa-sources-2.4.20_pre101.ebuild | 37 | ||||
-rw-r--r-- | sys-kernel/aa-sources/files/digest-aa-sources-2.4.20_pre101 | 3 |
3 files changed, 54 insertions, 0 deletions
diff --git a/sys-kernel/aa-sources/ChangeLog b/sys-kernel/aa-sources/ChangeLog new file mode 100644 index 000000000000..936e85dca37b --- /dev/null +++ b/sys-kernel/aa-sources/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for sys-kernel/aa-sources +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aa-sources/ChangeLog,v 1.1 2002/10/15 17:53:51 lostlogic Exp $ + +*aa-sources-2.4.20_pre101 (15 Oct 2002) + + 15 Oct 2002; Brandon Low <lostlogic@gentoo.org> aa-sources-2.4.20_pre101.ebuild: + + New package for -aa sources, the versioning is silly + because we really have 2 parts to the -pre number the + marcelo kernel pre version and the -ac subversion so + _pre83 means -pre8-aa3. This doesn't hold up if + there are more than 10 -ac versions for a -pre I hope + that -aa never sinks to that level ;-). diff --git a/sys-kernel/aa-sources/aa-sources-2.4.20_pre101.ebuild b/sys-kernel/aa-sources/aa-sources-2.4.20_pre101.ebuild new file mode 100644 index 000000000000..80b06206004d --- /dev/null +++ b/sys-kernel/aa-sources/aa-sources-2.4.20_pre101.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aa-sources/aa-sources-2.4.20_pre101.ebuild,v 1.1 2002/10/15 17:53:51 lostlogic Exp $ + +IUSE="build" + +# OKV=original kernel version, KV=patched kernel version. + +ETYPE="sources" + +inherit kernel || die + +OKV="2.4.19" +KV="2.4.20-pre10-aa1" +S=${WORKDIR}/linux-${KV} + +EXTRAVERSION="-pre10-aa1" + +DESCRIPTION="Full sources for Andrea Arcangeli's Linux kernel" +SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 +http://www.kernel.org/pub/linux/kernel/v2.4/testing/patch-${KV/-aa1/}.bz2 +http://www.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/${KV//-/}.bz2" + +KEYWORDS="x86" + +src_unpack() { + unpack linux-${OKV}.tar.bz2 + mv linux-${OKV} linux-${KV} || die + + cd linux-${KV} + + bzcat ${DISTDIR}/patch-${KV/-aa1/}.bz2|patch -p1 || die "-marcelo patch failed" + bzcat ${DISTDIR}/${KV//-/}.bz2|patch -p1 || die "-aa patch failed" + + kernel_universal_unpack +} + diff --git a/sys-kernel/aa-sources/files/digest-aa-sources-2.4.20_pre101 b/sys-kernel/aa-sources/files/digest-aa-sources-2.4.20_pre101 new file mode 100644 index 000000000000..7a912bb688bb --- /dev/null +++ b/sys-kernel/aa-sources/files/digest-aa-sources-2.4.20_pre101 @@ -0,0 +1,3 @@ +MD5 2bb60b7594a416f2c593923ce446160b linux-2.4.19.tar.bz2 26042494 +MD5 cbea176bdb3f0e653cdd2a2419404b32 patch-2.4.20-pre10.bz2 3774466 +MD5 a78ff24310fffeaf21e2866aa081be71 2.4.20pre10aa1.bz2 1826437 |