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: ChangeLog seahorse-2.30.1.ebuild
Date: Tue, 31 Aug 2010 20:45:06
Message-Id: 20100831204501.AC20520051@flycatcher.gentoo.org
1 eva 10/08/31 20:45:01
2
3 Modified: ChangeLog seahorse-2.30.1.ebuild
4 Log:
5 Raise gnome-keyring dependency per configure.
6
7 (Portage version: 2.2_rc72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.134 app-crypt/seahorse/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.134&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.134&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/ChangeLog?r1=1.133&r2=1.134
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v
19 retrieving revision 1.133
20 retrieving revision 1.134
21 diff -u -r1.133 -r1.134
22 --- ChangeLog 14 Aug 2010 17:52:20 -0000 1.133
23 +++ ChangeLog 31 Aug 2010 20:45:01 -0000 1.134
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-crypt/seahorse
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.133 2010/08/14 17:52:20 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.134 2010/08/31 20:45:01 eva Exp $
29 +
30 + 31 Aug 2010; Gilles Dartiguelongue <eva@g.o>
31 + seahorse-2.30.1.ebuild:
32 + Raise gnome-keyring dependency per configure.
33
34 14 Aug 2010; Raúl Porcel <armin76@g.o> seahorse-2.28.1.ebuild:
35 alpha/ia64/sparc stable wrt #314899
36
37
38
39 1.5 app-crypt/seahorse/seahorse-2.30.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild?r1=1.4&r2=1.5
44
45 Index: seahorse-2.30.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- seahorse-2.30.1.ebuild 1 Aug 2010 11:42:26 -0000 1.4
52 +++ seahorse-2.30.1.ebuild 31 Aug 2010 20:45:01 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild,v 1.4 2010/08/01 11:42:26 fauli Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.30.1.ebuild,v 1.5 2010/08/31 20:45:01 eva Exp $
58
59 EAPI="2"
60
61 @@ -14,12 +14,13 @@
62 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
63 IUSE="avahi debug doc ldap libnotify test"
64
65 +# FIXME: add introspection support
66 RDEPEND="
67 >=gnome-base/gconf-2.0
68 >=dev-libs/glib-2.10
69 >=x11-libs/gtk+-2.18
70 >=dev-libs/dbus-glib-0.72
71 - >=gnome-base/gnome-keyring-2.25.5
72 + >=gnome-base/gnome-keyring-2.29.4
73 net-libs/libsoup:2.4
74 x11-misc/shared-mime-info