diff options
author | 2010-06-23 19:17:33 +0000 | |
---|---|---|
committer | 2010-06-23 19:17:33 +0000 | |
commit | 1d7a45938b86d5b084020ffd5217e4a8d97bf89b (patch) | |
tree | c7967f721cc571ff6943bfde883b739c393fe779 /sys-kernel/ck-sources | |
parent | Version bump. (diff) | |
download | gentoo-2-1d7a45938b86d5b084020ffd5217e4a8d97bf89b.tar.gz gentoo-2-1d7a45938b86d5b084020ffd5217e4a8d97bf89b.tar.bz2 gentoo-2-1d7a45938b86d5b084020ffd5217e4a8d97bf89b.zip |
Revision bump for new genpatches.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel/ck-sources')
-rw-r--r-- | sys-kernel/ck-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.6.34-r1.ebuild | 39 |
2 files changed, 46 insertions, 1 deletions
diff --git a/sys-kernel/ck-sources/ChangeLog b/sys-kernel/ck-sources/ChangeLog index 27b0c1016e2d..ade7bef57a99 100644 --- a/sys-kernel/ck-sources/ChangeLog +++ b/sys-kernel/ck-sources/ChangeLog @@ -1,6 +1,12 @@ # 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.173 2010/06/01 03:17:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.174 2010/06/23 19:17:33 nelchael Exp $ + +*ck-sources-2.6.34-r1 (23 Jun 2010) + + 23 Jun 2010; Krzysztof Pawlik <nelchael@gentoo.org> + +ck-sources-2.6.34-r1.ebuild: + Revision bump for new genpatches. 01 Jun 2010; Robin H. Johnson <robbat2@gentoo.org> Manifest: Bug #322327: deblob-2.6.34 missing from Manifest diff --git a/sys-kernel/ck-sources/ck-sources-2.6.34-r1.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.34-r1.ebuild new file mode 100644 index 000000000000..af015f6fbec5 --- /dev/null +++ b/sys-kernel/ck-sources/ck-sources-2.6.34-r1.ebuild @@ -0,0 +1,39 @@ +# 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-r1.ebuild,v 1.1 2010/06/23 19:17:33 nelchael Exp $ + +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="3" + +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}" +} |