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.11.ebuild ChangeLog
Date: Mon, 28 Jun 2010 19:34:03
Message-Id: 20100628193359.BDEEB2C621@corvid.gentoo.org
1 idl0r 10/06/28 19:33:59
2
3 Modified: tint2-0.11.ebuild ChangeLog
4 Log:
5 Remove duplicate cmake-utils_use_enable, thanks to Andrew Brouwers <abrouwers@×××××.com>.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-misc/tint2/tint2-0.11.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tint2/tint2-0.11.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tint2/tint2-0.11.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tint2/tint2-0.11.ebuild?r1=1.1&r2=1.2
14
15 Index: tint2-0.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.11.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tint2-0.11.ebuild 28 Jun 2010 18:40:16 -0000 1.1
22 +++ tint2-0.11.ebuild 28 Jun 2010 19:33:59 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 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.11.ebuild,v 1.1 2010/06/28 18:40:16 idl0r Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.11.ebuild,v 1.2 2010/06/28 19:33:59 idl0r Exp $
28
29 EAPI="3"
30
31 @@ -38,7 +38,6 @@
32 src_configure() {
33 local mycmakeargs=(
34 $(cmake-utils_use_enable battery BATTERY)
35 - $(cmake-utils_use_enable battery BATTERY)
36 $(cmake-utils_use_enable examples EXAMPLES)
37 $(cmake-utils_use_enable tint2conf TINT2CONF)
38
39
40
41
42 1.19 x11-misc/tint2/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tint2/ChangeLog?rev=1.19&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tint2/ChangeLog?rev=1.19&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/tint2/ChangeLog?r1=1.18&r2=1.19
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v
51 retrieving revision 1.18
52 retrieving revision 1.19
53 diff -u -r1.18 -r1.19
54 --- ChangeLog 28 Jun 2010 18:40:16 -0000 1.18
55 +++ ChangeLog 28 Jun 2010 19:33:59 -0000 1.19
56 @@ -1,6 +1,10 @@
57 # ChangeLog for x11-misc/tint2
58 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.18 2010/06/28 18:40:16 idl0r Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.19 2010/06/28 19:33:59 idl0r Exp $
61 +
62 + 28 Jun 2010; Christian Ruppert <idl0r@g.o> tint2-0.11.ebuild:
63 + Remove duplicate cmake-utils_use_enable, thanks to Andrew Brouwers
64 + <abrouwers@×××××.com>.
65
66 *tint2-0.11 (28 Jun 2010)