* [gentoo-commits] gentoo-x86 commit in app-crypt/pinentry: pinentry-0.7.3.ebuild pinentry-0.7.5.ebuild ChangeLog pinentry-0.7.4-r1.ebuild
@ 2008-07-27 19:18 Carsten Lohrke (carlo)
0 siblings, 0 replies; only message in thread
From: Carsten Lohrke (carlo) @ 2008-07-27 19:18 UTC (permalink / raw
To: gentoo-commits
carlo 08/07/27 19:18:05
Modified: pinentry-0.7.3.ebuild pinentry-0.7.5.ebuild
ChangeLog pinentry-0.7.4-r1.ebuild
Log:
QA: Get rid of deprecated qt_min_version().
(Portage version: 2.1.4.4)
Revision Changes Path
1.11 app-crypt/pinentry/pinentry-0.7.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.3.ebuild?r1=1.10&r2=1.11
Index: pinentry-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pinentry-0.7.3.ebuild 23 Mar 2008 13:08:32 -0000 1.10
+++ pinentry-0.7.3.ebuild 27 Jul 2008 19:18:05 -0000 1.11
@@ -1,10 +1,12 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.3.ebuild,v 1.10 2008/03/23 13:08:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.3.ebuild,v 1.11 2008/07/27 19:18:05 carlo Exp $
#WANT_AUTOCONF="2.5"
#WANT_AUTOMAKE="1.9"
+EAPI=1
+
inherit qt3 multilib eutils autotools
DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
@@ -18,7 +20,7 @@
DEPEND="gtk? ( =x11-libs/gtk+-2* )
ncurses? ( sys-libs/ncurses )
- qt3? ( $(qt_min_version 3.3) )
+ qt3? ( x11-libs/qt:3 )
!gtk? ( !qt3? ( !ncurses? ( sys-libs/ncurses ) ) )
caps? ( sys-libs/libcap )"
1.8 app-crypt/pinentry/pinentry-0.7.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild?r1=1.7&r2=1.8
Index: pinentry-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pinentry-0.7.5.ebuild 18 Jun 2008 16:09:20 -0000 1.7
+++ pinentry-0.7.5.ebuild 27 Jul 2008 19:18:05 -0000 1.8
@@ -1,6 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild,v 1.7 2008/06/18 16:09:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild,v 1.8 2008/07/27 19:18:05 carlo Exp $
+
+EAPI=1
inherit qt3 multilib eutils
@@ -15,7 +17,7 @@
DEPEND="gtk? ( =x11-libs/gtk+-2* )
ncurses? ( sys-libs/ncurses )
- qt3? ( $(qt_min_version 3.3) )
+ qt3? ( x11-libs/qt:3 )
!gtk? ( !qt3? ( !ncurses? ( sys-libs/ncurses ) ) )
caps? ( sys-libs/libcap )"
1.90 app-crypt/pinentry/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/ChangeLog?r1=1.89&r2=1.90
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog 18 Jun 2008 16:09:20 -0000 1.89
+++ ChangeLog 27 Jul 2008 19:18:05 -0000 1.90
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/pinentry
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.89 2008/06/18 16:09:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.90 2008/07/27 19:18:05 carlo Exp $
+
+ 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> pinentry-0.7.3.ebuild,
+ pinentry-0.7.4-r1.ebuild, pinentry-0.7.5.ebuild:
+ QA: Get rid of deprecated qt_min_version().
18 Jun 2008; Jeroen Roovers <jer@gentoo.org> pinentry-0.7.5.ebuild:
Stable for HPPA (bug #217845).
1.8 app-crypt/pinentry/pinentry-0.7.4-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.4-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.4-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.4-r1.ebuild?r1=1.7&r2=1.8
Index: pinentry-0.7.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pinentry-0.7.4-r1.ebuild 23 Mar 2008 13:08:32 -0000 1.7
+++ pinentry-0.7.4-r1.ebuild 27 Jul 2008 19:18:05 -0000 1.8
@@ -1,6 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.4-r1.ebuild,v 1.7 2008/03/23 13:08:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.4-r1.ebuild,v 1.8 2008/07/27 19:18:05 carlo Exp $
+
+EAPI=1
inherit qt3 multilib eutils
@@ -15,7 +17,7 @@
DEPEND="gtk? ( =x11-libs/gtk+-2* )
ncurses? ( sys-libs/ncurses )
- qt3? ( $(qt_min_version 3.3) )
+ qt3? ( x11-libs/qt:3 )
!gtk? ( !qt3? ( !ncurses? ( sys-libs/ncurses ) ) )
caps? ( sys-libs/libcap )"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-27 19:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 19:18 [gentoo-commits] gentoo-x86 commit in app-crypt/pinentry: pinentry-0.7.3.ebuild pinentry-0.7.5.ebuild ChangeLog pinentry-0.7.4-r1.ebuild Carsten Lohrke (carlo)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox