diff options
Diffstat (limited to 'sys-kernel/gentoo-test-sources/gentoo-test-sources-2.4.22-r3.ebuild')
-rw-r--r-- | sys-kernel/gentoo-test-sources/gentoo-test-sources-2.4.22-r3.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-kernel/gentoo-test-sources/gentoo-test-sources-2.4.22-r3.ebuild b/sys-kernel/gentoo-test-sources/gentoo-test-sources-2.4.22-r3.ebuild new file mode 100644 index 000000000000..624f96f81b6a --- /dev/null +++ b/sys-kernel/gentoo-test-sources/gentoo-test-sources-2.4.22-r3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-test-sources/gentoo-test-sources-2.4.22-r3.ebuild,v 1.1 2004/02/07 21:15:45 iggy Exp $ + +UNIPATCH_LIST="${DISTDIR}/gentoo-sources-${PVR}.patch.bz2" +ETYPE="sources" + +inherit kernel-2 +detect_version + +#RESTRICT="nomirror" + +S=${WORKDIR}/linux-${KV} + +DESCRIPTION="Full sources for the Gentoo Kernel." +SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 + http://dev.gentoo.org/~iggy/gentoo-test-sources-${PVR}.patch.bz2" +KEYWORDS="~x86 ~amd64 ~ia64 -*" +SLOT="${KV}" + +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." + |