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-PhpDocumentor: PEAR-PhpDocumentor-1.4.4.ebuild ChangeLog
Date: Tue, 31 Jan 2012 10:37:10
Message-Id: 20120131103659.98FC12004B@flycatcher.gentoo.org
1 olemarkus 12/01/31 10:36:59
2
3 Modified: ChangeLog
4 Added: PEAR-PhpDocumentor-1.4.4.ebuild
5 Log:
6 Version bump (bug 398519)
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.56 dev-php/PEAR-PhpDocumentor/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog?rev=1.56&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog?rev=1.56&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog?r1=1.55&r2=1.56
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v
20 retrieving revision 1.55
21 retrieving revision 1.56
22 diff -u -r1.55 -r1.56
23 --- ChangeLog 12 Feb 2011 17:42:37 -0000 1.55
24 +++ ChangeLog 31 Jan 2012 10:36:59 -0000 1.56
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php/PEAR-PhpDocumentor
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.55 2011/02/12 17:42:37 armin76 Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.56 2012/01/31 10:36:59 olemarkus Exp $
31 +
32 +*PEAR-PhpDocumentor-1.4.4 (31 Jan 2012)
33 +
34 + 31 Jan 2012; Ole Markus With <olemarkus@g.o>
35 + +PEAR-PhpDocumentor-1.4.4.ebuild:
36 + Version bump (bug 398519)
37
38 12 Feb 2011; Raúl Porcel <armin76@g.o>
39 PEAR-PhpDocumentor-1.4.3-r1.ebuild:
40
41
42
43 1.1 dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: PEAR-PhpDocumentor-1.4.4.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.4.4.ebuild,v 1.1 2012/01/31 10:36:59 olemarkus Exp $
53
54 EAPI="4"
55
56 inherit php-pear-r1
57
58 DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source."
59 # see http://pear.php.net/bugs/bug.php?id=12577 for additional info on licensing mess
60 LICENSE="PHP-2.02 PHP-3 LGPL-2.1 public-domain Apache-2.0 BSD"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="minimal"
64
65 RDEPEND="!minimal? ( >=dev-php/PEAR-XML_Beautifier-1.1-r1 )
66 >=dev-php/smarty-2.6.0
67 <dev-php/smarty-3"
68
69
70 src_prepare()
71 {
72 # use system smarty
73 sed -i -e '/Smarty-2/d' "${WORKDIR}/package.xml"
74 sed -i -e "s|phpDocumentor/Smarty-2.6.0/libs|smarty|" \
75 "${S}/phpDocumentor/Converter.inc"
76 }