From: Joshua Nichols Date: Sun, 21 Jan 2007 16:59:00 +0000 (+0000) Subject: Version bump reported by Samuli Suominen on bug #163072... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dfe66d1bbbb9fd7105deae0286746b3c057a4f11;p=gentoo.git Version bump reported by Samuli Suominen on bug #163072. Dropped dependencies which get brought in by the eclass. Package-Manager: portage-2.1.2-r1 --- diff --git a/xfce-extra/xfce4-battery/ChangeLog b/xfce-extra/xfce4-battery/ChangeLog index 9e534a2a9487..f7ddc264d54f 100644 --- a/xfce-extra/xfce4-battery/ChangeLog +++ b/xfce-extra/xfce4-battery/ChangeLog @@ -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 + +xfce4-battery-0.5.0.ebuild: + Version bump reported by Samuli Suominen on bug + #163072. Dropped dependencies which get brought in by the eclass. 28 Dec 2006; Joshua Nichols 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 index 000000000000..6ccdc2f2dd92 --- /dev/null +++ b/xfce-extra/xfce4-battery/files/digest-xfce4-battery-0.5.0 @@ -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 index 000000000000..c24486aff31d --- /dev/null +++ b/xfce-extra/xfce4-battery/xfce4-battery-0.5.0.ebuild @@ -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}"