Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-XML_Beautifier: ChangeLog PEAR-XML_Beautifier-1.2.2.ebuild
Date: Fri, 25 Feb 2011 12:12:00
Message-Id: 20110225121148.C54D720054@flycatcher.gentoo.org
1 olemarkus 11/02/25 12:11:48
2
3 Modified: ChangeLog
4 Added: PEAR-XML_Beautifier-1.2.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.9.25/cvs/Linux i686)
9
10 Revision Changes Path
11 1.25 dev-php/PEAR-XML_Beautifier/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 6 Dec 2007 00:57:58 -0000 1.24
24 +++ ChangeLog 25 Feb 2011 12:11:48 -0000 1.25
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php/PEAR-XML_Beautifier
27 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.24 2007/12/06 00:57:58 jokey Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.25 2011/02/25 12:11:48 olemarkus Exp $
31 +
32 +*PEAR-XML_Beautifier-1.2.2 (25 Feb 2011)
33 +
34 + 25 Feb 2011; Ole Markus With <olemarkus@g.o>
35 + +PEAR-XML_Beautifier-1.2.2.ebuild:
36 + Version bump
37
38 06 Dec 2007; Markus Ullmann <jokey@g.o>
39 PEAR-XML_Beautifier-1.1-r1.ebuild:
40
41
42
43 1.1 dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: PEAR-XML_Beautifier-1.2.2.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild,v 1.1 2011/02/25 12:11:48 olemarkus Exp $
53
54 inherit php-pear-r1
55
56 DESCRIPTION="XML_Beautifier will add indentation and linebreaks to you XML files, replace all entities, format your comments and makes your document easier to read."
57 LICENSE="PHP-2.02"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
60 IUSE=""
61 RDEPEND="dev-php/PEAR-XML_Util
62 dev-php/PEAR-XML_Parser"