summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hoffmann <hoffie@gentoo.org>2007-08-17 13:48:37 +0000
committerChristian Hoffmann <hoffie@gentoo.org>2007-08-17 13:48:37 +0000
commitfc5a058d333a274577c805545846f8bf7a7b1b1b (patch)
tree53282b59e5828261107113d4751e5152e544109c /dev-php
parentStable on ppc64; bug #188823 (diff)
downloadhistorical-fc5a058d333a274577c805545846f8bf7a7b1b1b.tar.gz
historical-fc5a058d333a274577c805545846f8bf7a7b1b1b.tar.bz2
historical-fc5a058d333a274577c805545846f8bf7a7b1b1b.zip
version bump wrt bug 158633, thanks to Jakub Moc
Package-Manager: portage-2.1.2.11
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Benchmark/ChangeLog8
-rw-r--r--dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7.ebuild19
-rw-r--r--dev-php/PEAR-Benchmark/files/digest-PEAR-Benchmark-1.2.73
-rw-r--r--dev-php/PEAR-DB/ChangeLog8
-rw-r--r--dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild15
-rw-r--r--dev-php/PEAR-DB/files/digest-PEAR-DB-1.7.123
6 files changed, 54 insertions, 2 deletions
diff --git a/dev-php/PEAR-Benchmark/ChangeLog b/dev-php/PEAR-Benchmark/ChangeLog
index 5d7de024617c..a03cc03ee7fb 100644
--- a/dev-php/PEAR-Benchmark/ChangeLog
+++ b/dev-php/PEAR-Benchmark/ChangeLog
@@ -1,6 +1,12 @@
# 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.31 2007/05/21 10:51:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.32 2007/08/17 13:48:37 hoffie Exp $
+
+*PEAR-Benchmark-1.2.7 (17 Aug 2007)
+
+ 17 Aug 2007; Christian Hoffmann <hoffie@gentoo.org>
+ +PEAR-Benchmark-1.2.7.ebuild:
+ version bump wrt bug 158633, thanks to Jakub Moc
21 May 2007; Raúl Porcel <armin76@gentoo.org>
PEAR-Benchmark-1.2.6.ebuild:
diff --git a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7.ebuild b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7.ebuild
new file mode 100644
index 000000000000..b7e80a8b921c
--- /dev/null
+++ b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7.ebuild
@@ -0,0 +1,19 @@
+# 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.ebuild,v 1.1 2007/08/17 13:48:37 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=""
+
+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
+}
diff --git a/dev-php/PEAR-Benchmark/files/digest-PEAR-Benchmark-1.2.7 b/dev-php/PEAR-Benchmark/files/digest-PEAR-Benchmark-1.2.7
new file mode 100644
index 000000000000..82afdcb21241
--- /dev/null
+++ b/dev-php/PEAR-Benchmark/files/digest-PEAR-Benchmark-1.2.7
@@ -0,0 +1,3 @@
+MD5 75d325175c67a42f645fd669b98ff7a8 Benchmark-1.2.7.tgz 9506
+RMD160 2eb443e4409fc5c86fda1af713dd731c315854c0 Benchmark-1.2.7.tgz 9506
+SHA256 b7dcc624c33882f4f4797c24a188eca4dcedea7bbfc22d0becfec5c6a76f3790 Benchmark-1.2.7.tgz 9506
diff --git a/dev-php/PEAR-DB/ChangeLog b/dev-php/PEAR-DB/ChangeLog
index 3beb854f45cb..cc8d50cbd98f 100644
--- a/dev-php/PEAR-DB/ChangeLog
+++ b/dev-php/PEAR-DB/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-DB
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.51 2007/03/21 22:56:16 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.52 2007/08/17 13:43:40 hoffie Exp $
+
+*PEAR-DB-1.7.12 (17 Aug 2007)
+
+ 17 Aug 2007; Christian Hoffmann <hoffie@gentoo.org>
+ +PEAR-DB-1.7.12.ebuild:
+ version bump wrt bug 158633, thanks to Jakub Moc
*PEAR-DB-1.7.10 (21 Mar 2007)
diff --git a/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild
new file mode 100644
index 000000000000..c104e19bd766
--- /dev/null
+++ b/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.7.12.ebuild,v 1.1 2007/08/17 13:43:40 hoffie Exp $
+
+inherit php-pear-r1
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+
+DESCRIPTION="Database abstraction layer for PHP."
+LICENSE="PHP"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
diff --git a/dev-php/PEAR-DB/files/digest-PEAR-DB-1.7.12 b/dev-php/PEAR-DB/files/digest-PEAR-DB-1.7.12
new file mode 100644
index 000000000000..447b55045ee0
--- /dev/null
+++ b/dev-php/PEAR-DB/files/digest-PEAR-DB-1.7.12
@@ -0,0 +1,3 @@
+MD5 b86134520d473db3c5fb87b68a820037 DB-1.7.12.tgz 131836
+RMD160 4235d456f273ce59ca6745ee870bf7eb37c0a1f0 DB-1.7.12.tgz 131836
+SHA256 dc1134fb12444848f851c034555845f553eef46ab32473e598f4cfbf83d43d52 DB-1.7.12.tgz 131836