summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2004-10-21 16:26:53 +0000
committerBrandon Low <lostlogic@gentoo.org>2004-10-21 16:26:53 +0000
commitb2ceccf7a2b9d8555576e402e740c0013b27f079 (patch)
treef83c7004308abec5422b848b72a6c38874b53d80 /sys-kernel
parentUpdated with latest versions of autoconfig and net-setup to resolve problems ... (diff)
downloadgentoo-2-b2ceccf7a2b9d8555576e402e740c0013b27f079.tar.gz
gentoo-2-b2ceccf7a2b9d8555576e402e740c0013b27f079.tar.bz2
gentoo-2-b2ceccf7a2b9d8555576e402e740c0013b27f079.zip
Resurrect this package, because AC is making kernels again
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/ac-sources/ChangeLog10
-rw-r--r--sys-kernel/ac-sources/Manifest4
-rw-r--r--sys-kernel/ac-sources/ac-sources-2.6.9-r1.ebuild24
-rw-r--r--sys-kernel/ac-sources/files/2.6.9-ac1-fix-extraversion.patch48
-rw-r--r--sys-kernel/ac-sources/files/digest-ac-sources-2.6.9-r12
-rw-r--r--sys-kernel/ac-sources/metadata.xml12
6 files changed, 100 insertions, 0 deletions
diff --git a/sys-kernel/ac-sources/ChangeLog b/sys-kernel/ac-sources/ChangeLog
new file mode 100644
index 000000000000..23c0f1c00ca8
--- /dev/null
+++ b/sys-kernel/ac-sources/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-kernel/ac-sources
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ac-sources/ChangeLog,v 1.36 2004/10/21 16:26:53 lostlogic Exp $
+
+*ac-sources-2.6.9-r1 (21 Oct 2004)
+
+ 21 Oct 2004; Brandon Low <lostlogic@gentoo.org> +metadata.xml,
+ +files/2.6.9-ac1-fix-extraversion.patch, +ac-sources-2.6.9-r1.ebuild:
+ Resurrect this package, because AC is making kernels again
+
diff --git a/sys-kernel/ac-sources/Manifest b/sys-kernel/ac-sources/Manifest
new file mode 100644
index 000000000000..c9f29a912838
--- /dev/null
+++ b/sys-kernel/ac-sources/Manifest
@@ -0,0 +1,4 @@
+MD5 a6d9121fdec5897503150c15b2a8863d ac-sources-2.6.9-r1.ebuild 1095
+MD5 2b0cfdcefc398952a818684668e808f1 metadata.xml 384
+MD5 508c49456dcb30096fe21b4619e9e8aa files/digest-ac-sources-2.6.9-r1 129
+MD5 2c667e2fa7172f460e6e9c2699acded2 files/2.6.9-ac1-fix-extraversion.patch 1288
diff --git a/sys-kernel/ac-sources/ac-sources-2.6.9-r1.ebuild b/sys-kernel/ac-sources/ac-sources-2.6.9-r1.ebuild
new file mode 100644
index 000000000000..881a3c171d60
--- /dev/null
+++ b/sys-kernel/ac-sources/ac-sources-2.6.9-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ac-sources/ac-sources-2.6.9-r1.ebuild,v 1.1 2004/10/21 16:26:53 lostlogic Exp $
+
+UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2 ${FILESDIR}/2.6.9-ac1-fix-extraversion.patch"
+K_PREPATCHED="yes"
+UNIPATCH_STRICTORDER="yes"
+
+ETYPE="sources"
+inherit kernel-2
+detect_version
+K_NOSETEXTRAVERSION="don't_set_it"
+RESTRICT="nomirror"
+DESCRIPTION="Alan Cox's kernel, mostly stuff destined for mailine or RedHat's vendor kernel"
+SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/people/alan/linux-2.6/${KV/-ac*/}/patch-${KV}.bz2"
+
+KEYWORDS="~x86 ~amd64 ~ia64 -* ~ppc"
+IUSE=""
+
+K_EXTRAEINFO="If there are issues with this kernel, search http://bugs.gentoo.org/ for an
+existing bug. Only create a new bug if you have not found one that matches
+your issue. It is best to do an advanced search as the initial search has a
+very low yield. Please assign your bugs to x86-kernel@gentoo.org.
+Please read the ChangeLog and associated docs for more information."
diff --git a/sys-kernel/ac-sources/files/2.6.9-ac1-fix-extraversion.patch b/sys-kernel/ac-sources/files/2.6.9-ac1-fix-extraversion.patch
new file mode 100644
index 000000000000..f7fc8804e7f8
--- /dev/null
+++ b/sys-kernel/ac-sources/files/2.6.9-ac1-fix-extraversion.patch
@@ -0,0 +1,48 @@
+<-- snip -->
+
+$ make
+ CHK include/linux/version.h
+expr: non-numeric argument
+make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
+ CHK include/linux/compile.h
+ CC kernel/power/swsusp.o
+kernel/power/swsusp.c: In function `init_header':
+kernel/power/swsusp.c:327: parse error before `;'
+kernel/power/swsusp.c: In function `sanity_check':
+kernel/power/swsusp.c:1074: parse error before `)'
+make[2]: *** [kernel/power/swsusp.o] Error 1
+make[1]: *** [kernel/power] Error 2
+make: *** [kernel] Error 2
+$ cat
+include/linux/version.h
+#define UTS_RELEASE "2.6.9-ac1"
+#define LINUX_VERSION_CODE
+#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
+$
+
+<-- snip -->
+
+
+Proposed fix:
+
+
+Signed-off-by: Adrian Bunk <bunk@stusta.de>
+
+--- linux-2.6.9-ac1-full/Makefile.old 2004-10-21 14:48:07.000000000 +0200
++++ linux-2.6.9-ac1-full/Makefile 2004-10-21 14:48:30.000000000 +0200
+@@ -1,7 +1,7 @@
+ VERSION = 2
+ PATCHLEVEL = 6
+-SUBLEVEL = 9-ac1
+-EXTRAVERSION =
++SUBLEVEL = 9
++EXTRAVERSION = -ac1
+ NAME=AC 1
+
+ # *DOCUMENTATION*
+
+-
+To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
+the body of a message to majordomo@vger.kernel.org
+More majordomo info at http://vger.kernel.org/majordomo-info.html
+Please read the FAQ at http://www.tux.org/lkml/
diff --git a/sys-kernel/ac-sources/files/digest-ac-sources-2.6.9-r1 b/sys-kernel/ac-sources/files/digest-ac-sources-2.6.9-r1
new file mode 100644
index 000000000000..1dc7c0aee42c
--- /dev/null
+++ b/sys-kernel/ac-sources/files/digest-ac-sources-2.6.9-r1
@@ -0,0 +1,2 @@
+MD5 e921200f074ca97184e150ef5a4af825 linux-2.6.9.tar.bz2 36261440
+MD5 4af8feacc7d8a4ed1ff3a0d660862105 patch-2.6.9-ac1.bz2 73944
diff --git a/sys-kernel/ac-sources/metadata.xml b/sys-kernel/ac-sources/metadata.xml
new file mode 100644
index 000000000000..8263f239f62f
--- /dev/null
+++ b/sys-kernel/ac-sources/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x86-kernel</herd>
+<longdescription>
+This kernel is based on Alan Cox's tree.
+It includes a small number of patches to vanilla 2.6,
+generally these are patches that Alan wants tested
+before they are released by RedHat.
+</longdescription>
+</pkgmetadata>
+