Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt3.eclass qt4.eclass
Date: Sun, 03 Aug 2008 20:47:30
Message-Id: E1KPkUB-0005pa-RE@stork.gentoo.org
1 carlo 08/08/03 20:47:27
2
3 Modified: qt3.eclass qt4.eclass
4 Log:
5 Improve deprecation warnings. Prepare for Qt 4.4.1
6
7 Revision Changes Path
8 1.37 eclass/qt3.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.37&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.37&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?r1=1.36&r2=1.37
13
14 Index: qt3.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v
17 retrieving revision 1.36
18 retrieving revision 1.37
19 diff -u -r1.36 -r1.37
20 --- qt3.eclass 29 Jul 2008 08:32:48 -0000 1.36
21 +++ qt3.eclass 3 Aug 2008 20:47:27 -0000 1.37
22 @@ -1,6 +1,6 @@
23 # Copyright 2005 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.36 2008/07/29 08:32:48 carlo Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.37 2008/08/03 20:47:27 carlo Exp $
27
28 # @ECLASS: qt3.eclass
29 # @MAINTAINER:
30 @@ -29,7 +29,7 @@
31 # This function is deprecated. Use slot dependencies instead.
32 qt_min_version() {
33 local list=$(qt_min_version_list "$@")
34 - ewarn "qt_min_version() is deprecated. Use slot dependencies instead."
35 + ewarn "${CATEGORY}/${PF}: qt_min_version() is deprecated. Use slot dependencies instead."
36 if [[ ${list%% *} == "${list}" ]]; then
37 echo "${list}"
38 else
39
40
41
42 1.48 eclass/qt4.eclass
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.48&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.48&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?r1=1.47&r2=1.48
47
48 Index: qt4.eclass
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v
51 retrieving revision 1.47
52 retrieving revision 1.48
53 diff -u -r1.47 -r1.48
54 --- qt4.eclass 29 Jul 2008 08:32:48 -0000 1.47
55 +++ qt4.eclass 3 Aug 2008 20:47:27 -0000 1.48
56 @@ -1,6 +1,6 @@
57 # Copyright 2005 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.47 2008/07/29 08:32:48 carlo Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.48 2008/08/03 20:47:27 carlo Exp $
61
62 # @ECLASS: qt4.eclass
63 # @MAINTAINER:
64 @@ -17,7 +17,7 @@
65
66 QTPKG="x11-libs/qt-"
67 QT4MAJORVERSIONS="4.4 4.3 4.2 4.1 4.0"
68 -QT4VERSIONS="4.4.0 4.4.0_beta1 4.4.0_rc1
69 +QT4VERSIONS="4.4.1 4.4.0 4.4.0_beta1 4.4.0_rc1
70 4.3.4-r1 4.3.5 4.3.4 4.3.3 4.3.2-r1 4.3.2 4.3.1-r1 4.3.1
71 4.3.0-r2 4.3.0-r1 4.3.0 4.3.0_rc1 4.3.0_beta1
72 4.2.3-r1 4.2.3 4.2.2 4.2.1 4.2.0-r2 4.2.0-r1 4.2.0
73 @@ -30,7 +30,7 @@
74 # This function is deprecated. Use slot dependencies instead.
75 qt4_min_version() {
76 local deps="$@"
77 - ewarn "qt4_min_version() is deprecated. Use slot dependencies instead."
78 + ewarn "${CATEGORY}/${PF}: qt4_min_version() is deprecated. Use slot dependencies instead."
79 case ${EAPI:-0} in
80 # EAPIs without SLOT dependencies
81 0) echo "|| ("