diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 19:18:05 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 19:18:05 +0000 |
commit | 1f121a77a3c39fa6483d4b92c8d20cf869d707ae (patch) | |
tree | fa85f4f58e4761ec1a0ce3f5e2e641780866bf8c /app-crypt/pinentry | |
parent | QA: Get rid of deprecated qt_min_version(). (diff) | |
download | historical-1f121a77a3c39fa6483d4b92c8d20cf869d707ae.tar.gz historical-1f121a77a3c39fa6483d4b92c8d20cf869d707ae.tar.bz2 historical-1f121a77a3c39fa6483d4b92c8d20cf869d707ae.zip |
QA: Get rid of deprecated qt_min_version().
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r-- | app-crypt/pinentry/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.7.3.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.7.4-r1.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/pinentry/pinentry-0.7.5.ebuild | 6 |
4 files changed, 17 insertions, 7 deletions
diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index 03c6af8f1dc6..ae2902fa9916 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -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). diff --git a/app-crypt/pinentry/pinentry-0.7.3.ebuild b/app-crypt/pinentry/pinentry-0.7.3.ebuild index f11b12e995c4..7f4dbbb28dd7 100644 --- a/app-crypt/pinentry/pinentry-0.7.3.ebuild +++ b/app-crypt/pinentry/pinentry-0.7.3.ebuild @@ -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 @@ IUSE="gtk ncurses qt3 caps" 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 )" diff --git a/app-crypt/pinentry/pinentry-0.7.4-r1.ebuild b/app-crypt/pinentry/pinentry-0.7.4-r1.ebuild index ab530a866e07..f2d17297e02e 100644 --- a/app-crypt/pinentry/pinentry-0.7.4-r1.ebuild +++ b/app-crypt/pinentry/pinentry-0.7.4-r1.ebuild @@ -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 @@ IUSE="gtk ncurses qt3 caps" 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 )" diff --git a/app-crypt/pinentry/pinentry-0.7.5.ebuild b/app-crypt/pinentry/pinentry-0.7.5.ebuild index f2bd96235fbd..a42b2ce54a8d 100644 --- a/app-crypt/pinentry/pinentry-0.7.5.ebuild +++ b/app-crypt/pinentry/pinentry-0.7.5.ebuild @@ -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 @@ IUSE="gtk ncurses qt3 caps" 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 )" |