Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hoffie 07/09/27 21:29:58
Modified: ChangeLog
Added: PEAR-Benchmark-1.2.7-r1.ebuild
Log:
Install to correct location this time by using package2.xml instead of package.xml; fixes bug 194033
(Portage version: 2.1.3.9)
Revision Changes Path
1.38 dev-php/PEAR-Benchmark/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 26 Sep 2007 18:00:00 -0000 1.37
+++ ChangeLog 27 Sep 2007 21:29:57 -0000 1.38
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/PEAR-Benchmark
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.37 2007/09/26 18:00:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.38 2007/09/27 21:29:57 hoffie Exp $
+
+*PEAR-Benchmark-1.2.7-r1 (27 Sep 2007)
+
+ 27 Sep 2007; Christian Hoffmann <hoffie@g.o>
+ +PEAR-Benchmark-1.2.7-r1.ebuild:
+ Install to correct location this time by using package2.xml instead of
+ package.xml, fixes bug 194033.
26 Sep 2007; Brent Baude <ranger@g.o> PEAR-Benchmark-1.2.7.ebuild:
Marking PEAR-Benchmark-1.2.7 ppc64 stable for bug 192247
1.1 dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7-r1.ebuild
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
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
Index: PEAR-Benchmark-1.2.7-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
inherit php-pear-r1 depend.php eutils
DESCRIPTION="Framework to benchmark PHP scripts or function calls."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
src_unpack() {
unpack ${A}
cd "${WORKDIR}"
rm -f package.xml
cp package2.xml package.xml
}
pkg_postinst() {
has_php
if ! built_with_use --missing true =${PHP_PKG} bcmath ; then
elog "${PN} can optionally use ${PHP_PKG} bcmath features."
elog "If you want those, recompile ${PHP_PKG} with these flags in USE."
fi
}
--
gentoo-commits@g.o mailing list
|
|