From b111d550a2d444fcd428fc2a9020dee728c3948b Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Thu, 4 Nov 2010 16:00:47 +0000 Subject: add version supporting minor version slotting, version bump (Portage version: 2.1.8.3/cvs/Linux x86_64) --- dev-php5/pecl-ssh2/ChangeLog | 9 ++++++++- dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild | 20 -------------------- dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild | 20 ++++++++++++++++++++ dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild | 19 +++++++++++++++++++ 4 files changed, 47 insertions(+), 21 deletions(-) delete mode 100644 dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild create mode 100644 dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild create mode 100644 dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild (limited to 'dev-php5/pecl-ssh2') diff --git a/dev-php5/pecl-ssh2/ChangeLog b/dev-php5/pecl-ssh2/ChangeLog index 74c3b56286f1..023da93ef25d 100644 --- a/dev-php5/pecl-ssh2/ChangeLog +++ b/dev-php5/pecl-ssh2/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php5/pecl-ssh2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.7 2010/10/14 23:30:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.8 2010/11/04 16:00:47 mabi Exp $ + +*pecl-ssh2-0.11.2-r1 (04 Nov 2010) +*pecl-ssh2-0.11.2 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel -pecl-ssh2-0.11.0.ebuild, + +pecl-ssh2-0.11.2.ebuild, +pecl-ssh2-0.11.2-r1.ebuild: + add version supporting minor version slotting, version bump 14 Oct 2010; Markos Chandras pecl-ssh2-0.11.0-r1.ebuild: diff --git a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild deleted file mode 100644 index e8d2c2277b2f..000000000000 --- a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0.ebuild,v 1.4 2009/12/27 23:19:42 hoffie Exp $ - -PHP_EXT_NAME="ssh2" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README ChangeLog" - -inherit php-ext-pecl-r1 - -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}" - -need_php_by_category diff --git a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild new file mode 100644 index 000000000000..25feb537c708 --- /dev/null +++ b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild,v 1.1 2010/11/04 16:00:47 mabi Exp $ + +EAPI=3 + +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}" diff --git a/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild new file mode 100644 index 000000000000..165fb77b76f0 --- /dev/null +++ b/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild,v 1.1 2010/11/04 16:00:47 mabi Exp $ + +PHP_EXT_NAME="ssh2" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README ChangeLog" + +inherit php-ext-pecl-r1 + +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 + dev-lang/php" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad