grknight    15/05/29 16:16:08

  Modified:             ChangeLog
  Added:                pecl-ssh2-0.12-r2.ebuild
  Log:
  Revbump to add php5.6 support wrt bug 550728
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  Changes    Path
1.15                 dev-php/pecl-ssh2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   14 Oct 2014 15:30:04 -0000      1.14
+++ ChangeLog   29 May 2015 16:16:08 -0000      1.15
@@ -1,6 +1,11 @@
 # 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.14 
2014/10/14 15:30:04 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.15 
2015/05/29 16:16:08 grknight Exp $
+
+*pecl-ssh2-0.12-r2 (29 May 2015)
+
+  29 May 2015; Brian Evans <grkni...@gentoo.org> +pecl-ssh2-0.12-r2.ebuild:
+  Revbump to add php5.6 support wrt bug 550728
 
   14 Oct 2014; Brian Evans <grkni...@gentoo.org> -pecl-ssh2-0.11.3-r1.ebuild,
   -pecl-ssh2-0.12.ebuild:



1.1                  dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild?rev=1.1&content-type=text/plain

Index: pecl-ssh2-0.12-r2.ebuild
===================================================================
# Copyright 1999-2015 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-r2.ebuild,v 
1.1 2015/05/29 16:16:08 grknight Exp $

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}"




Reply via email to