diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-07-13 18:02:17 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-07-13 18:02:17 +0000 |
commit | 3ebd3876e9c78a31a30c875f2aa48656f3d980b6 (patch) | |
tree | 45f9a038dddd4bad9ce937c002e965dd552d02e9 /sys-kernel | |
parent | QA: Depend on virtual rather on net-misc. (diff) | |
download | gentoo-2-3ebd3876e9c78a31a30c875f2aa48656f3d980b6.tar.gz gentoo-2-3ebd3876e9c78a31a30c875f2aa48656f3d980b6.tar.bz2 gentoo-2-3ebd3876e9c78a31a30c875f2aa48656f3d980b6.zip |
Remove until -ck2 is out, -ck1 does not apply on 2.6.34.1.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/ck-sources/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.6.34-r2.ebuild | 39 |
2 files changed, 5 insertions, 40 deletions
diff --git a/sys-kernel/ck-sources/ChangeLog b/sys-kernel/ck-sources/ChangeLog index f29b4403f69b..bbcf30e43e5d 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.175 2010/07/13 07:46:17 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.176 2010/07/13 18:02:17 nelchael Exp $ + + 13 Jul 2010; Krzysztof Pawlik <nelchael@gentoo.org> + -ck-sources-2.6.34-r2.ebuild: + Remove until -ck2 is out, -ck1 does not apply on 2.6.34.1. *ck-sources-2.6.34-r2 (13 Jul 2010) diff --git a/sys-kernel/ck-sources/ck-sources-2.6.34-r2.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.34-r2.ebuild deleted file mode 100644 index 05093c0e892b..000000000000 --- a/sys-kernel/ck-sources/ck-sources-2.6.34-r2.ebuild +++ /dev/null @@ -1,39 +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.34-r2.ebuild,v 1.1 2010/07/13 07:46:17 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="4" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="Con Kolivas' high performance patchset + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ - http://www.kernel.org/pub/linux/kernel/people/ck/patches/2.6/" - -CK_VERSION="1" -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" - -src_unpack() { - kernel-2_src_unpack - - # Comment out EXTRAVERSION added by CK patch: - sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} |