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-Net_CheckIP: ChangeLog PEAR-Net_CheckIP-1.1-r1.ebuild
Date: Tue, 26 Jan 2010 22:11:49
Message-Id: E1NZtcX-0004kT-5r@stork.gentoo.org
1 ulm 10/01/26 22:10:49
2
3 Modified: ChangeLog PEAR-Net_CheckIP-1.1-r1.ebuild
4 Log:
5 Fix LICENSE, bug 258316.
6 (Portage version: 2.2_rc61/cvs/Linux i686)
7
8 Revision Changes Path
9 1.27 dev-php/PEAR-Net_CheckIP/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_CheckIP/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_CheckIP/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_CheckIP/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 22 Oct 2007 18:42:38 -0000 1.26
22 +++ ChangeLog 26 Jan 2010 22:10:48 -0000 1.27
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-php/PEAR-Net_CheckIP
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/ChangeLog,v 1.26 2007/10/22 18:42:38 armin76 Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/ChangeLog,v 1.27 2010/01/26 22:10:48 ulm Exp $
29 +
30 + 26 Jan 2010; Ulrich Mueller <ulm@g.o>
31 + PEAR-Net_CheckIP-1.1-r1.ebuild:
32 + Fix LICENSE, bug 258316.
33
34 22 Oct 2007; Raúl Porcel <armin76@g.o>
35 PEAR-Net_CheckIP-1.2.1.ebuild:
36
37
38
39 1.16 dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild?rev=1.16&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild?rev=1.16&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild?r1=1.15&r2=1.16
44
45 Index: PEAR-Net_CheckIP-1.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild,v
48 retrieving revision 1.15
49 retrieving revision 1.16
50 diff -u -r1.15 -r1.16
51 --- PEAR-Net_CheckIP-1.1-r1.ebuild 30 Mar 2006 19:25:01 -0000 1.15
52 +++ PEAR-Net_CheckIP-1.1-r1.ebuild 26 Jan 2010 22:10:48 -0000 1.16
53 @@ -1,11 +1,11 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild,v 1.15 2006/03/30 19:25:01 josejx Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_CheckIP/PEAR-Net_CheckIP-1.1-r1.ebuild,v 1.16 2010/01/26 22:10:48 ulm Exp $
59
60 inherit php-pear-r1
61
62 DESCRIPTION="Check the syntax of IPv4 addresses."
63 -LICENSE="PHP"
64 +LICENSE="PHP-2.02"
65 SLOT="0"
66 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
67 IUSE=""