summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-04-15 06:18:13 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-04-15 06:18:13 +0000
commit964ad4b538a05dc7699269a9bb55fb8e16bc8c2d (patch)
tree39ae259e2d69376a6967e6bba0c3419e77d9852f /sys-kernel/vanilla-sources
parentmanifest (diff)
downloadgentoo-2-964ad4b538a05dc7699269a9bb55fb8e16bc8c2d.tar.gz
gentoo-2-964ad4b538a05dc7699269a9bb55fb8e16bc8c2d.tar.bz2
gentoo-2-964ad4b538a05dc7699269a9bb55fb8e16bc8c2d.zip
Version bump for the CAN-2004-0109 issue; bug #47881.
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.261
-rw-r--r--sys-kernel/vanilla-sources/vanilla-sources-2.4.26.ebuild31
3 files changed, 38 insertions, 1 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog
index 709271389815..b4513ccd9ae5 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.26 2004/04/12 16:36:23 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.27 2004/04/15 06:18:13 plasmaroo Exp $
+
+*vanilla-sources-2.4.26 (15 Apr 2004)
+
+ 15 Apr 2004; <plasmaroo@gentoo.org> vanilla-sources-2.4.26.ebuild:
+ Version bump for the CAN-2004-0109 issue; bug #47881.
12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> vanilla-sources-2.4.25.ebuild:
Add IUSE=
diff --git a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.26 b/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.26
new file mode 100644
index 000000000000..b3a3b9bad206
--- /dev/null
+++ b/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.26
@@ -0,0 +1 @@
+MD5 88d7aefa03c92739cb70298a0b486e2c linux-2.4.26.tar.bz2 30772389
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.26.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.26.ebuild
new file mode 100644
index 000000000000..ee4dc9d14cba
--- /dev/null
+++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.26.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.26.ebuild,v 1.1 2004/04/15 06:18:13 plasmaroo Exp $
+#OKV=original kernel version, KV=patched kernel version. They can be the same.
+
+ETYPE="sources"
+inherit kernel
+IUSE=""
+
+OKV=2.4.26
+KV=2.4.26
+EXTRAVERSION=" "
+S=${WORKDIR}/linux-${KV}
+
+# What's in this kernel?
+
+# INCLUDED:
+# stock 2.4.26 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}
+ kernel_universal_unpack
+}