Version bump reported by Samuli Suominen <sasuomin@uusikaupunki.fi> on bug #163072...
authorJoshua Nichols <nichoj@gentoo.org>
Sun, 21 Jan 2007 16:59:00 +0000 (16:59 +0000)
committerJoshua Nichols <nichoj@gentoo.org>
Sun, 21 Jan 2007 16:59:00 +0000 (16:59 +0000)
Package-Manager: portage-2.1.2-r1

xfce-extra/xfce4-battery/ChangeLog
xfce-extra/xfce4-battery/files/digest-xfce4-battery-0.5.0 [new file with mode: 0644]
xfce-extra/xfce4-battery/xfce4-battery-0.5.0.ebuild [new file with mode: 0644]

index 9e534a2a948797fd53b5b5ec7c98cf8ef635ac3a..f7ddc264d54f0fac80a56de9b742eaaca6c0e227 100644 (file)
@@ -1,6 +1,13 @@
 # ChangeLog for xfce-extra/xfce4-battery
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/ChangeLog,v 1.35 2006/12/28 04:25:58 nichoj Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/ChangeLog,v 1.36 2007/01/21 16:59:00 nichoj Exp $
+
+*xfce4-battery-0.5.0 (21 Jan 2007)
+
+  21 Jan 2007; Joshua Nichols <nichoj@gentoo.org>
+  +xfce4-battery-0.5.0.ebuild:
+  Version bump reported by Samuli Suominen <sasuomin@uusikaupunki.fi> on bug
+  #163072. Dropped dependencies which get brought in by the eclass.
 
   28 Dec 2006; Joshua Nichols <nichoj@gentoo.org>
   xfce4-battery-0.3.0-r2.ebuild:
diff --git a/xfce-extra/xfce4-battery/files/digest-xfce4-battery-0.5.0 b/xfce-extra/xfce4-battery/files/digest-xfce4-battery-0.5.0
new file mode 100644 (file)
index 0000000..6ccdc2f
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 c1d923bb90b79087ca7044bcc24bab5a xfce4-battery-plugin-0.5.0.tar.bz2 222269
+RMD160 bbf64994c7686b11b6a51bd7728569cd2a5d9777 xfce4-battery-plugin-0.5.0.tar.bz2 222269
+SHA256 4428f2fe1f5f28e6cc711278fd9c5c90f325cf0c5298f98a5d60940116cbcef8 xfce4-battery-plugin-0.5.0.tar.bz2 222269
diff --git a/xfce-extra/xfce4-battery/xfce4-battery-0.5.0.ebuild b/xfce-extra/xfce4-battery/xfce4-battery-0.5.0.ebuild
new file mode 100644 (file)
index 0000000..c24486a
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.5.0.ebuild,v 1.1 2007/01/21 16:59:00 nichoj Exp $
+
+inherit xfce44
+
+xfce44_beta
+xfce44_goodies_panel_plugin
+
+DESCRIPTION="Xfce4 battery status panel plugin"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+DEPEND="dev-util/intltool"
+RDEPEND="${DEPEND}"