Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Benchmark: ChangeLog PEAR-Benchmark-1.2.7-r1.ebuild
Date: Thu, 27 Sep 2007 21:38:38
Message-Id: E1Ib0vm-00072Z-0O@stork.gentoo.org
1 hoffie 07/09/27 21:29:58
2
3 Modified: ChangeLog
4 Added: PEAR-Benchmark-1.2.7-r1.ebuild
5 Log:
6 Install to correct location this time by using package2.xml instead of package.xml; fixes bug 194033
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.38 dev-php/PEAR-Benchmark/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 26 Sep 2007 18:00:00 -0000 1.37
23 +++ ChangeLog 27 Sep 2007 21:29:57 -0000 1.38
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-php/PEAR-Benchmark
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.37 2007/09/26 18:00:00 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.38 2007/09/27 21:29:57 hoffie Exp $
29 +
30 +*PEAR-Benchmark-1.2.7-r1 (27 Sep 2007)
31 +
32 + 27 Sep 2007; Christian Hoffmann <hoffie@g.o>
33 + +PEAR-Benchmark-1.2.7-r1.ebuild:
34 + Install to correct location this time by using package2.xml instead of
35 + package.xml, fixes bug 194033.
36
37 26 Sep 2007; Brent Baude <ranger@g.o> PEAR-Benchmark-1.2.7.ebuild:
38 Marking PEAR-Benchmark-1.2.7 ppc64 stable for bug 192247
39
40
41
42 1.1 dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: PEAR-Benchmark-1.2.7-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7-r1.ebuild,v 1.1 2007/09/27 21:29:57 hoffie Exp $
52
53 inherit php-pear-r1 depend.php eutils
54
55 DESCRIPTION="Framework to benchmark PHP scripts or function calls."
56 LICENSE="PHP"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
59 IUSE=""
60
61 src_unpack() {
62 unpack ${A}
63 cd "${WORKDIR}"
64 rm -f package.xml
65 cp package2.xml package.xml
66 }
67
68 pkg_postinst() {
69 has_php
70 if ! built_with_use --missing true =${PHP_PKG} bcmath ; then
71 elog "${PN} can optionally use ${PHP_PKG} bcmath features."
72 elog "If you want those, recompile ${PHP_PKG} with these flags in USE."
73 fi
74 }
75
76
77
78 --
79 gentoo-commits@g.o mailing list