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: Sun, 27 Sep 2015 13:31:59
Message-Id: 1443360629.45f99569bde288ada51ba475943218dc7fbec5ec.mjo@gentoo
1 commit: 45f99569bde288ada51ba475943218dc7fbec5ec
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 13:30:29 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 13:30:29 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f99569
7
8 dev-php/pecl-ssh2: revbump to remove incorrect DOCS.
9
10 The DOCS array contained two files that didn't exist. Now they're
11 gone. The LICENSE was also changed to PHP-3.01 per the project
12 homepage.
13
14 Package-Manager: portage-2.2.20.1
15
16 dev-php/pecl-ssh2/pecl-ssh2-0.12-r3.ebuild | 21 +++++++++++++++++++++
17 1 file changed, 21 insertions(+)
18
19 diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.12-r3.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.12-r3.ebuild
20 new file mode 100644
21 index 0000000..147672f
22 --- /dev/null
23 +++ b/dev-php/pecl-ssh2/pecl-ssh2-0.12-r3.ebuild
24 @@ -0,0 +1,21 @@
25 +# Copyright 1999-2015 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=5
30 +
31 +PHP_EXT_NAME="ssh2"
32 +PHP_EXT_INI="yes"
33 +PHP_EXT_ZENDEXT="no"
34 +
35 +USE_PHP="php5-4 php5-5 php5-6"
36 +
37 +inherit php-ext-pecl-r2
38 +
39 +DESCRIPTION="PHP bindings for the libssh2 library"
40 +LICENSE="PHP-3.01"
41 +SLOT="0"
42 +IUSE=""
43 +KEYWORDS="~amd64 ~x86"
44 +DEPEND=">=net-libs/libssh2-1.2"
45 +RDEPEND="${DEPEND}"