Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/qtparted: ChangeLog qtparted-0.4.4.ebuild qtparted-0.4.4-r1.ebuild qtparted-0.4.5.ebuild
Date: Mon, 28 Jul 2008 21:23:27
Message-Id: E1KNaBg-00070h-3f@stork.gentoo.org
1 carlo 08/07/28 21:23:24
2
3 Modified: ChangeLog qtparted-0.4.4.ebuild
4 qtparted-0.4.4-r1.ebuild qtparted-0.4.5.ebuild
5 Log:
6 QA: Get rid of deprecated qt?_min_version(). Quoting issues.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.31 sys-apps/qtparted/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qtparted/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 12 Mar 2008 12:53:46 -0000 1.30
23 +++ ChangeLog 28 Jul 2008 21:23:23 -0000 1.31
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-apps/qtparted
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/ChangeLog,v 1.30 2008/03/12 12:53:46 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/ChangeLog,v 1.31 2008/07/28 21:23:23 carlo Exp $
29 +
30 + 28 Jul 2008; Carsten Lohrke <carlo@g.o> qtparted-0.4.4.ebuild,
31 + qtparted-0.4.4-r1.ebuild, qtparted-0.4.5.ebuild:
32 + QA: Get rid of deprecated qt?_min_version(). Quoting issues.
33
34 12 Mar 2008; Christian Heim <phreak@g.o> metadata.xml:
35 Removing Kevin Quinn (kevquinn, #93689) from metadata.xml.
36
37
38
39 1.10 sys-apps/qtparted/qtparted-0.4.4.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4.ebuild?r1=1.9&r2=1.10
44
45 Index: qtparted-0.4.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- qtparted-0.4.4.ebuild 26 Jul 2005 18:45:01 -0000 1.9
52 +++ qtparted-0.4.4.ebuild 28 Jul 2008 21:23:23 -0000 1.10
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2005 Gentoo Foundation
55 +# Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4.ebuild,v 1.9 2005/07/26 18:45:01 caleb Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4.ebuild,v 1.10 2008/07/28 21:23:23 carlo Exp $
59 +
60 +EAPI=1
61
62 inherit kde
63
64 @@ -13,7 +15,7 @@
65 KEYWORDS="x86 ppc ~amd64"
66 IUSE=""
67
68 -DEPEND="$(qt_min_version 3.1.0)
69 +DEPEND="x11-libs/qt:3
70 >=sys-apps/parted-1.6.6
71 >=sys-fs/e2fsprogs-1.33
72 >=sys-fs/xfsprogs-2.3.9
73
74
75
76 1.7 sys-apps/qtparted/qtparted-0.4.4-r1.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4-r1.ebuild?rev=1.7&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4-r1.ebuild?rev=1.7&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4-r1.ebuild?r1=1.6&r2=1.7
81
82 Index: qtparted-0.4.4-r1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4-r1.ebuild,v
85 retrieving revision 1.6
86 retrieving revision 1.7
87 diff -u -r1.6 -r1.7
88 --- qtparted-0.4.4-r1.ebuild 9 Apr 2006 16:14:56 -0000 1.6
89 +++ qtparted-0.4.4-r1.ebuild 28 Jul 2008 21:23:23 -0000 1.7
90 @@ -1,6 +1,8 @@
91 -# Copyright 1999-2006 Gentoo Foundation
92 +# Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4-r1.ebuild,v 1.6 2006/04/09 16:14:56 herbs Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.4-r1.ebuild,v 1.7 2008/07/28 21:23:23 carlo Exp $
96 +
97 +EAPI=1
98
99 inherit qt3 multilib
100
101 @@ -13,7 +15,7 @@
102 KEYWORDS="~x86 ~ppc ~amd64"
103 IUSE=""
104
105 -DEPEND="$(qt_min_version 3.1)
106 +DEPEND="x11-libs/qt:3
107 >=sys-apps/parted-1.6.7
108 >=sys-fs/e2fsprogs-1.33
109 >=sys-fs/xfsprogs-2.3.9
110
111
112
113 1.7 sys-apps/qtparted/qtparted-0.4.5.ebuild
114
115 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild?rev=1.7&view=markup
116 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild?rev=1.7&content-type=text/plain
117 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild?r1=1.6&r2=1.7
118
119 Index: qtparted-0.4.5.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild,v
122 retrieving revision 1.6
123 retrieving revision 1.7
124 diff -u -r1.6 -r1.7
125 --- qtparted-0.4.5.ebuild 5 Feb 2008 03:20:27 -0000 1.6
126 +++ qtparted-0.4.5.ebuild 28 Jul 2008 21:23:23 -0000 1.7
127 @@ -1,6 +1,8 @@
128 # Copyright 1999-2008 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild,v 1.6 2008/02/05 03:20:27 wolf31o2 Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/qtparted/qtparted-0.4.5.ebuild,v 1.7 2008/07/28 21:23:23 carlo Exp $
132 +
133 +EAPI=1
134
135 inherit qt3 multilib autotools
136
137 @@ -13,7 +15,7 @@
138 KEYWORDS="amd64 ppc x86"
139 IUSE="jfs ntfs reiserfs xfs gnome kde" # kdeenablefinal"
140
141 -DEPEND="$(qt_min_version 3.1)
142 +DEPEND="x11-libs/qt:3
143 >=sys-apps/parted-1.6.7
144 >=sys-fs/e2fsprogs-1.33
145 jfs? ( >=sys-fs/jfsutils-1.1.2 )
146 @@ -27,10 +29,10 @@
147
148 src_unpack() {
149 unpack ${A}
150 - cd ${S}
151 + cd "${S}"
152
153 # Fix up for parted v1.7
154 - epatch ${FILESDIR}/qtparted-0.4.5-parted-1.7-fix.patch
155 + epatch "${FILESDIR}"/qtparted-0.4.5-parted-1.7-fix.patch
156
157 # Switch from gksu to kdesu for the KDE desktop.
158 if use kde; then