From af16443d57a2325f976505bdb205aa977d5a1eb2 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 2 Jan 2016 11:09:50 -0500 Subject: dev-php/pecl-ssh2: remove old revisions of v0.12. The older revisions of this package have incorrect DOCS. This is another step towards fixing bug 512184. Gentoo-Bug: 512184 Package-Manager: portage-2.2.24 --- dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild | 22 ---------------------- dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild | 22 ---------------------- 2 files changed, 44 deletions(-) delete mode 100644 dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild delete mode 100644 dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild (limited to 'dev-php') diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild deleted file mode 100644 index b007dbf02b3e..000000000000 --- a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PHP_EXT_NAME="ssh2" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README ChangeLog" - -USE_PHP="php5-5 php5-4" - -inherit php-ext-pecl-r2 - -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-1.2" -RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild deleted file mode 100644 index 928307797fb8..000000000000 --- a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PHP_EXT_NAME="ssh2" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README ChangeLog" - -USE_PHP="php5-6 php5-5 php5-4" - -inherit php-ext-pecl-r2 - -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-1.2" -RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad