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: Wed,  5 Jul 2017 02:28:59 +0000 (UTC)	[thread overview]
Message-ID: <1499221396.169a998be77bd0b5eeaaf1201ba823994ea43116.grknight@gentoo> (raw)

commit:     169a998be77bd0b5eeaaf1201ba823994ea43116
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 02:23:16 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 02:23:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169a998b

dev-php/pecl-ssh2: Version bump to 1.1.1 fixes bug 603290

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/pecl-ssh2/Manifest               |  1 +
 dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-php/pecl-ssh2/Manifest b/dev-php/pecl-ssh2/Manifest
index c73698c884d..f637a5da96d 100644
--- a/dev-php/pecl-ssh2/Manifest
+++ b/dev-php/pecl-ssh2/Manifest
@@ -1,3 +1,4 @@
 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
+DIST ssh2-1.1.1.tgz 27551 SHA256 30963a0a4d9f704d594d875665c1ea297730a6efe2af22dff12a78183907ac0c SHA512 92cc40627a6114a4b0e7b8437e5e0b219b49dfbed9668937e7d0d37492a101c9f25381b5a1533f91c0530fdebe66af7bcb68ff4231a7ecd806b99d8a04f74d79 WHIRLPOOL cfbbb940ace42eb41c2852a1fb9514b36f64820cd2e45cd14808614d9b7ca8d347d1c9d5042bb38e215b5c88d113e5cfc2bda531240e2550f9e14798069198ca

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
new file mode 100644
index 00000000000..28dc40b3371
--- /dev/null
+++ b/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PHP_EXT_NAME="ssh2"
+
+USE_PHP="php5-6 php7-0 php7-1"
+
+inherit php-ext-pecl-r3
+
+USE_PHP="php7-0 php7-1"
+
+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] )"
+
+src_prepare() {
+	if use php_targets_php7-0 || use php_targets_php7-1; then
+		php-ext-source-r3_src_prepare
+	else
+		default_src_prepare
+	fi
+}


             reply	other threads:[~2017-07-05  2:29 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-05  2:28 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-28  2:00 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/ 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-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-07-25 14:54 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=1499221396.169a998be77bd0b5eeaaf1201ba823994ea43116.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