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: Fri, 22 Feb 2019 14:55:34 +0000 (UTC)	[thread overview]
Message-ID: <1550847253.8e2caa700ebd83e6cba73dededde5906d55a0515.whissi@gentoo> (raw)

commit:     8e2caa700ebd83e6cba73dededde5906d55a0515
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 14:54:13 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 14:54:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2caa70

dev-php/xdebug-client: bump to v2.7.0 RC2

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

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

diff --git a/dev-php/xdebug-client/Manifest b/dev-php/xdebug-client/Manifest
index 996174b1e52..68a3fb8ece3 100644
--- a/dev-php/xdebug-client/Manifest
+++ b/dev-php/xdebug-client/Manifest
@@ -2,3 +2,4 @@ DIST xdebug-2.5.3.tgz 279085 BLAKE2B cbbfb15e92c3f80cda502340396a6137e2234442fd9
 DIST xdebug-2.5.5.tgz 279491 BLAKE2B 2492911db7afca2bc96761788c4ec7eac92cb22a6d65b69070b74f702df2bae1ba7dff9f5edfe83542229dbb7ebb3850b6ed1cf19a5e5969413aac3f2d39fc73 SHA512 9faab421bd90c03734c047d8c6dcc021c8bc665eb36781c692f194d04c7dca24fe1eb920ca8dc407e5bf4ae0912c4b917587f940f34b07171a8881d4cf8695d1
 DIST xdebug-2.6.1.tgz 283961 BLAKE2B 4478d591591102a9efa248820831e4d43d89eb9b80379c92fe85c888377a31d855ac4ea98c13ad87da68f7e7f659483cfa36fd4651f245d5603fcada2e2fcf73 SHA512 31f26e592b3888d7cc74c6a7c51e0cc1151cf8a32100dda78098fb5b3e307cf8d0445b97247986c75b303a787f89b3937bc042dc52f19ca995753a6843bbd80b
 DIST xdebug-2.7.0_rc1.tar.gz 383009 BLAKE2B f8ec78ea1214089fb59cafa8be2f8e4f90c0dbda326a707bd768238da42d23d04cc0dc8e448444e764a1bd474e3bcb98c4b6491d131a28799a01670174e8755a SHA512 38cf59f02953331f16efffa6e6cd9d730fe4b000fe6ae6e364076ae57387b01270b60b0925a516f022bed82165ab448c5c2f52d2108e0231be7a49f1e78a7dbb
+DIST xdebug-2.7.0_rc2.tar.gz 409026 BLAKE2B 221bb95b7c32c7339300397b4737f1f6803831bee5c5ea87ea3c56bc3d8d00dbc49946358a4f21b2bf7cc723e7b7d2dbc2502fe7f1121c2ead1567d0924ad75a SHA512 148b994094e393c7c46b384fa74ee204fa60310014b98266b966d7f7e046abf50d19b1ec2b0422c53415b70522f229d528fca20e54e6b20aaf2fe9ed5774922e

diff --git a/dev-php/xdebug-client/xdebug-client-2.7.0_rc2.ebuild b/dev-php/xdebug-client/xdebug-client-2.7.0_rc2.ebuild
new file mode 100644
index 00000000000..76b7388ac4a
--- /dev/null
+++ b/dev-php/xdebug-client/xdebug-client-2.7.0_rc2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 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:[~2019-02-22 14:55 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-22 14:55 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
2020-01-23  1:30 Thomas Deutschmann
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-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=1550847253.8e2caa700ebd83e6cba73dededde5906d55a0515.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