Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Services_Weather: PEAR-Services_Weather-1.3.2-r1.ebuild ChangeLog
Date: Tue, 26 Jan 2010 22:12:16
Message-Id: E1NZtct-0004lx-9U@stork.gentoo.org
1 ulm 10/01/26 22:11:11
2
3 Modified: PEAR-Services_Weather-1.3.2-r1.ebuild ChangeLog
4 Log:
5 Fix LICENSE, bug 258316.
6 (Portage version: 2.2_rc61/cvs/Linux i686)
7
8 Revision Changes Path
9 1.19 dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild?r1=1.18&r2=1.19
14
15 Index: PEAR-Services_Weather-1.3.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- PEAR-Services_Weather-1.3.2-r1.ebuild 10 Jan 2008 10:06:33 -0000 1.18
22 +++ PEAR-Services_Weather-1.3.2-r1.ebuild 26 Jan 2010 22:11:10 -0000 1.19
23 @@ -1,12 +1,12 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild,v 1.18 2008/01/10 10:06:33 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/PEAR-Services_Weather-1.3.2-r1.ebuild,v 1.19 2010/01/26 22:11:10 ulm Exp $
29
30 inherit php-pear-r1
31
32 DESCRIPTION="This class acts as an interface to various online weather-services.."
33
34 -LICENSE="PHP"
35 +LICENSE="PHP-2.02"
36 SLOT="0"
37 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
38 IUSE=""
39
40
41
42 1.41 dev-php/PEAR-Services_Weather/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog?rev=1.41&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog?rev=1.41&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog?r1=1.40&r2=1.41
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v
51 retrieving revision 1.40
52 retrieving revision 1.41
53 diff -u -r1.40 -r1.41
54 --- ChangeLog 22 Aug 2009 18:14:20 -0000 1.40
55 +++ ChangeLog 26 Jan 2010 22:11:10 -0000 1.41
56 @@ -1,6 +1,10 @@
57 # ChangeLog for dev-php/PEAR-Services_Weather
58 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.40 2009/08/22 18:14:20 beandog Exp $
60 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Weather/ChangeLog,v 1.41 2010/01/26 22:11:10 ulm Exp $
62 +
63 + 26 Jan 2010; Ulrich Mueller <ulm@g.o>
64 + PEAR-Services_Weather-1.3.2-r1.ebuild:
65 + Fix LICENSE, bug 258316.
66
67 *PEAR-Services_Weather-1.4.4 (22 Aug 2009)