summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-07-02 08:02:30 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-07-02 08:02:30 +0000
commit6d36a54b6a8c4dd4b9ed0bdeb6d7a4f874add7b1 (patch)
treee6a2a400ee0d2aefbc1a8adce0504612dfb6d07f /app-laptop/batti
parentRemove old ebuilds (diff)
downloadgentoo-2-6d36a54b6a8c4dd4b9ed0bdeb6d7a4f874add7b1.tar.gz
gentoo-2-6d36a54b6a8c4dd4b9ed0bdeb6d7a4f874add7b1.tar.bz2
gentoo-2-6d36a54b6a8c4dd4b9ed0bdeb6d7a4f874add7b1.zip
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/batti')
-rw-r--r--app-laptop/batti/ChangeLog5
-rw-r--r--app-laptop/batti/batti-0.3.4.ebuild42
2 files changed, 4 insertions, 43 deletions
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 <hwoarang@gentoo.org> -batti-0.3.4.ebuild:
+ Remove old ebuilds
29 Jun 2010; Christian Faulhammer <fauli@gentoo.org> 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
-}