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: Wed, 30 Mar 2011 07:56:22
Message-Id: 20110330075606.6182120054@flycatcher.gentoo.org
1 nirbheek 11/03/30 07:56:06
2
3 Modified: gtk+-3.0.6.ebuild ChangeLog
4 Log:
5 Prevent maintainer-mode rebuild, bug 361227
6
7 (Portage version: 2.1.9.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.0.6.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.0.6.ebuild?r1=1.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- gtk+-3.0.6.ebuild 29 Mar 2011 20:00:15 -0000 1.4
23 +++ gtk+-3.0.6.ebuild 30 Mar 2011 07:56:06 -0000 1.5
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.4 2011/03/29 20:00:15 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.6.ebuild,v 1.5 2011/03/30 07:56:06 nirbheek Exp $
29
30 EAPI="3"
31
32 @@ -102,11 +102,13 @@
33 if ! use test; then
34 # don't waste time building tests
35 strip_builddir SRC_SUBDIRS tests Makefile.am
36 + 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 + strip_builddir SRC_SUBDIRS demos Makefile.in
43 fi
44 }
45
46
47
48
49 1.499 x11-libs/gtk+/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.499&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.499&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.498&r2=1.499
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
58 retrieving revision 1.498
59 retrieving revision 1.499
60 diff -u -r1.498 -r1.499
61 --- ChangeLog 29 Mar 2011 08:37:24 -0000 1.498
62 +++ ChangeLog 30 Mar 2011 07:56:06 -0000 1.499
63 @@ -1,6 +1,9 @@
64 # ChangeLog for x11-libs/gtk+
65 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.498 2011/03/29 08:37:24 nirbheek Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.499 2011/03/30 07:56:06 nirbheek Exp $
68 +
69 + 30 Mar 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-3.0.6.ebuild:
70 + Prevent maintainer-mode rebuild, bug 361227
71
72 29 Mar 2011; Nirbheek Chauhan <nirbheek@g.o> gtk+-3.0.6.ebuild:
73 Remove useless live ebuild conditionals