Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/glade: glade-3.8.4.ebuild glade-3.18.2.ebuild glade-3.16.1.ebuild ChangeLog
Date: Fri, 02 May 2014 08:45:57
Message-Id: 20140502084551.8F6532004C@flycatcher.gentoo.org
1 pacho 14/05/02 08:45:51
2
3 Modified: glade-3.8.4.ebuild glade-3.18.2.ebuild
4 glade-3.16.1.ebuild ChangeLog
5 Log:
6 Set PYTHON_REQUIRED_USE (#509318 by Maciej Piechotka)
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.12 dev-util/glade/glade-3.8.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.8.4.ebuild?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.8.4.ebuild?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.8.4.ebuild?r1=1.11&r2=1.12
16
17 Index: glade-3.8.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.8.4.ebuild,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- glade-3.8.4.ebuild 19 Apr 2014 17:43:56 -0000 1.11
24 +++ glade-3.8.4.ebuild 2 May 2014 08:45:51 -0000 1.12
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.8.4.ebuild,v 1.11 2014/04/19 17:43:56 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.8.4.ebuild,v 1.12 2014/05/02 08:45:51 pacho Exp $
30
31 EAPI="5"
32 GCONF_DEBUG="yes"
33 @@ -17,6 +17,7 @@
34 SLOT="3/11" # subslot = suffix of libgladeui-1.so
35 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
36 IUSE="gnome python"
37 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
38
39 RDEPEND="
40 >=dev-libs/glib-2.8:2
41
42
43
44 1.2 dev-util/glade/glade-3.18.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.18.2.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.18.2.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.18.2.ebuild?r1=1.1&r2=1.2
49
50 Index: glade-3.18.2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.18.2.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- glade-3.18.2.ebuild 27 Apr 2014 18:30:49 -0000 1.1
57 +++ glade-3.18.2.ebuild 2 May 2014 08:45:51 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.18.2.ebuild,v 1.1 2014/04/27 18:30:49 eva Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.18.2.ebuild,v 1.2 2014/05/02 08:45:51 pacho Exp $
63
64 EAPI="5"
65 GCONF_DEBUG="yes"
66 @@ -16,6 +16,7 @@
67 SLOT="3.10/6" # subslot = suffix of libgladeui-2.so
68 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
69 IUSE="+introspection python"
70 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
71
72 RDEPEND="
73 dev-libs/atk[introspection?]
74
75
76
77 1.14 dev-util/glade/glade-3.16.1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild?rev=1.14&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild?rev=1.14&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild?r1=1.13&r2=1.14
82
83 Index: glade-3.16.1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild,v
86 retrieving revision 1.13
87 retrieving revision 1.14
88 diff -u -r1.13 -r1.14
89 --- glade-3.16.1.ebuild 21 Apr 2014 10:29:04 -0000 1.13
90 +++ glade-3.16.1.ebuild 2 May 2014 08:45:51 -0000 1.14
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2014 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild,v 1.13 2014/04/21 10:29:04 ago Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild,v 1.14 2014/05/02 08:45:51 pacho Exp $
96
97 EAPI="5"
98 GCONF_DEBUG="yes"
99 @@ -16,6 +16,7 @@
100 SLOT="3.10/6" # subslot = suffix of libgladeui-2.so
101 KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
102 IUSE="+introspection python"
103 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
104
105 RDEPEND="
106 dev-libs/atk[introspection?]
107
108
109
110 1.214 dev-util/glade/ChangeLog
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.214&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.214&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?r1=1.213&r2=1.214
115
116 Index: ChangeLog
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
119 retrieving revision 1.213
120 retrieving revision 1.214
121 diff -u -r1.213 -r1.214
122 --- ChangeLog 27 Apr 2014 18:30:49 -0000 1.213
123 +++ ChangeLog 2 May 2014 08:45:51 -0000 1.214
124 @@ -1,6 +1,10 @@
125 # ChangeLog for dev-util/glade
126 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
127 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.213 2014/04/27 18:30:49 eva Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.214 2014/05/02 08:45:51 pacho Exp $
129 +
130 + 02 May 2014; Pacho Ramos <pacho@g.o> glade-3.16.1.ebuild,
131 + glade-3.18.2.ebuild, glade-3.8.4.ebuild:
132 + Set PYTHON_REQUIRED_USE (#509318 by Maciej Piechotka)
133
134 *glade-3.18.2 (27 Apr 2014)