Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Services_Weather: ChangeLog PEAR-Services_Weather-1.4.5.ebuild
Date: Thu, 06 Jan 2011 20:14:17
Message-Id: 20110106201408.160D820051@flycatcher.gentoo.org
1 xarthisius 11/01/06 20:14:08
2
3 Modified: ChangeLog PEAR-Services_Weather-1.4.5.ebuild
4 Log:
5 stable for ppc64 wrt #340807
6
7 (Portage version: 2.2.0_alpha11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.46 dev-php/PEAR-Services_Weather/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 5 Nov 2010 04:37:34 -0000 1.45
23 +++ ChangeLog 6 Jan 2011 20:14:08 -0000 1.46
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-php/PEAR-Services_Weather
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.45 2010/11/05 04:37:34 jer Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.46 2011/01/06 20:14:08 xarthisius Exp $
30 +
31 + 06 Jan 2011; Kacper Kowalik <xarthisius@g.o>
32 + PEAR-Services_Weather-1.4.5.ebuild:
33 + stable for ppc64 wrt #340807
34
35 05 Nov 2010; Jeroen Roovers <jer@g.o>
36 PEAR-Services_Weather-1.4.5.ebuild:
37
38
39
40 1.5 dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.5.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.5.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.5.ebuild?r1=1.4&r2=1.5
45
46 Index: PEAR-Services_Weather-1.4.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.5.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- PEAR-Services_Weather-1.4.5.ebuild 5 Nov 2010 04:37:34 -0000 1.4
53 +++ PEAR-Services_Weather-1.4.5.ebuild 6 Jan 2011 20:14:08 -0000 1.5
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.5.ebuild,v 1.4 2010/11/05 04:37:34 jer Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.5.ebuild,v 1.5 2011/01/06 20:14:08 xarthisius Exp $
60
61 EAPI="2"
62
63 @@ -10,7 +10,7 @@
64
65 LICENSE="BSD"
66 SLOT="0"
67 -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
68 +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86"
69 IUSE="minimal"
70 DEPEND="|| ( <dev-lang/php-5.3[ctype,pcre] >=dev-lang/php-5.3[ctype] )"
71 RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2.4-r1