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.22.3.ebuild metadata.xml seahorse-2.22.1.ebuild seahorse-2.22.2.ebuild
Date: Thu, 31 Jul 2008 23:10:50
Message-Id: E1KOhIF-0004rn-CR@stork.gentoo.org
1 eva 08/07/31 23:10:47
2
3 Modified: ChangeLog seahorse-2.22.3.ebuild metadata.xml
4 Removed: seahorse-2.22.1.ebuild seahorse-2.22.2.ebuild
5 Log:
6 remove old revisions, add xulrunner USE flag per bug #223497.
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.107 app-crypt/seahorse/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.107&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.107&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/ChangeLog?r1=1.106&r2=1.107
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v
19 retrieving revision 1.106
20 retrieving revision 1.107
21 diff -u -r1.106 -r1.107
22 --- ChangeLog 30 Jul 2008 21:59:04 -0000 1.106
23 +++ ChangeLog 31 Jul 2008 23:10:46 -0000 1.107
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-crypt/seahorse
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.106 2008/07/30 21:59:04 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.107 2008/07/31 23:10:46 eva Exp $
29 +
30 + 31 Jul 2008; Gilles Dartiguelongue <eva@g.o> metadata.xml,
31 + -seahorse-2.22.1.ebuild, -seahorse-2.22.2.ebuild, seahorse-2.22.3.ebuild:
32 + remove old revisions, add xulrunner USE flag per bug #223497.
33
34 30 Jul 2008; Brent Baude <ranger@g.o> seahorse-2.22.3.ebuild:
35 Marking seahorse-2.22.3 ppc stable for bug 229709
36
37
38
39 1.5 app-crypt/seahorse/seahorse-2.22.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/seahorse-2.22.3.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/seahorse-2.22.3.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/seahorse-2.22.3.ebuild?r1=1.4&r2=1.5
44
45 Index: seahorse-2.22.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.22.3.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- seahorse-2.22.3.ebuild 30 Jul 2008 21:59:04 -0000 1.4
52 +++ seahorse-2.22.3.ebuild 31 Jul 2008 23:10:46 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 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.22.3.ebuild,v 1.4 2008/07/30 21:59:04 ranger Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.22.3.ebuild,v 1.5 2008/07/31 23:10:46 eva Exp $
58
59 EAPI="1"
60
61 @@ -12,7 +12,7 @@
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 -IUSE="applet avahi dbus debug epiphany gedit gnome-keyring ldap libnotify nautilus"
66 +IUSE="applet avahi dbus debug epiphany gedit gnome-keyring ldap libnotify nautilus xulrunner"
67
68 RDEPEND=">=gnome-base/libgnome-2.14
69 >=gnome-base/libgnomeui-2.10
70 @@ -34,7 +34,11 @@
71 dbus? (
72 >=dev-libs/dbus-glib-0.72
73 applet? ( >=gnome-base/gnome-panel-2.10 )
74 - epiphany? ( >=www-client/epiphany-2.14 )
75 + epiphany? (
76 + >=www-client/epiphany-2.14
77 + xulrunner? ( =net-libs/xulrunner-1.8* )
78 + !xulrunner? ( =www-client/mozilla-firefox-2* )
79 + )
80 gedit? ( >=app-editors/gedit-2.16 )
81 )
82 gnome-keyring? ( >=gnome-base/gnome-keyring-2.21.3.2 )
83 @@ -68,6 +72,12 @@
84 elog
85 elog "The epiphany plugin requires that you build seahorse with DBUS support."
86 elog
87 +
88 + if use xulrunner; then
89 + G2CONF="${G2CONF} --with-gecko=xulrunner"
90 + else
91 + G2CONF="${G2CONF} --with-gecko=firefox"
92 + fi
93 fi
94
95 eerror "Please add dbus to your USE flags and re-emerge seahorse"
96
97
98
99 1.8 app-crypt/seahorse/metadata.xml
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/metadata.xml?rev=1.8&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/metadata.xml?rev=1.8&content-type=text/plain
103 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/metadata.xml?r1=1.7&r2=1.8
104
105 Index: metadata.xml
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/metadata.xml,v
108 retrieving revision 1.7
109 retrieving revision 1.8
110 diff -u -r1.7 -r1.8
111 --- metadata.xml 23 Mar 2008 22:22:58 -0000 1.7
112 +++ metadata.xml 31 Jul 2008 23:10:46 -0000 1.8
113 @@ -16,6 +16,8 @@
114 <flag name="ldap">Enable seahorse to manipulate GPG keys on a LDAP server.</flag>
115 <flag name="nautilus">Enable file encryption plugin to integrate into
116 <pkg>gnome-base/nautilus</pkg> context menu.</flag>
117 + <flag name="xulrunner">Selects which gecko engine against which to build the
118 + <pkg>www-client/epiphany</pkg> plugin.</flag>
119 </use>
120 <longdescription>Seahorse is a Gnome interface for GnuPG. It's main purpose is to be a PGP/GPG Key Manager, though
121 it has other components including a text editor and file manager.