diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-10-08 12:25:59 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-10-08 12:25:59 +0000 |
commit | 5e3f5de94b032845962cd03e69538ae1b265312c (patch) | |
tree | 53d0b1c75c489e2638859c90a8b814da8cd6a8f9 /sys-kernel | |
parent | Stable on amd64 wrt bug #328699 (diff) | |
download | historical-5e3f5de94b032845962cd03e69538ae1b265312c.tar.gz historical-5e3f5de94b032845962cd03e69538ae1b265312c.tar.bz2 historical-5e3f5de94b032845962cd03e69538ae1b265312c.zip |
Revision bump for new genpatches.
Package-Manager: portage-2.1.9.14/cvs/Linux x86_64
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/ck-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.6.35-r4.ebuild | 47 | ||||
-rw-r--r-- | sys-kernel/tuxonice-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r5.ebuild | 48 |
4 files changed, 109 insertions, 2 deletions
diff --git a/sys-kernel/ck-sources/ChangeLog b/sys-kernel/ck-sources/ChangeLog index 2173cbc6c722..dff3cd03845b 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.181 2010/09/30 18:59:02 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.182 2010/10/08 12:25:59 nelchael Exp $ + +*ck-sources-2.6.35-r4 (08 Oct 2010) + + 08 Oct 2010; Krzysztof Pawlik <nelchael@gentoo.org> + +ck-sources-2.6.35-r4.ebuild: + Revision bump for new genpatches. *ck-sources-2.6.35-r3 (30 Sep 2010) *ck-sources-2.6.34-r4 (30 Sep 2010) diff --git a/sys-kernel/ck-sources/ck-sources-2.6.35-r4.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.35-r4.ebuild new file mode 100644 index 000000000000..f9c9b5a11990 --- /dev/null +++ b/sys-kernel/ck-sources/ck-sources-2.6.35-r4.ebuild @@ -0,0 +1,47 @@ +# 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-r4.ebuild,v 1.1 2010/10/08 12:25:59 nelchael Exp $ + +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="11" + +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}" +} diff --git a/sys-kernel/tuxonice-sources/ChangeLog b/sys-kernel/tuxonice-sources/ChangeLog index d63cb868bfa5..cde7c0d7d09b 100644 --- a/sys-kernel/tuxonice-sources/ChangeLog +++ b/sys-kernel/tuxonice-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/tuxonice-sources # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.100 2010/09/30 18:40:47 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.101 2010/10/08 12:22:53 nelchael Exp $ + +*tuxonice-sources-2.6.35-r5 (08 Oct 2010) + + 08 Oct 2010; Krzysztof Pawlik <nelchael@gentoo.org> + +tuxonice-sources-2.6.35-r5.ebuild: + Revision bump for new genpatches. *tuxonice-sources-2.6.35-r4 (30 Sep 2010) *tuxonice-sources-2.6.34-r7 (30 Sep 2010) diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r5.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r5.ebuild new file mode 100644 index 000000000000..687fe59f4d45 --- /dev/null +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r5.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r5.ebuild,v 1.1 2010/10/08 12:22:53 nelchael Exp $ + +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="11" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="TuxOnIce + Gentoo patchset sources" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net" +IUSE="" + +TUXONICE_SNAPSHOT="" +TUXONICE_VERSION="3.2-rc2" +TUXONICE_TARGET="2.6.35" + +if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then + TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}" +else + TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch" +fi + +TUXONICE_URI="http://www.tuxonice.net/files/${TUXONICE_SRC}.bz2" + +UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2" +UNIPATCH_STRICTORDER="yes" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" + +KEYWORDS="~amd64 ~x86" + +RDEPEND="${RDEPEND} + >=sys-apps/tuxonice-userui-1.0 + || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" + +K_EXTRAELOG="If there are issues with this kernel, please direct any +queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_SECURITY_UNSUPPORTED="1" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} |