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: seahorse-plugins-2.26.2.ebuild ChangeLog seahorse-plugins-2.26.1.ebuild
Date: Mon, 31 Aug 2009 15:41:17
Message-Id: E1MiDpH-0004ua-50@stork.gentoo.org
1 eva 09/08/31 20:50:07
2
3 Modified: seahorse-plugins-2.26.2.ebuild ChangeLog
4 Removed: seahorse-plugins-2.26.1.ebuild
5 Log:
6 Fix build with gpgme built with lfs support enabled, bug #275445. Clean up old revision.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?r1=1.1&r2=1.2
15
16 Index: seahorse-plugins-2.26.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- seahorse-plugins-2.26.2.ebuild 23 May 2009 20:22:45 -0000 1.1
23 +++ seahorse-plugins-2.26.2.ebuild 31 Aug 2009 20:50:06 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.1 2009/05/23 20:22:45 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.2 2009/08/31 20:50:06 eva Exp $
29
30 EAPI="2"
31
32 @@ -57,6 +57,7 @@
33 G2CONF="${G2CONF}
34 --enable-agent
35 --disable-update-mime-database
36 + --disable-static
37 $(use_enable applet)
38 $(use_enable debug)
39 $(use_enable epiphany)
40 @@ -71,6 +72,9 @@
41
42 # Fix intltoolize broken file, see upstream #577133
43 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
44 +
45 + # Fix build with gpgme built with lfs support, bug #275445
46 + epatch "${FILESDIR}/${P}-gpgme-lfs.patch"
47 }
48
49 src_install() {
50
51
52
53 1.4 app-crypt/seahorse-plugins/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?r1=1.3&r2=1.4
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- ChangeLog 23 May 2009 20:22:45 -0000 1.3
66 +++ ChangeLog 31 Aug 2009 20:50:06 -0000 1.4
67 @@ -1,6 +1,12 @@
68 # ChangeLog for app-crypt/seahorse-plugins
69 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.3 2009/05/23 20:22:45 eva Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.4 2009/08/31 20:50:06 eva Exp $
72 +
73 + 31 Aug 2009; Gilles Dartiguelongue <eva@g.o>
74 + -seahorse-plugins-2.26.1.ebuild, seahorse-plugins-2.26.2.ebuild,
75 + +files/seahorse-plugins-2.26.2-gpgme-lfs.patch:
76 + Fix build with gpgme built with lfs support enabled, bug #275445. Clean up
77 + old revision.
78
79 *seahorse-plugins-2.26.2 (23 May 2009)