Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse: seahorse-2.28.1.ebuild ChangeLog seahorse-2.26.2.ebuild seahorse-2.30.1.ebuild
Date: Sat, 09 Oct 2010 00:03:51
Message-Id: 20101008233611.6AE3B20051@flycatcher.gentoo.org
1 eva 10/10/08 23:36:11
2
3 Modified: seahorse-2.28.1.ebuild ChangeLog
4 seahorse-2.26.2.ebuild seahorse-2.30.1.ebuild
5 Log:
6 Invert gnupg dependencies, bug #328147.
7
8 (Portage version: 2.2_rc91/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 app-crypt/seahorse/seahorse-2.28.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild?r1=1.6&r2=1.7
16
17 Index: seahorse-2.28.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- seahorse-2.28.1.ebuild 14 Aug 2010 17:52:20 -0000 1.6
24 +++ seahorse-2.28.1.ebuild 8 Oct 2010 23:36:11 -0000 1.7
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild,v 1.6 2010/08/14 17:52:20 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild,v 1.7 2010/10/08 23:36:11 eva Exp $
30
31 EAPI="2"
32
33 @@ -26,8 +26,8 @@
34 net-misc/openssh
35 >=app-crypt/gpgme-1.0.0
36 || (
37 - =app-crypt/gnupg-1.4*
38 - =app-crypt/gnupg-2.0* )
39 + =app-crypt/gnupg-2.0*
40 + =app-crypt/gnupg-1.4* )
41
42 avahi? ( >=net-dns/avahi-0.6 )
43 ldap? ( net-nds/openldap )
44
45
46
47 1.136 app-crypt/seahorse/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.136&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.136&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?r1=1.135&r2=1.136
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v
56 retrieving revision 1.135
57 retrieving revision 1.136
58 diff -u -r1.135 -r1.136
59 --- ChangeLog 11 Sep 2010 18:49:41 -0000 1.135
60 +++ ChangeLog 8 Oct 2010 23:36:11 -0000 1.136
61 @@ -1,6 +1,10 @@
62 # ChangeLog for app-crypt/seahorse
63 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.135 2010/09/11 18:49:41 josejx Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.136 2010/10/08 23:36:11 eva Exp $
66 +
67 + 08 Oct 2010; Gilles Dartiguelongue <eva@g.o>
68 + seahorse-2.26.2.ebuild, seahorse-2.28.1.ebuild, seahorse-2.30.1.ebuild:
69 + Invert gnupg dependencies, bug #328147.
70
71 11 Sep 2010; Joseph Jezak <josejx@g.o> seahorse-2.30.1.ebuild:
72 Marked ppc for bug #324077.
73
74
75
76 1.10 app-crypt/seahorse/seahorse-2.26.2.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.26.2.ebuild?rev=1.10&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.26.2.ebuild?rev=1.10&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.26.2.ebuild?r1=1.9&r2=1.10
81
82 Index: seahorse-2.26.2.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.26.2.ebuild,v
85 retrieving revision 1.9
86 retrieving revision 1.10
87 diff -u -r1.9 -r1.10
88 --- seahorse-2.26.2.ebuild 20 Jul 2010 02:01:09 -0000 1.9
89 +++ seahorse-2.26.2.ebuild 8 Oct 2010 23:36:11 -0000 1.10
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2010 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.26.2.ebuild,v 1.9 2010/07/20 02:01:09 jer Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.26.2.ebuild,v 1.10 2010/10/08 23:36:11 eva Exp $
95
96 EAPI="2"
97
98 @@ -26,8 +26,8 @@
99 net-misc/openssh
100 >=app-crypt/gpgme-1.0.0
101 || (
102 - =app-crypt/gnupg-1.4*
103 - =app-crypt/gnupg-2.0* )
104 + =app-crypt/gnupg-2.0*
105 + =app-crypt/gnupg-1.4* )
106
107 avahi? ( >=net-dns/avahi-0.6 )
108 ldap? ( net-nds/openldap )
109
110
111
112 1.7 app-crypt/seahorse/seahorse-2.30.1.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild?rev=1.7&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild?rev=1.7&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild?r1=1.6&r2=1.7
117
118 Index: seahorse-2.30.1.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild,v
121 retrieving revision 1.6
122 retrieving revision 1.7
123 diff -u -r1.6 -r1.7
124 --- seahorse-2.30.1.ebuild 11 Sep 2010 18:49:41 -0000 1.6
125 +++ seahorse-2.30.1.ebuild 8 Oct 2010 23:36:11 -0000 1.7
126 @@ -1,6 +1,6 @@
127 # Copyright 1999-2010 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild,v 1.6 2010/09/11 18:49:41 josejx Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild,v 1.7 2010/10/08 23:36:11 eva Exp $
131
132 EAPI="2"
133
134 @@ -27,8 +27,8 @@
135 net-misc/openssh
136 >=app-crypt/gpgme-1.0.0
137 || (
138 - =app-crypt/gnupg-1.4*
139 - =app-crypt/gnupg-2.0* )
140 + =app-crypt/gnupg-2.0*
141 + =app-crypt/gnupg-1.4* )
142
143 avahi? ( >=net-dns/avahi-0.6 )
144 ldap? ( net-nds/openldap )