ssuominen 14/07/27 18:00:13
Modified: lc-liznoo-9999.ebuild lc-liznoo-0.6.65.ebuild
lc-liznoo-0.6.60.ebuild ChangeLog
Log:
Sort out UPower hibernate and suspend status.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
4868F14D)
Revision Changes Path
1.4 app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild?r1=1.3&r2=1.4
Index: lc-liznoo-9999.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lc-liznoo-9999.ebuild 31 May 2014 20:41:19 -0000 1.3
+++ lc-liznoo-9999.ebuild 27 Jul 2014 18:00:13 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild,v 1.3
2014/05/31 20:41:19 ssuominen Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild,v 1.4
2014/07/27 18:00:13 ssuominen Exp $
EAPI="4"
@@ -13,8 +13,15 @@
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
- || ( sys-power/upower sys-power/upower-pm-utils )
x11-libs/qwt:6
dev-qt/qtdbus:4
virtual/leechcraft-trayarea"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils )"
+
+pkg_postinst() {
+ if has_version '>=sys-power/upower-0.99'; then
+ ewarn "If you need hibernate and suspend support, you need to
downgrade"
+ ewarn "sys-power/upower to 0.9.23 or switch to
sys-power/upower-pm-utils"
+ fi
+}
1.3 app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild?r1=1.2&r2=1.3
Index: lc-liznoo-0.6.65.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lc-liznoo-0.6.65.ebuild 31 May 2014 18:48:38 -0000 1.2
+++ lc-liznoo-0.6.65.ebuild 27 Jul 2014 18:00:13 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild,v 1.2
2014/05/31 18:48:38 pacho Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild,v 1.3
2014/07/27 18:00:13 ssuominen Exp $
EAPI="4"
@@ -9,12 +9,19 @@
DESCRIPTION="UPower-based power manager for LeechCraft"
SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
- || ( sys-power/upower sys-power/upower-pm-utils )
x11-libs/qwt:6
dev-qt/qtdbus:4
virtual/leechcraft-trayarea"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils )"
+
+pkg_postinst() {
+ if has_version '>=sys-power/upower-0.99'; then
+ ewarn "If you need hibernate and suspend support, you need to
downgrade"
+ ewarn "sys-power/upower to 0.9.23 or switch to
sys-power/upower-pm-utils"
+ fi
+}
1.5 app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild?r1=1.4&r2=1.5
Index: lc-liznoo-0.6.60.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lc-liznoo-0.6.60.ebuild 1 Jun 2014 10:36:10 -0000 1.4
+++ lc-liznoo-0.6.60.ebuild 27 Jul 2014 18:00:13 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild,v 1.4
2014/06/01 10:36:10 pacho Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild,v 1.5
2014/07/27 18:00:13 ssuominen Exp $
EAPI="4"
@@ -13,8 +13,15 @@
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
- || ( sys-power/upower sys-power/upower-pm-utils )
x11-libs/qwt:6
dev-qt/qtdbus:4
virtual/leechcraft-trayarea"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils )"
+
+pkg_postinst() {
+ if has_version '>=sys-power/upower-0.99'; then
+ ewarn "If you need hibernate and suspend support, you need to
downgrade"
+ ewarn "sys-power/upower to 0.9.23 or switch to
sys-power/upower-pm-utils"
+ fi
+}
1.15 app-leechcraft/lc-liznoo/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog?rev=1.15&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog?rev=1.15&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 1 Jun 2014 10:36:10 -0000 1.14
+++ ChangeLog 27 Jul 2014 18:00:13 -0000 1.15
@@ -1,6 +1,10 @@
# ChangeLog for app-leechcraft/lc-liznoo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog,v 1.14
2014/06/01 10:36:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog,v 1.15
2014/07/27 18:00:13 ssuominen Exp $
+
+ 27 Jul 2014; Samuli Suominen <[email protected]> lc-liznoo-0.6.60.ebuild,
+ lc-liznoo-0.6.65.ebuild, lc-liznoo-9999.ebuild:
+ Sort out UPower hibernate and suspend status.
01 Jun 2014; Pacho Ramos <[email protected]> lc-liznoo-0.6.60.ebuild:
0.6.60 looks to also be compatible