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 441D11384B4 for ; Sat, 2 Jan 2016 16:11:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C87821C012; Sat, 2 Jan 2016 16:11:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BED2721C012 for ; Sat, 2 Jan 2016 16:11:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4650340139 for ; Sat, 2 Jan 2016 16:11:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2935EC89 for ; Sat, 2 Jan 2016 16:11:52 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1451751045.af16443d57a2325f976505bdb205aa977d5a1eb2.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild X-VCS-Directories: dev-php/pecl-ssh2/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: af16443d57a2325f976505bdb205aa977d5a1eb2 X-VCS-Branch: master Date: Sat, 2 Jan 2016 16:11:52 +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: cb725b0a-a18e-4f2d-b261-0746cf3cd6c2 X-Archives-Hash: 6c4f1724d38d492d3e0dd796c9e1ac2d commit: af16443d57a2325f976505bdb205aa977d5a1eb2 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Jan 2 16:09:50 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jan 2 16:10:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af16443d dev-php/pecl-ssh2: remove old revisions of v0.12. The older revisions of this package have incorrect DOCS. This is another step towards fixing bug 512184. Gentoo-Bug: 512184 Package-Manager: portage-2.2.24 dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild | 22 ---------------------- dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild | 22 ---------------------- 2 files changed, 44 deletions(-) diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild deleted file mode 100644 index b007dbf..0000000 --- a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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}" diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild deleted file mode 100644 index 9283077..0000000 --- a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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}"