diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2010-01-15 20:28:15 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2010-01-15 20:28:15 +0000 |
commit | 26c5e28fb4c592dcb04d6ab641cc2ecc864b9f3a (patch) | |
tree | 352ad9274bbce07750a96b6ef0c78fe32e44ba07 /x11-misc | |
parent | Add prefix keywords (diff) | |
download | gentoo-2-26c5e28fb4c592dcb04d6ab641cc2ecc864b9f3a.tar.gz gentoo-2-26c5e28fb4c592dcb04d6ab641cc2ecc864b9f3a.tar.bz2 gentoo-2-26c5e28fb4c592dcb04d6ab641cc2ecc864b9f3a.zip |
Version bump to 0.9-rc1. Remove old.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/tint2/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/tint2/tint2-0.8.ebuild | 36 | ||||
-rw-r--r-- | x11-misc/tint2/tint2-0.9_rc1.ebuild (renamed from x11-misc/tint2/tint2-0.7.1-r1.ebuild) | 10 |
3 files changed, 15 insertions, 41 deletions
diff --git a/x11-misc/tint2/ChangeLog b/x11-misc/tint2/ChangeLog index 08b8ec6b76db..b7a6eac495ce 100644 --- a/x11-misc/tint2/ChangeLog +++ b/x11-misc/tint2/ChangeLog @@ -1,6 +1,12 @@ # 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.9 2009/12/20 22:36:45 idl0r Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.10 2010/01/15 20:28:15 idl0r Exp $ + +*tint2-0.9_rc1 (15 Jan 2010) + + 15 Jan 2010; Christian Ruppert <idl0r@gentoo.org> -tint2-0.7.1-r1.ebuild, + -tint2-0.8.ebuild, +tint2-0.9_rc1.ebuild: + Version bump to 0.9-rc1. Remove old. *tint2-0.8 (20 Dec 2009) diff --git a/x11-misc/tint2/tint2-0.8.ebuild b/x11-misc/tint2/tint2-0.8.ebuild deleted file mode 100644 index 0de894597805..000000000000 --- a/x11-misc/tint2/tint2-0.8.ebuild +++ /dev/null @@ -1,36 +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.8.ebuild,v 1.1 2009/12/20 22:36:45 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[X]" -# autoconf >= 2.61 for --docdir, bug 296890 -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xineramaproto - >=sys-devel/autoconf-2.61" - -src_configure() { - econf --docdir=/usr/share/doc/${PF} \ - $(use_enable battery) \ - $(use_enable examples) -} - -src_install() { - emake DESTDIR="${D}" install || die -} diff --git a/x11-misc/tint2/tint2-0.7.1-r1.ebuild b/x11-misc/tint2/tint2-0.9_rc1.ebuild index 9975d0c64630..a56b07be0625 100644 --- a/x11-misc/tint2/tint2-0.7.1-r1.ebuild +++ b/x11-misc/tint2/tint2-0.9_rc1.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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-r1.ebuild,v 1.1 2009/12/14 17:18:04 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.9_rc1.ebuild,v 1.1 2010/01/15 20:28:15 idl0r Exp $ EAPI="2" +MY_P="${PN}-${PV/_rc/-rc}" + DESCRIPTION="A lightweight panel/taskbar" HOMEPAGE="http://code.google.com/p/tint2/" -SRC_URI="http://tint2.googlecode.com/files/${P}.tar.gz" +SRC_URI="http://tint2.googlecode.com/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -25,6 +27,8 @@ DEPEND="${RDEPEND} x11-proto/xineramaproto >=sys-devel/autoconf-2.61" +S="${WORKDIR}/${MY_P}" + src_configure() { econf --docdir=/usr/share/doc/${PF} \ $(use_enable battery) \ |