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: Tue, 29 Jul 2008 08:32:52
Message-Id: E1KNkdV-0002lv-5o@stork.gentoo.org
1 carlo 08/07/29 08:32:49
2
3 Modified: qt3.eclass qt4.eclass
4 Log:
5 Uh, my bad...
6
7 Revision Changes Path
8 1.36 eclass/qt3.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.36&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?rev=1.36&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt3.eclass?r1=1.35&r2=1.36
13
14 Index: qt3.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v
17 retrieving revision 1.35
18 retrieving revision 1.36
19 diff -u -r1.35 -r1.36
20 --- qt3.eclass 28 Jul 2008 22:10:16 -0000 1.35
21 +++ qt3.eclass 29 Jul 2008 08:32:48 -0000 1.36
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.35 2008/07/28 22:10:16 carlo Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.36 2008/07/29 08:32:48 carlo Exp $
27
28 # @ECLASS: qt3.eclass
29 # @MAINTAINER:
30 @@ -28,9 +28,8 @@
31 # @DESCRIPTION:
32 # This function is deprecated. Use slot dependencies instead.
33 qt_min_version() {
34 - ewarn "qt_min_version() is deprecated. Use slot dependencies instead."
35 - epause
36 local list=$(qt_min_version_list "$@")
37 + ewarn "qt_min_version() is deprecated. Use slot dependencies instead."
38 if [[ ${list%% *} == "${list}" ]]; then
39 echo "${list}"
40 else
41
42
43
44 1.47 eclass/qt4.eclass
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.47&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.47&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?r1=1.46&r2=1.47
49
50 Index: qt4.eclass
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v
53 retrieving revision 1.46
54 retrieving revision 1.47
55 diff -u -r1.46 -r1.47
56 --- qt4.eclass 28 Jul 2008 22:10:16 -0000 1.46
57 +++ qt4.eclass 29 Jul 2008 08:32:48 -0000 1.47
58 @@ -1,6 +1,6 @@
59 # Copyright 2005 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.46 2008/07/28 22:10:16 carlo Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.47 2008/07/29 08:32:48 carlo Exp $
63
64 # @ECLASS: qt4.eclass
65 # @MAINTAINER:
66 @@ -29,12 +29,12 @@
67 # @DESCRIPTION:
68 # This function is deprecated. Use slot dependencies instead.
69 qt4_min_version() {
70 + local deps="$@"
71 ewarn "qt4_min_version() is deprecated. Use slot dependencies instead."
72 - epause
73 case ${EAPI:-0} in
74 # EAPIs without SLOT dependencies
75 0) echo "|| ("
76 - qt4_min_version_list "$@"
77 + qt4_min_version_list "${deps}"
78 echo ")"
79 ;;
80 # EAPIS with SLOT dependencies.