public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-client/
Date: Thu, 23 Jan 2020 01:30:28 +0000 (UTC)	[thread overview]
Message-ID: <1579742013.0032365e9d51b6e14cc25f612b4194c99d86fae1.whissi@gentoo> (raw)

commit:     0032365e9d51b6e14cc25f612b4194c99d86fae1
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 01:13:33 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 01:13:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0032365e

dev-php/xdebug-client: bump to v2.9.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/xdebug-client/Manifest                   |  1 +
 dev-php/xdebug-client/xdebug-client-2.9.1.ebuild | 40 ++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-php/xdebug-client/Manifest b/dev-php/xdebug-client/Manifest
index df64c8bae55..d83240660aa 100644
--- a/dev-php/xdebug-client/Manifest
+++ b/dev-php/xdebug-client/Manifest
@@ -5,3 +5,4 @@ DIST xdebug-2.7.0.tar.gz 411943 BLAKE2B d01ad4f84a93356d0ce885cd0b3fb4e72bb55c7d
 DIST xdebug-2.7.2.tar.gz 416082 BLAKE2B c84e8a7b5e2fbc0989c47d9dff8c8d52d6e44a9fea1f7be483cec60b8b75e8665c71a536d0ca0c1b835990f747cadb29900d64b5ab0f47a4be172e7e1c0d38b2 SHA512 b099904b552750b9ff09181f068deddb155c820d20f6a4dcc37579771607e4e9c43af1cf226e74c012abd188b240c46b13207b9e55bdf010a696b739f1ea5e88
 DIST xdebug-2.8.0.tar.gz 440563 BLAKE2B a90fd84a56635fe4c7036b517da8c980affe5307d0f27c471e792d75c1fae45effabb4fff4954340920cb259baae7d8268274a3f2eec7490a9b84920438e6a49 SHA512 ec97de4c092a9256cc0c22ed87c59ac41b60103c82c7e57d1be66c4e6b098dfa82bedde9a9a0856cce34b83711f2d6719154aad45a688e9eaa5ad014abeff58b
 DIST xdebug-2.9.0.tar.gz 434220 BLAKE2B a537438dcd45d55521cf5f12ae9ca864d02dbccb3e971134d415b14deb69b366cbe55f1ec9e12457570ef7ef46e83a5ba32c6d63f80d7787e407d1fb9b9c1a4f SHA512 07719e58f637e9957ea92cde67c680d030ad5647b364061ba229c88590fbbc823b33f7b368913d213d64cea8c0ca92df59118df48b93c20e649c650b3333ce51
+DIST xdebug-2.9.1.tar.gz 435800 BLAKE2B bb2813da2019eceab818a80640eb0e5ee594f0067a1da3eab1abc4c49cfcef8f3afa8ffc15b17e099394a1642aa1964d766aea3f3cf69ed59d47b55fc354436b SHA512 188cd560d2fa8b5752d41d2a648ccbb7e6d54fd126cde400196ba1adacc1e8fe875aa811a9fa47c8a1281beea2703870b076c9e7bf8a294042beaea6c766be91

diff --git a/dev-php/xdebug-client/xdebug-client-2.9.1.ebuild b/dev-php/xdebug-client/xdebug-client-2.9.1.ebuild
new file mode 100644
index 00000000000..ad1c2866a29
--- /dev/null
+++ b/dev-php/xdebug-client/xdebug-client-2.9.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+MY_PN="xdebug"
+MY_PV="${PV/_/}"
+MY_PV="${MY_PV/rc/RC}"
+
+inherit autotools
+
+DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)"
+HOMEPAGE="https://xdebug.org/"
+# Using tarball from GitHub for tests
+#SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz"
+SRC_URI="https://github.com/xdebug/xdebug/archive/${MY_PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
+LICENSE="Xdebug"
+SLOT="0"
+IUSE="libedit"
+
+S="${WORKDIR}/${MY_PN}-${MY_PV}/debugclient"
+
+DEPEND="libedit? ( dev-libs/libedit ) net-libs/libnsl:0="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_with libedit)
+}
+
+src_install() {
+	newbin debugclient xdebug
+}


             reply	other threads:[~2020-01-23  1:30 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-23  1:30 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-11 11:36 [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-client/ Arthur Zamarin
2023-08-02 12:23 Sam James
2023-07-04 10:13 Sam James
2023-07-04  9:42 Sam James
2023-07-04  9:42 Sam James
2023-07-04  9:39 Sam James
2021-01-21 16:57 Brian Evans
2020-12-08 11:53 Thomas Deutschmann
2020-09-30 18:05 Thomas Deutschmann
2020-09-17 15:18 Thomas Deutschmann
2020-09-05 15:16 Sam James
2020-09-03 17:00 Thomas Deutschmann
2020-06-14 23:30 Thomas Deutschmann
2020-05-05  1:48 Brian Evans
2020-05-01 14:00 Agostino Sarubbo
2020-05-01 13:58 Agostino Sarubbo
2020-04-29 21:31 Thomas Deutschmann
2020-04-28 13:10 Agostino Sarubbo
2020-04-26 23:44 Thomas Deutschmann
2020-03-30  1:36 Thomas Deutschmann
2020-03-19 21:55 Thomas Deutschmann
2020-02-11 19:52 Brian Evans
2020-02-11 19:52 Brian Evans
2019-12-09 23:33 Thomas Deutschmann
2019-11-17 21:01 Thomas Deutschmann
2019-06-06 12:26 Thomas Deutschmann
2019-06-06 12:26 Thomas Deutschmann
2019-03-06 21:35 Thomas Deutschmann
2019-02-22 14:55 Thomas Deutschmann
2019-02-13 20:02 Thomas Deutschmann
2019-01-17  8:29 Sergei Trofimovich
2019-01-17  8:08 Sergei Trofimovich
2019-01-15 22:10 Thomas Deutschmann
2019-01-14 16:03 Brian Evans
2019-01-14 15:30 Brian Evans
2018-08-10 19:16 Brian Evans
2018-03-06 16:31 Brian Evans
2017-11-29 17:28 Brian Evans
2017-11-29 17:28 Brian Evans
2017-10-15 21:43 Thomas Deutschmann
2017-10-14 20:33 Sergei Trofimovich
2017-10-09 13:16 Brian Evans
2017-10-06 22:46 Sergei Trofimovich
2017-04-21 14:01 Brian Evans
2017-01-17 19:32 Michael Orlitzky
2016-12-25 10:23 Agostino Sarubbo
2016-12-22  8:57 Agostino Sarubbo
2016-12-20 13:40 Tobias Klausmann
2016-12-08 18:29 Brian Evans
2016-12-08 18:29 Brian Evans
2016-10-26 16:53 Brian Evans
2016-10-26 15:53 Brian Evans
2016-03-22 14:25 Brian Evans
2016-03-22 14:25 Brian Evans
2016-03-02  0:52 Brian Evans
2015-12-04 21:36 Brian Evans
2015-11-13 19:09 Brian Evans
2015-11-09 15:29 Brian Evans
2015-11-06 16:32 Brian Evans

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=1579742013.0032365e9d51b6e14cc25f612b4194c99d86fae1.whissi@gentoo \
    --to=whissi@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