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 <[email protected]> +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 <[email protected]> batti-0.3.8-r1.ebuild: Fix Icon dependency @@ -76,4 +83,3 @@ 12 Apr 2010; Samuli Suominen <[email protected]> +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 }
