Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/
Date: Sat, 02 Jan 2016 16:11:59
Message-Id: 1451751045.af16443d57a2325f976505bdb205aa977d5a1eb2.mjo@gentoo
1 commit: af16443d57a2325f976505bdb205aa977d5a1eb2
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 16:09:50 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 16:10:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af16443d
7
8 dev-php/pecl-ssh2: remove old revisions of v0.12.
9
10 The older revisions of this package have incorrect DOCS. This is
11 another step towards fixing bug 512184.
12
13 Gentoo-Bug: 512184
14
15 Package-Manager: portage-2.2.24
16
17 dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild | 22 ----------------------
18 dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild | 22 ----------------------
19 2 files changed, 44 deletions(-)
20
21 diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild
22 deleted file mode 100644
23 index b007dbf..0000000
24 --- a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild
25 +++ /dev/null
26 @@ -1,22 +0,0 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 -# Distributed under the terms of the GNU General Public License v2
29 -# $Id$
30 -
31 -EAPI=5
32 -
33 -PHP_EXT_NAME="ssh2"
34 -PHP_EXT_INI="yes"
35 -PHP_EXT_ZENDEXT="no"
36 -DOCS="README ChangeLog"
37 -
38 -USE_PHP="php5-5 php5-4"
39 -
40 -inherit php-ext-pecl-r2
41 -
42 -DESCRIPTION="Provides bindings to the functions of libssh2 which implements the SSH2 protocol"
43 -LICENSE="PHP-3"
44 -SLOT="0"
45 -IUSE=""
46 -KEYWORDS="amd64 x86"
47 -DEPEND=">=net-libs/libssh2-1.2"
48 -RDEPEND="${DEPEND}"
49
50 diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild
51 deleted file mode 100644
52 index 9283077..0000000
53 --- a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r2.ebuild
54 +++ /dev/null
55 @@ -1,22 +0,0 @@
56 -# Copyright 1999-2015 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -# $Id$
59 -
60 -EAPI=5
61 -
62 -PHP_EXT_NAME="ssh2"
63 -PHP_EXT_INI="yes"
64 -PHP_EXT_ZENDEXT="no"
65 -DOCS="README ChangeLog"
66 -
67 -USE_PHP="php5-6 php5-5 php5-4"
68 -
69 -inherit php-ext-pecl-r2
70 -
71 -DESCRIPTION="Provides bindings to the functions of libssh2 which implements the SSH2 protocol"
72 -LICENSE="PHP-3"
73 -SLOT="0"
74 -IUSE=""
75 -KEYWORDS="~amd64 ~x86"
76 -DEPEND=">=net-libs/libssh2-1.2"
77 -RDEPEND="${DEPEND}"