Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-keyring: ChangeLog gnome-keyring-3.16.0-r1.ebuild
Date: Fri, 26 Jun 2015 23:04:29
Message-Id: 20150626230421.1D2ED730@oystercatcher.gentoo.org
1 tetromino 15/06/26 23:04:21
2
3 Modified: ChangeLog gnome-keyring-3.16.0-r1.ebuild
4 Log:
5 pinentry is pure runtime dep (bug #547456, thanks to Brian Evans).
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
8
9 Revision Changes Path
10 1.276 gnome-base/gnome-keyring/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.276&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?rev=1.276&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/ChangeLog?r1=1.275&r2=1.276
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v
19 retrieving revision 1.275
20 retrieving revision 1.276
21 diff -u -r1.275 -r1.276
22 --- ChangeLog 20 Jun 2015 10:45:41 -0000 1.275
23 +++ ChangeLog 26 Jun 2015 23:04:21 -0000 1.276
24 @@ -1,6 +1,10 @@
25 # ChangeLog for gnome-base/gnome-keyring
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.275 2015/06/20 10:45:41 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.276 2015/06/26 23:04:21 tetromino Exp $
29 +
30 + 26 Jun 2015; Alexandre Rostovtsev <tetromino@g.o>
31 + gnome-keyring-3.16.0-r1.ebuild:
32 + pinentry is pure runtime dep (bug #547456, thanks to Brian Evans).
33
34 20 Jun 2015; Pacho Ramos <pacho@g.o> gnome-keyring-3.16.0-r1.ebuild:
35 Update DEPEND then
36
37
38
39 1.4 gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: gnome-keyring-3.16.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- gnome-keyring-3.16.0-r1.ebuild 20 Jun 2015 10:45:41 -0000 1.3
52 +++ gnome-keyring-3.16.0-r1.ebuild 26 Jun 2015 23:04:21 -0000 1.4
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/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild,v 1.3 2015/06/20 10:45:41 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.16.0-r1.ebuild,v 1.4 2015/06/26 23:04:21 tetromino Exp $
58
59 EAPI="5"
60 GCONF_DEBUG="yes" # Not gnome macro but similar
61 @@ -18,7 +18,7 @@
62 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris"
63
64 # Replace gkd gpg-agent with pinentry[gnome-keyring] one, bug #547456
65 -RDEPEND="
66 +COMMON_DEPEND="
67 >=app-crypt/gcr-3.5.3:=[gtk]
68 >=dev-libs/glib-2.38:2
69 app-misc/ca-certificates
70 @@ -27,10 +27,12 @@
71 caps? ( sys-libs/libcap-ng )
72 pam? ( virtual/pam )
73
74 - app-crypt/pinentry[gnome-keyring]
75 >=app-crypt/gnupg-2.0.28
76 "
77 -DEPEND="${RDEPEND}
78 +RDEPEND="${COMMON_DEPEND}
79 + app-crypt/pinentry[gnome-keyring]
80 +"
81 +DEPEND="${COMMON_DEPEND}
82 >=app-eselect/eselect-pinentry-0.5
83 app-text/docbook-xml-dtd:4.3
84 dev-libs/libxslt