Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/batti/
Date: Wed, 09 Aug 2017 15:12:27
Message-Id: 1502291534.28f6e022f93776fe256fc180467548be2fa80261.pacho@gentoo
1 commit: 28f6e022f93776fe256fc180467548be2fa80261
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 9 15:10:40 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 9 15:12:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f6e022
7
8 app-laptop/batti: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-laptop/batti/batti-0.3.8-r3.ebuild | 42 ----------------------------------
13 1 file changed, 42 deletions(-)
14
15 diff --git a/app-laptop/batti/batti-0.3.8-r3.ebuild b/app-laptop/batti/batti-0.3.8-r3.ebuild
16 deleted file mode 100644
17 index 9ac6eb6cd0b..00000000000
18 --- a/app-laptop/batti/batti-0.3.8-r3.ebuild
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit distutils-r1 gnome2-utils eutils
29 -
30 -DESCRIPTION="A upower based battery monitor for the system tray, similar to batterymon"
31 -HOMEPAGE="https://code.google.com/p/batti-gtk/"
32 -SRC_URI="https://batti-gtk.googlecode.com/files/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE="libnotify"
38 -
39 -RDEPEND="dev-python/pygtk[${PYTHON_USEDEP}]
40 - dev-python/dbus-python[${PYTHON_USEDEP}]
41 - || ( sys-power/upower sys-power/upower-pm-utils )
42 - x11-themes/gnome-icon-theme
43 - libnotify? ( x11-libs/libnotify )"
44 -DEPEND=""
45 -
46 -DOCS=( AUTHORS ChangeLog )
47 -
48 -src_prepare() {
49 - has_version ">=sys-power/upower-0.99" && epatch "${FILESDIR}/${P}-upower-0.99.patch"
50 -}
51 -
52 -pkg_preinst() {
53 - gnome2_icon_savelist
54 -}
55 -
56 -pkg_postinst() {
57 - gnome2_icon_cache_update
58 -}
59 -
60 -pkg_postrm() {
61 - gnome2_icon_cache_update
62 -}