summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-03-12 19:42:54 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-03-12 19:42:54 +0000
commit14a7e60a473cabd7ce2d7aceecb31f3c5794d8a5 (patch)
tree4c265de434cf11b35003fc8d8cec388fb8bceabb /sys-kernel/ac-sources
parentUpdate to 0.9.1. (diff)
downloadhistorical-14a7e60a473cabd7ce2d7aceecb31f3c5794d8a5.tar.gz
historical-14a7e60a473cabd7ce2d7aceecb31f3c5794d8a5.tar.bz2
historical-14a7e60a473cabd7ce2d7aceecb31f3c5794d8a5.zip
bump
Diffstat (limited to 'sys-kernel/ac-sources')
-rw-r--r--sys-kernel/ac-sources/ChangeLog8
-rw-r--r--sys-kernel/ac-sources/ac-sources-2.4.21_pre5-r3.ebuild38
-rw-r--r--sys-kernel/ac-sources/files/digest-ac-sources-2.4.21_pre5-r33
3 files changed, 48 insertions, 1 deletions
diff --git a/sys-kernel/ac-sources/ChangeLog b/sys-kernel/ac-sources/ChangeLog
index 8db7d7696516..9ff9b6661d2f 100644
--- a/sys-kernel/ac-sources/ChangeLog
+++ b/sys-kernel/ac-sources/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-kernel/ac-sources
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ac-sources/ChangeLog,v 1.6 2003/03/06 21:21:32 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ac-sources/ChangeLog,v 1.7 2003/03/12 19:42:54 lostlogic Exp $
+
+*ac-sources-2.4.21_pre5-r3 (12 Mar 2003)
+
+ 12 Mar 2003; Brandon Low <lostlogic@gentoo.org>
+ ac-sources-2.4.21_pre5-r3.ebuild:
+ Bump
*ac-sources-2.4.21_pre5-r2 (06 Mar 2003)
diff --git a/sys-kernel/ac-sources/ac-sources-2.4.21_pre5-r3.ebuild b/sys-kernel/ac-sources/ac-sources-2.4.21_pre5-r3.ebuild
new file mode 100644
index 000000000000..79743103b534
--- /dev/null
+++ b/sys-kernel/ac-sources/ac-sources-2.4.21_pre5-r3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2003 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.21_pre5-r3.ebuild,v 1.1 2003/03/12 19:42:54 lostlogic Exp $
+
+IUSE="build"
+
+# OKV=original kernel version, KV=patched kernel version.
+
+ETYPE="sources"
+
+inherit kernel || die
+
+OKV="2.4.20"
+ACV=ac${PR/r/}
+KV="${PV/_/-}-${ACV}"
+S=${WORKDIR}/linux-${KV}
+
+EXTRAVERSION="`echo ${KV}|sed -e 's:[^-]*\(-.*$\):\1:'`"
+BASE="`echo ${KV}|sed -e s:${EXTRAVERSION}::`"
+
+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/people/alan/linux-2.4/${BASE}/patch-${KV}.bz2
+http://www.kernel.org/pub/linux/kernel/v2.4/testing/patch-${PV/_/-}.bz2"
+
+KEYWORDS="x86"
+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"
+ 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.21_pre5-r3 b/sys-kernel/ac-sources/files/digest-ac-sources-2.4.21_pre5-r3
new file mode 100644
index 000000000000..16c92dd93a55
--- /dev/null
+++ b/sys-kernel/ac-sources/files/digest-ac-sources-2.4.21_pre5-r3
@@ -0,0 +1,3 @@
+MD5 c439d5c93d7fc9a1480a90842465bb97 linux-2.4.20.tar.bz2 27421046
+MD5 64f74b8d6d498b2a02ac3fa63b25890c patch-2.4.21-pre5-ac3.bz2 860705
+MD5 81297c9ab836b6fba26726aa941fb497 patch-2.4.21-pre5.bz2 2741941