Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/alloy: ChangeLog alloy-0.5.2.ebuild alloy-0.5.3.ebuild
Date: Mon, 28 Jul 2008 21:39:26
Message-Id: E1KNaR9-0007NN-Oz@stork.gentoo.org
1 carlo 08/07/28 21:39:23
2
3 Modified: ChangeLog alloy-0.5.2.ebuild alloy-0.5.3.ebuild
4 Log:
5 QA: Get rid of deprecated qt_min_version() by removing superfluous Qt dependency. Quoting issue.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.28 x11-themes/alloy/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/alloy/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/alloy/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/alloy/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -u -r1.27 -r1.28
21 --- ChangeLog 19 Feb 2008 02:06:30 -0000 1.27
22 +++ ChangeLog 28 Jul 2008 21:39:23 -0000 1.28
23 @@ -1,6 +1,11 @@
24 # ChangeLog for x11-themes/alloy
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.27 2008/02/19 02:06:30 ingmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.28 2008/07/28 21:39:23 carlo Exp $
28 +
29 + 28 Jul 2008; Carsten Lohrke <carlo@g.o> alloy-0.5.2.ebuild,
30 + alloy-0.5.3.ebuild:
31 + QA: Get rid of deprecated qt_min_version() by removing superfluous Qt
32 + dependency. Quoting issue.
33
34 19 Feb 2008; Ingmar Vanhassel <ingmar@g.o> alloy-0.5.2.ebuild:
35 Update kde-base/* dependencies so that KDE 4 doesn't satisfy it. bug 206528.
36
37
38
39 1.15 x11-themes/alloy/alloy-0.5.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild?rev=1.15&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild?rev=1.15&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild?r1=1.14&r2=1.15
44
45 Index: alloy-0.5.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild,v
48 retrieving revision 1.14
49 retrieving revision 1.15
50 diff -u -r1.14 -r1.15
51 --- alloy-0.5.2.ebuild 19 Feb 2008 02:06:30 -0000 1.14
52 +++ alloy-0.5.2.ebuild 28 Jul 2008 21:39:23 -0000 1.15
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild,v 1.14 2008/02/19 02:06:30 ingmar Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.2.ebuild,v 1.15 2008/07/28 21:39:23 carlo Exp $
58
59 inherit kde eutils
60
61 @@ -13,12 +13,11 @@
62 KEYWORDS="alpha ~amd64 ia64 ppc sparc x86 ~x86-fbsd"
63 IUSE=""
64
65 -DEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5 )
66 - $(qt_min_version 3.3)"
67 -need-kde 3.2
68 +DEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5 )"
69 +need-kde 3.5
70
71 src_unpack() {
72 unpack ${A}
73 - cd ${S}
74 + cd "${S}"
75 epatch "${FILESDIR}"/remove-extra-semicolon.patch
76 }
77
78
79
80 1.2 x11-themes/alloy/alloy-0.5.3.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/alloy/alloy-0.5.3.ebuild?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/alloy/alloy-0.5.3.ebuild?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/alloy/alloy-0.5.3.ebuild?r1=1.1&r2=1.2
85
86 Index: alloy-0.5.3.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.3.ebuild,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- alloy-0.5.3.ebuild 8 Apr 2007 11:07:30 -0000 1.1
93 +++ alloy-0.5.3.ebuild 28 Jul 2008 21:39:23 -0000 1.2
94 @@ -1,6 +1,6 @@
95 -# Copyright 1999-2007 Gentoo Foundation
96 +# Copyright 1999-2008 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.3.ebuild,v 1.1 2007/04/08 11:07:30 genstef Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.3.ebuild,v 1.2 2008/07/28 21:39:23 carlo Exp $
100
101 inherit kde
102
103 @@ -13,6 +13,5 @@
104 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
105 IUSE=""
106
107 -DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.2 )
108 - $(qt_min_version 3.3)"
109 -need-kde 3.2
110 +DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.2 )"
111 +need-kde 3.5