public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/qsoapman: qsoapman-0.3.ebuild qsoapman-0.4.ebuild ChangeLog
@ 2008-07-27 21:38 Carsten Lohrke (carlo)
  0 siblings, 0 replies; only message in thread
From: Carsten Lohrke (carlo) @ 2008-07-27 21:38 UTC (permalink / raw
  To: gentoo-commits

carlo       08/07/27 21:38:38

  Modified:             qsoapman-0.3.ebuild qsoapman-0.4.ebuild ChangeLog
  Log:
   QA: Get rid of deprecated qt_min_version().
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.9                  dev-util/qsoapman/qsoapman-0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/qsoapman-0.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/qsoapman-0.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/qsoapman-0.3.ebuild?r1=1.8&r2=1.9

Index: qsoapman-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qsoapman-0.3.ebuild	19 Jan 2007 15:16:50 -0000	1.8
+++ qsoapman-0.3.ebuild	27 Jul 2008 21:38:38 -0000	1.9
@@ -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 @@
 KEYWORDS="x86 ppc"
 LICENSE="GPL-2"
 
-DEPEND="$(qt_min_version 3.1)"
+DEPEND="x11-libs/qt:3"
 
 RDEPEND="${DEPEND}"
 



1.2                  dev-util/qsoapman/qsoapman-0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild?r1=1.1&r2=1.2

Index: qsoapman-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qsoapman-0.4.ebuild	25 Jan 2008 08:24:41 -0000	1.1
+++ qsoapman-0.4.ebuild	27 Jul 2008 21:38:38 -0000	1.2
@@ -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 @@
 KEYWORDS="~x86 ~ppc ~amd64"
 LICENSE="GPL-2"
 
-DEPEND="$(qt_min_version 3.1)"
+DEPEND="x11-libs/qt:3"
 
 RDEPEND="${DEPEND}"
 



1.11                 dev-util/qsoapman/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qsoapman/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	25 Jan 2008 08:24:41 -0000	1.10
+++ ChangeLog	27 Jul 2008 21:38:38 -0000	1.11
@@ -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)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-27 21:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 21:38 [gentoo-commits] gentoo-x86 commit in dev-util/qsoapman: qsoapman-0.3.ebuild qsoapman-0.4.ebuild ChangeLog 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