summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2010-04-26 17:53:52 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2010-04-26 17:53:52 +0000
commitf21fe857eeb798d445858121a3be025390938e02 (patch)
tree4f59e1c590e81a484408e7bd3ad5a919af10d972 /sys-kernel/ck-sources
parentVersion bump. Added python ABI support (diff)
downloadgentoo-2-f21fe857eeb798d445858121a3be025390938e02.tar.gz
gentoo-2-f21fe857eeb798d445858121a3be025390938e02.tar.bz2
gentoo-2-f21fe857eeb798d445858121a3be025390938e02.zip
Remove 2.6.32 as it fails to apply the patch.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel/ck-sources')
-rw-r--r--sys-kernel/ck-sources/ChangeLog6
-rw-r--r--sys-kernel/ck-sources/ck-sources-2.6.32.ebuild32
2 files changed, 5 insertions, 33 deletions
diff --git a/sys-kernel/ck-sources/ChangeLog b/sys-kernel/ck-sources/ChangeLog
index f4b798c32e56..f6b10ed50e90 100644
--- a/sys-kernel/ck-sources/ChangeLog
+++ b/sys-kernel/ck-sources/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-kernel/ck-sources
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.169 2010/04/26 07:37:30 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.170 2010/04/26 17:53:52 nelchael Exp $
+
+ 26 Apr 2010; Krzysztof Pawlik <nelchael@gentoo.org>
+ -ck-sources-2.6.32.ebuild:
+ Remove 2.6.32 as it fails to apply the patch.
26 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
Update Manifest for deblob support in kernel-2 eclass.
diff --git a/sys-kernel/ck-sources/ck-sources-2.6.32.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.32.ebuild
deleted file mode 100644
index 41448ecba950..000000000000
--- a/sys-kernel/ck-sources/ck-sources-2.6.32.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.32.ebuild,v 1.2 2010/04/18 10:38:35 nelchael Exp $
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras"
-K_GENPATCHES_VER="9"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-DESCRIPTION="Con Kolivas' high performance patchset + Gentoo patchset sources"
-HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches/
- http://www.kernel.org/pub/linux/kernel/people/ck/patches/2.6/"
-
-CK_VERSION="2"
-K_SECURITY_UNSUPPORTED="1"
-
-CK_URI="mirror://kernel/linux/kernel/people/ck/patches/2.6/${PV}/${PV}-ck${CK_VERSION}/patch-${PV}-ck${CK_VERSION}.bz2"
-
-UNIPATCH_LIST="${DISTDIR}/patch-${PV}-ck${CK_VERSION}.bz2"
-UNIPATCH_STRICTORDER="yes"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${CK_URI}"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-pkg_postinst() {
- kernel-2_pkg_postinst
- einfo "For more info on this patchset, and how to report problems, see:"
- einfo "${HOMEPAGE}"
-}