diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-01-23 14:37:44 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-01-23 14:38:32 -0500 |
commit | 615f52d22426b4e6dce622fa0861ae8866a6ce36 (patch) | |
tree | 1c1355df5e12f4c3e2c538ca8a46bc0b68007910 /dev-php/pecl-redis | |
parent | dev-php/pecl-redis: replace olemarkus as maintainer with php herd. (diff) | |
download | gentoo-615f52d22426b4e6dce622fa0861ae8866a6ce36.tar.gz gentoo-615f52d22426b4e6dce622fa0861ae8866a6ce36.tar.bz2 gentoo-615f52d22426b4e6dce622fa0861ae8866a6ce36.zip |
dev-php/pecl-redis: remove older versions with incorrect DOCS.
Gentoo-Bug: 512184
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-php/pecl-redis')
-rw-r--r-- | dev-php/pecl-redis/Manifest | 2 | ||||
-rw-r--r-- | dev-php/pecl-redis/pecl-redis-2.2.3.ebuild | 32 | ||||
-rw-r--r-- | dev-php/pecl-redis/pecl-redis-2.2.5.ebuild | 32 | ||||
-rw-r--r-- | dev-php/pecl-redis/pecl-redis-2.2.7.ebuild | 35 |
4 files changed, 0 insertions, 101 deletions
diff --git a/dev-php/pecl-redis/Manifest b/dev-php/pecl-redis/Manifest index 4f14eca0d213..58bb61093f9f 100644 --- a/dev-php/pecl-redis/Manifest +++ b/dev-php/pecl-redis/Manifest @@ -1,3 +1 @@ -DIST redis-2.2.3.tgz 86664 SHA256 87861198403ef7bf09306494f2efc5b55bfdcc6095b7aac059a546a2e662967d SHA512 17ff00c0ee3fa36fa6a2040740c51a9ad36e16be19b9b6df9872138a9015e3f01add59b0b6437c66966fb2850a4c63800b47737e468f4103d7285bdebf377b3b WHIRLPOOL bf0a30d2b9ba399edaddaae7856c6e42e48ed4be88e86a4da88ba5556a7aa36d54a448830810d3ffd3a3e49329f5a8e36a1d0eac9436843fc00b157e0fc592aa -DIST redis-2.2.5.tgz 96970 SHA256 dceb18c9b563a8da92752ffc2c280beb1b14a86649342af307831a881c053343 SHA512 a0ae16146b97be678d3a25037ada6eb65b4a5cfbc02622c3c056635428851d52634e9d8fef9d393db4787f568d3d4d0c4ebbc740d1b008acc2f168ea5002aeb5 WHIRLPOOL bbb13c9d4b9e9a2d1b60314325cdf0eb921fb2e6d1962919499db89d9a3a11f82ad196c1bff81e404a7133fd21231decd7277b9a537a079d4cdd953fff24d451 DIST redis-2.2.7.tgz 134340 SHA256 95e5331cd7e709771eb4479c455bcf326a74b2aea3b1a5cba00b4c95e66dc902 SHA512 88be2abeda62b7c1c95b6d399bbb5f97774d956001b4d13a8e5f183e86fe6336d91f479a8125adcaeff1ad5617a920953961360fc3484ebafc3ed915bcd7f86c WHIRLPOOL e7c8ea7c0c4578933211d4571d742ad09eadb5dd93e207d4f0d5858bfacb7a78eb4bd7ed34cafbc17b465b0d423ea0ff788dee907d89c4939ee4a9acbbe8b95d diff --git a/dev-php/pecl-redis/pecl-redis-2.2.3.ebuild b/dev-php/pecl-redis/pecl-redis-2.2.3.ebuild deleted file mode 100644 index 56f8f55e754f..000000000000 --- a/dev-php/pecl-redis/pecl-redis-2.2.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PHP_EXT_NAME="redis" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-5 php5-4" - -DOCS="README ChangeLog" - -inherit php-ext-pecl-r2 - -KEYWORDS="amd64" - -DESCRIPTION="This extension provides an API for communicating with Redis servers" -LICENSE="PHP-3.01" -SLOT="0" -IUSE="igbinary" - -DEPEND="igbinary? ( dev-php/igbinary )" -RDEPEND="$DEPEND" - -src_configure() { - my_conf="--enable-redis - $(use_enable igbinary redis-igbinary)" - - php-ext-source-r2_src_configure -} diff --git a/dev-php/pecl-redis/pecl-redis-2.2.5.ebuild b/dev-php/pecl-redis/pecl-redis-2.2.5.ebuild deleted file mode 100644 index 574e25e2bb2b..000000000000 --- a/dev-php/pecl-redis/pecl-redis-2.2.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PHP_EXT_NAME="redis" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6 php5-5 php5-4" - -DOCS="README ChangeLog" - -inherit php-ext-pecl-r2 - -KEYWORDS="~amd64" - -DESCRIPTION="This extension provides an API for communicating with Redis servers" -LICENSE="PHP-3.01" -SLOT="0" -IUSE="igbinary" - -DEPEND="igbinary? ( dev-php/igbinary )" -RDEPEND="$DEPEND" - -src_configure() { - my_conf="--enable-redis - $(use_enable igbinary redis-igbinary)" - - php-ext-source-r2_src_configure -} diff --git a/dev-php/pecl-redis/pecl-redis-2.2.7.ebuild b/dev-php/pecl-redis/pecl-redis-2.2.7.ebuild deleted file mode 100644 index 604aa735d4ac..000000000000 --- a/dev-php/pecl-redis/pecl-redis-2.2.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PHP_EXT_NAME="redis" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6 php5-5 php5-4" - -DOCS="README ChangeLog" - -inherit php-ext-pecl-r2 - -KEYWORDS="amd64" - -DESCRIPTION="This extension provides an API for communicating with Redis servers" -LICENSE="PHP-3.01" -SLOT="0" -IUSE="igbinary" - -DEPEND="igbinary? ( php_targets_php5-4? ( dev-php/igbinary[php_targets_php5-4] ) - php_targets_php5-5? ( dev-php/igbinary[php_targets_php5-5] ) - php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] ) - )" -RDEPEND="$DEPEND" - -src_configure() { - my_conf="--enable-redis - $(use_enable igbinary redis-igbinary)" - - php-ext-source-r2_src_configure -} |