diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 21:42:32 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 21:42:32 +0000 |
commit | f0266a3199fe0389f616133ccf54e826ec4bf5e5 (patch) | |
tree | 06ce9d436d20ff19ea79eae66a0a0e50b3c68265 /dev-util/qsoapman | |
parent | QA: Get rid of deprecated qt_min_version(). (diff) | |
download | historical-f0266a3199fe0389f616133ccf54e826ec4bf5e5.tar.gz historical-f0266a3199fe0389f616133ccf54e826ec4bf5e5.tar.bz2 historical-f0266a3199fe0389f616133ccf54e826ec4bf5e5.zip |
QA: Get rid of deprecated qt_min_version().
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-util/qsoapman')
-rw-r--r-- | dev-util/qsoapman/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/qsoapman/qsoapman-0.3.ebuild | 8 | ||||
-rw-r--r-- | dev-util/qsoapman/qsoapman-0.4.ebuild | 6 |
3 files changed, 14 insertions, 6 deletions
diff --git a/dev-util/qsoapman/ChangeLog b/dev-util/qsoapman/ChangeLog index 0a47a263086c..088305875d6d 100644 --- a/dev-util/qsoapman/ChangeLog +++ b/dev-util/qsoapman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/qsoapman # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v 1.10 2008/01/25 08:24:41 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v 1.11 2008/07/27 21:38:38 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qsoapman-0.3.ebuild, + qsoapman-0.4.ebuild: + QA: Get rid of deprecated qt_min_version(). *qsoapman-0.4 (25 Jan 2008) diff --git a/dev-util/qsoapman/qsoapman-0.3.ebuild b/dev-util/qsoapman/qsoapman-0.3.ebuild index 44f96d7d8719..aab73d952cef 100644 --- a/dev-util/qsoapman/qsoapman-0.3.ebuild +++ b/dev-util/qsoapman/qsoapman-0.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.3.ebuild,v 1.8 2007/01/19 15:16:50 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.3.ebuild,v 1.9 2008/07/27 21:38:38 carlo Exp $ + +EAPI=1 inherit qt3 @@ -14,7 +16,7 @@ SLOT="0" KEYWORDS="x86 ppc" LICENSE="GPL-2" -DEPEND="$(qt_min_version 3.1)" +DEPEND="x11-libs/qt:3" RDEPEND="${DEPEND}" diff --git a/dev-util/qsoapman/qsoapman-0.4.ebuild b/dev-util/qsoapman/qsoapman-0.4.ebuild index 9523ec0f50d3..5b0efdd2334f 100644 --- a/dev-util/qsoapman/qsoapman-0.4.ebuild +++ b/dev-util/qsoapman/qsoapman-0.4.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/dev-util/qsoapman/qsoapman-0.4.ebuild,v 1.1 2008/01/25 08:24:41 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild,v 1.2 2008/07/27 21:38:38 carlo Exp $ + +EAPI=1 inherit qt3 @@ -14,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" LICENSE="GPL-2" -DEPEND="$(qt_min_version 3.1)" +DEPEND="x11-libs/qt:3" RDEPEND="${DEPEND}" |