diff options
author | Brandon Low <lostlogic@gentoo.org> | 2004-11-28 00:12:39 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2004-11-28 00:12:39 +0000 |
commit | a0d7406e547647d129d74861af88890dabeda9ce (patch) | |
tree | b01b46c1b4dffd0b33ee6ff7475e1b7e625680ba /sys-kernel/ac-sources/ac-sources-2.6.9-r12.ebuild | |
parent | Stable on mips, bug #71953. (Manifest recommit) (diff) | |
download | gentoo-2-a0d7406e547647d129d74861af88890dabeda9ce.tar.gz gentoo-2-a0d7406e547647d129d74861af88890dabeda9ce.tar.bz2 gentoo-2-a0d7406e547647d129d74861af88890dabeda9ce.zip |
Bump
Diffstat (limited to 'sys-kernel/ac-sources/ac-sources-2.6.9-r12.ebuild')
-rw-r--r-- | sys-kernel/ac-sources/ac-sources-2.6.9-r12.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-kernel/ac-sources/ac-sources-2.6.9-r12.ebuild b/sys-kernel/ac-sources/ac-sources-2.6.9-r12.ebuild new file mode 100644 index 000000000000..1b1d44b94e5c --- /dev/null +++ b/sys-kernel/ac-sources/ac-sources-2.6.9-r12.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-r12.ebuild,v 1.1 2004/11/28 00:12:39 lostlogic Exp $ + +UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2" +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." |