diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-12-28 16:46:42 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-12-28 16:46:42 +0000 |
commit | b6af65a1f74d47a56985ab1103768289c8d43903 (patch) | |
tree | 06ecbcd9b4293621095280aaf2aff089509b6a25 /sys-kernel/tuxonice-sources | |
parent | arm stable, bug #349143 (diff) | |
download | gentoo-2-b6af65a1f74d47a56985ab1103768289c8d43903.tar.gz gentoo-2-b6af65a1f74d47a56985ab1103768289c8d43903.tar.bz2 gentoo-2-b6af65a1f74d47a56985ab1103768289c8d43903.zip |
Revision bump for new genpatches, remove old versions.
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel/tuxonice-sources')
19 files changed, 18 insertions, 813 deletions
diff --git a/sys-kernel/tuxonice-sources/ChangeLog b/sys-kernel/tuxonice-sources/ChangeLog index 5d4c0a194d4c..a7a3972dec8c 100644 --- a/sys-kernel/tuxonice-sources/ChangeLog +++ b/sys-kernel/tuxonice-sources/ChangeLog @@ -1,6 +1,21 @@ # 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.109 2010/12/18 18:47:19 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.110 2010/12/28 16:46:42 nelchael Exp $ + +*tuxonice-sources-2.6.36-r4 (28 Dec 2010) + + 28 Dec 2010; Krzysztof Pawlik <nelchael@gentoo.org> + -tuxonice-sources-2.6.32-r17.ebuild, -tuxonice-sources-2.6.32-r18.ebuild, + -tuxonice-sources-2.6.32-r19.ebuild, -tuxonice-sources-2.6.32-r20.ebuild, + -tuxonice-sources-2.6.32-r21.ebuild, -tuxonice-sources-2.6.32-r22.ebuild, + -tuxonice-sources-2.6.34-r7.ebuild, -tuxonice-sources-2.6.34-r8.ebuild, + -tuxonice-sources-2.6.35-r3.ebuild, -tuxonice-sources-2.6.35-r4.ebuild, + -tuxonice-sources-2.6.35-r5.ebuild, -tuxonice-sources-2.6.35-r6.ebuild, + -tuxonice-sources-2.6.35-r7.ebuild, -tuxonice-sources-2.6.35-r8.ebuild, + -tuxonice-sources-2.6.35-r9.ebuild, -tuxonice-sources-2.6.36.ebuild, + -tuxonice-sources-2.6.36-r1.ebuild, -tuxonice-sources-2.6.36-r2.ebuild, + +tuxonice-sources-2.6.36-r4.ebuild: + Revision bump for new genpatches, remove old versions. *tuxonice-sources-2.6.35-r10 (18 Dec 2010) diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r17.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r17.ebuild deleted file mode 100644 index 39b7d69ce4ac..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r17.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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.32-r17.ebuild,v 1.1 2010/09/17 19:28:21 scarabeus Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="20" - -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.32" - -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" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r18.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r18.ebuild deleted file mode 100644 index 60adc257e342..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r18.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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.32-r18.ebuild,v 1.1 2010/09/30 18:40:47 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="22" - -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.32" - -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" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r19.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r19.ebuild deleted file mode 100644 index 82f395c254d4..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r19.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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.32-r19.ebuild,v 1.1 2010/10/22 17:22:50 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="24" - -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.32" - -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" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r20.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r20.ebuild deleted file mode 100644 index e9d7feeaff35..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r20.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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.32-r20.ebuild,v 1.1 2010/11/04 10:09:55 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="26" - -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.32" - -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" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r21.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r21.ebuild deleted file mode 100644 index a3268f4a0a42..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r21.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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.32-r21.ebuild,v 1.1 2010/11/23 00:46:58 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="27" - -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.32" - -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" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r22.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r22.ebuild deleted file mode 100644 index 75356e58f860..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r22.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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.32-r22.ebuild,v 1.1 2010/12/12 10:47:38 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="29" - -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.32" - -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" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r7.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r7.ebuild deleted file mode 100644 index 58fd5e614045..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r7.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.34-r7.ebuild,v 1.1 2010/09/30 18:40:47 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="13" - -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.34" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r8.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r8.ebuild deleted file mode 100644 index 21c78cc9880f..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r8.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.34-r8.ebuild,v 1.1 2010/10/22 17:22:50 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="14" - -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.34" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r3.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r3.ebuild deleted file mode 100644 index 3054e12943fc..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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-r3.ebuild,v 1.1 2010/09/17 19:28:21 scarabeus 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/~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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r4.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r4.ebuild deleted file mode 100644 index d77b64d45f80..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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-r4.ebuild,v 1.1 2010/09/30 18:40:47 nelchael 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/~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}" -} 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 deleted file mode 100644 index 687fe59f4d45..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r6.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r6.ebuild deleted file mode 100644 index baf0f759fa44..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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-r6.ebuild,v 1.1 2010/10/22 17:22:50 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="12" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r7.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r7.ebuild deleted file mode 100644 index 7a1dbc5e6e5c..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r7.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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-r7.ebuild,v 1.1 2010/11/04 10:09:55 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="13" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r8.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r8.ebuild deleted file mode 100644 index d073e0a3d8a9..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r8.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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-r8.ebuild,v 1.1 2010/11/23 00:46:58 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="14" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r9.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r9.ebuild deleted file mode 100644 index de44a739b37b..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r9.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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-r9.ebuild,v 1.1 2010/12/12 10:47:38 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="15" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.36-r2.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.36-r2.ebuild deleted file mode 100644 index 3c12b546db55..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.36-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.36-r2.ebuild,v 1.1 2010/11/23 00:13:43 nelchael 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/~mpagano/genpatches/ http://www.tuxonice.net" -IUSE="" - -TUXONICE_SNAPSHOT="" -TUXONICE_VERSION="3.2-rc2" -TUXONICE_TARGET="2.6.36" - -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}" -} diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.36-r1.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.36-r4.ebuild index 38e5e5988eec..f216283052d1 100644 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.36-r1.ebuild +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.36-r4.ebuild @@ -1,10 +1,10 @@ # 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.36-r1.ebuild,v 1.1 2010/11/14 10:51:52 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.36-r4.ebuild,v 1.1 2010/12/28 16:46:42 nelchael Exp $ ETYPE="sources" K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="3" +K_GENPATCHES_VER="8" inherit kernel-2 detect_version diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.36.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.36.ebuild deleted file mode 100644 index 51370df0da6f..000000000000 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.36.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.36.ebuild,v 1.1 2010/10/26 19:35:49 nelchael Exp $ - -ETYPE="sources" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="1" - -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.36" - -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}" -} |