summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-08-22 19:13:09 +0000
committerSteve Dibb <beandog@gentoo.org>2009-08-22 19:13:09 +0000
commitb7670c522c3248b786940775eb0079a42e3bc2df (patch)
tree6ec2c5f0653c81582f03ac3707064ba3a7aa91a4 /dev-php
parentFix libstdc++ deps. (diff)
downloadhistorical-b7670c522c3248b786940775eb0079a42e3bc2df.tar.gz
historical-b7670c522c3248b786940775eb0079a42e3bc2df.tar.bz2
historical-b7670c522c3248b786940775eb0079a42e3bc2df.zip
Version bump
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-PHP_Debug/ChangeLog9
-rw-r--r--dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild18
-rw-r--r--dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog10
-rw-r--r--dev-php/PEAR-Services_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild17
-rw-r--r--dev-php/PEAR-Text_Diff/ChangeLog9
-rw-r--r--dev-php/PEAR-Text_Diff/PEAR-Text_Diff-1.1.1.ebuild12
-rw-r--r--dev-php/PEAR-Text_Figlet/ChangeLog10
-rw-r--r--dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.1.ebuild13
-rw-r--r--dev-php/PEAR-Text_Password/ChangeLog10
-rw-r--r--dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild12
-rw-r--r--dev-php/PEAR-Translation2/ChangeLog10
-rw-r--r--dev-php/PEAR-Translation2/PEAR-Translation2-2.0.1.ebuild24
12 files changed, 142 insertions, 12 deletions
diff --git a/dev-php/PEAR-PHP_Debug/ChangeLog b/dev-php/PEAR-PHP_Debug/ChangeLog
index 2e0ef4b616f1..bec0fdc5e135 100644
--- a/dev-php/PEAR-PHP_Debug/ChangeLog
+++ b/dev-php/PEAR-PHP_Debug/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-PHP_Debug
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Debug/ChangeLog,v 1.1 2008/03/17 12:49:34 jokey Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Debug/ChangeLog,v 1.2 2009/08/22 19:11:36 beandog Exp $
+
+*PEAR-PHP_Debug-1.0.3 (22 Aug 2009)
+
+ 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-PHP_Debug-1.0.3.ebuild:
+ Version bump
*PEAR-PHP_Debug-1.0.0 (17 Mar 2008)
diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild
new file mode 100644
index 000000000000..f68767d8c304
--- /dev/null
+++ b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3.ebuild,v 1.1 2009/08/22 19:11:36 beandog Exp $
+
+inherit php-pear-r1 depend.php
+
+DESCRIPTION="Provides assistance in debugging PHP code (program trace, variables display,
+process time, included files, queries executed, watch variables etc. "
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter
+ dev-php/PEAR-Services_W3C_HTMLValidator )"
+
+need_php5
diff --git a/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog b/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog
index 592852c3772d..de8ad03c7d8a 100644
--- a/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog
+++ b/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Services_W3C_HTMLValidator
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog,v 1.1 2008/03/17 12:50:17 jokey Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/ChangeLog,v 1.2 2009/08/22 19:13:09 beandog Exp $
+
+*PEAR-Services_W3C_HTMLValidator-1.0.0_rc2 (22 Aug 2009)
+
+ 22 Aug 2009; Steve Dibb <beandog@gentoo.org>
+ +PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild:
+ Version bump
*PEAR-Services_W3C_HTMLValidator-1.0.0_rc1 (17 Mar 2008)
diff --git a/dev-php/PEAR-Services_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild b/dev-php/PEAR-Services_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild
new file mode 100644
index 000000000000..7a966881af41
--- /dev/null
+++ b/dev-php/PEAR-Services_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_W3C_HTMLValidator/PEAR-Services_W3C_HTMLValidator-1.0.0_rc2.ebuild,v 1.1 2009/08/22 19:13:09 beandog Exp $
+
+inherit php-pear-r1 depend.php
+
+DESCRIPTION="Provides an object oriented interface to the API of the W3 HTML
+Validator application (http://validator.w3.org/)."
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="!minimal? ( >=dev-php/PEAR-HTTP_Request-1.3.0 )"
+
+need_php5
diff --git a/dev-php/PEAR-Text_Diff/ChangeLog b/dev-php/PEAR-Text_Diff/ChangeLog
index 3d090f21e7c8..1646f0e2de79 100644
--- a/dev-php/PEAR-Text_Diff/ChangeLog
+++ b/dev-php/PEAR-Text_Diff/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-Text_Diff
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.37 2008/03/29 00:20:36 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/ChangeLog,v 1.38 2009/08/22 19:08:54 beandog Exp $
+
+*PEAR-Text_Diff-1.1.1 (22 Aug 2009)
+
+ 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Text_Diff-1.1.1.ebuild:
+ Version bump
29 Mar 2008; Markus Meier <maekke@gentoo.org> PEAR-Text_Diff-0.3.2.ebuild:
amd64 stable, bug #208313
diff --git a/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-1.1.1.ebuild b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-1.1.1.ebuild
new file mode 100644
index 000000000000..a39687b27655
--- /dev/null
+++ b/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-1.1.1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Diff/PEAR-Text_Diff-1.1.1.ebuild,v 1.1 2009/08/22 19:08:54 beandog Exp $
+
+inherit php-pear-r1
+
+DESCRIPTION="Engine for performing and rendering text diffs."
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
diff --git a/dev-php/PEAR-Text_Figlet/ChangeLog b/dev-php/PEAR-Text_Figlet/ChangeLog
index 12a4c697a97d..ecc982fd957a 100644
--- a/dev-php/PEAR-Text_Figlet/ChangeLog
+++ b/dev-php/PEAR-Text_Figlet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Text_Figlet
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Figlet/ChangeLog,v 1.2 2007/12/06 00:54:38 jokey Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Figlet/ChangeLog,v 1.3 2009/08/22 19:07:17 beandog Exp $
+
+*PEAR-Text_Figlet-1.0.1 (22 Aug 2009)
+
+ 22 Aug 2009; Steve Dibb <beandog@gentoo.org>
+ +PEAR-Text_Figlet-1.0.1.ebuild:
+ Version bump
06 Dec 2007; Markus Ullmann <jokey@gentoo.org>
PEAR-Text_Figlet-1.0.0.ebuild:
diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.1.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.1.ebuild
new file mode 100644
index 000000000000..43275245d743
--- /dev/null
+++ b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.1.ebuild,v 1.1 2009/08/22 19:07:17 beandog Exp $
+
+inherit php-pear-r1
+
+DESCRIPTION="Render text using FIGlet fonts."
+# the bundled fonts come from figlet and their license is not really clear.
+LICENSE="PHP-2.02 as-is"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
diff --git a/dev-php/PEAR-Text_Password/ChangeLog b/dev-php/PEAR-Text_Password/ChangeLog
index 06f2815f2f34..39143f37b951 100644
--- a/dev-php/PEAR-Text_Password/ChangeLog
+++ b/dev-php/PEAR-Text_Password/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Text_Password
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/ChangeLog,v 1.19 2007/12/06 00:55:08 jokey Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/ChangeLog,v 1.20 2009/08/22 19:06:20 beandog Exp $
+
+*PEAR-Text_Password-1.1.1 (22 Aug 2009)
+
+ 22 Aug 2009; Steve Dibb <beandog@gentoo.org>
+ +PEAR-Text_Password-1.1.1.ebuild:
+ Version bump
06 Dec 2007; Markus Ullmann <jokey@gentoo.org>
PEAR-Text_Password-1.1.0.ebuild:
diff --git a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild
new file mode 100644
index 000000000000..dca3ba66f63d
--- /dev/null
+++ b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.1.1.ebuild,v 1.1 2009/08/22 19:06:20 beandog Exp $
+
+inherit php-pear-r1
+
+DESCRIPTION="Creating passwords with PHP."
+
+LICENSE="PHP-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
diff --git a/dev-php/PEAR-Translation2/ChangeLog b/dev-php/PEAR-Translation2/ChangeLog
index 4eeddd67b8b0..b091e816d758 100644
--- a/dev-php/PEAR-Translation2/ChangeLog
+++ b/dev-php/PEAR-Translation2/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Translation2
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.24 2008/03/29 00:22:02 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/ChangeLog,v 1.25 2009/08/22 19:05:07 beandog Exp $
+
+*PEAR-Translation2-2.0.1 (22 Aug 2009)
+
+ 22 Aug 2009; Steve Dibb <beandog@gentoo.org>
+ +PEAR-Translation2-2.0.1.ebuild:
+ Version bump
29 Mar 2008; Markus Meier <maekke@gentoo.org>
PEAR-Translation2-2.0.0_rc3.ebuild:
diff --git a/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.1.ebuild b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.1.ebuild
new file mode 100644
index 000000000000..ecb48645e56c
--- /dev/null
+++ b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.1.ebuild,v 1.1 2009/08/22 19:05:07 beandog Exp $
+
+inherit php-pear-r1 depend.php eutils
+
+DESCRIPTION="Class for multilingual applications management."
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="minimal"
+
+RDEPEND="!minimal? ( dev-php/PEAR-Cache_Lite
+ dev-php/PEAR-DB
+ dev-php/PEAR-DB_DataObject
+ dev-php/PEAR-MDB
+ dev-php/PEAR-MDB2
+ dev-php/PEAR-File_Gettext
+ >=dev-php/PEAR-I18Nv2-0.9.1 )
+ xml? ( >=dev-php/PEAR-XML_Serializer-0.13.0 )"
+
+pkg_setup() {
+ require_php_with_use nls
+}