Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@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.4.ebuild
Date: Sat, 22 Aug 2009 18:14:22
Message-Id: E1Mev6a-00054l-BB@stork.gentoo.org
1 beandog 09/08/22 18:14:20
2
3 Modified: ChangeLog
4 Added: PEAR-Services_Weather-1.4.4.ebuild
5 Log:
6 Version bump, bug 222491
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.40 dev-php/PEAR-Services_Weather/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog?rev=1.40&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog?rev=1.40&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog?r1=1.39&r2=1.40
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v
19 retrieving revision 1.39
20 retrieving revision 1.40
21 diff -u -r1.39 -r1.40
22 --- ChangeLog 29 Mar 2008 00:14:58 -0000 1.39
23 +++ ChangeLog 22 Aug 2009 18:14:20 -0000 1.40
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php/PEAR-Services_Weather
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.39 2008/03/29 00:14:58 maekke Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.40 2009/08/22 18:14:20 beandog Exp $
30 +
31 +*PEAR-Services_Weather-1.4.4 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o>
34 + +PEAR-Services_Weather-1.4.4.ebuild:
35 + Version bump, bug 222491
36
37 29 Mar 2008; Markus Meier <maekke@g.o>
38 PEAR-Services_Weather-1.4.2.ebuild:
39
40
41
42 1.1 dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PEAR-Services_Weather-1.4.4.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.4.4.ebuild,v 1.1 2009/08/22 18:14:20 beandog Exp $
52
53 inherit php-pear-r1 depend.php
54
55 DESCRIPTION="This class acts as an interface to various online weather-services"
56
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 IUSE="minimal"
61
62 RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2.4-r1
63 !minimal? ( >=dev-php/PEAR-Cache-1.5.4-r1
64 >=dev-php/PEAR-DB-1.7.6-r1
65 >=dev-php/PEAR-SOAP-0.8.1-r1
66 >=dev-php/PEAR-XML_Serializer-0.15.0-r1
67 >=dev-php/PEAR-Net_FTP-1.3.1 )"
68
69 pkg_setup() {
70 require_php_with_use ctype pcre
71 }