dev-php/pecl-ssh2: remove old revisions of v0.12.
authorMichael Orlitzky <mjo@gentoo.org>
Sat, 2 Jan 2016 16:09:50 +0000 (11:09 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Sat, 2 Jan 2016 16:10:45 +0000 (11:10 -0500)
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 [deleted file]
dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild [deleted file]

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 (file)
index b007dbf..0000000
+++ /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 (file)
index 9283077..0000000
+++ /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}"