public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/
Date: Mon, 25 Jul 2016 14:54:47 +0000 (UTC)	[thread overview]
Message-ID: <1469458477.2fcba4eaf4e5064821900e062138a9ba5ea07359.grknight@gentoo> (raw)

commit:     2fcba4eaf4e5064821900e062138a9ba5ea07359
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 14:54:37 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 14:54:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcba4ea

dev-php/pecl-ssh2: Version bumps

Package-Manager: portage-2.3.0

 dev-php/pecl-ssh2/Manifest              |  2 ++
 dev-php/pecl-ssh2/pecl-ssh2-0.13.ebuild | 22 ++++++++++++++++++++++
 dev-php/pecl-ssh2/pecl-ssh2-1.0.ebuild  | 24 ++++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-php/pecl-ssh2/Manifest b/dev-php/pecl-ssh2/Manifest
index a5967bf..c73698c 100644
--- a/dev-php/pecl-ssh2/Manifest
+++ b/dev-php/pecl-ssh2/Manifest
@@ -1 +1,3 @@
 DIST ssh2-0.12.tgz 26223 SHA256 600c82d2393acf3642f19914f06a7afea57ee05cb8c10e8a5510b32188b97f99 SHA512 e48f8051f9234841bb0fc10594dcd90badf2d880d75c4bd59f847e3d4276e9fdd3fe71c1c01c07fb9f552cec470f3dbac6ae1db4d33e5793d3988ea5bac1d5bd WHIRLPOOL ff8e983027281db4fdff6c85d4a98c8987277abe40c82b4306a86459661864e4ca534b48ee22186d01b8166a58980bf5cba374a35d4e477e4dbb41f8c845a601
+DIST ssh2-0.13.tgz 28984 SHA256 cb2cb8ab840b5b36bcd8a8df06ea4a970a61e4cb3980f3c0ac5c913522e6c1be SHA512 c031e22853bf5cf8ee59dc5b99d9e7e60af1507a22e7d0a9e2f54b8f1758a03a6cea91c539e0f667d48ec66185fdc8a28c47e5a1e10a72220c0cb16b3948e1d0 WHIRLPOOL 62c36541bd3d7c579fdd4e3c8114e26dbda7206839db75d77b84fe320a87c1b8033b618da31a8d9038d5fb5874fa05a333e3b391a9e33fc1f723138be8e3ac71
+DIST ssh2-1.0.tgz 29013 SHA256 6a93891878b23904a773eb814fec7aea4ea00b4a412ee779c8535ed9c5e46ced SHA512 9e21b4d5d640f595ff812c341387cd51917aed2df00bb8c94ff7e494953a3599dc1cbfa6f04248f3145fc1b097fcf6c066710c8f2a41e565a3f57cad999877f9 WHIRLPOOL 54cb8d262ac3219443962a8df4147ede8c8e700fba0a5fd5d0422707a392d0feabad86c81cc80bdba5b5d4e840a54337d278263c3d764116f51880fa1f5c07c5

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.13.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.13.ebuild
new file mode 100644
index 0000000..b75a266
--- /dev/null
+++ b/dev-php/pecl-ssh2/pecl-ssh2-0.13.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PHP_EXT_NAME="ssh2"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-5 php5-6"
+
+inherit php-ext-pecl-r3
+
+DESCRIPTION="PHP bindings for the libssh2 library"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+DEPEND=">=net-libs/libssh2-1.2"
+RDEPEND="${DEPEND}"
+PHP_EXT_ECONF_ARGS=""

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.0.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.0.ebuild
new file mode 100644
index 0000000..cbf9cea
--- /dev/null
+++ b/dev-php/pecl-ssh2/pecl-ssh2-1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PHP_EXT_NAME="ssh2"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php7-0 php5-6"
+
+inherit php-ext-pecl-r3
+
+USE_PHP="php7-0"
+
+DESCRIPTION="PHP bindings for the libssh2 library"
+LICENSE="PHP-3.01"
+SLOT="7"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+DEPEND=">=net-libs/libssh2-1.2"
+RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-ssh2:0[php_targets_php5-6] )"
+PHP_EXT_ECONF_ARGS=""


             reply	other threads:[~2016-07-25 14:54 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-25 14:54 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14  6:35 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/ Sam James
2025-02-14  5:02 Sam James
2025-01-19  7:04 Arthur Zamarin
2025-01-19  7:04 Arthur Zamarin
2024-11-25  0:02 Sam James
2024-11-25  0:02 Sam James
2023-12-28  2:00 Conrad Kostecki
2023-12-28  2:00 Conrad Kostecki
2023-07-04 10:25 Sam James
2023-07-04 10:15 Sam James
2023-03-08 18:08 Brian Evans
2022-06-30 14:04 Brian Evans
2021-09-23 13:58 Agostino Sarubbo
2021-09-23  6:40 Agostino Sarubbo
2021-04-05 20:32 Thomas Deutschmann
2021-01-11 16:23 Brian Evans
2020-01-23 18:38 Brian Evans
2019-12-06 14:17 Thomas Deutschmann
2019-11-28 22:48 Thomas Deutschmann
2019-09-24 13:47 Thomas Deutschmann
2018-10-04 14:02 Brian Evans
2018-10-02 21:13 Mikle Kolyada
2018-10-01 21:47 Thomas Deutschmann
2018-04-10 15:07 Brian Evans
2018-03-22  1:29 Brian Evans
2017-10-19 18:50 Brian Evans
2017-10-19 18:50 Brian Evans
2017-10-09 23:28 Thomas Deutschmann
2017-07-27 13:49 Brian Evans
2017-07-05  2:28 Brian Evans
2017-07-05  2:28 Brian Evans
2017-04-08 19:27 Michael Orlitzky
2017-04-08 19:27 Michael Orlitzky
2016-12-07 15:05 Brian Evans
2016-12-07 15:05 Brian Evans
2016-11-15 14:44 Brian Evans
2016-08-23 20:58 Brian Evans
2016-01-02 16:11 Michael Orlitzky
2015-11-03 16:18 Agostino Sarubbo
2015-11-03 15:19 Agostino Sarubbo
2015-09-27 13:31 Michael Orlitzky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1469458477.2fcba4eaf4e5064821900e062138a9ba5ea07359.grknight@gentoo \
    --to=grknight@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox