summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-11-19 20:27:41 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-11-19 20:27:41 +0000
commit563fa76401ee477e1cc5bdd0f18dec23657f380f (patch)
treea9469bdb4096b919cda54fa66309b2fd2ced9ac0 /sys-kernel
parentVersion bumped. Thanks to Thomas Kirchner <gentoo@halffull.org> for pointing ... (diff)
downloadgentoo-2-563fa76401ee477e1cc5bdd0f18dec23657f380f.tar.gz
gentoo-2-563fa76401ee477e1cc5bdd0f18dec23657f380f.tar.bz2
gentoo-2-563fa76401ee477e1cc5bdd0f18dec23657f380f.zip
Version bump, bug #71638.
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/vanilla-sources/ChangeLog7
-rw-r--r--sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.281
-rw-r--r--sys-kernel/vanilla-sources/vanilla-sources-2.4.28.ebuild31
3 files changed, 38 insertions, 1 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog
index 50234809db75..28289dd705ca 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 Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.34 2004/08/24 12:20:24 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.35 2004/11/19 20:27:41 plasmaroo Exp $
+
+*vanilla-sources-2.4.28 (19 Nov 2004)
+
+ 19 Nov 2004; <plasmaroo@gentoo.org> +vanilla-sources-2.4.28.ebuild:
+ Version bump, bug #71638.
24 Aug 2004; <plasmaroo@gentoo.org> vanilla-sources-2.4.27.ebuild:
Marking stable on remaining architectures.
diff --git a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.28 b/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.28
new file mode 100644
index 000000000000..aa707764a38c
--- /dev/null
+++ b/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.28
@@ -0,0 +1 @@
+MD5 ac7735000d185bc7778c08288760a8a3 linux-2.4.28.tar.bz2 31064046
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.28.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.28.ebuild
new file mode 100644
index 000000000000..3f26dd7862e4
--- /dev/null
+++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.28.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.28.ebuild,v 1.1 2004/11/19 20:27:41 plasmaroo Exp $
+#OKV=original kernel version, KV=patched kernel version. They can be the same.
+
+ETYPE="sources"
+inherit kernel
+IUSE=""
+
+OKV="${PV}"
+KV="${PV}"
+EXTRAVERSION=' '
+S=${WORKDIR}/linux-${KV}
+
+# What's in this kernel?
+
+# INCLUDED:
+# stock 2.4.28 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
+}