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-PhpDocumentor: ChangeLog PEAR-PhpDocumentor-1.4.2.ebuild
Date: Sat, 22 Aug 2009 18:30:57
Message-Id: E1MevMd-0005kY-AH@stork.gentoo.org
1 beandog 09/08/22 18:30:55
2
3 Modified: ChangeLog
4 Added: PEAR-PhpDocumentor-1.4.2.ebuild
5 Log:
6 Version bump, bug 225915
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.46 dev-php/PEAR-PhpDocumentor/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 29 Mar 2008 00:13:10 -0000 1.45
23 +++ ChangeLog 22 Aug 2009 18:30:55 -0000 1.46
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php/PEAR-PhpDocumentor
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.45 2008/03/29 00:13:10 maekke Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.46 2009/08/22 18:30:55 beandog Exp $
30 +
31 +*PEAR-PhpDocumentor-1.4.2 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o>
34 + +PEAR-PhpDocumentor-1.4.2.ebuild:
35 + Version bump, bug 225915
36
37 29 Mar 2008; Markus Meier <maekke@g.o>
38 PEAR-PhpDocumentor-1.4.1.ebuild:
39
40
41
42 1.1 dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PEAR-PhpDocumentor-1.4.2.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-PhpDocumentor/PEAR-PhpDocumentor-1.4.2.ebuild,v 1.1 2009/08/22 18:30:55 beandog Exp $
52
53 inherit php-pear-r1
54
55 DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source."
56 # see http://pear.php.net/bugs/bug.php?id=12577 for additional info on licensing mess
57 LICENSE="PHP-2.02 PHP-3 LGPL-2.1 public-domain Apache-2.0 BSD"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
60 IUSE="minimal"
61
62 RDEPEND="!minimal? ( >=dev-php/PEAR-XML_Beautifier-1.1-r1 )"