alonbl      15/07/18 07:21:06

  Modified:             pinentry-0.9.5.ebuild ChangeLog
  Log:
  Add pkg-config initialization, add pkg-config as DEPEND as most need it 
anyway, bug#554686
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  Changes    Path
1.2                  app-crypt/pinentry/pinentry-0.9.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild?r1=1.1&r2=1.2

Index: pinentry-0.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pinentry-0.9.5.ebuild       1 Jul 2015 15:50:00 -0000       1.1
+++ pinentry-0.9.5.ebuild       18 Jul 2015 07:21:06 -0000      1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild,v 
1.1 2015/07/01 15:50:00 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.5.ebuild,v 
1.2 2015/07/18 07:21:06 alonbl Exp $
 
 EAPI=5
 
-inherit qmake-utils multilib eutils flag-o-matic toolchain-funcs
+inherit autotools qmake-utils multilib eutils flag-o-matic toolchain-funcs
 
 DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which 
utilize the Assuan protocol"
 HOMEPAGE="http://gnupg.org/aegypten2/index.html";
@@ -27,8 +27,7 @@
 "
 DEPEND="${RDEPEND}
        sys-devel/gettext
-       gtk? ( virtual/pkgconfig )
-       qt4? ( virtual/pkgconfig )
+       virtual/pkgconfig
        gnome-keyring? ( app-crypt/libsecret )
 "
 REQUIRED_USE="
@@ -42,6 +41,8 @@
 
 src_prepare() {
        epatch "${FILESDIR}/${PN}-0.8.2-ncurses.patch"
+       epatch "${FILESDIR}/${P}-build.patch"
+       eautoreconf
 }
 
 src_configure() {



1.179                app-crypt/pinentry/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/ChangeLog?rev=1.179&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/ChangeLog?rev=1.179&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/ChangeLog?r1=1.178&r2=1.179

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   1 Jul 2015 15:50:00 -0000       1.178
+++ ChangeLog   18 Jul 2015 07:21:06 -0000      1.179
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/pinentry
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.178 
2015/07/01 15:50:00 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.179 
2015/07/18 07:21:06 alonbl Exp $
+
+  18 Jul 2015; Alon Bar-Lev <alo...@gentoo.org>
+  +files/pinentry-0.9.5-build.patch, pinentry-0.9.5.ebuild:
+  Add pkg-config initialization, add pkg-config as DEPEND as most need it
+  anyway, bug#554686
 
 *pinentry-0.9.5 (01 Jul 2015)
 




Reply via email to