diff options
-rw-r--r-- | x11-misc/tint2/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/tint2/tint2-0.7.1.ebuild | 33 |
2 files changed, 4 insertions, 34 deletions
diff --git a/x11-misc/tint2/ChangeLog b/x11-misc/tint2/ChangeLog index 4dd8123da440..9bee52f467cb 100644 --- a/x11-misc/tint2/ChangeLog +++ b/x11-misc/tint2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/tint2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.14 2010/04/10 08:43:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.15 2010/04/28 21:17:01 idl0r Exp $ + + 28 Apr 2010; Christian Ruppert <idl0r@gentoo.org> -tint2-0.7.1.ebuild: + Remove old version. 10 Apr 2010; Markos Chandras <hwoarang@gentoo.org> tint2-0.9.ebuild: Stable on amd64 wrt bug #312355 diff --git a/x11-misc/tint2/tint2-0.7.1.ebuild b/x11-misc/tint2/tint2-0.7.1.ebuild deleted file mode 100644 index 03d399930cfe..000000000000 --- a/x11-misc/tint2/tint2-0.7.1.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.1.ebuild,v 1.2 2009/09/07 21:19:29 maekke 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[X]" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xineramaproto" - -src_configure() { - econf $(use_enable battery) \ - $(use_enable examples) -} - -src_install() { - emake DESTDIR="${D}" install || die -} |