Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-liznoo: lc-liznoo-9999.ebuild lc-liznoo-0.6.65.ebuild lc-liznoo-0.6.60.ebuild ChangeLog
Date: Sun, 27 Jul 2014 18:00:19
Message-Id: 20140727180013.E9F992004E@flycatcher.gentoo.org
1 ssuominen 14/07/27 18:00:13
2
3 Modified: lc-liznoo-9999.ebuild lc-liznoo-0.6.65.ebuild
4 lc-liznoo-0.6.60.ebuild ChangeLog
5 Log:
6 Sort out UPower hibernate and suspend status.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.4 app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild?r1=1.3&r2=1.4
16
17 Index: lc-liznoo-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- lc-liznoo-9999.ebuild 31 May 2014 20:41:19 -0000 1.3
24 +++ lc-liznoo-9999.ebuild 27 Jul 2014 18:00:13 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild,v 1.3 2014/05/31 20:41:19 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild,v 1.4 2014/07/27 18:00:13 ssuominen Exp $
30
31 EAPI="4"
32
33 @@ -13,8 +13,15 @@
34 IUSE="debug"
35
36 DEPEND="~app-leechcraft/lc-core-${PV}
37 - || ( sys-power/upower sys-power/upower-pm-utils )
38 x11-libs/qwt:6
39 dev-qt/qtdbus:4
40 virtual/leechcraft-trayarea"
41 -RDEPEND="${DEPEND}"
42 +RDEPEND="${DEPEND}
43 + || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils )"
44 +
45 +pkg_postinst() {
46 + if has_version '>=sys-power/upower-0.99'; then
47 + ewarn "If you need hibernate and suspend support, you need to downgrade"
48 + ewarn "sys-power/upower to 0.9.23 or switch to sys-power/upower-pm-utils"
49 + fi
50 +}
51
52
53
54 1.3 app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild?rev=1.3&view=markup
57 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
58 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
59
60 Index: lc-liznoo-0.6.65.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.65.ebuild,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- lc-liznoo-0.6.65.ebuild 31 May 2014 18:48:38 -0000 1.2
67 +++ lc-liznoo-0.6.65.ebuild 27 Jul 2014 18:00:13 -0000 1.3
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2014 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $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 $
72 +# $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 $
73
74 EAPI="4"
75
76 @@ -9,12 +9,19 @@
77 DESCRIPTION="UPower-based power manager for LeechCraft"
78
79 SLOT="0"
80 -KEYWORDS=" ~amd64 ~x86"
81 +KEYWORDS="~amd64 ~x86"
82 IUSE="debug"
83
84 DEPEND="~app-leechcraft/lc-core-${PV}
85 - || ( sys-power/upower sys-power/upower-pm-utils )
86 x11-libs/qwt:6
87 dev-qt/qtdbus:4
88 virtual/leechcraft-trayarea"
89 -RDEPEND="${DEPEND}"
90 +RDEPEND="${DEPEND}
91 + || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils )"
92 +
93 +pkg_postinst() {
94 + if has_version '>=sys-power/upower-0.99'; then
95 + ewarn "If you need hibernate and suspend support, you need to downgrade"
96 + ewarn "sys-power/upower to 0.9.23 or switch to sys-power/upower-pm-utils"
97 + fi
98 +}
99
100
101
102 1.5 app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild?rev=1.5&view=markup
105 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
106 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
107
108 Index: lc-liznoo-0.6.60.ebuild
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.60.ebuild,v
111 retrieving revision 1.4
112 retrieving revision 1.5
113 diff -u -r1.4 -r1.5
114 --- lc-liznoo-0.6.60.ebuild 1 Jun 2014 10:36:10 -0000 1.4
115 +++ lc-liznoo-0.6.60.ebuild 27 Jul 2014 18:00:13 -0000 1.5
116 @@ -1,6 +1,6 @@
117 # Copyright 1999-2014 Gentoo Foundation
118 # Distributed under the terms of the GNU General Public License v2
119 -# $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 $
120 +# $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 $
121
122 EAPI="4"
123
124 @@ -13,8 +13,15 @@
125 IUSE="debug"
126
127 DEPEND="~app-leechcraft/lc-core-${PV}
128 - || ( sys-power/upower sys-power/upower-pm-utils )
129 x11-libs/qwt:6
130 dev-qt/qtdbus:4
131 virtual/leechcraft-trayarea"
132 -RDEPEND="${DEPEND}"
133 +RDEPEND="${DEPEND}
134 + || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils )"
135 +
136 +pkg_postinst() {
137 + if has_version '>=sys-power/upower-0.99'; then
138 + ewarn "If you need hibernate and suspend support, you need to downgrade"
139 + ewarn "sys-power/upower to 0.9.23 or switch to sys-power/upower-pm-utils"
140 + fi
141 +}
142
143
144
145 1.15 app-leechcraft/lc-liznoo/ChangeLog
146
147 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog?rev=1.15&view=markup
148 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog?rev=1.15&content-type=text/plain
149 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog?r1=1.14&r2=1.15
150
151 Index: ChangeLog
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog,v
154 retrieving revision 1.14
155 retrieving revision 1.15
156 diff -u -r1.14 -r1.15
157 --- ChangeLog 1 Jun 2014 10:36:10 -0000 1.14
158 +++ ChangeLog 27 Jul 2014 18:00:13 -0000 1.15
159 @@ -1,6 +1,10 @@
160 # ChangeLog for app-leechcraft/lc-liznoo
161 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
162 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog,v 1.14 2014/06/01 10:36:10 pacho Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog,v 1.15 2014/07/27 18:00:13 ssuominen Exp $
164 +
165 + 27 Jul 2014; Samuli Suominen <ssuominen@g.o> lc-liznoo-0.6.60.ebuild,
166 + lc-liznoo-0.6.65.ebuild, lc-liznoo-9999.ebuild:
167 + Sort out UPower hibernate and suspend status.
168
169 01 Jun 2014; Pacho Ramos <pacho@g.o> lc-liznoo-0.6.60.ebuild:
170 0.6.60 looks to also be compatible