diff options
author | Carlos Silva <r3pek@gentoo.org> | 2005-05-18 13:59:54 +0000 |
---|---|---|
committer | Carlos Silva <r3pek@gentoo.org> | 2005-05-18 13:59:54 +0000 |
commit | 2649c67271c29c924f4db182bf0c02114aedae02 (patch) | |
tree | fbaa5ca059edca1357b7695783a090d5321983f2 /sys-kernel | |
parent | Version bump. (diff) | |
download | gentoo-2-2649c67271c29c924f4db182bf0c02114aedae02.tar.gz gentoo-2-2649c67271c29c924f4db182bf0c02114aedae02.tar.bz2 gentoo-2-2649c67271c29c924f4db182bf0c02114aedae02.zip |
Forgot to remove 2.6.11-r4
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/mm-sources/mm-sources-2.6.11-r4.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-kernel/mm-sources/mm-sources-2.6.11-r4.ebuild b/sys-kernel/mm-sources/mm-sources-2.6.11-r4.ebuild deleted file mode 100644 index dec13cba6684..000000000000 --- a/sys-kernel/mm-sources/mm-sources-2.6.11-r4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 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.11-r4.ebuild,v 1.2 2005/05/17 14:23:40 r3pek Exp $ - -K_PREPATCHED="yes" -UNIPATCH_STRICTORDER="yes" - -ETYPE="sources" -inherit kernel-2 -detect_version -UNIPATCH_LIST="${DISTDIR}/${KV_FULL}.bz2" -K_NOSETEXTRAVERSION="don't_set_it" -RESTRICT="nomirror" -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="~x86 ~amd64 ~ia64 -* ~ppc" -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." |