From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4C0391381F3 for ; Sun, 28 Jul 2013 19:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD5C3E09A4; Sun, 28 Jul 2013 19:42:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 779EEE09A4 for ; Sun, 28 Jul 2013 19:42:20 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D22A33BF0D for ; Sun, 28 Jul 2013 19:42:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2277) id 532D62171C; Sun, 28 Jul 2013 19:42:18 +0000 (UTC) From: "Ole Markus With (olemarkus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, olemarkus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-ssh2: pecl-ssh2-0.12-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pecl-ssh2-0.12-r1.ebuild ChangeLog X-VCS-Directories: dev-php/pecl-ssh2 X-VCS-Committer: olemarkus X-VCS-Committer-Name: Ole Markus With Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130728194218.532D62171C@flycatcher.gentoo.org> Date: Sun, 28 Jul 2013 19:42:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad528508-e64f-4db6-b858-a28395eb937b X-Archives-Hash: 2935fae54fd0ec4622c996ba81c1c2a2 olemarkus 13/07/28 19:42:18 Modified: ChangeLog Added: pecl-ssh2-0.12-r1.ebuild Log: Revbump. Removing php 5.3 support, adding 5.5 support (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5) Revision Changes Path 1.10 dev-php/pecl-ssh2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 5 Mar 2013 11:42:09 -0000 1.9 +++ ChangeLog 28 Jul 2013 19:42:18 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for dev-php/pecl-ssh2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.9 2013/03/05 11:42:09 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.10 2013/07/28 19:42:18 olemarkus Exp $ + +*pecl-ssh2-0.12-r1 (28 Jul 2013) + + 28 Jul 2013; Ole Markus With +pecl-ssh2-0.12-r1.ebuild: + Revbump. Removing php 5.3 support, adding 5.5 support 05 Mar 2013; Ole Markus With -pecl-ssh2-0.11.2-r1.ebuild, -pecl-ssh2-0.11.3.ebuild: 1.1 dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild?rev=1.1&content-type=text/plain Index: pecl-ssh2-0.12-r1.ebuild =================================================================== # Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/07/28 19:42:18 olemarkus Exp $ 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}"