From cd823d9808860ab7e26f01f4c13839d2ea5ab39a Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Tue, 30 Jun 2009 20:24:39 +0000 Subject: Version bump to 0.7. Removed doc useflag since additional docs has been removed. (Portage version: 2.2_rc33/cvs/Linux x86_64) --- x11-misc/tint2/ChangeLog | 9 ++++++++- x11-misc/tint2/tint2-0.7.ebuild | 32 ++++++++++++++++++++++++++++++++ x11-misc/tint2/tint2-0.7_beta3.ebuild | 33 --------------------------------- 3 files changed, 40 insertions(+), 34 deletions(-) create mode 100644 x11-misc/tint2/tint2-0.7.ebuild delete mode 100644 x11-misc/tint2/tint2-0.7_beta3.ebuild (limited to 'x11-misc') 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 -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.ebuild b/x11-misc/tint2/tint2-0.7.ebuild new file mode 100644 index 000000000000..c5b3abef0558 --- /dev/null +++ b/x11-misc/tint2/tint2-0.7.ebuild @@ -0,0 +1,32 @@ +# 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.ebuild,v 1.1 2009/06/30 20:24:39 idl0r Exp $ + +EAPI="2" + +DESCRIPTION="A lightweight panel/taskbar" +HOMEPAGE="http://code.google.com/p/tint2/" +SRC_URI="http://tint2.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="battery examples" + +RDEPEND="dev-libs/glib:2 + x11-libs/cairo + x11-libs/pango + x11-libs/libX11 + x11-libs/libXinerama + media-libs/imlib2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_configure() { + econf $(use_enable battery) \ + $(use_enable examples) +} + +src_install() { + emake DESTDIR="${D}" install || die +} diff --git a/x11-misc/tint2/tint2-0.7_beta3.ebuild b/x11-misc/tint2/tint2-0.7_beta3.ebuild deleted file mode 100644 index d8862a66c293..000000000000 --- a/x11-misc/tint2/tint2-0.7_beta3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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 $ - -EAPI="2" - -DESCRIPTION="A lightweight panel/taskbar" -HOMEPAGE="http://code.google.com/p/tint2/" -SRC_URI="http://tint2.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="battery doc examples" - -RDEPEND="dev-libs/glib:2 - x11-libs/cairo - x11-libs/pango - x11-libs/libX11 - x11-libs/libXinerama - media-libs/imlib2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf $(use_enable battery) \ - $(use_enable doc) \ - $(use_enable examples) -} - -src_install() { - emake DESTDIR="${D}" install || die -} -- cgit v1.2.3-65-gdbad