diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2008-10-30 10:12:30 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2008-10-30 10:12:30 +0000 |
commit | 56a23a60147ae1b030828bb7c673d6a65f6c60a9 (patch) | |
tree | 448a9599f0f68172d3ace80eb2a6bd49fc7ad75f /sys-kernel/mm-sources/mm-sources-2.6.28_rc2-r1.ebuild | |
parent | alpha/ia64/sparc stable #231292 (diff) | |
download | gentoo-2-56a23a60147ae1b030828bb7c673d6a65f6c60a9.tar.gz gentoo-2-56a23a60147ae1b030828bb7c673d6a65f6c60a9.tar.bz2 gentoo-2-56a23a60147ae1b030828bb7c673d6a65f6c60a9.zip |
* bump
- old versions
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc5-mm1 x86_64)
Diffstat (limited to 'sys-kernel/mm-sources/mm-sources-2.6.28_rc2-r1.ebuild')
-rw-r--r-- | sys-kernel/mm-sources/mm-sources-2.6.28_rc2-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-kernel/mm-sources/mm-sources-2.6.28_rc2-r1.ebuild b/sys-kernel/mm-sources/mm-sources-2.6.28_rc2-r1.ebuild new file mode 100644 index 000000000000..c7888268b117 --- /dev/null +++ b/sys-kernel/mm-sources/mm-sources-2.6.28_rc2-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mm-sources/mm-sources-2.6.28_rc2-r1.ebuild,v 1.1 2008/10/30 10:12:30 voxus Exp $ + +K_PREPATCHED="yes" +UNIPATCH_STRICTORDER="yes" +K_SECURITY_UNSUPPORTED="1" + +ETYPE="sources" +inherit kernel-2 +detect_version +UNIPATCH_LIST="${DISTDIR}/${KV_FULL}.bz2" +K_NOSETEXTRAVERSION="don't_set_it" + +DESCRIPTION="Andrew Morton's kernel, mostly fixes for 2.6 vanilla, some vm stuff too" +SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/people/akpm/patches/2.6/${KV/-mm*/}/${KV}/${KV}.bz2" + +KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem persists there, please file a bug at http://bugme.osdl.org. +If the problem only occurs with mm-sources then please contact Andrew Morton to +get your issue resolved." |