Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libcryptui: libcryptui-3.12.2.ebuild ChangeLog
Date: Sat, 27 Jun 2015 09:33:33
Message-Id: 20150627093325.E0B4673C@oystercatcher.gentoo.org
1 pacho 15/06/27 09:33:25
2
3 Modified: libcryptui-3.12.2.ebuild ChangeLog
4 Log:
5 Support gnupg-2.1 building (#551822)
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.6 x11-libs/libcryptui/libcryptui-3.12.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild?r1=1.5&r2=1.6
15
16 Index: libcryptui-3.12.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libcryptui-3.12.2.ebuild 22 Jun 2015 19:00:52 -0000 1.5
23 +++ libcryptui-3.12.2.ebuild 27 Jun 2015 09:33:25 -0000 1.6
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild,v 1.5 2015/06/22 19:00:52 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild,v 1.6 2015/06/27 09:33:25 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="yes"
32
33 -inherit gnome2
34 +inherit autotools eutils gnome2
35
36 DESCRIPTION="User interface components for OpenPGP"
37 HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
38 @@ -25,11 +25,9 @@
39 x11-libs/libSM
40
41 >=app-crypt/gpgme-1
42 - || (
43 - =app-crypt/gnupg-2.0*
44 - =app-crypt/gnupg-1.4* )
45 + >=app-crypt/gnupg-1.4
46
47 - introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
48 + introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
49 libnotify? ( >=x11-libs/libnotify-0.7:= )
50 "
51 DEPEND="${COMMON_DEPEND}
52 @@ -45,11 +43,15 @@
53 "
54
55 src_prepare() {
56 + # Support GnuPG 2.1, https://bugzilla.gnome.org/show_bug.cgi?id=745843
57 + epatch "${FILESDIR}"/${PN}-3.12.2-gnupg-2.1.patch
58 +
59 # FIXME: Do not mess with CFLAGS with USE="debug"
60 sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
61 -e 's/-Werror//' \
62 -i configure.ac configure || die "sed failed"
63
64 + eautoreconf
65 gnome2_src_prepare
66 }
67
68
69
70
71 1.22 x11-libs/libcryptui/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/ChangeLog?rev=1.22&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/ChangeLog?rev=1.22&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/ChangeLog?r1=1.21&r2=1.22
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/ChangeLog,v
80 retrieving revision 1.21
81 retrieving revision 1.22
82 diff -u -r1.21 -r1.22
83 --- ChangeLog 22 Jun 2015 19:00:52 -0000 1.21
84 +++ ChangeLog 27 Jun 2015 09:33:25 -0000 1.22
85 @@ -1,6 +1,10 @@
86 # ChangeLog for x11-libs/libcryptui
87 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/ChangeLog,v 1.21 2015/06/22 19:00:52 pacho Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/ChangeLog,v 1.22 2015/06/27 09:33:25 pacho Exp $
90 +
91 + 27 Jun 2015; Pacho Ramos <pacho@g.o>
92 + +files/libcryptui-3.12.2-gnupg-2.1.patch, libcryptui-3.12.2.ebuild:
93 + Support gnupg-2.1 building (#551822)
94
95 22 Jun 2015; Pacho Ramos <pacho@g.o> libcryptui-3.12.2.ebuild:
96 ppc/ppc64 keyword, bug #551580