diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-06-20 18:06:03 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-06-20 18:06:03 +0000 |
commit | 6ff9362d4d4a5b1eff79b4c43c3b21488fe96388 (patch) | |
tree | a10928877db5d12426642e334b334e225b6f7289 /x11-misc/tint2 | |
parent | Revision bump. This should fix bug #274197. (diff) | |
download | gentoo-2-6ff9362d4d4a5b1eff79b4c43c3b21488fe96388.tar.gz gentoo-2-6ff9362d4d4a5b1eff79b4c43c3b21488fe96388.tar.bz2 gentoo-2-6ff9362d4d4a5b1eff79b4c43c3b21488fe96388.zip |
Version bump to 0.7_beta3, removed old ebuild. Add battery useflag for battery status plugin.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/tint2')
-rw-r--r-- | x11-misc/tint2/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/tint2/metadata.xml | 1 | ||||
-rw-r--r-- | x11-misc/tint2/tint2-0.7_beta3.ebuild (renamed from x11-misc/tint2/tint2-0.7_beta2.ebuild) | 7 |
3 files changed, 13 insertions, 4 deletions
diff --git a/x11-misc/tint2/ChangeLog b/x11-misc/tint2/ChangeLog index b9c261dfb00b..1c2ff675aa5d 100644 --- a/x11-misc/tint2/ChangeLog +++ b/x11-misc/tint2/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/tint2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.1 2009/06/07 18:15:26 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.2 2009/06/20 18:06:03 idl0r Exp $ + +*tint2-0.7_beta3 (20 Jun 2009) + + 20 Jun 2009; Christian Ruppert <idl0r@gentoo.org> -tint2-0.7_beta2.ebuild, + +tint2-0.7_beta3.ebuild, metadata.xml: + Version bump to 0.7_beta3, removed old ebuild. Add battery useflag for + battery status plugin. *tint2-0.7_beta2 (07 Jun 2009) diff --git a/x11-misc/tint2/metadata.xml b/x11-misc/tint2/metadata.xml index 8ecb7eb14e8c..19bcd5b420d4 100644 --- a/x11-misc/tint2/metadata.xml +++ b/x11-misc/tint2/metadata.xml @@ -8,6 +8,7 @@ </maintainer> <use> <flag name="examples">Install tint2rc examples</flag> + <flag name="battery">Enable battery status plugin</flag> </use> <longdescription lang="en"> tint2 is a simple panel/taskbar intentionally made for <pkg>openbox</pkg>3, but should also work with other window managers. diff --git a/x11-misc/tint2/tint2-0.7_beta2.ebuild b/x11-misc/tint2/tint2-0.7_beta3.ebuild index 6c5b7707ae7d..d8862a66c293 100644 --- a/x11-misc/tint2/tint2-0.7_beta2.ebuild +++ b/x11-misc/tint2/tint2-0.7_beta3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.7_beta2.ebuild,v 1.1 2009/06/07 18:15:26 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.7_beta3.ebuild,v 1.1 2009/06/20 18:06:03 idl0r Exp $ EAPI="2" @@ -11,7 +11,7 @@ SRC_URI="http://tint2.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc examples" +IUSE="battery doc examples" RDEPEND="dev-libs/glib:2 x11-libs/cairo @@ -23,7 +23,8 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_configure() { - econf $(use_enable doc) \ + econf $(use_enable battery) \ + $(use_enable doc) \ $(use_enable examples) } |