diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 14:14:06 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 14:14:06 +0000 |
commit | 72228f76622db276091d00617c61604035ac7272 (patch) | |
tree | dfdc0275b8845e1ac11a476260c043f41ddc943d /dev-php5 | |
parent | Version bump, drop old (diff) | |
download | historical-72228f76622db276091d00617c61604035ac7272.tar.gz historical-72228f76622db276091d00617c61604035ac7272.tar.bz2 historical-72228f76622db276091d00617c61604035ac7272.zip |
Removed older versions
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-mcve/files/pecl-mcve-5.2.2-ldflagsfix.patch | 10 | ||||
-rw-r--r-- | dev-php5/pecl-mcve/pecl-mcve-5.2.2-r1.ebuild | 43 | ||||
-rw-r--r-- | dev-php5/pecl-mcve/pecl-mcve-7.0.3.ebuild | 31 | ||||
-rw-r--r-- | dev-php5/pecl-pam/pecl-pam-1.0.2.ebuild | 32 | ||||
-rw-r--r-- | dev-php5/pecl-ssh2/files/pecl-ssh2-0.11.0-php-5.3-compat.patch | 45 | ||||
-rw-r--r-- | dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild | 19 | ||||
-rw-r--r-- | dev-php5/pecl-translit/pecl-translit-0.6.0.ebuild | 21 | ||||
-rw-r--r-- | dev-php5/pecl-uploadprogress/pecl-uploadprogress-1.0.1.ebuild | 17 | ||||
-rw-r--r-- | dev-php5/pecl-xdiff/pecl-xdiff-1.5.1.ebuild | 22 |
10 files changed, 0 insertions, 265 deletions
diff --git a/dev-php5/pecl-mcve/files/pecl-mcve-5.2.2-ldflagsfix.patch b/dev-php5/pecl-mcve/files/pecl-mcve-5.2.2-ldflagsfix.patch deleted file mode 100644 index ffe503fb6e97..000000000000 --- a/dev-php5/pecl-mcve/files/pecl-mcve-5.2.2-ldflagsfix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- config.m4 2007-03-19 14:10:07.000000000 +0100 -+++ config.m4 2007-03-19 14:10:50.000000000 +0100 -@@ -166,7 +166,6 @@ - LIBM_CFLAGS="$LIBM_CFLAGS -I$krb5headers" - fi - CFLAGS="$CFLAGS $LIBM_CFLAGS" -- LDFLAGS="$CFLAGS $LIBM_LDFLAGS" - - PHP_NEW_EXTENSION(mcve, mcve.c, $ext_shared) - PHP_SUBST(MCVE_SHARED_LIBADD) diff --git a/dev-php5/pecl-mcve/pecl-mcve-5.2.2-r1.ebuild b/dev-php5/pecl-mcve/pecl-mcve-5.2.2-r1.ebuild deleted file mode 100644 index 6881ed6c37c2..000000000000 --- a/dev-php5/pecl-mcve/pecl-mcve-5.2.2-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mcve/pecl-mcve-5.2.2-r1.ebuild,v 1.11 2008/05/09 12:53:22 hoffie Exp $ - -PHP_EXT_NAME="mcve" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit php-ext-pecl-r1 - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" - -DESCRIPTION="Interface to the MCVE/Monetra API, allowing you to work directly with MCVE/Monetra from PHP." -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -DEPEND="dev-libs/openssl - net-libs/libmonetra" -RDEPEND="${DEPEND}" - -need_php_by_category - -pkg_setup() { - has_php - require_php_with_use ssl -} - -src_unpack() { - unpack ${A} - cd "${S}" - - # Fix incorrect LDFLAGS usage in config.m4 - # (breaks concurrentmodphp) - epatch "${FILESDIR}/${P}-ldflagsfix.patch" - - php-ext-source-r1_phpize -} - -src_compile() { - my_conf="--with-mcve --with-openssl-dir=/usr" - php-ext-pecl-r1_src_compile -} diff --git a/dev-php5/pecl-mcve/pecl-mcve-7.0.3.ebuild b/dev-php5/pecl-mcve/pecl-mcve-7.0.3.ebuild deleted file mode 100644 index 7f59cecbaec5..000000000000 --- a/dev-php5/pecl-mcve/pecl-mcve-7.0.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mcve/pecl-mcve-7.0.3.ebuild,v 1.1 2010/07/04 22:44:59 mabi Exp $ - -PHP_EXT_NAME="mcve" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -EAPI="2" - -inherit php-ext-pecl-r1 - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -DESCRIPTION="Interface to the MCVE/Monetra API, allowing you to work directly with MCVE/Monetra from PHP." -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -DEPEND="dev-libs/openssl - net-libs/libmonetra" -RDEPEND="${DEPEND} - dev-lang/php[ssl] -" - -need_php_by_category - -src_compile() { - my_conf="--with-mcve --with-openssl-dir=/usr" - php-ext-pecl-r1_src_compile -} diff --git a/dev-php5/pecl-pam/pecl-pam-1.0.2.ebuild b/dev-php5/pecl-pam/pecl-pam-1.0.2.ebuild deleted file mode 100644 index 98be1ef07ba6..000000000000 --- a/dev-php5/pecl-pam/pecl-pam-1.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pam/pecl-pam-1.0.2.ebuild,v 1.3 2008/02/23 18:13:48 swegener Exp $ - -PHP_EXT_NAME="pam" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README" - -inherit php-ext-pecl-r1 pam - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="This extension provides PAM (Pluggable Authentication Modules) integration." -LICENSE="PHP-2.02" -SLOT="0" -IUSE="debug" - -DEPEND="sys-libs/pam" -RDEPEND="${DEPEND}" - -need_php_by_category - -src_compile() { - my_conf="--with-pam=/usr $(use_enable debug)" - php-ext-pecl-r1_src_compile -} - -src_install() { - pamd_mimic_system php auth account password - php-ext-pecl-r1_src_install -} diff --git a/dev-php5/pecl-ssh2/files/pecl-ssh2-0.11.0-php-5.3-compat.patch b/dev-php5/pecl-ssh2/files/pecl-ssh2-0.11.0-php-5.3-compat.patch deleted file mode 100644 index 9e47bcd94136..000000000000 --- a/dev-php5/pecl-ssh2/files/pecl-ssh2-0.11.0-php-5.3-compat.patch +++ /dev/null @@ -1,45 +0,0 @@ -Fixes compile failures due to behavior changes of php-5.3 -Christian Hoffmann <hoffie@gentoo.org> -Inspired by http://osdir.com/ml/fedora-extras-commits/2009-07/msg03478.html -and http://github.com/php/pecl-gearman/commit/e8e4579406d6b324caf0e0d4c0fcfffa0b68e8be - -Index: ssh2-0.11.0/ssh2.c -=================================================================== ---- ssh2-0.11.0.orig/ssh2.c -+++ ssh2-0.11.0/ssh2.c -@@ -48,7 +48,6 @@ int le_ssh2_pkey_subsys; - #endif - - #ifdef ZEND_ENGINE_2 --static - ZEND_BEGIN_ARG_INFO(php_ssh2_first_arg_force_ref, 0) - ZEND_ARG_PASS_INFO(1) - ZEND_END_ARG_INFO() -@@ -56,6 +55,12 @@ static - static unsigned char php_ssh2_first_arg_force_ref[] = { 1, BYREF_FORCE }; - #endif - -+#if (PHP_MAJOR_VERSION == 5) && (PHP_MINOR_VERSION < 3) -+# define SSH2_IS_CALLABLE(callable, check_flags, callable_name) zend_is_callable(callable, check_flags, callable_name) -+#else -+# define SSH2_IS_CALLABLE(callable, check_flags, callable_name) zend_is_callable(callable, check_flags, callable_name TSRMLS_CC) -+#endif -+ - /* ************* - * Callbacks * - ************* */ -@@ -252,12 +257,13 @@ static int php_ssh2_set_callback(LIBSSH2 - { - zval **handler, *copyval; - void *internal_handler; -+ TSRMLS_FETCH(); - - if (zend_hash_find(ht, callback, callback_len + 1, (void**)&handler) == FAILURE) { - return 0; - } - -- if (!handler || !*handler || !zend_is_callable(*handler, 0, NULL)) { -+ if (!handler || !*handler || !SSH2_IS_CALLABLE(*handler, 0, NULL)) { - return -1; - } - diff --git a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild deleted file mode 100644 index 19afa4b873d5..000000000000 --- a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild,v 1.3 2010/10/14 23:30:59 hwoarang Exp $ - -PHP_EXT_NAME="ssh2" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README ChangeLog" - -inherit php-ext-pecl-r1 - -DESCRIPTION="Provides bindings to the functions of libssh2 which implements the SSH2 protocol." -LICENSE="PHP-3" -SLOT="0" -IUSE="" -KEYWORDS="amd64 x86" -DEPEND=">=net-libs/libssh2-0.18" -RDEPEND="${DEPEND}" - -need_php_by_category - -src_unpack() { - php-ext-source-r1_src_unpack - epatch "${FILESDIR}"/${P}-php-5.3-compat.patch -} diff --git a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild deleted file mode 100644 index 165fb77b76f0..000000000000 --- a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild,v 1.1 2010/11/04 16:00:47 mabi Exp $ - -PHP_EXT_NAME="ssh2" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README ChangeLog" - -inherit php-ext-pecl-r1 - -DESCRIPTION="Provides bindings to the functions of libssh2 which implements the SSH2 protocol." -LICENSE="PHP-3" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" -DEPEND=">=net-libs/libssh2-0.18 - dev-lang/php" -RDEPEND="${DEPEND}" diff --git a/dev-php5/pecl-translit/pecl-translit-0.6.0.ebuild b/dev-php5/pecl-translit/pecl-translit-0.6.0.ebuild deleted file mode 100644 index cf9487230edf..000000000000 --- a/dev-php5/pecl-translit/pecl-translit-0.6.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-translit/pecl-translit-0.6.0.ebuild,v 1.1 2010/11/04 16:17:09 mabi Exp $ - -PHP_EXT_NAME="translit" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit php-ext-pecl-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Transliterates non-latin character sets to latin." -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -need_php_by_category diff --git a/dev-php5/pecl-uploadprogress/pecl-uploadprogress-1.0.1.ebuild b/dev-php5/pecl-uploadprogress/pecl-uploadprogress-1.0.1.ebuild deleted file mode 100644 index a3e76e803554..000000000000 --- a/dev-php5/pecl-uploadprogress/pecl-uploadprogress-1.0.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-uploadprogress/pecl-uploadprogress-1.0.1.ebuild,v 1.1 2010/04/26 20:45:46 beandog Exp $ - -inherit php-ext-pecl-r1 - -DESCRIPTION="An extension to track progress of a file upload." -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -need_php_by_category - -pkg_postinst() { - elog "This extension is only known to work on Apache with mod_php." -} diff --git a/dev-php5/pecl-xdiff/pecl-xdiff-1.5.1.ebuild b/dev-php5/pecl-xdiff/pecl-xdiff-1.5.1.ebuild deleted file mode 100644 index 7d90c510bc2e..000000000000 --- a/dev-php5/pecl-xdiff/pecl-xdiff-1.5.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-xdiff/pecl-xdiff-1.5.1.ebuild,v 1.1 2010/07/04 21:51:55 mabi Exp $ - -PHP_EXT_ZENDEXT="no" -PHP_EXT_PECL_PKG="xdiff" -PHP_EXT_NAME="xdiff" -PHP_EXT_INI="yes" -DOCS="README.API" - -inherit php-ext-pecl-r1 - -DESCRIPTION="PHP extension for generating diff files" -LICENSE="PHP-2.02" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="dev-libs/libxdiff" -RDEPEND="${DEPEND}" - -need_php_by_category |