pacho       15/06/27 09:33:25

  Modified:             libcryptui-3.12.2.ebuild ChangeLog
  Log:
  Support gnupg-2.1 building (#551822)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.6                  x11-libs/libcryptui/libcryptui-3.12.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild?r1=1.5&r2=1.6

Index: libcryptui-3.12.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libcryptui-3.12.2.ebuild    22 Jun 2015 19:00:52 -0000      1.5
+++ libcryptui-3.12.2.ebuild    27 Jun 2015 09:33:25 -0000      1.6
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild,v 1.5 
2015/06/22 19:00:52 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libcryptui/libcryptui-3.12.2.ebuild,v 1.6 
2015/06/27 09:33:25 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
 
-inherit gnome2
+inherit autotools eutils gnome2
 
 DESCRIPTION="User interface components for OpenPGP"
 HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse";
@@ -25,11 +25,9 @@
        x11-libs/libSM
 
        >=app-crypt/gpgme-1
-       || (
-               =app-crypt/gnupg-2.0*
-               =app-crypt/gnupg-1.4* )
+       >=app-crypt/gnupg-1.4
 
-       introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
+       introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
        libnotify? ( >=x11-libs/libnotify-0.7:= )
 "
 DEPEND="${COMMON_DEPEND}
@@ -45,11 +43,15 @@
 "
 
 src_prepare() {
+       # Support GnuPG 2.1, https://bugzilla.gnome.org/show_bug.cgi?id=745843
+       epatch "${FILESDIR}"/${PN}-3.12.2-gnupg-2.1.patch
+
        # FIXME: Do not mess with CFLAGS with USE="debug"
        sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
                -e 's/-Werror//' \
                -i configure.ac configure || die "sed failed"
 
+       eautoreconf
        gnome2_src_prepare
 }
 



1.22                 x11-libs/libcryptui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libcryptui/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   22 Jun 2015 19:00:52 -0000      1.21
+++ ChangeLog   27 Jun 2015 09:33:25 -0000      1.22
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libcryptui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/ChangeLog,v 1.21 
2015/06/22 19:00:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libcryptui/ChangeLog,v 1.22 
2015/06/27 09:33:25 pacho Exp $
+
+  27 Jun 2015; Pacho Ramos <[email protected]>
+  +files/libcryptui-3.12.2-gnupg-2.1.patch, libcryptui-3.12.2.ebuild:
+  Support gnupg-2.1 building (#551822)
 
   22 Jun 2015; Pacho Ramos <[email protected]> libcryptui-3.12.2.ebuild:
   ppc/ppc64 keyword, bug #551580




Reply via email to