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-plugins: ChangeLog seahorse-plugins-2.30.1-r1.ebuild seahorse-plugins-2.26.2.ebuild
Date: Sun, 22 Aug 2010 18:15:23
Message-Id: 20100822181519.1C4FE2004C@flycatcher.gentoo.org
1 eva 10/08/22 18:15:19
2
3 Modified: ChangeLog seahorse-plugins-2.30.1-r1.ebuild
4 Removed: seahorse-plugins-2.26.2.ebuild
5 Log:
6 Drop unused libglade2 dependency per configure.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.27 app-crypt/seahorse-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 14 Aug 2010 18:33:37 -0000 1.26
23 +++ ChangeLog 22 Aug 2010 18:15:19 -0000 1.27
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-crypt/seahorse-plugins
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.26 2010/08/14 18:33:37 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.27 2010/08/22 18:15:19 eva Exp $
29 +
30 + 22 Aug 2010; Gilles Dartiguelongue <eva@g.o>
31 + -seahorse-plugins-2.26.2.ebuild, seahorse-plugins-2.30.1-r1.ebuild:
32 + Drop unused libglade2 dependency per configure.
33
34 14 Aug 2010; Raúl Porcel <armin76@g.o>
35 seahorse-plugins-2.28.1-r1.ebuild:
36
37
38
39 1.4 app-crypt/seahorse-plugins/seahorse-plugins-2.30.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.30.1-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.30.1-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.30.1-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: seahorse-plugins-2.30.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.30.1-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- seahorse-plugins-2.30.1-r1.ebuild 1 Aug 2010 11:43:12 -0000 1.3
52 +++ seahorse-plugins-2.30.1-r1.ebuild 22 Aug 2010 18:15:19 -0000 1.4
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-plugins/seahorse-plugins-2.30.1-r1.ebuild,v 1.3 2010/08/01 11:43:12 fauli Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.30.1-r1.ebuild,v 1.4 2010/08/22 18:15:19 eva Exp $
58
59 EAPI="2"
60
61 @@ -15,7 +15,6 @@
62 IUSE="applet debug gedit libnotify nautilus test"
63
64 RDEPEND="
65 - >=gnome-base/libglade-2.0
66 >=gnome-base/gconf-2.0
67 >=x11-libs/gtk+-2.18
68 >=dev-libs/glib-2.16