From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-client/
Date: Mon, 9 Oct 2017 13:16:32 +0000 (UTC) [thread overview]
Message-ID: <1507554981.9906c541496f7f1bcdda82bbaeadfdc207dfca72.grknight@gentoo> (raw)
commit: 9906c541496f7f1bcdda82bbaeadfdc207dfca72
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 14:26:24 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Oct 9 13:16:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9906c541
dev-php/xdebug-client: Version bump for 2.5.5
Package-Manager: Portage-2.3.11, Repoman-2.3.3
dev-php/xdebug-client/Manifest | 1 +
dev-php/xdebug-client/xdebug-client-2.5.5.ebuild | 29 ++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-php/xdebug-client/Manifest b/dev-php/xdebug-client/Manifest
index e80df67899b..c5f5dbdfc48 100644
--- a/dev-php/xdebug-client/Manifest
+++ b/dev-php/xdebug-client/Manifest
@@ -1,3 +1,4 @@
DIST xdebug-2.4.1.tgz 265542 SHA256 23c8786e0f5aae67b1e5035972bfff282710fb84c483887cebceb8ef5bbdf8ef SHA512 64b345b4809fb0f020eb8fe7a0826056a64728ec9565bbb2d0e717ac7b3ca8aa0856b91c2ba47a7435b7500c5efa643682f245d6cd9d0a537f8bb9ab0d5cea3a WHIRLPOOL cad7d081414d5a55fb95e4cb6ae5d808f5c6b54e1c16ba78274fadf9b32dd10e60ecab3d09d420462b7c95f7d9364d9f886fe7732a21284c635e70c24259a610
DIST xdebug-2.5.0.tgz 267640 SHA256 8bd6ad1e64948308e3e3a7437292f154b11e25acaf31b0d59d83bda18af0890d SHA512 75b1dbf32059eebb6ea3fb6ebb50ab26d73f8ce2964be1fec41ecfd9ae3d8bd55b6997daf03727b28b91ba06d08734865158bed6f038a46f00a1da5424ce5fe6 WHIRLPOOL 01901c73cf6d4ca8803a21eee8e1b5fcc668de75f0cb4318f6637a2d3a93e050664ee4dfa03ec0281e154e1e7660dc084b1b75c4b0451e1b4bab3db5ff00ea71
DIST xdebug-2.5.3.tgz 279085 SHA256 4cce3d495243e92cd2e1d764a33188d60c85f0d2087d94d4203c354ea03530f4 SHA512 b301a5abb92e123bbe2b36f7838b56d370a0f2c0c4d3c350b5014f4b86d31daa66e9bff995eed67a570558f6a72ca46a097266e6ab94c413f1dcb99c0fbd4f22 WHIRLPOOL aa5c9df8faadfc63de6b3b9c939439a34a021e2a3c60023e51a31e897384040f8d46675fc4ae0ccbe03ecf93b3658f59c18c26077b11b8f61960d4e97c1116c1
+DIST xdebug-2.5.5.tgz 279491 SHA256 72108bf2bc514ee7198e10466a0fedcac3df9bbc5bd26ce2ec2dafab990bf1a4 SHA512 9faab421bd90c03734c047d8c6dcc021c8bc665eb36781c692f194d04c7dca24fe1eb920ca8dc407e5bf4ae0912c4b917587f940f34b07171a8881d4cf8695d1 WHIRLPOOL da0fc418373d50bd927a5c2439703e9db28c1dbd4be727d963562a1ebc7941dd7f007badd09203e834c352ee75fc72fe85c25f095a54943184dff42361fc2b83
diff --git a/dev-php/xdebug-client/xdebug-client-2.5.5.ebuild b/dev-php/xdebug-client/xdebug-client-2.5.5.ebuild
new file mode 100644
index 00000000000..3db1d6f04f8
--- /dev/null
+++ b/dev-php/xdebug-client/xdebug-client-2.5.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+MY_PV="${PV/_/}"
+MY_PV="${MY_PV/rc/RC}"
+
+DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)"
+HOMEPAGE="http://www.xdebug.org/"
+SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz"
+LICENSE="Xdebug"
+SLOT="0"
+IUSE="libedit"
+
+S="${WORKDIR}/xdebug-${MY_PV}/debugclient"
+
+DEPEND="libedit? ( dev-libs/libedit )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ econf $(use_with libedit)
+}
+
+src_install() {
+ newbin debugclient xdebug
+}
next reply other threads:[~2017-10-09 13:16 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-09 13:16 Brian Evans [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-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-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=1507554981.9906c541496f7f1bcdda82bbaeadfdc207dfca72.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