diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-01-02 11:09:50 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-01-02 11:10:45 -0500 |
commit | af16443d57a2325f976505bdb205aa977d5a1eb2 (patch) | |
tree | e1e720e991c79bde4cab674ad0556b0ba2483324 /dev-php/pecl-ssh2 | |
parent | x11-drivers/ati-drivers: Remove old (diff) | |
download | gentoo-af16443d57a2325f976505bdb205aa977d5a1eb2.tar.gz gentoo-af16443d57a2325f976505bdb205aa977d5a1eb2.tar.bz2 gentoo-af16443d57a2325f976505bdb205aa977d5a1eb2.zip |
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
Diffstat (limited to 'dev-php/pecl-ssh2')
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild | 22 |
2 files changed, 0 insertions, 44 deletions
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}" |