Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/gcr: ChangeLog gcr-3.14.0.ebuild gcr-3.16.0.ebuild
Date: Wed, 29 Jul 2015 12:27:29
Message-Id: 20150729122724.CE685EE@oystercatcher.gentoo.org
1 tetromino 15/07/29 12:27:24
2
3 Modified: ChangeLog gcr-3.14.0.ebuild gcr-3.16.0.ebuild
4 Log:
5 Require >=gtk+-3.12 (bug #556166, thanks to Bodo Thiesen).
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
8
9 Revision Changes Path
10 1.61 app-crypt/gcr/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?rev=1.61&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?rev=1.61&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?r1=1.60&r2=1.61
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v
19 retrieving revision 1.60
20 retrieving revision 1.61
21 diff -u -r1.60 -r1.61
22 --- ChangeLog 29 Jul 2015 07:59:43 -0000 1.60
23 +++ ChangeLog 29 Jul 2015 12:27:24 -0000 1.61
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-crypt/gcr
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.60 2015/07/29 07:59:43 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.61 2015/07/29 12:27:24 tetromino Exp $
29 +
30 + 29 Jul 2015; Alexandre Rostovtsev <tetromino@g.o> gcr-3.14.0.ebuild,
31 + gcr-3.16.0.ebuild:
32 + Require >=gtk+-3.12 (bug #556166, thanks to Bodo Thiesen).
33
34 29 Jul 2015; Tobias Klausmann <klausman@g.o> gcr-3.14.0.ebuild:
35 Stable on alpha, bug 551814
36
37
38
39 1.14 app-crypt/gcr/gcr-3.14.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild?rev=1.14&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild?rev=1.14&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild?r1=1.13&r2=1.14
44
45 Index: gcr-3.14.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v
48 retrieving revision 1.13
49 retrieving revision 1.14
50 diff -u -r1.13 -r1.14
51 --- gcr-3.14.0.ebuild 29 Jul 2015 07:59:43 -0000 1.13
52 +++ gcr-3.14.0.ebuild 29 Jul 2015 12:27:24 -0000 1.14
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v 1.13 2015/07/29 07:59:43 klausman Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v 1.14 2015/07/29 12:27:24 tetromino Exp $
58
59 EAPI="5"
60 GCONF_DEBUG="no"
61 @@ -25,7 +25,7 @@
62 >=dev-libs/libgcrypt-1.2.2:0=
63 >=dev-libs/libtasn1-1:=
64 >=sys-apps/dbus-1
65 - gtk? ( >=x11-libs/gtk+-3:3[X,introspection?] )
66 + gtk? ( >=x11-libs/gtk+-3.12:3[X,introspection?] )
67 introspection? ( >=dev-libs/gobject-introspection-1.34 )
68 "
69 RDEPEND="${COMMON_DEPEND}
70
71
72
73 1.3 app-crypt/gcr/gcr-3.16.0.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild?r1=1.2&r2=1.3
78
79 Index: gcr-3.16.0.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- gcr-3.16.0.ebuild 19 Jun 2015 14:01:48 -0000 1.2
86 +++ gcr-3.16.0.ebuild 29 Jul 2015 12:27:24 -0000 1.3
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2015 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v 1.2 2015/06/19 14:01:48 tetromino Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v 1.3 2015/07/29 12:27:24 tetromino Exp $
92
93 EAPI="5"
94 GCONF_DEBUG="no"
95 @@ -25,7 +25,7 @@
96 >=dev-libs/libgcrypt-1.2.2:0=
97 >=dev-libs/libtasn1-1:=
98 >=sys-apps/dbus-1
99 - gtk? ( >=x11-libs/gtk+-3.10:3[X,introspection?] )
100 + gtk? ( >=x11-libs/gtk+-3.12:3[X,introspection?] )
101 introspection? ( >=dev-libs/gobject-introspection-1.34 )
102 "
103 RDEPEND="${COMMON_DEPEND}