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_W3C_HTMLValidator: PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild ChangeLog
Date: Sat, 22 Aug 2009 19:13:11
Message-Id: E1Mew1W-0007wu-39@stork.gentoo.org
1 beandog 09/08/22 19:13:10
2
3 Modified: ChangeLog
4 Added: PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 17 Mar 2008 12:50:17 -0000 1.1
23 +++ ChangeLog 22 Aug 2009 19:13:09 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php/PEAR-Services_W3C_HTMLValidator
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog,v 1.1 2008/03/17 12:50:17 jokey Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog,v 1.2 2009/08/22 19:13:09 beandog Exp $
30 +
31 +*PEAR-Services_W3C_HTMLValidator-1.0.0_rc2 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o>
34 + +PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild:
35 + Version bump
36
37 *PEAR-Services_W3C_HTMLValidator-1.0.0_rc1 (17 Mar 2008)
38
39
40
41
42 1.1 dev-php/PEAR-Services_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.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_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild,v 1.1 2009/08/22 19:13:09 beandog Exp $
52
53 inherit php-pear-r1 depend.php
54
55 DESCRIPTION="Provides an object oriented interface to the API of the W3 HTML
56 Validator application (http://validator.w3.org/)."
57
58 LICENSE="BSD"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="minimal"
62
63 RDEPEND="!minimal? ( >=dev-php/PEAR-HTTP_Request-1.3.0 )"
64
65 need_php5