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