diff options
Diffstat (limited to 'sys-kernel/gentoo-sources/gentoo-sources-2.4.26-r11.ebuild')
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-2.4.26-r11.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sys-kernel/gentoo-sources/gentoo-sources-2.4.26-r11.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-2.4.26-r11.ebuild new file mode 100644 index 000000000000..4508020e48ef --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-2.4.26-r11.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.4.26-r11.ebuild,v 1.1 2004/11/12 19:33:54 plasmaroo Exp $ + +ETYPE="sources" +inherit kernel-2 +detect_version + +KEYWORDS="x86 -ppc" +IUSE='' + +UNIPATCH_STRICTORDER='Y' +UNIPATCH_LIST=" + ${DISTDIR}/${PF/r11/r6}.tar.bz2 + ${FILESDIR}/${PN}-2.4.CAN-2004-0495.patch + ${FILESDIR}/${PN}-2.4.CAN-2004-0497.patch + ${FILESDIR}/${PN}-2.4.CAN-2004-0535.patch + ${FILESDIR}/${PN}-2.4.CAN-2004-0685.patch + ${FILESDIR}/${PN}-2.4.FPULockup-53804.patch + ${FILESDIR}/${P}-OpenSWAN-CompileFix.patch + ${FILESDIR}/${PN}-2.4.cmdlineLeak.patch + ${FILESDIR}/${PN}-2.4.XDRWrapFix.patch + ${FILESDIR}/${PN}-2.4.binfmt_elf.patch + ${DISTDIR}/linux-${OKV}-CAN-2004-0415.patch + ${DISTDIR}/${PN}-2.4.22-CAN-2004-0814.patch" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} http://dev.gentoo.org/~plasmaroo/patches/kernel/gentoo-sources/${PF/r11/r6}.tar.bz2 + http://dev.gentoo.org/~plasmaroo/patches/kernel/misc/security/linux-${OKV}-CAN-2004-0415.patch + http://dev.gentoo.org/~plasmaroo/patches/kernel/misc/security/${PN}-2.4.22-CAN-2004-0814.patch" |