summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-02-18 15:18:27 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-02-18 15:18:27 +0000
commit74a982fa72be7e96075c58e5ef2fc815c7c1a84c (patch)
treea901ff62f0c801ee70d4b0c779f5eeb864e317f6 /sys-kernel/vanilla-sources
parentForcing shared linking, static breaks with qt 3.3 (Manifest recommit) (diff)
downloadgentoo-2-74a982fa72be7e96075c58e5ef2fc815c7c1a84c.tar.gz
gentoo-2-74a982fa72be7e96075c58e5ef2fc815c7c1a84c.tar.bz2
gentoo-2-74a982fa72be7e96075c58e5ef2fc815c7c1a84c.zip
Version bump.
Diffstat (limited to 'sys-kernel/vanilla-sources')
-rw-r--r--sys-kernel/vanilla-sources/ChangeLog7
-rw-r--r--sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.251
-rw-r--r--sys-kernel/vanilla-sources/vanilla-sources-2.4.25.ebuild31
3 files changed, 38 insertions, 1 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog
index 576c2573f167..c705fe37fcf9 100644
--- a/sys-kernel/vanilla-sources/ChangeLog
+++ b/sys-kernel/vanilla-sources/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-kernel/vanilla-sources
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.22 2004/02/16 17:53:59 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.23 2004/02/18 15:18:23 plasmaroo Exp $
+
+*vanilla-sources-2.4.25 (18 Feb 2004)
+
+ 18 Feb 2004; <plasmaroo@gentoo.org> vanilla-sources-2.4.25.ebuild:
+ Version bump.
*vanilla-sources-2.4.24-r1 (16 Feb 2004)
diff --git a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.25 b/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.25
new file mode 100644
index 000000000000..9240858c4773
--- /dev/null
+++ b/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.25
@@ -0,0 +1 @@
+MD5 5fc8e9f43fa44ac29ddf9a9980af57d8 linux-2.4.25.tar.bz2 30626548
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.25.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.25.ebuild
new file mode 100644
index 000000000000..3a13c90d9ede
--- /dev/null
+++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.25.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.25.ebuild,v 1.1 2004/02/18 15:18:23 plasmaroo Exp $
+#OKV=original kernel version, KV=patched kernel version. They can be the same.
+
+ETYPE="sources"
+inherit kernel
+
+OKV=2.4.25
+KV=2.4.25
+EXTRAVERSION=" "
+S=${WORKDIR}/linux-${KV}
+
+# What's in this kernel?
+
+# INCLUDED:
+# stock 2.4.25 kernel sources
+
+DESCRIPTION="Full sources for the Linux kernel"
+SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.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
+
+ cd ${S}
+ patch -p1 -f < ${FILESDIR}/${PN}-2.4.24.CAN-2004-0001.patch || die "Failed to apply AMD64 ptrace patch!"
+ kernel_universal_unpack
+}