floppym     15/06/27 02:12:46

  Modified:             ChangeLog
  Added:                tuxonice-sources-3.14.45.ebuild
                        tuxonice-sources-3.10.81.ebuild
                        tuxonice-sources-3.18.16.ebuild
                        tuxonice-sources-3.12.44.ebuild
                        tuxonice-sources-4.0.6.ebuild
  Log:
  Version bumps. Ebuilds by Arfrever.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.223                sys-kernel/tuxonice-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.223&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.223&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.222&r2=1.223

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog   15 Jun 2015 19:29:49 -0000      1.222
+++ ChangeLog   27 Jun 2015 02:12:46 -0000      1.223
@@ -1,6 +1,18 @@
 # ChangeLog for sys-kernel/tuxonice-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 
1.222 2015/06/15 19:29:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 
1.223 2015/06/27 02:12:46 floppym Exp $
+
+*tuxonice-sources-3.18.16 (27 Jun 2015)
+*tuxonice-sources-3.12.44 (27 Jun 2015)
+*tuxonice-sources-3.14.45 (27 Jun 2015)
+*tuxonice-sources-3.10.81 (27 Jun 2015)
+*tuxonice-sources-4.0.6 (27 Jun 2015)
+
+  27 Jun 2015; Mike Gilbert <flop...@gentoo.org>
+  +tuxonice-sources-3.10.81.ebuild, +tuxonice-sources-3.12.44.ebuild,
+  +tuxonice-sources-3.14.45.ebuild, +tuxonice-sources-3.18.16.ebuild,
+  +tuxonice-sources-4.0.6.ebuild:
+  Version bumps. Ebuilds by Arfrever.
 
 *tuxonice-sources-4.0.5 (15 Jun 2015)
 *tuxonice-sources-3.14.44 (15 Jun 2015)



1.1                  sys-kernel/tuxonice-sources/tuxonice-sources-3.14.45.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.45.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.45.ebuild?rev=1.1&content-type=text/plain

Index: tuxonice-sources-3.14.45.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.45.ebuild,v
 1.1 2015/06/27 02:12:46 floppym Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="51"

inherit kernel-2
detect_version
detect_arch

DESCRIPTION="TuxOnIce + Gentoo patchset sources"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ 
http://tuxonice.nigelcunningham.com.au/ 
https://github.com/NigelCunningham/tuxonice-kernel";

TUXONICE_PV="3.14.44"
TUXONICE_DATE="2015-06-17"

TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2"
TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}";
UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}"
UNIPATCH_STRICTORDER="yes"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"

KEYWORDS="~amd64 ~x86"
IUSE="experimental"

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"



1.1                  sys-kernel/tuxonice-sources/tuxonice-sources-3.10.81.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.81.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.81.ebuild?rev=1.1&content-type=text/plain

Index: tuxonice-sources-3.10.81.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.81.ebuild,v
 1.1 2015/06/27 02:12:46 floppym Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="87"

inherit kernel-2
detect_version
detect_arch

DESCRIPTION="TuxOnIce + Gentoo patchset sources"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ 
http://tuxonice.nigelcunningham.com.au/ 
https://github.com/NigelCunningham/tuxonice-kernel";

TUXONICE_PV="3.10.80"
TUXONICE_DATE="2015-06-17"

TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2"
TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}";
UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}"
UNIPATCH_STRICTORDER="yes"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"

KEYWORDS="~amd64 ~x86"
IUSE="experimental"

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"



1.1                  sys-kernel/tuxonice-sources/tuxonice-sources-3.18.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.18.16.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.18.16.ebuild?rev=1.1&content-type=text/plain

Index: tuxonice-sources-3.18.16.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.18.16.ebuild,v
 1.1 2015/06/27 02:12:46 floppym Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="17"

inherit kernel-2
detect_version
detect_arch

DESCRIPTION="TuxOnIce + Gentoo patchset sources"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ 
http://tuxonice.nigelcunningham.com.au/ 
https://github.com/NigelCunningham/tuxonice-kernel";

TUXONICE_PV="3.18.16"
TUXONICE_DATE="2015-06-17"

TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2"
TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}";
UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}"
UNIPATCH_STRICTORDER="yes"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"

KEYWORDS="~amd64 ~x86"
IUSE="experimental"

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"



1.1                  sys-kernel/tuxonice-sources/tuxonice-sources-3.12.44.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.44.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.44.ebuild?rev=1.1&content-type=text/plain

Index: tuxonice-sources-3.12.44.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.44.ebuild,v
 1.1 2015/06/27 02:12:46 floppym Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="43"

inherit kernel-2
detect_version
detect_arch

DESCRIPTION="TuxOnIce + Gentoo patchset sources"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ 
http://tuxonice.nigelcunningham.com.au/ 
https://github.com/NigelCunningham/tuxonice-kernel";

TUXONICE_PV="3.12.44"
TUXONICE_DATE="2015-06-17"

TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2"
TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}";
UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}"
UNIPATCH_STRICTORDER="yes"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"

KEYWORDS="~amd64 ~x86"
IUSE="experimental"

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"



1.1                  sys-kernel/tuxonice-sources/tuxonice-sources-4.0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-4.0.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-4.0.6.ebuild?rev=1.1&content-type=text/plain

Index: tuxonice-sources-4.0.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-4.0.6.ebuild,v
 1.1 2015/06/27 02:12:46 floppym Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="8"

inherit kernel-2
detect_version
detect_arch

DESCRIPTION="TuxOnIce + Gentoo patchset sources"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ 
http://tuxonice.nigelcunningham.com.au/ 
https://github.com/NigelCunningham/tuxonice-kernel";

TUXONICE_PV="4.0.5"
TUXONICE_DATE="2015-06-17"

TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2"
TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}";
UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}"
UNIPATCH_STRICTORDER="yes"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"

KEYWORDS="~amd64 ~x86"
IUSE="experimental"

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"




Reply via email to