summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2009-06-30 20:24:39 +0000
committerChristian Ruppert <idl0r@gentoo.org>2009-06-30 20:24:39 +0000
commitcd823d9808860ab7e26f01f4c13839d2ea5ab39a (patch)
tree5dc53e723a2fdb72419757b2631fc23b1e8750f1 /x11-misc
parentUse ebuild revision as packager-version. (diff)
downloadgentoo-2-cd823d9808860ab7e26f01f4c13839d2ea5ab39a.tar.gz
gentoo-2-cd823d9808860ab7e26f01f4c13839d2ea5ab39a.tar.bz2
gentoo-2-cd823d9808860ab7e26f01f4c13839d2ea5ab39a.zip
Version bump to 0.7. Removed doc useflag since additional docs has been removed.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/tint2/ChangeLog9
-rw-r--r--x11-misc/tint2/tint2-0.7.ebuild (renamed from x11-misc/tint2/tint2-0.7_beta3.ebuild)5
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/tint2/ChangeLog b/x11-misc/tint2/ChangeLog
index 1c2ff675aa5d..a6da40d0a491 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.2 2009/06/20 18:06:03 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.3 2009/06/30 20:24:39 idl0r Exp $
+
+*tint2-0.7 (30 Jun 2009)
+
+ 30 Jun 2009; Christian Ruppert <idl0r@gentoo.org> -tint2-0.7_beta3.ebuild,
+ +tint2-0.7.ebuild:
+ Version bump to 0.7. Removed doc useflag since additional docs has been
+ removed.
*tint2-0.7_beta3 (20 Jun 2009)
diff --git a/x11-misc/tint2/tint2-0.7_beta3.ebuild b/x11-misc/tint2/tint2-0.7.ebuild
index d8862a66c293..c5b3abef0558 100644
--- a/x11-misc/tint2/tint2-0.7_beta3.ebuild
+++ b/x11-misc/tint2/tint2-0.7.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_beta3.ebuild,v 1.1 2009/06/20 18:06:03 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild,v 1.1 2009/06/30 20:24:39 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="battery doc examples"
+IUSE="battery examples"
RDEPEND="dev-libs/glib:2
x11-libs/cairo
@@ -24,7 +24,6 @@ DEPEND="${RDEPEND}
src_configure() {
econf $(use_enable battery) \
- $(use_enable doc) \
$(use_enable examples)
}