public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in eclass: qt3.eclass
@ 2008-03-06  1:22 Bo Oersted Andresen (zlin)
  0 siblings, 0 replies; 8+ messages in thread
From: Bo Oersted Andresen (zlin) @ 2008-03-06  1:22 UTC (permalink / raw
  To: gentoo-commits

zlin        08/03/06 01:22:36

  Modified:             qt3.eclass
  Log:
  Fix BLURB for eclass-manpages.

Revision  Changes    Path
1.32                 eclass/qt3.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?r1=1.31&r2=1.32

Index: qt3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- qt3.eclass	14 Sep 2007 21:30:04 -0000	1.31
+++ qt3.eclass	6 Mar 2008 01:22:36 -0000	1.32
@@ -1,12 +1,11 @@
 # Copyright 2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.31 2007/09/14 21:30:04 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.32 2008/03/06 01:22:36 zlin Exp $
 
 # @ECLASS: qt3.eclass
 # @MAINTAINER:
 # Caleb Tennis <caleb@gentoo.org>
-# @BLURB:
-# Eclass for Qt3 packages
+# @BLURB: Eclass for Qt3 packages
 # @DESCRIPTION:
 # This eclass contains various functions that may be useful
 # when dealing with packages using Qt3 libraries.



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: qt3.eclass
@ 2008-06-11 13:25 Bo Oersted Andresen (zlin)
  0 siblings, 0 replies; 8+ messages in thread
From: Bo Oersted Andresen (zlin) @ 2008-06-11 13:25 UTC (permalink / raw
  To: gentoo-commits

zlin        08/06/11 13:25:09

  Modified:             qt3.eclass
  Log:
  export QTDIR.

Revision  Changes    Path
1.33                 eclass/qt3.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?r1=1.32&r2=1.33

Index: qt3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- qt3.eclass	6 Mar 2008 01:22:36 -0000	1.32
+++ qt3.eclass	11 Jun 2008 13:25:08 -0000	1.33
@@ -1,6 +1,6 @@
 # Copyright 2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.32 2008/03/06 01:22:36 zlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.33 2008/06/11 13:25:08 zlin Exp $
 
 # @ECLASS: qt3.eclass
 # @MAINTAINER:
@@ -17,7 +17,7 @@
 QT3VERSIONS="3.3.8-r4 3.3.8-r3 3.3.8-r2 3.3.8-r1 3.3.8 3.3.6-r5 3.3.6-r4 3.3.6-r3 3.3.6-r2 3.3.6-r1 3.3.6 3.3.5-r1 3.3.5 3.3.4-r9 3.3.4-r8 3.3.4-r7 3.3.4-r6 3.3.4-r5 3.3.4-r4 3.3.4-r3 3.3.4-r2 3.3.4-r1 3.3.4 3.3.3-r3 3.3.3-r2 3.3.3-r1 3.3.3 3.3.2 3.3.1-r2 3.3.1-r1 3.3.1 3.3.0-r1 3.3.0 3.2.3-r1 3.2.3 3.2.2-r1 3.2.2 3.2.1-r2 3.2.1-r1 3.2.1 3.2.0 3.1.2-r4 3.1.2-r3 3.1.2-r2 3.1.2-r1 3.1.2 3.1.1-r2 3.1.1-r1 3.1.1 3.1.0-r3 3.1.0-r2 3.1.0-r1 3.1.0"
 
 if [[ -z "${QTDIR}" ]]; then
-	QTDIR="/usr/qt/3"
+	export QTDIR="/usr/qt/3"
 fi
 
 addwrite "${QTDIR}/etc/settings"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: qt3.eclass
@ 2008-07-26 23:13 Carsten Lohrke (carlo)
  0 siblings, 0 replies; 8+ messages in thread
From: Carsten Lohrke (carlo) @ 2008-07-26 23:13 UTC (permalink / raw
  To: gentoo-commits

carlo       08/07/26 23:13:31

  Modified:             qt3.eclass
  Log:
  Add new Qt ebuild to qt3.eclass.

Revision  Changes    Path
1.34                 eclass/qt3.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?r1=1.33&r2=1.34

Index: qt3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- qt3.eclass	11 Jun 2008 13:25:08 -0000	1.33
+++ qt3.eclass	26 Jul 2008 23:13:30 -0000	1.34
@@ -1,6 +1,6 @@
 # Copyright 2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.33 2008/06/11 13:25:08 zlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.34 2008/07/26 23:13:30 carlo Exp $
 
 # @ECLASS: qt3.eclass
 # @MAINTAINER:
@@ -14,7 +14,7 @@
 
 QTPKG="x11-libs/qt-"
 QT3MAJORVERSIONS="3.3 3.2 3.1 3.0"
-QT3VERSIONS="3.3.8-r4 3.3.8-r3 3.3.8-r2 3.3.8-r1 3.3.8 3.3.6-r5 3.3.6-r4 3.3.6-r3 3.3.6-r2 3.3.6-r1 3.3.6 3.3.5-r1 3.3.5 3.3.4-r9 3.3.4-r8 3.3.4-r7 3.3.4-r6 3.3.4-r5 3.3.4-r4 3.3.4-r3 3.3.4-r2 3.3.4-r1 3.3.4 3.3.3-r3 3.3.3-r2 3.3.3-r1 3.3.3 3.3.2 3.3.1-r2 3.3.1-r1 3.3.1 3.3.0-r1 3.3.0 3.2.3-r1 3.2.3 3.2.2-r1 3.2.2 3.2.1-r2 3.2.1-r1 3.2.1 3.2.0 3.1.2-r4 3.1.2-r3 3.1.2-r2 3.1.2-r1 3.1.2 3.1.1-r2 3.1.1-r1 3.1.1 3.1.0-r3 3.1.0-r2 3.1.0-r1 3.1.0"
+QT3VERSIONS="3.3.8b 3.3.8-r4 3.3.8-r3 3.3.8-r2 3.3.8-r1 3.3.8 3.3.6-r5 3.3.6-r4 3.3.6-r3 3.3.6-r2 3.3.6-r1 3.3.6 3.3.5-r1 3.3.5 3.3.4-r9 3.3.4-r8 3.3.4-r7 3.3.4-r6 3.3.4-r5 3.3.4-r4 3.3.4-r3 3.3.4-r2 3.3.4-r1 3.3.4 3.3.3-r3 3.3.3-r2 3.3.3-r1 3.3.3 3.3.2 3.3.1-r2 3.3.1-r1 3.3.1 3.3.0-r1 3.3.0 3.2.3-r1 3.2.3 3.2.2-r1 3.2.2 3.2.1-r2 3.2.1-r1 3.2.1 3.2.0 3.1.2-r4 3.1.2-r3 3.1.2-r2 3.1.2-r1 3.1.2 3.1.1-r2 3.1.1-r1 3.1.1 3.1.0-r3 3.1.0-r2 3.1.0-r1 3.1.0"
 
 if [[ -z "${QTDIR}" ]]; then
 	export QTDIR="/usr/qt/3"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: qt3.eclass
@ 2009-01-02 21:07 Ben de Groot (yngwin)
  0 siblings, 0 replies; 8+ messages in thread
From: Ben de Groot (yngwin) @ 2009-01-02 21:07 UTC (permalink / raw
  To: gentoo-commits

yngwin      09/01/02 21:07:14

  Modified:             qt3.eclass
  Log:
  Updating qt3.eclass for 3.3.8b-r1

Revision  Changes    Path
1.38                 eclass/qt3.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?r1=1.37&r2=1.38

Index: qt3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- qt3.eclass	3 Aug 2008 20:47:27 -0000	1.37
+++ qt3.eclass	2 Jan 2009 21:07:14 -0000	1.38
@@ -1,6 +1,6 @@
 # Copyright 2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.37 2008/08/03 20:47:27 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.38 2009/01/02 21:07:14 yngwin Exp $
 
 # @ECLASS: qt3.eclass
 # @MAINTAINER:
@@ -14,7 +14,7 @@
 
 QTPKG="x11-libs/qt-"
 QT3MAJORVERSIONS="3.3 3.2 3.1 3.0"
-QT3VERSIONS="3.3.8b 3.3.8-r4 3.3.8-r3 3.3.8-r2 3.3.8-r1 3.3.8 3.3.6-r5 3.3.6-r4 3.3.6-r3 3.3.6-r2 3.3.6-r1 3.3.6 3.3.5-r1 3.3.5 3.3.4-r9 3.3.4-r8 3.3.4-r7 3.3.4-r6 3.3.4-r5 3.3.4-r4 3.3.4-r3 3.3.4-r2 3.3.4-r1 3.3.4 3.3.3-r3 3.3.3-r2 3.3.3-r1 3.3.3 3.3.2 3.3.1-r2 3.3.1-r1 3.3.1 3.3.0-r1 3.3.0 3.2.3-r1 3.2.3 3.2.2-r1 3.2.2 3.2.1-r2 3.2.1-r1 3.2.1 3.2.0 3.1.2-r4 3.1.2-r3 3.1.2-r2 3.1.2-r1 3.1.2 3.1.1-r2 3.1.1-r1 3.1.1 3.1.0-r3 3.1.0-r2 3.1.0-r1 3.1.0"
+QT3VERSIONS="3.3.8b-r1 3.3.8b 3.3.8-r4 3.3.8-r3 3.3.8-r2 3.3.8-r1 3.3.8 3.3.6-r5 3.3.6-r4 3.3.6-r3 3.3.6-r2 3.3.6-r1 3.3.6 3.3.5-r1 3.3.5 3.3.4-r9 3.3.4-r8 3.3.4-r7 3.3.4-r6 3.3.4-r5 3.3.4-r4 3.3.4-r3 3.3.4-r2 3.3.4-r1 3.3.4 3.3.3-r3 3.3.3-r2 3.3.3-r1 3.3.3 3.3.2 3.3.1-r2 3.3.1-r1 3.3.1 3.3.0-r1 3.3.0 3.2.3-r1 3.2.3 3.2.2-r1 3.2.2 3.2.1-r2 3.2.1-r1 3.2.1 3.2.0 3.1.2-r4 3.1.2-r3 3.1.2-r2 3.1.2-r1 3.1.2 3.1.1-r2 3.1.1-r1 3.1.1 3.1.0-r3 3.1.0-r2 3.1.0-r1 3.1.0"
 
 if [[ -z "${QTDIR}" ]]; then
 	export QTDIR="/usr/qt/3"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: qt3.eclass
@ 2009-05-14  8:58 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-05-14  8:58 UTC (permalink / raw
  To: gentoo-commits

fauli       09/05/14 08:58:10

  Modified:             qt3.eclass
  Log:
  Fix typo

Revision  Changes    Path
1.39                 eclass/qt3.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?r1=1.38&r2=1.39

Index: qt3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- qt3.eclass	2 Jan 2009 21:07:14 -0000	1.38
+++ qt3.eclass	14 May 2009 08:58:10 -0000	1.39
@@ -1,6 +1,6 @@
 # Copyright 2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.38 2009/01/02 21:07:14 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.39 2009/05/14 08:58:10 fauli Exp $
 
 # @ECLASS: qt3.eclass
 # @MAINTAINER:
@@ -83,7 +83,7 @@
 	# file exists?
 	if [[ ! -f ${projprofile} ]]; then
 		echo
-		eerror "Project .pro file \"${projprofile}\" does not exists"
+		eerror "Project .pro file \"${projprofile}\" does not exist"
 		eerror "qmake cannot handle non-existing .pro files"
 		echo
 		eerror "This shouldn't happen - please send a bug report to bugs.gentoo.org"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: qt3.eclass
@ 2009-05-15 20:43 Ben de Groot (yngwin)
  0 siblings, 0 replies; 8+ messages in thread
From: Ben de Groot (yngwin) @ 2009-05-15 20:43 UTC (permalink / raw
  To: gentoo-commits

yngwin      09/05/15 20:43:18

  Modified:             qt3.eclass
  Log:
  Assign qt3.eclass maintainership to qt@gentoo.org instead of inactive dev

Revision  Changes    Path
1.40                 eclass/qt3.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?r1=1.39&r2=1.40

Index: qt3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- qt3.eclass	14 May 2009 08:58:10 -0000	1.39
+++ qt3.eclass	15 May 2009 20:43:18 -0000	1.40
@@ -1,10 +1,10 @@
 # Copyright 2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.39 2009/05/14 08:58:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.40 2009/05/15 20:43:18 yngwin Exp $
 
 # @ECLASS: qt3.eclass
 # @MAINTAINER:
-# Caleb Tennis <caleb@gentoo.org>
+# Qt team <qt@gentoo.org>
 # @BLURB: Eclass for Qt3 packages
 # @DESCRIPTION:
 # This eclass contains various functions that may be useful






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: qt3.eclass
@ 2009-05-17 15:17 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-05-17 15:17 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/05/17 15:17:03

  Modified:             qt3.eclass
  Log:
  add QMAKE_STRIP on qmake parameters. Fixes bug 269942

Revision  Changes    Path
1.41                 eclass/qt3.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?r1=1.40&r2=1.41

Index: qt3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- qt3.eclass	15 May 2009 20:43:18 -0000	1.40
+++ qt3.eclass	17 May 2009 15:17:03 -0000	1.41
@@ -1,6 +1,6 @@
 # Copyright 2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.40 2009/05/15 20:43:18 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.41 2009/05/17 15:17:03 hwoarang Exp $
 
 # @ECLASS: qt3.eclass
 # @MAINTAINER:
@@ -121,6 +121,7 @@
 		"${configoptminus}" \
 		"${configoptplus}" \
 		QMAKE_RPATH= \
+		QMAKE_STRIP= \
 		${@} >> ${LOGFILE} 2>&1
 
 	local result=$?






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in eclass: qt3.eclass
@ 2010-03-26 19:40 Ben de Groot (yngwin)
  0 siblings, 0 replies; 8+ messages in thread
From: Ben de Groot (yngwin) @ 2010-03-26 19:40 UTC (permalink / raw
  To: gentoo-commits

yngwin      10/03/26 19:40:38

  Modified:             qt3.eclass
  Log:
  Deprecating qt3.eclass, scheduling for removal

Revision  Changes    Path
1.42                 eclass/qt3.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?r1=1.41&r2=1.42

Index: qt3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- qt3.eclass	17 May 2009 15:17:03 -0000	1.41
+++ qt3.eclass	26 Mar 2010 19:40:38 -0000	1.42
@@ -1,141 +1,7 @@
-# Copyright 2005 Gentoo Foundation
+# Copyright 2005-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.41 2009/05/17 15:17:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.42 2010/03/26 19:40:38 yngwin Exp $
 
-# @ECLASS: qt3.eclass
-# @MAINTAINER:
-# Qt team <qt@gentoo.org>
-# @BLURB: Eclass for Qt3 packages
-# @DESCRIPTION:
-# This eclass contains various functions that may be useful
-# when dealing with packages using Qt3 libraries.
-
-inherit toolchain-funcs versionator eutils
-
-QTPKG="x11-libs/qt-"
-QT3MAJORVERSIONS="3.3 3.2 3.1 3.0"
-QT3VERSIONS="3.3.8b-r1 3.3.8b 3.3.8-r4 3.3.8-r3 3.3.8-r2 3.3.8-r1 3.3.8 3.3.6-r5 3.3.6-r4 3.3.6-r3 3.3.6-r2 3.3.6-r1 3.3.6 3.3.5-r1 3.3.5 3.3.4-r9 3.3.4-r8 3.3.4-r7 3.3.4-r6 3.3.4-r5 3.3.4-r4 3.3.4-r3 3.3.4-r2 3.3.4-r1 3.3.4 3.3.3-r3 3.3.3-r2 3.3.3-r1 3.3.3 3.3.2 3.3.1-r2 3.3.1-r1 3.3.1 3.3.0-r1 3.3.0 3.2.3-r1 3.2.3 3.2.2-r1 3.2.2 3.2.1-r2 3.2.1-r1 3.2.1 3.2.0 3.1.2-r4 3.1.2-r3 3.1.2-r2 3.1.2-r1 3.1.2 3.1.1-r2 3.1.1-r1 3.1.1 3.1.0-r3 3.1.0-r2 3.1.0-r1 3.1.0"
-
-if [[ -z "${QTDIR}" ]]; then
-	export QTDIR="/usr/qt/3"
-fi
-
-addwrite "${QTDIR}/etc/settings"
-addpredict "${QTDIR}/etc/settings"
-
-# @FUNCTION: qt_min_version
-# @USAGE: [minimum version]
-# @DESCRIPTION:
-# This function is deprecated. Use slot dependencies instead.
-qt_min_version() {
-	local list=$(qt_min_version_list "$@")
-	ewarn "${CATEGORY}/${PF}: qt_min_version() is deprecated. Use slot dependencies instead."
-	if [[ ${list%% *} == "${list}" ]]; then
-		echo "${list}"
-	else
-		echo "|| ( ${list} )"
-	fi
-}
-
-qt_min_version_list() {
-	local MINVER="$1"
-	local VERSIONS=""
-
-	case "${MINVER}" in
-		3|3.0|3.0.0) VERSIONS="=${QTPKG}3*";;
-		3.1|3.1.0|3.2|3.2.0|3.3|3.3.0)
-			for x in ${QT3MAJORVERSIONS}; do
-				if $(version_is_at_least "${MINVER}" "${x}"); then
-					VERSIONS="${VERSIONS} =${QTPKG}${x}*"
-				fi
-			done
-			;;
-		3*)
-			for x in ${QT3VERSIONS}; do
-				if $(version_is_at_least "${MINVER}" "${x}"); then
-					VERSIONS="${VERSIONS} =${QTPKG}${x}"
-				fi
-			done
-			;;
-		*) VERSIONS="=${QTPKG}3*";;
-	esac
-
-	echo ${VERSIONS}
-}
-
-# @FUNCTION: eqmake3
-# @USAGE: [.pro file] [additional parameters to qmake]
-# @MAINTAINER:
-# Przemyslaw Maciag <troll@gentoo.org>
-# Davide Pesavento <davidepesa@gmail.com>
-# @DESCRIPTION:
-# Runs qmake on the specified .pro file (defaults to
-# ${PN}.pro if eqmake3 was called with no argument).
-# Additional parameters are passed unmodified to qmake.
-eqmake3() {
-	local LOGFILE="${T}/qmake-$$.out"
-	local projprofile="${1}"
-	[[ -z ${projprofile} ]] && projprofile="${PN}.pro"
-	shift 1
-
-	ebegin "Processing qmake ${projprofile}"
-
-	# file exists?
-	if [[ ! -f ${projprofile} ]]; then
-		echo
-		eerror "Project .pro file \"${projprofile}\" does not exist"
-		eerror "qmake cannot handle non-existing .pro files"
-		echo
-		eerror "This shouldn't happen - please send a bug report to bugs.gentoo.org"
-		echo
-		die "Project file not found in ${PN} sources"
-	fi
-
-	echo >> ${LOGFILE}
-	echo "******  qmake ${projprofile}  ******" >> ${LOGFILE}
-	echo >> ${LOGFILE}
-
-	# some standard config options
-	local configoptplus="CONFIG += no_fixpath"
-	local configoptminus="CONFIG -="
-	if has debug ${IUSE} && use debug; then
-		configoptplus="${configoptplus} debug"
-		configoptminus="${configoptminus} release"
-	else
-		configoptplus="${configoptplus} release"
-		configoptminus="${configoptminus} debug"
-	fi
-
-	${QTDIR}/bin/qmake ${projprofile} \
-		QTDIR=${QTDIR} \
-		QMAKE=${QTDIR}/bin/qmake \
-		QMAKE_CC=$(tc-getCC) \
-		QMAKE_CXX=$(tc-getCXX) \
-		QMAKE_LINK=$(tc-getCXX) \
-		QMAKE_CFLAGS_RELEASE="${CFLAGS}" \
-		QMAKE_CFLAGS_DEBUG="${CFLAGS}" \
-		QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" \
-		QMAKE_CXXFLAGS_DEBUG="${CXXFLAGS}" \
-		QMAKE_LFLAGS_RELEASE="${LDFLAGS}" \
-		QMAKE_LFLAGS_DEBUG="${LDFLAGS}" \
-		"${configoptminus}" \
-		"${configoptplus}" \
-		QMAKE_RPATH= \
-		QMAKE_STRIP= \
-		${@} >> ${LOGFILE} 2>&1
-
-	local result=$?
-	eend ${result}
-
-	# was qmake successful?
-	if [[ ${result} -ne 0 ]]; then
-		echo
-		eerror "Running qmake on \"${projprofile}\" has failed"
-		echo
-		eerror "This shouldn't happen - please send a bug report to bugs.gentoo.org"
-		echo
-		die "qmake failed on ${projprofile}"
-	fi
-
-	return ${result}
-}
+# @DEAD
+# To be removed on 2012-03-26
+ewarn 'Please fix your ebuild to not inherit the deprecated qt3.eclass'






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-03-26 19:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-17 15:17 [gentoo-commits] gentoo-x86 commit in eclass: qt3.eclass Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-26 19:40 Ben de Groot (yngwin)
2009-05-15 20:43 Ben de Groot (yngwin)
2009-05-14  8:58 Christian Faulhammer (fauli)
2009-01-02 21:07 Ben de Groot (yngwin)
2008-07-26 23:13 Carsten Lohrke (carlo)
2008-06-11 13:25 Bo Oersted Andresen (zlin)
2008-03-06  1:22 Bo Oersted Andresen (zlin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox