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
Date: Thu, 02 Jul 2009 20:11:21
Message-Id: E1MMScp-0007d9-HQ@stork.gentoo.org
1 idl0r 09/07/02 20:11:19
2
3 Modified: tint2-0.7.ebuild ChangeLog
4 Log:
5 Fixed dependency.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-misc/tint2/tint2-0.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild?r1=1.1&r2=1.2
14
15 Index: tint2-0.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tint2-0.7.ebuild 30 Jun 2009 20:24:39 -0000 1.1
22 +++ tint2-0.7.ebuild 2 Jul 2009 20:11:19 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild,v 1.1 2009/06/30 20:24:39 idl0r Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild,v 1.2 2009/07/02 20:11:19 idl0r Exp $
28
29 EAPI="2"
30
31 @@ -18,7 +18,7 @@
32 x11-libs/pango
33 x11-libs/libX11
34 x11-libs/libXinerama
35 - media-libs/imlib2"
36 + media-libs/imlib2[X]"
37 DEPEND="${RDEPEND}
38 dev-util/pkgconfig"
39
40
41
42
43 1.4 x11-misc/tint2/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tint2/ChangeLog?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tint2/ChangeLog?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/tint2/ChangeLog?r1=1.3&r2=1.4
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- ChangeLog 30 Jun 2009 20:24:39 -0000 1.3
56 +++ ChangeLog 2 Jul 2009 20:11:19 -0000 1.4
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-misc/tint2
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.3 2009/06/30 20:24:39 idl0r Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.4 2009/07/02 20:11:19 idl0r Exp $
62 +
63 + 02 Jul 2009; Christian Ruppert <idl0r@g.o> tint2-0.7.ebuild:
64 + Fixed dependency.
65
66 *tint2-0.7 (30 Jun 2009)