summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2014-03-04 12:13:59 +0000
committerSergey Popov <pinkbyte@gentoo.org>2014-03-04 12:13:59 +0000
commit3f9d82fdf2d1dc20d967e3b3a093c8709084443c (patch)
treec952090171656aa3bf13cfe63e2cc96f35e2bc47 /sys-kernel/ck-sources
parentRevert keywording of m68k/s390/sh from stable to ~arch. (diff)
downloadgentoo-2-3f9d82fdf2d1dc20d967e3b3a093c8709084443c.tar.gz
gentoo-2-3f9d82fdf2d1dc20d967e3b3a093c8709084443c.tar.bz2
gentoo-2-3f9d82fdf2d1dc20d967e3b3a093c8709084443c.zip
Drop old version as suggested by proxied maintainer in bug #502442
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-kernel/ck-sources')
-rw-r--r--sys-kernel/ck-sources/ChangeLog5
-rw-r--r--sys-kernel/ck-sources/ck-sources-2.6.38-r3.ebuild49
2 files changed, 4 insertions, 50 deletions
diff --git a/sys-kernel/ck-sources/ChangeLog b/sys-kernel/ck-sources/ChangeLog
index d2dd2eb852f1..e9f897273b3b 100644
--- a/sys-kernel/ck-sources/ChangeLog
+++ b/sys-kernel/ck-sources/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-kernel/ck-sources
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.229 2014/03/01 00:44:17 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.230 2014/03/04 12:13:59 pinkbyte Exp $
+
+ 04 Mar 2014; Sergey Popov <pinkbyte@gentoo.org> -ck-sources-2.6.38-r3.ebuild:
+ Drop old version as suggested by proxied maintainer in bug #502442
*ck-sources-3.4.82 (01 Mar 2014)
diff --git a/sys-kernel/ck-sources/ck-sources-2.6.38-r3.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.38-r3.ebuild
deleted file mode 100644
index f0c85bb9946a..000000000000
--- a/sys-kernel/ck-sources/ck-sources-2.6.38-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 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.38-r3.ebuild,v 1.2 2013/03/09 21:07:32 tomwij Exp $
-
-EAPI="5"
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras"
-K_GENPATCHES_VER="8"
-
-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="3"
-CK_REVISION=""
-K_SECURITY_UNSUPPORTED="1"
-
-if [[ -z "${CK_REVISION}" ]]; then
- 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"
-else
- # This is ck${CK_VERSION} but resynced to apply cleanly to stable kernel
- # release:
- CK_URI="mirror://gentoo/patch-${PV}-ck${CK_VERSION}-r${CK_REVISION}.bz2"
- UNIPATCH_LIST="${DISTDIR}/patch-${PV}-ck${CK_VERSION}-r${CK_REVISION}.bz2"
-fi
-
-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}"
-}