* [gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ChangeLog ck-sources-2.6.34-r4.ebuild ck-sources-2.6.35-r3.ebuild
@ 2010-09-30 18:59 Krzysztof Pawlik (nelchael)
0 siblings, 0 replies; only message in thread
From: Krzysztof Pawlik (nelchael) @ 2010-09-30 18:59 UTC (permalink / raw
To: gentoo-commits
nelchael 10/09/30 18:59:02
Modified: ChangeLog
Added: ck-sources-2.6.34-r4.ebuild
ck-sources-2.6.35-r3.ebuild
Log:
Revision bumps for new genpatches.
(Portage version: 2.1.9.12/cvs/Linux x86_64)
Revision Changes Path
1.181 sys-kernel/ck-sources/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?r1=1.180&r2=1.181
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog 31 Aug 2010 16:22:31 -0000 1.180
+++ ChangeLog 30 Sep 2010 18:59:02 -0000 1.181
@@ -1,6 +1,13 @@
# 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.180 2010/08/31 16:22:31 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.181 2010/09/30 18:59:02 nelchael Exp $
+
+*ck-sources-2.6.35-r3 (30 Sep 2010)
+*ck-sources-2.6.34-r4 (30 Sep 2010)
+
+ 30 Sep 2010; Krzysztof Pawlik <nelchael@gentoo.org>
+ +ck-sources-2.6.34-r4.ebuild, +ck-sources-2.6.35-r3.ebuild:
+ Revision bumps for new genpatches.
*ck-sources-2.6.34-r3 (31 Aug 2010)
1.1 sys-kernel/ck-sources/ck-sources-2.6.34-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.34-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.34-r4.ebuild?rev=1.1&content-type=text/plain
Index: ck-sources-2.6.34-r4.ebuild
===================================================================
# 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-r4.ebuild,v 1.1 2010/09/30 18:59:02 nelchael Exp $
ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="13"
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"
CK_REVISION="1"
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}"
}
1.1 sys-kernel/ck-sources/ck-sources-2.6.35-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.35-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.35-r3.ebuild?rev=1.1&content-type=text/plain
Index: ck-sources-2.6.35-r3.ebuild
===================================================================
# 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.35-r3.ebuild,v 1.1 2010/09/30 18:59:02 nelchael Exp $
ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="10"
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"
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}"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-30 18:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 18:59 [gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ChangeLog ck-sources-2.6.34-r4.ebuild ck-sources-2.6.35-r3.ebuild Krzysztof Pawlik (nelchael)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox