diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-10-23 08:01:29 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-10-23 08:01:29 +0000 |
commit | 51786c890579e5f144f355c6f0eec0985c8a8a77 (patch) | |
tree | 5d5d78bb4ae1aefbbe59abbcee0ab9459e3cfe3e /dev-php/pecl-ssh2 | |
parent | Moving dev-php5/pecl-ssh2 to dev-php/pecl-ssh2 (diff) | |
download | gentoo-2-51786c890579e5f144f355c6f0eec0985c8a8a77.tar.gz gentoo-2-51786c890579e5f144f355c6f0eec0985c8a8a77.tar.bz2 gentoo-2-51786c890579e5f144f355c6f0eec0985c8a8a77.zip |
Version bump (bug 387951)
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/pecl-ssh2')
-rw-r--r-- | dev-php/pecl-ssh2/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-0.11.3.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-php/pecl-ssh2/ChangeLog b/dev-php/pecl-ssh2/ChangeLog index 33b20da8fa35..097f528f53ac 100644 --- a/dev-php/pecl-ssh2/ChangeLog +++ b/dev-php/pecl-ssh2/ChangeLog @@ -1,6 +1,11 @@ -# ChangeLog for dev-php5/pecl-ssh2 +# ChangeLog for dev-php/pecl-ssh2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.1 2011/10/23 07:54:56 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.2 2011/10/23 08:01:29 olemarkus Exp $ + +*pecl-ssh2-0.11.3 (23 Oct 2011) + + 23 Oct 2011; Ole Markus With <olemarkus@gentoo.org> +pecl-ssh2-0.11.3.ebuild: + Version bump (bug 387951) 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pecl-ssh2-0.11.2-r1.ebuild: diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.11.3.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.11.3.ebuild new file mode 100644 index 000000000000..3f824da7a917 --- /dev/null +++ b/dev-php/pecl-ssh2/pecl-ssh2-0.11.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 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.ebuild,v 1.1 2011/10/23 08:01:29 olemarkus Exp $ + +EAPI=4 + +PHP_EXT_NAME="ssh2" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README ChangeLog" + +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}" |