diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 11:56:15 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 11:56:15 +0000 |
commit | 5d8cf50a84c822dc8a8fe729ce632eba715dee09 (patch) | |
tree | 491177588df8aa19061b281c2243bfa8269bd7c1 | |
parent | Stable on amd64 wrt bug #354569 (diff) | |
download | historical-5d8cf50a84c822dc8a8fe729ce632eba715dee09.tar.gz historical-5d8cf50a84c822dc8a8fe729ce632eba715dee09.tar.bz2 historical-5d8cf50a84c822dc8a8fe729ce632eba715dee09.zip |
Removed older versions
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
-rw-r--r-- | dev-php5/pecl-gearman/pecl-gearman-0.7.0.ebuild | 21 | ||||
-rw-r--r-- | dev-php5/pecl-geoip/pecl-geoip-1.0.7.ebuild | 22 | ||||
-rw-r--r-- | dev-php5/pecl-gnupg/files/1.3.1/01-large_file_system.patch | 9 | ||||
-rw-r--r-- | dev-php5/pecl-gnupg/files/1.3.1/02-gpgme_new_seg_fault.patch | 10 | ||||
-rw-r--r-- | dev-php5/pecl-gnupg/pecl-gnupg-1.3.1-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-php5/pecl-gnupg/pecl-gnupg-1.3.2.ebuild | 20 | ||||
-rw-r--r-- | dev-php5/pecl-haru/pecl-haru-1.0.0.ebuild | 34 | ||||
-rw-r--r-- | dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch | 11 | ||||
-rw-r--r-- | dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild | 42 | ||||
-rw-r--r-- | dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild | 39 | ||||
-rw-r--r-- | dev-php5/pecl-http/pecl-http-1.6.6.ebuild | 64 | ||||
-rw-r--r-- | dev-php5/pecl-http/pecl-http-1.7.0.ebuild | 64 | ||||
-rw-r--r-- | dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-php5/pecl-idn/pecl-idn-0.2.0.ebuild | 22 | ||||
-rw-r--r-- | dev-php5/pecl-lzf/pecl-lzf-1.5.2.ebuild | 23 |
15 files changed, 0 insertions, 431 deletions
diff --git a/dev-php5/pecl-gearman/pecl-gearman-0.7.0.ebuild b/dev-php5/pecl-gearman/pecl-gearman-0.7.0.ebuild deleted file mode 100644 index 6b8c64ef918b..000000000000 --- a/dev-php5/pecl-gearman/pecl-gearman-0.7.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-gearman/pecl-gearman-0.7.0.ebuild,v 1.2 2010/09/26 14:56:53 olemarkus Exp $ - -PHP_EXT_NAME="gearman" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit php-ext-pecl-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="PHP extension for using gearmand." -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -DEPEND="sys-cluster/gearmand" -RDEPEND="${DEPEND}" - -need_php_by_category diff --git a/dev-php5/pecl-geoip/pecl-geoip-1.0.7.ebuild b/dev-php5/pecl-geoip/pecl-geoip-1.0.7.ebuild deleted file mode 100644 index 294f660e1e20..000000000000 --- a/dev-php5/pecl-geoip/pecl-geoip-1.0.7.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-geoip/pecl-geoip-1.0.7.ebuild,v 1.2 2011/01/30 23:45:38 mabi Exp $ - -PHP_EXT_NAME="geoip" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README ChangeLog" - -inherit php-ext-pecl-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="PHP extension to map IP address to geographic places" -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -DEPEND=">=dev-libs/geoip-1.4.0" -RDEPEND="${DEPEND}" - -need_php_by_category diff --git a/dev-php5/pecl-gnupg/files/1.3.1/01-large_file_system.patch b/dev-php5/pecl-gnupg/files/1.3.1/01-large_file_system.patch deleted file mode 100644 index 4e64e3ccef1a..000000000000 --- a/dev-php5/pecl-gnupg/files/1.3.1/01-large_file_system.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- config.m4 2007-05-04 13:23:41.000000000 +0000 -+++ config.m4.new 2010-03-28 01:13:10.000000000 +0000 -@@ -41,4 +41,6 @@ - PHP_SUBST(GNUPG_SHARED_LIBADD) - - PHP_NEW_EXTENSION(gnupg, [gnupg.c gnupg_keylistiterator.c], $ext_shared) -+ -+ AC_SYS_LARGEFILE - fi diff --git a/dev-php5/pecl-gnupg/files/1.3.1/02-gpgme_new_seg_fault.patch b/dev-php5/pecl-gnupg/files/1.3.1/02-gpgme_new_seg_fault.patch deleted file mode 100644 index 4ecb2a2a677a..000000000000 --- a/dev-php5/pecl-gnupg/files/1.3.1/02-gpgme_new_seg_fault.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ./gnupg.c.old 2007-05-04 17:23:41.000000000 +0400 -+++ ./gnupg.c 2010-01-27 15:04:04.000000000 +0300 -@@ -136,6 +136,7 @@ - static void gnupg_res_init(gnupg_object *intern TSRMLS_DC){ - /* init the gpgme-lib and set the default values */ - gpgme_ctx_t ctx; -+ gpgme_check_version (0); - gpgme_new (&ctx); - gpgme_set_armor (ctx,1); - intern->ctx = ctx; diff --git a/dev-php5/pecl-gnupg/pecl-gnupg-1.3.1-r1.ebuild b/dev-php5/pecl-gnupg/pecl-gnupg-1.3.1-r1.ebuild deleted file mode 100644 index 1e076088c13b..000000000000 --- a/dev-php5/pecl-gnupg/pecl-gnupg-1.3.1-r1.ebuild +++ /dev/null @@ -1,28 +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-gnupg/pecl-gnupg-1.3.1-r1.ebuild,v 1.2 2010/03/28 19:05:47 mabi Exp $ - -PHP_EXT_NAME="gnupg" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -EAPI="2" - -inherit php-ext-pecl-r1 eutils - -KEYWORDS="~amd64 ~x86" -DESCRIPTION="PHP wrapper around the gpgme library" -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -DEPEND="app-crypt/gpgme" -RDEPEND="${DEPEND}" - -need_php_by_category - -src_prepare() { - epatch "${FILESDIR}"/"${PV}"/01-large_file_system.patch - epatch "${FILESDIR}"/"${PV}"/02-gpgme_new_seg_fault.patch - eautoreconf -} diff --git a/dev-php5/pecl-gnupg/pecl-gnupg-1.3.2.ebuild b/dev-php5/pecl-gnupg/pecl-gnupg-1.3.2.ebuild deleted file mode 100644 index eb3a8576c76b..000000000000 --- a/dev-php5/pecl-gnupg/pecl-gnupg-1.3.2.ebuild +++ /dev/null @@ -1,20 +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-gnupg/pecl-gnupg-1.3.2.ebuild,v 1.1 2010/11/04 13:13:32 mabi Exp $ - -PHP_EXT_NAME="gnupg" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -EAPI="3" - -inherit php-ext-pecl-r1 - -KEYWORDS="~amd64 ~x86" -DESCRIPTION="PHP wrapper around the gpgme library" -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -DEPEND="app-crypt/gpgme" -RDEPEND="${DEPEND}" diff --git a/dev-php5/pecl-haru/pecl-haru-1.0.0.ebuild b/dev-php5/pecl-haru/pecl-haru-1.0.0.ebuild deleted file mode 100644 index b3b0850c97a4..000000000000 --- a/dev-php5/pecl-haru/pecl-haru-1.0.0.ebuild +++ /dev/null @@ -1,34 +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-haru/pecl-haru-1.0.0.ebuild,v 1.1 2010/09/26 18:22:35 olemarkus Exp $ - -EAPI=3 - -PHP_EXT_NAME="haru" - -inherit php-ext-pecl-r1 - -DESCRIPTION="An interface to libharu, a PDF generator" - -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="png zlib" - -DEPEND="media-libs/libharu[png?,zlib?]" -RDEPEND="${DEPEND}" - -need_php_by_category - -src_configure() { - true # php-ext-*-r1 doesn't really support EAPI=3 -} - -src_compile() { - # config.m4 is broken checking paths, so we need to override it - my_conf="--with-haru=/usr" - use png && my_conf+=" --with-png-dir=/usr" - use zlib && my_conf+=" --with-zlib-dir=/usr" - - php-ext-source-r1_src_compile -} diff --git a/dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch b/dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch deleted file mode 100644 index 49891a7113a3..000000000000 --- a/dev-php5/pecl-htscanner/files/pecl-htscanner-0.8.1-bug11959.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- htscanner.c.orig 2007-03-23 12:31:59.000000000 +0100 -+++ htscanner.c 2007-11-24 17:43:07.000000000 +0100 -@@ -97,6 +97,8 @@ - /* strip any leading whitespaces or tabs from the name */ - PHP_HTSCANNER_LTRIM(name); - value = strchr(name, ' '); -+ -+ if(!value) value = strchr(name, '\t'); - - if (value) { - int len; diff --git a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild deleted file mode 100644 index 3c8e902b99d2..000000000000 --- a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild +++ /dev/null @@ -1,42 +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-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.7 2008/05/09 12:58:12 hoffie Exp $ - -PHP_EXT_NAME="htscanner" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README" -PHPSAPILIST="cgi" - -inherit php-ext-pecl-r1 eutils depend.php php-ext-base-r1 - -KEYWORDS="amd64 x86" - -DESCRIPTION="Enables .htaccess options for php-scripts running as cgi." -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -need_php_by_category -my_conf="--enable-htscanner" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-bug11959.patch - php-ext-source-r1_phpize -} - -pkg_setup() { - has_php - require_php_sapi_from cgi -} - -src_install() { - php-ext-pecl-r1_src_install - - php-ext-base-r1_addtoinifiles "config_file" ".htaccess" - php-ext-base-r1_addtoinifiles "default_docroot" "/" - php-ext-base-r1_addtoinifiles "default_ttl" "300" - php-ext-base-r1_addtoinifiles "stop_on_error" "0" -} diff --git a/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild b/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild deleted file mode 100644 index e089ee814eb7..000000000000 --- a/dev-php5/pecl-htscanner/pecl-htscanner-0.9.0.ebuild +++ /dev/null @@ -1,39 +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-htscanner/pecl-htscanner-0.9.0.ebuild,v 1.2 2010/06/17 21:42:06 mabi Exp $ - -PHP_EXT_NAME="htscanner" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README" -PHPSAPILIST="cgi" - -inherit php-ext-pecl-r1 eutils depend.php php-ext-base-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Enables .htaccess options for php-scripts running as cgi." -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -# functionality is included in >=php-5.3 -DEPEND="<dev-lang/php-5.3" -RDEPEND="${DEPEND}" - -need_php_by_category -my_conf="--enable-htscanner" - -pkg_setup() { - has_php - require_php_sapi_from cgi -} - -src_install() { - php-ext-pecl-r1_src_install - - php-ext-base-r1_addtoinifiles "config_file" ".htaccess" - php-ext-base-r1_addtoinifiles "default_docroot" "/" - php-ext-base-r1_addtoinifiles "default_ttl" "300" - php-ext-base-r1_addtoinifiles "stop_on_error" "0" -} diff --git a/dev-php5/pecl-http/pecl-http-1.6.6.ebuild b/dev-php5/pecl-http/pecl-http-1.6.6.ebuild deleted file mode 100644 index 8893d6d2a8c4..000000000000 --- a/dev-php5/pecl-http/pecl-http-1.6.6.ebuild +++ /dev/null @@ -1,64 +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-http/pecl-http-1.6.6.ebuild,v 1.5 2010/10/20 14:20:56 hwoarang Exp $ - -PHP_EXT_NAME="http" -PHP_EXT_PECL_PKG="pecl_http" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt" - -EAPI="2" - -inherit php-ext-pecl-r1 php-ext-base-r1 - -KEYWORDS="amd64 x86" - -DESCRIPTION="Extended HTTP Support for PHP." -LICENSE="BSD-2 MIT" -SLOT="0" -IUSE="" - -DEPEND=">=net-misc/curl-7.19.4 - sys-libs/zlib - dev-libs/libevent - || ( <dev-lang/php-5.3[spl] >=dev-lang/php-5.3 ) - >=dev-lang/php-5[hash,session,iconv] - " -RDEPEND="${DEPEND}" - -src_compile() { - my_conf="--enable-http \ - --with-http-curl-requests \ - --with-http-zlib-compression \ - --with-http-curl-libevent \ - --with-http-magic-mime" - - php-ext-pecl-r1_src_compile -} - -src_install() { - php-ext-pecl-r1_src_install - - php-ext-base-r1_addtoinifiles "http.etag.mode" "MD5" - php-ext-base-r1_addtoinifiles "http.force_exit" "1" - php-ext-base-r1_addtoinifiles "http.log.allowed_methods" "" - php-ext-base-r1_addtoinifiles "http.log.cache" "" - php-ext-base-r1_addtoinifiles "http.log.composite" "" - php-ext-base-r1_addtoinifiles "http.log.not_found" "" - php-ext-base-r1_addtoinifiles "http.log.redirect" "" - php-ext-base-r1_addtoinifiles "http.only_exceptions" "0" - php-ext-base-r1_addtoinifiles "http.persistent.handles.ident" "GLOBAL" - php-ext-base-r1_addtoinifiles "http.persistent.handles.limit" "-1" - php-ext-base-r1_addtoinifiles "http.request.datashare.connect" "0" - php-ext-base-r1_addtoinifiles "http.request.datashare.cookie" "0" - php-ext-base-r1_addtoinifiles "http.request.datashare.dns" "1" - php-ext-base-r1_addtoinifiles "http.request.datashare.ssl" "0" - php-ext-base-r1_addtoinifiles "http.request.methods.allowed" "" - php-ext-base-r1_addtoinifiles "http.request.methods.custom" "" - php-ext-base-r1_addtoinifiles "http.send.inflate.start_auto" "0" - php-ext-base-r1_addtoinifiles "http.send.inflate.start_flags" "0" - php-ext-base-r1_addtoinifiles "http.send.deflate.start_auto" "0" - php-ext-base-r1_addtoinifiles "http.send.deflate.start_flags" "0" - php-ext-base-r1_addtoinifiles "http.send.not_found_404" "1" -} diff --git a/dev-php5/pecl-http/pecl-http-1.7.0.ebuild b/dev-php5/pecl-http/pecl-http-1.7.0.ebuild deleted file mode 100644 index 14c6ac9eec9b..000000000000 --- a/dev-php5/pecl-http/pecl-http-1.7.0.ebuild +++ /dev/null @@ -1,64 +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-http/pecl-http-1.7.0.ebuild,v 1.1 2010/11/04 13:41:07 mabi Exp $ - -PHP_EXT_NAME="http" -PHP_EXT_PECL_PKG="pecl_http" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt" - -EAPI="2" - -inherit php-ext-pecl-r1 php-ext-base-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Extended HTTP Support for PHP." -LICENSE="BSD-2 MIT" -SLOT="0" -IUSE="" - -DEPEND=">=net-misc/curl-7.19.4 - sys-libs/zlib - dev-libs/libevent - || ( <dev-lang/php-5.3[spl] >=dev-lang/php-5.3 ) - >=dev-lang/php-5[hash,session,iconv] - " -RDEPEND="${DEPEND}" - -src_compile() { - my_conf="--enable-http \ - --with-http-curl-requests \ - --with-http-zlib-compression \ - --with-http-curl-libevent \ - --with-http-magic-mime" - - php-ext-pecl-r1_src_compile -} - -src_install() { - php-ext-pecl-r1_src_install - - php-ext-base-r1_addtoinifiles "http.etag.mode" "MD5" - php-ext-base-r1_addtoinifiles "http.force_exit" "1" - php-ext-base-r1_addtoinifiles "http.log.allowed_methods" "" - php-ext-base-r1_addtoinifiles "http.log.cache" "" - php-ext-base-r1_addtoinifiles "http.log.composite" "" - php-ext-base-r1_addtoinifiles "http.log.not_found" "" - php-ext-base-r1_addtoinifiles "http.log.redirect" "" - php-ext-base-r1_addtoinifiles "http.only_exceptions" "0" - php-ext-base-r1_addtoinifiles "http.persistent.handles.ident" "GLOBAL" - php-ext-base-r1_addtoinifiles "http.persistent.handles.limit" "-1" - php-ext-base-r1_addtoinifiles "http.request.datashare.connect" "0" - php-ext-base-r1_addtoinifiles "http.request.datashare.cookie" "0" - php-ext-base-r1_addtoinifiles "http.request.datashare.dns" "1" - php-ext-base-r1_addtoinifiles "http.request.datashare.ssl" "0" - php-ext-base-r1_addtoinifiles "http.request.methods.allowed" "" - php-ext-base-r1_addtoinifiles "http.request.methods.custom" "" - php-ext-base-r1_addtoinifiles "http.send.inflate.start_auto" "0" - php-ext-base-r1_addtoinifiles "http.send.inflate.start_flags" "0" - php-ext-base-r1_addtoinifiles "http.send.deflate.start_auto" "0" - php-ext-base-r1_addtoinifiles "http.send.deflate.start_flags" "0" - php-ext-base-r1_addtoinifiles "http.send.not_found_404" "1" -} diff --git a/dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild b/dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild deleted file mode 100644 index 37b5dc3775be..000000000000 --- a/dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild,v 1.1 2007/12/06 01:10:42 jokey Exp $ - -PHP_EXT_NAME="id3" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="EXPERIMENTAL TODO" - -inherit php-ext-pecl-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Read and write ID3 tags in MP3 files with PHP." -LICENSE="PHP-3" -SLOT="0" -IUSE="examples" - -DEPEND="" -RDEPEND="" - -need_php_by_category diff --git a/dev-php5/pecl-idn/pecl-idn-0.2.0.ebuild b/dev-php5/pecl-idn/pecl-idn-0.2.0.ebuild deleted file mode 100644 index 953431e81853..000000000000 --- a/dev-php5/pecl-idn/pecl-idn-0.2.0.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-idn/pecl-idn-0.2.0.ebuild,v 1.1 2010/07/05 11:08:33 mabi Exp $ - -PHP_EXT_NAME="idn" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README ChangeLog" - -inherit php-ext-pecl-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Binding to the GNU libidn for using Internationalized Domain Names." -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -DEPEND="net-dns/libidn" -RDEPEND="${DEPEND}" - -need_php_by_category diff --git a/dev-php5/pecl-lzf/pecl-lzf-1.5.2.ebuild b/dev-php5/pecl-lzf/pecl-lzf-1.5.2.ebuild deleted file mode 100644 index b0abb5e157b6..000000000000 --- a/dev-php5/pecl-lzf/pecl-lzf-1.5.2.ebuild +++ /dev/null @@ -1,23 +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-lzf/pecl-lzf-1.5.2.ebuild,v 1.1 2010/07/05 11:09:46 mabi Exp $ - -PHP_EXT_NAME="lzf" -PHP_EXT_PECL_PKG="LZF" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README ChangeLog" - -inherit php-ext-pecl-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="This package handles LZF de/compression." -LICENSE="PHP-3" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -need_php_by_category |