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-plugins: ChangeLog seahorse-plugins-2.28.1-r1.ebuild
Date: Mon, 26 Apr 2010 13:49:14
Message-Id: 20100426134858.D77BB2C04C@corvid.gentoo.org
1 pacho 10/04/26 13:48:58
2
3 Modified: ChangeLog
4 Added: seahorse-plugins-2.28.1-r1.ebuild
5 Log:
6 Apply ubuntu patch to finally solve bug #281729
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.19 app-crypt/seahorse-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 12 Feb 2010 19:59:58 -0000 1.18
23 +++ ChangeLog 26 Apr 2010 13:48:58 -0000 1.19
24 @@ -1,6 +1,16 @@
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.18 2010/02/12 19:59:58 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.19 2010/04/26 13:48:58 pacho Exp $
29 +
30 +*seahorse-plugins-2.28.1-r1 (26 Apr 2010)
31 +
32 + 26 Apr 2010; Pacho Ramos <pacho@g.o>
33 + +seahorse-plugins-2.28.1-r1.ebuild,
34 + +files/seahorse-plugins-2.28.1-gpgme_check_version.patch:
35 + Revision bump to apply ubuntu patch to call gpgme_check_version () as
36 + required by current stable and newer gpgme versions (see bug #281729).
37 + Thanks to Sebastien Bacher for the patch, Patrick Beckmann and Alexander
38 + Bezrukov for reporting.
39
40 12 Feb 2010; Raúl Porcel <armin76@g.o>
41 seahorse-plugins-2.26.2-r1.ebuild:
42
43
44
45 1.1 app-crypt/seahorse-plugins/seahorse-plugins-2.28.1-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: seahorse-plugins-2.28.1-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.28.1-r1.ebuild,v 1.1 2010/04/26 13:48:58 pacho Exp $
55
56 EAPI="2"
57
58 inherit eutils gnome2
59
60 DESCRIPTION="A GNOME application for managing encryption keys"
61 HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
66 IUSE="applet debug epiphany gedit libnotify nautilus test"
67
68 RDEPEND="
69 >=gnome-base/libglade-2.0
70 >=gnome-base/gconf-2.0
71 >=x11-libs/gtk+-2.10
72 >=dev-libs/glib-2.16
73 >=dev-libs/dbus-glib-0.72
74 >=app-crypt/gpgme-1.0.0
75 >=app-crypt/seahorse-2.25
76 >=gnome-base/gnome-keyring-2.25
77 >=gnome-extra/evolution-data-server-1.8
78
79 || (
80 =app-crypt/gnupg-1.4*
81 =app-crypt/gnupg-2.0* )
82
83 nautilus? ( >=gnome-base/nautilus-2.12 )
84 epiphany? (
85 >=www-client/epiphany-2.24
86 >=dev-libs/libxml2-2.6.0 )
87 gedit? ( >=app-editors/gedit-2.16 )
88 applet? ( >=gnome-base/gnome-panel-2.10 )
89 libnotify? ( >=x11-libs/libnotify-0.3.2 )"
90 DEPEND="${RDEPEND}
91 sys-devel/gettext
92 >=app-text/gnome-doc-utils-0.3.2
93 >=app-text/scrollkeeper-0.3
94 >=dev-util/pkgconfig-0.20
95 >=dev-util/intltool-0.35"
96
97 pkg_setup() {
98 if use epiphany ; then
99 if has_version '>=www-client/epiphany-2.24.3-r10'; then
100 G2CONF="${G2CONF} --with-gecko=libxul-unstable"
101 else
102 # Now, epiphany could be using xul-1.8, xul-1.9 or ff-2
103 # Let it auto-detect.
104 :
105 fi
106 fi
107
108 G2CONF="${G2CONF}
109 --enable-agent
110 --disable-update-mime-database
111 --disable-static
112 $(use_enable applet)
113 $(use_enable debug)
114 $(use_enable epiphany)
115 $(use_enable gedit)
116 $(use_enable libnotify)
117 $(use_enable nautilus)
118 $(use_enable test tests)"
119 }
120
121 src_prepare() {
122 gnome2_src_prepare
123
124 # Use gpgme_engine_check_version() before gpgm_new() due current gpgme, bug #281729
125 epatch "${FILESDIR}/${PN}-2.28.1-gpgme_check_version.patch"
126
127 # Fix intltoolize broken file, see upstream #577133
128 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
129 }
130
131 src_install() {
132 gnome2_src_install
133
134 find "${D}" -name "*.la" -delete || die "remove of la files failed"
135
136 exeinto /etc/X11/xinit/xinitrc.d/
137 doexe "${FILESDIR}/70-seahorse-agent" || die "doexe failed"
138 }