diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-08-09 17:10:40 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-08-09 17:12:14 +0200 |
commit | 28f6e022f93776fe256fc180467548be2fa80261 (patch) | |
tree | 70bf01edac6a6867aad6e835865bb362244048d2 /app-laptop | |
parent | net-p2p/syncthing: remove versions vulnerable to the symlink attack (diff) | |
download | gentoo-28f6e022f93776fe256fc180467548be2fa80261.tar.gz gentoo-28f6e022f93776fe256fc180467548be2fa80261.tar.bz2 gentoo-28f6e022f93776fe256fc180467548be2fa80261.zip |
app-laptop/batti: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/batti/batti-0.3.8-r3.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/app-laptop/batti/batti-0.3.8-r3.ebuild b/app-laptop/batti/batti-0.3.8-r3.ebuild deleted file mode 100644 index 9ac6eb6cd0bf..000000000000 --- a/app-laptop/batti/batti-0.3.8-r3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 gnome2-utils eutils - -DESCRIPTION="A upower based battery monitor for the system tray, similar to batterymon" -HOMEPAGE="https://code.google.com/p/batti-gtk/" -SRC_URI="https://batti-gtk.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="libnotify" - -RDEPEND="dev-python/pygtk[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - || ( sys-power/upower sys-power/upower-pm-utils ) - x11-themes/gnome-icon-theme - libnotify? ( x11-libs/libnotify )" -DEPEND="" - -DOCS=( AUTHORS ChangeLog ) - -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 -} - -pkg_postrm() { - gnome2_icon_cache_update -} |