Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse: seahorse-3.14.0.ebuild seahorse-3.12.2.ebuild ChangeLog
Date: Tue, 30 Dec 2014 11:41:29
Message-Id: 20141230114123.B6D62E7D4@oystercatcher.gentoo.org
1 pacho 14/12/30 11:41:23
2
3 Modified: seahorse-3.14.0.ebuild seahorse-3.12.2.ebuild
4 ChangeLog
5 Log:
6 Move away from || () gnupg dependency to plain >= requirement, bug #528460 by Kristian Fiskerstrand and Alon Bar-Lev
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.2 app-crypt/seahorse/seahorse-3.14.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.14.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.14.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.14.0.ebuild?r1=1.1&r2=1.2
16
17 Index: seahorse-3.14.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.14.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- seahorse-3.14.0.ebuild 15 Dec 2014 23:03:10 -0000 1.1
24 +++ seahorse-3.14.0.ebuild 30 Dec 2014 11:41:23 -0000 1.2
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/app-crypt/seahorse/seahorse-3.14.0.ebuild,v 1.1 2014/12/15 23:03:10 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.14.0.ebuild,v 1.2 2014/12/30 11:41:23 pacho Exp $
30
31 EAPI="5"
32 GCONF_DEBUG="yes"
33 @@ -25,9 +25,7 @@
34
35 net-misc/openssh
36 >=app-crypt/gpgme-1
37 - || (
38 - =app-crypt/gnupg-2.0*
39 - =app-crypt/gnupg-1.4* )
40 + >=app-crypt/gnupg-1.4
41
42 avahi? ( >=net-dns/avahi-0.6:= )
43 ldap? ( net-nds/openldap:= )
44
45
46
47 1.4 app-crypt/seahorse/seahorse-3.12.2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.12.2.ebuild?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.12.2.ebuild?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-3.12.2.ebuild?r1=1.3&r2=1.4
52
53 Index: seahorse-3.12.2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.12.2.ebuild,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- seahorse-3.12.2.ebuild 23 Jul 2014 15:13:09 -0000 1.3
60 +++ seahorse-3.12.2.ebuild 30 Dec 2014 11:41:23 -0000 1.4
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.12.2.ebuild,v 1.3 2014/07/23 15:13:09 ago Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.12.2.ebuild,v 1.4 2014/12/30 11:41:23 pacho Exp $
66
67 EAPI="5"
68 GCONF_DEBUG="yes"
69 @@ -25,9 +25,7 @@
70
71 net-misc/openssh
72 >=app-crypt/gpgme-1
73 - || (
74 - =app-crypt/gnupg-2.0*
75 - =app-crypt/gnupg-1.4* )
76 + >=app-crypt/gnupg-1.4
77
78 avahi? ( >=net-dns/avahi-0.6:= )
79 ldap? ( net-nds/openldap:= )
80
81
82
83 1.188 app-crypt/seahorse/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.188&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.188&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?r1=1.187&r2=1.188
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v
92 retrieving revision 1.187
93 retrieving revision 1.188
94 diff -u -r1.187 -r1.188
95 --- ChangeLog 15 Dec 2014 23:03:10 -0000 1.187
96 +++ ChangeLog 30 Dec 2014 11:41:23 -0000 1.188
97 @@ -1,6 +1,11 @@
98 # ChangeLog for app-crypt/seahorse
99 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.187 2014/12/15 23:03:10 eva Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.188 2014/12/30 11:41:23 pacho Exp $
102 +
103 + 30 Dec 2014; Pacho Ramos <pacho@g.o> seahorse-3.12.2.ebuild,
104 + seahorse-3.14.0.ebuild:
105 + Move away from || () gnupg dependency to plain >= requirement, bug #528460 by
106 + Kristian Fiskerstrand and Alon Bar-Lev
107
108 *seahorse-3.14.0 (15 Dec 2014)