diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-06-17 19:37:21 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-06-17 19:37:21 +0000 |
commit | 70ad586c8f2262f2121963eb4500852a28e0c06f (patch) | |
tree | e3a52ae561aa8f00e001d9d631e3322901144222 /sys-kernel/tuxonice-sources | |
parent | Not sure if it matters, but put first the mirrors (diff) | |
download | gentoo-2-70ad586c8f2262f2121963eb4500852a28e0c06f.tar.gz gentoo-2-70ad586c8f2262f2121963eb4500852a28e0c06f.tar.bz2 gentoo-2-70ad586c8f2262f2121963eb4500852a28e0c06f.zip |
Remove old versions.
(Portage version: 2.1.5.5)
Diffstat (limited to 'sys-kernel/tuxonice-sources')
8 files changed, 8 insertions, 261 deletions
diff --git a/sys-kernel/tuxonice-sources/ChangeLog b/sys-kernel/tuxonice-sources/ChangeLog index bc946689d4cb..6106dde39e12 100644 --- a/sys-kernel/tuxonice-sources/ChangeLog +++ b/sys-kernel/tuxonice-sources/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-kernel/tuxonice-sources # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.36 2008/06/17 19:33:06 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.37 2008/06/17 19:37:21 nelchael Exp $ + + 17 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org> + -files/2.6.24-3.0-rc5-userui-fix.patch, + -tuxonice-sources-2.6.23-r11.ebuild, -tuxonice-sources-2.6.24-r4.ebuild, + -tuxonice-sources-2.6.24-r5.ebuild, -tuxonice-sources-2.6.24-r6.ebuild, + -tuxonice-sources-2.6.24-r7.ebuild, -tuxonice-sources-2.6.24-r8.ebuild: + Remove old versions. *tuxonice-sources-2.6.25-r5 (17 Jun 2008) diff --git a/sys-kernel/tuxonice-sources/files/2.6.24-3.0-rc5-userui-fix.patch b/sys-kernel/tuxonice-sources/files/2.6.24-3.0-rc5-userui-fix.patch deleted file mode 100644 index f3dee63df0d5..000000000000 --- a/sys-kernel/tuxonice-sources/files/2.6.24-3.0-rc5-userui-fix.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: Nigel Cunningham <nigel@tuxonice.net> -Date: Fri, 25 Jan 2008 20:51:56 +0000 (+1100) -Subject: [TuxOnIce] Fix regression in starting userui (wrong umh_wait arg). -X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fnigelc%2Ftuxonice-head.git;a=commitdiff_plain;h=c43ab8880c53f2acb55be4614ce97b8c9d3664c2 - -[TuxOnIce] Fix regression in starting userui (wrong umh_wait arg). - -Signed-off-by: Nigel Cunningham <nigel@tuxonice.net> ---- - -diff --git a/kernel/power/tuxonice_netlink.c b/kernel/power/tuxonice_netlink.c -index 80f6c38..f459a7f 100644 ---- a/kernel/power/tuxonice_netlink.c -+++ b/kernel/power/tuxonice_netlink.c -@@ -302,7 +302,7 @@ int toi_netlink_setup(struct user_helper_data *uhd) - } - - if (toi_launch_userspace_program(uhd->program, uhd->netlink_id, -- UMH_NO_WAIT) < 0) { -+ UMH_WAIT_EXEC) < 0) { - printk(KERN_INFO "Launch userspace program failed.\n"); - toi_netlink_close_complete(uhd); - return 1; diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.23-r11.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.23-r11.ebuild deleted file mode 100644 index 1e5cf23442ce..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.23-r11.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 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.23-r11.ebuild,v 1.3 2008/04/12 16:45:58 cla Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="10" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches http://www.tuxonice.net" - -TUXONICE_VERSION="3.0-rc5" -TUXONICE_TARGET="2.6.23.16" -TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}" -TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.patch.bz2" - -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.patch.bz2" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="amd64 x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-0.7.2 - >=sys-power/hibernate-script-1.97" - -K_EXTRAEINFO="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/" - -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/tuxonice-sources-2.6.24-r4.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.24-r4.ebuild deleted file mode 100644 index de759bcfab50..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.24-r4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 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.24-r4.ebuild,v 1.3 2008/04/12 16:45:58 cla Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="5" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches http://www.tuxonice.net" - -TUXONICE_VERSION="3.0-rc5" -TUXONICE_TARGET="2.6.24" -TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}" -TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.patch.bz2" - -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.patch.bz2 - ${FILESDIR}/${TUXONICE_TARGET}-${TUXONICE_VERSION}-userui-fix.patch" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="amd64 x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-0.7.2 - >=sys-power/hibernate-script-1.97" - -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/" - -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/tuxonice-sources-2.6.24-r5.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.24-r5.ebuild deleted file mode 100644 index e4e1eec4d850..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.24-r5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 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.24-r5.ebuild,v 1.1 2008/04/10 08:31:42 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="6" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches http://www.tuxonice.net" - -TUXONICE_VERSION="3.0-rc5" -TUXONICE_TARGET="2.6.24" -TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}" -TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.patch.bz2" - -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.patch.bz2 - ${FILESDIR}/${TUXONICE_TARGET}-${TUXONICE_VERSION}-userui-fix.patch" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-0.7.2 - >=sys-power/hibernate-script-1.97" - -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/" - -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/tuxonice-sources-2.6.24-r6.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.24-r6.ebuild deleted file mode 100644 index 2e01a2175fd8..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.24-r6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 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.24-r6.ebuild,v 1.1 2008/04/20 19:31:17 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="7" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches http://www.tuxonice.net" - -TUXONICE_VERSION="3.0-rc5" -TUXONICE_TARGET="2.6.24" -TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}" -TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.patch.bz2" - -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.patch.bz2 - ${FILESDIR}/${TUXONICE_TARGET}-${TUXONICE_VERSION}-userui-fix.patch" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-0.7.2 - >=sys-power/hibernate-script-1.97" - -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/" - -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/tuxonice-sources-2.6.24-r7.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.24-r7.ebuild deleted file mode 100644 index 1405e9861e5c..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.24-r7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 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.24-r7.ebuild,v 1.1 2008/04/23 15:39:22 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="7" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches http://www.tuxonice.net" - -TUXONICE_VERSION="3.0-rc7" -TUXONICE_TARGET="2.6.24.5" -TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}" -TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.patch.bz2" - -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.patch.bz2" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-0.7.2 - >=sys-power/hibernate-script-1.97" - -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/" - -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/tuxonice-sources-2.6.24-r8.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.24-r8.ebuild deleted file mode 100644 index 75efea7d9687..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.24-r8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 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.24-r8.ebuild,v 1.1 2008/05/05 07:44:10 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="8" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="TuxOnIce + Gentoo patchset sources" -HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches http://www.tuxonice.net" - -TUXONICE_VERSION="3.0-rc7" -TUXONICE_TARGET="2.6.24.5" -TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}" -TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.patch.bz2" - -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.patch.bz2" -UNIPATCH_STRICTORDER="yes" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" - -KEYWORDS="~amd64 ~x86" - -RDEPEND="${RDEPEND} - >=sys-apps/tuxonice-userui-0.7.2 - >=sys-power/hibernate-script-1.97" - -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/" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} |