Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/tint2: tint2-0.7.ebuild ChangeLog tint2-0.7_beta3.ebuild
Date: Tue, 30 Jun 2009 20:24:40
Message-Id: E1MLjsd-0001nE-He@stork.gentoo.org
1 idl0r 09/06/30 20:24:39
2
3 Modified: ChangeLog
4 Added: tint2-0.7.ebuild
5 Removed: tint2-0.7_beta3.ebuild
6 Log:
7 Version bump to 0.7. Removed doc useflag since additional docs has been removed.
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 x11-misc/tint2/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tint2/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tint2/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tint2/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 20 Jun 2009 18:06:03 -0000 1.2
24 +++ ChangeLog 30 Jun 2009 20:24:39 -0000 1.3
25 @@ -1,6 +1,13 @@
26 # ChangeLog for x11-misc/tint2
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.2 2009/06/20 18:06:03 idl0r Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.3 2009/06/30 20:24:39 idl0r Exp $
30 +
31 +*tint2-0.7 (30 Jun 2009)
32 +
33 + 30 Jun 2009; Christian Ruppert <idl0r@g.o> -tint2-0.7_beta3.ebuild,
34 + +tint2-0.7.ebuild:
35 + Version bump to 0.7. Removed doc useflag since additional docs has been
36 + removed.
37
38 *tint2-0.7_beta3 (20 Jun 2009)
39
40
41
42
43 1.1 x11-misc/tint2/tint2-0.7.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild?rev=1.1&content-type=text/plain
47
48 Index: tint2-0.7.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild,v 1.1 2009/06/30 20:24:39 idl0r Exp $
53
54 EAPI="2"
55
56 DESCRIPTION="A lightweight panel/taskbar"
57 HOMEPAGE="http://code.google.com/p/tint2/"
58 SRC_URI="http://tint2.googlecode.com/files/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="battery examples"
64
65 RDEPEND="dev-libs/glib:2
66 x11-libs/cairo
67 x11-libs/pango
68 x11-libs/libX11
69 x11-libs/libXinerama
70 media-libs/imlib2"
71 DEPEND="${RDEPEND}
72 dev-util/pkgconfig"
73
74 src_configure() {
75 econf $(use_enable battery) \
76 $(use_enable examples)
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die
81 }