Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-perl: claws-mail-perl-0.9.11.ebuild ChangeLog claws-mail-perl-0.9.12.ebuild claws-mail-perl-0.9.10.ebuild
Date: Thu, 29 May 2008 02:10:44
Message-Id: E1K1XbF-0001eY-DK@stork.gentoo.org
1 halcy0n 08/05/29 02:10:41
2
3 Modified: claws-mail-perl-0.9.11.ebuild ChangeLog
4 claws-mail-perl-0.9.12.ebuild
5 claws-mail-perl-0.9.10.ebuild
6 Log:
7 Fix RDEPEND on pkgconfig; bug #217278
8 (Portage version: 2.1.5.2)
9
10 Revision Changes Path
11 1.3 mail-client/claws-mail-perl/claws-mail-perl-0.9.11.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.11.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.11.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.11.ebuild?r1=1.2&r2=1.3
16
17 Index: claws-mail-perl-0.9.11.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.11.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- claws-mail-perl-0.9.11.ebuild 13 Feb 2008 20:57:53 -0000 1.2
24 +++ claws-mail-perl-0.9.11.ebuild 29 May 2008 02:10:40 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.11.ebuild,v 1.2 2008/02/13 20:57:53 ticho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.11.ebuild,v 1.3 2008/05/29 02:10:40 halcy0n Exp $
30
31 MY_P="${PN#claws-mail-}_plugin-${PV}"
32
33 @@ -11,8 +11,9 @@
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc64 ~x86"
36 IUSE=""
37 -DEPEND=">=mail-client/claws-mail-3.1.0
38 - dev-lang/perl
39 +RDEPEND=">=mail-client/claws-mail-3.1.0
40 + dev-lang/perl"
41 +DEPEND="${RDEPEND}
42 dev-util/pkgconfig"
43
44 S="${WORKDIR}/${MY_P}"
45
46
47
48 1.18 mail-client/claws-mail-perl/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/ChangeLog?rev=1.18&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/ChangeLog?rev=1.18&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/ChangeLog?r1=1.17&r2=1.18
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v
57 retrieving revision 1.17
58 retrieving revision 1.18
59 diff -u -r1.17 -r1.18
60 --- ChangeLog 12 May 2008 12:47:02 -0000 1.17
61 +++ ChangeLog 29 May 2008 02:10:40 -0000 1.18
62 @@ -1,6 +1,11 @@
63 # ChangeLog for mail-client/claws-mail-perl
64 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.17 2008/05/12 12:47:02 opfer Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/ChangeLog,v 1.18 2008/05/29 02:10:40 halcy0n Exp $
67 +
68 + 29 May 2008; Mark Loeser <halcy0n@g.o>
69 + claws-mail-perl-0.9.10.ebuild, claws-mail-perl-0.9.11.ebuild,
70 + claws-mail-perl-0.9.12.ebuild:
71 + Fix RDEPEND on pkgconfig; bug #217278
72
73 *claws-mail-perl-0.9.13 (12 May 2008)
74
75
76
77
78 1.3 mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild?rev=1.3&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild?rev=1.3&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild?r1=1.2&r2=1.3
83
84 Index: claws-mail-perl-0.9.12.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild,v
87 retrieving revision 1.2
88 retrieving revision 1.3
89 diff -u -r1.2 -r1.3
90 --- claws-mail-perl-0.9.12.ebuild 13 Feb 2008 20:57:53 -0000 1.2
91 +++ claws-mail-perl-0.9.12.ebuild 29 May 2008 02:10:40 -0000 1.3
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2008 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild,v 1.2 2008/02/13 20:57:53 ticho Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.12.ebuild,v 1.3 2008/05/29 02:10:40 halcy0n Exp $
97
98 MY_P="${PN#claws-mail-}_plugin-${PV}"
99
100 @@ -11,8 +11,9 @@
101 SLOT="0"
102 KEYWORDS="~amd64 ~ppc64 ~x86"
103 IUSE=""
104 -DEPEND=">=mail-client/claws-mail-3.2.0
105 - dev-lang/perl
106 +RDEPEND=">=mail-client/claws-mail-3.2.0
107 + dev-lang/perl"
108 +DEPEND="${RDEPEND}
109 dev-util/pkgconfig"
110
111 S="${WORKDIR}/${MY_P}"
112
113
114
115 1.7 mail-client/claws-mail-perl/claws-mail-perl-0.9.10.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.10.ebuild?rev=1.7&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.10.ebuild?rev=1.7&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.10.ebuild?r1=1.6&r2=1.7
120
121 Index: claws-mail-perl-0.9.10.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.10.ebuild,v
124 retrieving revision 1.6
125 retrieving revision 1.7
126 diff -u -r1.6 -r1.7
127 --- claws-mail-perl-0.9.10.ebuild 13 Feb 2008 20:57:53 -0000 1.6
128 +++ claws-mail-perl-0.9.10.ebuild 29 May 2008 02:10:40 -0000 1.7
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2008 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.10.ebuild,v 1.6 2008/02/13 20:57:53 ticho Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-perl/claws-mail-perl-0.9.10.ebuild,v 1.7 2008/05/29 02:10:40 halcy0n Exp $
134
135 MY_P="${PN#claws-mail-}_plugin-${PV}"
136
137 @@ -11,8 +11,9 @@
138 SLOT="0"
139 KEYWORDS="amd64 ppc64 x86"
140 IUSE=""
141 -DEPEND=">=mail-client/claws-mail-3.0.0
142 - dev-lang/perl
143 +RDEPEND=">=mail-client/claws-mail-3.0.0
144 + dev-lang/perl"
145 +DEPEND="${RDEPEND}
146 dev-util/pkgconfig"
147
148 S="${WORKDIR}/${MY_P}"
149
150
151
152 --
153 gentoo-commits@l.g.o mailing list