diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-16 12:03:38 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-16 12:03:38 +0200 |
commit | ea657ca2e9a59ab15c3dbf38fe9d6613160c36df (patch) | |
tree | 4d0b9cfd7868a1fc79f61afb8d91c2f58398480a /app-laptop | |
parent | app-laptop/batti: x86 stable, bug #586462 (diff) | |
download | gentoo-ea657ca2e9a59ab15c3dbf38fe9d6613160c36df.tar.gz gentoo-ea657ca2e9a59ab15c3dbf38fe9d6613160c36df.tar.bz2 gentoo-ea657ca2e9a59ab15c3dbf38fe9d6613160c36df.zip |
app-laptop/batti: Drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/batti/batti-0.3.8-r2.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/app-laptop/batti/batti-0.3.8-r2.ebuild b/app-laptop/batti/batti-0.3.8-r2.ebuild deleted file mode 100644 index 2ee2267c030f..000000000000 --- a/app-laptop/batti/batti-0.3.8-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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="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 - 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 -} |