summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-10-06 18:48:59 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-10-06 18:48:59 +0000
commitb9af5a8cb81cacc7714d6146143e8d05a725136c (patch)
tree5e49f03de540abc341e9a35ce657b75dc9a1ab6e /sys-kernel
parentFrom Tom Prado, closes 8441 (diff)
downloadgentoo-2-b9af5a8cb81cacc7714d6146143e8d05a725136c.tar.gz
gentoo-2-b9af5a8cb81cacc7714d6146143e8d05a725136c.tar.bz2
gentoo-2-b9af5a8cb81cacc7714d6146143e8d05a725136c.zip
more sources
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/ac-sources/ChangeLog14
-rw-r--r--sys-kernel/ac-sources/ac-sources-2.4.20_pre83.ebuild36
-rw-r--r--sys-kernel/ac-sources/files/digest-ac-sources-2.4.20_pre833
3 files changed, 53 insertions, 0 deletions
diff --git a/sys-kernel/ac-sources/ChangeLog b/sys-kernel/ac-sources/ChangeLog
new file mode 100644
index 000000000000..6a7fd4a3ba75
--- /dev/null
+++ b/sys-kernel/ac-sources/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for sys-kernel/ac-sources
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ac-sources/ChangeLog,v 1.1 2002/10/06 18:48:59 lostlogic Exp $
+
+*ac-sources-2.4.20_pre83 (06 Oct 2002)
+
+ 06 Oct 2002; Brandon Low <lostlogic@gentoo.org> ac-sources-2.4.20_pre83.ebuild:
+
+ New package for -ac 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-ac3. This doesn't hold up if
+ there are more than 10 -ac versions for a -pre I hope
+ that -ac never sinks to that level ;-).
diff --git a/sys-kernel/ac-sources/ac-sources-2.4.20_pre83.ebuild b/sys-kernel/ac-sources/ac-sources-2.4.20_pre83.ebuild
new file mode 100644
index 000000000000..70a12e673601
--- /dev/null
+++ b/sys-kernel/ac-sources/ac-sources-2.4.20_pre83.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ac-sources/ac-sources-2.4.20_pre83.ebuild,v 1.1 2002/10/06 18:48:59 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-pre8-ac3"
+S=${WORKDIR}/linux-${KV}
+
+EXTRAVERSION="-pre8-ac3"
+
+DESCRIPTION="Full sources for Alan Cox'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/-ac3/}.bz2
+ http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.4/2.4.20/patch-${KV}.bz2"
+
+KEYWORDS="x86"
+
+src_unpack() {
+ unpack linux-${OKV}.tar.bz2
+ mv linux-${OKV} linux-${KV} || die
+
+ cd linux-${KV}
+
+ bzcat ${DISTDIR}/patch-${KV/-ac3/}.bz2|patch -p1 || die "-marcelo patch failed"
+ bzcat ${DISTDIR}/patch-${KV}.bz2|patch -p1 || die "-ac patch failed"
+
+ kernel_universal_unpack
+}
diff --git a/sys-kernel/ac-sources/files/digest-ac-sources-2.4.20_pre83 b/sys-kernel/ac-sources/files/digest-ac-sources-2.4.20_pre83
new file mode 100644
index 000000000000..e27d695bf279
--- /dev/null
+++ b/sys-kernel/ac-sources/files/digest-ac-sources-2.4.20_pre83
@@ -0,0 +1,3 @@
+MD5 2bb60b7594a416f2c593923ce446160b linux-2.4.19.tar.bz2 26042494
+MD5 41d5636c4b9af99ad63518ad817f5327 patch-2.4.20-pre8.bz2 3731308
+MD5 f0b849c321776acf6657e5c757c62258 patch-2.4.20-pre8-ac3.bz2 1047493