* [gentoo-commits] gentoo-x86 commit in app-laptop/batti: batti-0.3.8-r2.ebuild ChangeLog
@ 2014-05-31 18:06 Pacho Ramos (pacho)
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-05-31 18:06 UTC (permalink / raw
To: gentoo-commits
pacho 14/05/31 18:06:22
Modified: ChangeLog
Added: batti-0.3.8-r2.ebuild
Log:
Use patch from ArchLinux to support upower-0.99 (x11-misc/cbatticon is another alternative to this package that has dead upstream since 2011)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.19 app-laptop/batti/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 9 Feb 2013 18:57:10 -0000 1.18
+++ ChangeLog 31 May 2014 18:06:22 -0000 1.19
@@ -1,6 +1,13 @@
# ChangeLog for app-laptop/batti
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.18 2013/02/09 18:57:10 idl0r Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.19 2014/05/31 18:06:22 pacho Exp $
+
+*batti-0.3.8-r2 (31 May 2014)
+
+ 31 May 2014; Pacho Ramos <pacho@gentoo.org> +batti-0.3.8-r2.ebuild,
+ +files/batti-0.3.8-upower-0.99.patch:
+ Use patch from ArchLinux to support upower-0.99 (x11-misc/cbatticon is another
+ alternative to this package that has dead upstream since 2011)
09 Feb 2013; Christian Ruppert <idl0r@gentoo.org> batti-0.3.8-r1.ebuild:
Fix Icon dependency
@@ -76,4 +83,3 @@
12 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +batti-0.3.1.ebuild:
Initial commit wrt #314797 by Arthur Spitzer.
-
1.1 app-laptop/batti/batti-0.3.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?rev=1.1&content-type=text/plain
Index: batti-0.3.8-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild,v 1.1 2014/05/31 18:06:22 pacho Exp $
EAPI=5
SUPPORT_PYTHON_ABIS="1"
PYTHON_DEPEND="2"
RESTRICT_PYTHON_ABIS="3.*"
inherit python distutils gnome2-utils eutils
DESCRIPTION="A upower based battery monitor for the system tray, similar to batterymon"
HOMEPAGE="http://code.google.com/p/batti-gtk/"
SRC_URI="http://batti-gtk.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libnotify"
RDEPEND="dev-python/pygtk
dev-python/dbus-python
|| ( sys-power/upower:= sys-power/upower-pm-utils )
x11-themes/gnome-icon-theme
libnotify? ( x11-libs/libnotify )"
DEPEND=""
DOCS="AUTHORS"
src_prepare() {
has_version ">=sys-power/upower-0.99" && epatch "${FILESDIR}/${P}-upower-0.99.patch"
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
distutils_pkg_postinst
}
pkg_postrm() {
gnome2_icon_cache_update
distutils_pkg_postrm
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-laptop/batti: batti-0.3.8-r2.ebuild ChangeLog
@ 2014-05-31 18:22 Pacho Ramos (pacho)
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-05-31 18:22 UTC (permalink / raw
To: gentoo-commits
pacho 14/05/31 18:22:41
Modified: ChangeLog
Added: batti-0.3.8-r2.ebuild
Log:
Add it back as I just got another mail from him telling it wasn't really breaking it ;)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.21 app-laptop/batti/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 31 May 2014 18:19:54 -0000 1.20
+++ ChangeLog 31 May 2014 18:22:41 -0000 1.21
@@ -1,6 +1,13 @@
# ChangeLog for app-laptop/batti
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.20 2014/05/31 18:19:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.21 2014/05/31 18:22:41 pacho Exp $
+
+*batti-0.3.8-r2 (31 May 2014)
+
+ 31 May 2014; Pacho Ramos <pacho@gentoo.org> +batti-0.3.8-r2.ebuild,
+ +files/batti-0.3.8-upower-0.99.patch:
+ Add it back as I just got another mail from him telling it wasn't really
+ breaking it ;)
31 May 2014; Pacho Ramos <pacho@gentoo.org> -batti-0.3.8-r2.ebuild,
-files/batti-0.3.8-upower-0.99.patch, batti-0.3.8-r1.ebuild:
1.3 app-laptop/batti/batti-0.3.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?r1=1.2&r2=1.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-laptop/batti: batti-0.3.8-r2.ebuild ChangeLog
@ 2014-06-19 16:36 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-06-19 16:36 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/06/19 16:36:08
Modified: batti-0.3.8-r2.ebuild ChangeLog
Log:
amd64/x86 stable
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.4 app-laptop/batti/batti-0.3.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?r1=1.3&r2=1.4
Index: batti-0.3.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- batti-0.3.8-r2.ebuild 31 May 2014 18:22:41 -0000 1.3
+++ batti-0.3.8-r2.ebuild 19 Jun 2014 16:36:08 -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-laptop/batti/batti-0.3.8-r2.ebuild,v 1.3 2014/05/31 18:22:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild,v 1.4 2014/06/19 16:36:08 ssuominen Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="libnotify"
RDEPEND="dev-python/pygtk
1.22 app-laptop/batti/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 31 May 2014 18:22:41 -0000 1.21
+++ ChangeLog 19 Jun 2014 16:36:08 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for app-laptop/batti
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.21 2014/05/31 18:22:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.22 2014/06/19 16:36:08 ssuominen Exp $
+
+ 19 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> batti-0.3.8-r2.ebuild:
+ amd64/x86 stable
*batti-0.3.8-r2 (31 May 2014)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-laptop/batti: batti-0.3.8-r2.ebuild ChangeLog
@ 2014-09-01 16:48 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-09-01 16:48 UTC (permalink / raw
To: gentoo-commits
mgorny 14/09/01 16:48:09
Modified: batti-0.3.8-r2.ebuild ChangeLog
Log:
Remove := subslot operator from || () block since it is meaningless and broken.
(Portage version: 2.2.11_p178/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.5 app-laptop/batti/batti-0.3.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild?r1=1.4&r2=1.5
Index: batti-0.3.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- batti-0.3.8-r2.ebuild 19 Jun 2014 16:36:08 -0000 1.4
+++ batti-0.3.8-r2.ebuild 1 Sep 2014 16:48:09 -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-laptop/batti/batti-0.3.8-r2.ebuild,v 1.4 2014/06/19 16:36:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.8-r2.ebuild,v 1.5 2014/09/01 16:48:09 mgorny Exp $
EAPI=5
@@ -21,7 +21,7 @@
RDEPEND="dev-python/pygtk
dev-python/dbus-python
- || ( sys-power/upower:= sys-power/upower-pm-utils )
+ || ( sys-power/upower sys-power/upower-pm-utils )
x11-themes/gnome-icon-theme
libnotify? ( x11-libs/libnotify )"
DEPEND=""
1.24 app-laptop/batti/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/batti/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 19 Jun 2014 16:36:43 -0000 1.23
+++ ChangeLog 1 Sep 2014 16:48:09 -0000 1.24
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/batti
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.23 2014/06/19 16:36:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.24 2014/09/01 16:48:09 mgorny Exp $
+
+ 01 Sep 2014; Michał Górny <mgorny@gentoo.org> batti-0.3.8-r2.ebuild:
+ Remove := subslot operator from || () block since it is meaningless and
+ broken.
19 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> -batti-0.3.8-r1.ebuild:
old
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-01 16:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01 16:48 [gentoo-commits] gentoo-x86 commit in app-laptop/batti: batti-0.3.8-r2.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2014-06-19 16:36 Samuli Suominen (ssuominen)
2014-05-31 18:22 Pacho Ramos (pacho)
2014-05-31 18:06 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox