From 6d36a54b6a8c4dd4b9ed0bdeb6d7a4f874add7b1 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 2 Jul 2010 08:02:30 +0000 Subject: Remove old ebuilds (Portage version: 2.2_rc67/cvs/Linux x86_64) --- app-laptop/batti/ChangeLog | 5 ++++- app-laptop/batti/batti-0.3.4.ebuild | 42 ------------------------------------- 2 files changed, 4 insertions(+), 43 deletions(-) delete mode 100644 app-laptop/batti/batti-0.3.4.ebuild (limited to 'app-laptop/batti') diff --git a/app-laptop/batti/ChangeLog b/app-laptop/batti/ChangeLog index 012058f43603..f00a31737602 100644 --- a/app-laptop/batti/ChangeLog +++ b/app-laptop/batti/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/batti # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.8 2010/06/29 09:31:58 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.9 2010/07/02 08:02:30 hwoarang Exp $ + + 02 Jul 2010; Markos Chandras -batti-0.3.4.ebuild: + Remove old ebuilds 29 Jun 2010; Christian Faulhammer batti-0.3.7.ebuild: stable x86, bug 325715 diff --git a/app-laptop/batti/batti-0.3.4.ebuild b/app-laptop/batti/batti-0.3.4.ebuild deleted file mode 100644 index fcf5aff4228b..000000000000 --- a/app-laptop/batti/batti-0.3.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.4.ebuild,v 1.2 2010/04/16 15:01:02 idl0r Exp $ - -EAPI=3 - -SUPPORT_PYTHON_ABIS="1" -PYTHON_DEPEND="2" -RESTRICT_PYTHON_ABIS="3.*" - -inherit python distutils gnome2-utils - -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-apps/devicekit-power sys-power/upower ) - libnotify? ( x11-libs/libnotify )" -DEPEND="" - -DOCS="AUTHORS" - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - distutils_pkg_postinst -} - -pkg_postrm() { - gnome2_icon_cache_update - distutils_pkg_postrm -} -- cgit v1.2.3-65-gdbad