Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-3.0.6.ebuild ChangeLog
Date: Tue, 29 Mar 2011 08:37:34
Message-Id: 20110329083724.A70AB20054@flycatcher.gentoo.org
1 nirbheek 11/03/29 08:37:24
2
3 Modified: gtk+-3.0.6.ebuild ChangeLog
4 Log:
5 Remove useless live ebuild conditionals
6
7 (Portage version: 2.1.9.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 x11-libs/gtk+/gtk+-3.0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.0.6.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.0.6.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.0.6.ebuild?r1=1.2&r2=1.3
15
16 Index: gtk+-3.0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.6.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gtk+-3.0.6.ebuild 29 Mar 2011 08:28:01 -0000 1.2
23 +++ gtk+-3.0.6.ebuild 29 Mar 2011 08:37:24 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.6.ebuild,v 1.2 2011/03/29 08:28:01 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.6.ebuild,v 1.3 2011/03/29 08:37:24 nirbheek Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2:2.4"
32 @@ -103,16 +103,12 @@
33 if ! use test; then
34 # don't waste time building tests
35 strip_builddir SRC_SUBDIRS tests Makefile.am
36 - [[ ${PV} != 9999 ]] && strip_builddir SRC_SUBDIRS tests Makefile.in
37 fi
38
39 if ! use examples; then
40 # don't waste time building demos
41 strip_builddir SRC_SUBDIRS demos Makefile.am
42 - [[ ${PV} != 9999 ]] && strip_builddir SRC_SUBDIRS demos Makefile.in
43 fi
44 -
45 - [[ ${PV} = 9999 ]] && gnome2-live_src_prepare
46 }
47
48 src_configure() {
49
50
51
52 1.498 x11-libs/gtk+/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.498&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.498&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.497&r2=1.498
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
61 retrieving revision 1.497
62 retrieving revision 1.498
63 diff -u -r1.497 -r1.498
64 --- ChangeLog 29 Mar 2011 08:28:01 -0000 1.497
65 +++ ChangeLog 29 Mar 2011 08:37:24 -0000 1.498
66 @@ -1,6 +1,9 @@
67 # ChangeLog for x11-libs/gtk+
68 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.497 2011/03/29 08:28:01 nirbheek Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.498 2011/03/29 08:37:24 nirbheek Exp $
71 +
72 + 29 Mar 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-3.0.6.ebuild:
73 + Remove useless live ebuild conditionals
74
75 29 Mar 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-3.0.6.ebuild:
76 Remove redundant jpeg/jpeg2k/tiff USE-flags