diff options
author | Brian Evans <grknight@gentoo.org> | 2014-10-14 15:30:04 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-10-14 15:30:04 +0000 |
commit | 7fcd7d5c6a830c17faf2614f104994539df1a34f (patch) | |
tree | e804525d887c9f076e767a6f93e965fd81f1ca70 /dev-php | |
parent | Drop old (diff) | |
download | gentoo-2-7fcd7d5c6a830c17faf2614f104994539df1a34f.tar.gz gentoo-2-7fcd7d5c6a830c17faf2614f104994539df1a34f.tar.bz2 gentoo-2-7fcd7d5c6a830c17faf2614f104994539df1a34f.zip |
Drop old
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-ssh2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-0.12.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-php/pecl-ssh2/ChangeLog b/dev-php/pecl-ssh2/ChangeLog index 737e6b09e07a..d392257f625f 100644 --- a/dev-php/pecl-ssh2/ChangeLog +++ b/dev-php/pecl-ssh2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/pecl-ssh2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.13 2014/10/10 11:06:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.14 2014/10/14 15:30:04 grknight Exp $ + + 14 Oct 2014; Brian Evans <grknight@gentoo.org> -pecl-ssh2-0.11.3-r1.ebuild, + -pecl-ssh2-0.12.ebuild: + Drop old 10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pecl-ssh2-0.12-r1.ebuild: Stable for x86, wrt bug #514722 diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild deleted file mode 100644 index c659ab4ea5ad..000000000000 --- a/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.11.3-r1.ebuild,v 1.4 2014/08/10 21:03:42 slyfox Exp $ - -EAPI=4 - -PHP_EXT_NAME="ssh2" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README ChangeLog" - -USE_PHP="php5-3 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-0.18" -RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.12.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.12.ebuild deleted file mode 100644 index 1fca08a8c3ef..000000000000 --- a/dev-php/pecl-ssh2/pecl-ssh2-0.12.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12.ebuild,v 1.2 2014/08/10 21:03:42 slyfox Exp $ - -EAPI=5 - -PHP_EXT_NAME="ssh2" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README ChangeLog" - -USE_PHP="php5-3 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}" |