Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/perlqt: ChangeLog perlqt-4.7.2-r1.ebuild perlqt-4.7.3.ebuild
Date: Thu, 01 Dec 2011 22:07:56
Message-Id: 20111201220739.524FE2004B@flycatcher.gentoo.org
1 dilfridge 11/12/01 22:07:39
2
3 Modified: ChangeLog perlqt-4.7.2-r1.ebuild
4 perlqt-4.7.3.ebuild
5 Log:
6 List-MoreUtils is always needed in RDEPEND, bug 392573
7
8 (Portage version: 2.1.10.39/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 kde-base/perlqt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 2 Nov 2011 20:48:21 -0000 1.10
24 +++ ChangeLog 1 Dec 2011 22:07:39 -0000 1.11
25 @@ -1,6 +1,10 @@
26 # ChangeLog for kde-base/perlqt
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.10 2011/11/02 20:48:21 alexxy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.11 2011/12/01 22:07:39 dilfridge Exp $
30 +
31 + 01 Dec 2011; Andreas K. Huettel <dilfridge@g.o>
32 + perlqt-4.7.2-r1.ebuild, perlqt-4.7.3.ebuild:
33 + List-MoreUtils is always needed in RDEPEND, bug 392573
34
35 *perlqt-4.7.3 (02 Nov 2011)
36
37
38
39
40 1.2 kde-base/perlqt/perlqt-4.7.2-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.7.2-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.7.2-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.7.2-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: perlqt-4.7.2-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.7.2-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- perlqt-4.7.2-r1.ebuild 18 Oct 2011 23:09:59 -0000 1.1
53 +++ perlqt-4.7.2-r1.ebuild 1 Dec 2011 22:07:39 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.7.2-r1.ebuild,v 1.1 2011/10/18 23:09:59 dilfridge Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.7.2-r1.ebuild,v 1.2 2011/12/01 22:07:39 dilfridge Exp $
59
60 EAPI=4
61
62 @@ -14,15 +14,14 @@
63
64 DESCRIPTION="Qt Perl bindings"
65 KEYWORDS="~amd64 ~x86"
66 -IUSE="debug phonon qimageblitz qscintilla qwt test webkit"
67 +IUSE="debug phonon qimageblitz qscintilla qwt webkit"
68
69 RDEPEND="
70 >=dev-lang/perl-5.10.1
71 + dev-perl/List-MoreUtils
72 $(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qimageblitz?,qscintilla?,qthelp?,qwt?,webkit?')
73 "
74 -DEPEND="${RDEPEND}
75 - test? ( dev-perl/List-MoreUtils )
76 -"
77 +DEPEND=${RDEPEND}
78
79 # Split from kdebindings-perl in 4.7
80 add_blocker kdebindings-perl
81
82
83
84 1.2 kde-base/perlqt/perlqt-4.7.3.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.7.3.ebuild?rev=1.2&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.7.3.ebuild?rev=1.2&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.7.3.ebuild?r1=1.1&r2=1.2
89
90 Index: perlqt-4.7.3.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.7.3.ebuild,v
93 retrieving revision 1.1
94 retrieving revision 1.2
95 diff -u -r1.1 -r1.2
96 --- perlqt-4.7.3.ebuild 2 Nov 2011 20:48:21 -0000 1.1
97 +++ perlqt-4.7.3.ebuild 1 Dec 2011 22:07:39 -0000 1.2
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2011 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.7.3.ebuild,v 1.1 2011/11/02 20:48:21 alexxy Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.7.3.ebuild,v 1.2 2011/12/01 22:07:39 dilfridge Exp $
103
104 EAPI=4
105
106 @@ -14,15 +14,14 @@
107
108 DESCRIPTION="Qt Perl bindings"
109 KEYWORDS="~amd64 ~x86"
110 -IUSE="debug phonon qimageblitz qscintilla qwt test webkit"
111 +IUSE="debug phonon qimageblitz qscintilla qwt webkit"
112
113 RDEPEND="
114 >=dev-lang/perl-5.10.1
115 + dev-perl/List-MoreUtils
116 $(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qimageblitz?,qscintilla?,qthelp?,qwt?,webkit?')
117 "
118 -DEPEND="${RDEPEND}
119 - test? ( dev-perl/List-MoreUtils )
120 -"
121 +DEPEND=${RDEPEND}
122
123 # Split from kdebindings-perl in 4.7
124 add_blocker kdebindings-perl