[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/

2024-01-09 Thread Mart Raudsepp
commit: 077b23a2944c7968dc4bd5e6c2cc4ec1149893ff
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  9 15:46:36 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jan  9 17:38:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077b23a2

dev-php/xdebug-handler: keyword 2.0.1 for ~arm64

Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild 
b/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild
index 10d6a07ffb26..5a3df841ee37 100644
--- a/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild
+++ b/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/composer/xdebug-handler/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-lang/php:*



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/

2023-08-26 Thread Andreas Sturmlechner
commit: f2f3befa0e17ebf98c3fc788d183bd5acc16938b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 12:55:29 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f3befa

dev-php/xdebug-handler: drop 1.4.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-php/xdebug-handler/Manifest|  1 -
 dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild | 23 --
 2 files changed, 24 deletions(-)

diff --git a/dev-php/xdebug-handler/Manifest b/dev-php/xdebug-handler/Manifest
index 7e641018ea3c..82770a0cd130 100644
--- a/dev-php/xdebug-handler/Manifest
+++ b/dev-php/xdebug-handler/Manifest
@@ -1,2 +1 @@
-DIST xdebug-handler-1.4.3.tar.gz 13660 BLAKE2B 
2edbd2755102ced0183e6d7ade341ed830b4c1d923f453868d29f39aa7de5159758fd162a369246adf4551a8a06c0bc6f1a29921369e47ba645f9aed2707a5b3
 SHA512 
ed92ca769276e66611de3cf9d44a03fd163516b973486ac5339dfe9cd9fbab8fb5f754799f59505f03aa5eb4ad175e804c6e61d0a5db63a558edf7ef1aff438c
 DIST xdebug-handler-2.0.1.tar.gz 14212 BLAKE2B 
01200a86794145132a4c8d1b851a3131d73c23ca33d27fa9da26988f48a6c0df3552322f8fad0559ac00adf1605f35a65aa21591bc221d239ad2d8cbf4c303cd
 SHA512 
6cc1d336a82f1edf6fb9dd317d0275c79754eb7a01fa34e0cc85c24b0a02363ccb2ff42e8b692d90077745f4db8409e7e66bef64f30a89b364eff71a4af7f4f1

diff --git a/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild 
b/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
deleted file mode 100644
index 3bda89b13555..
--- a/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Restart a CLI process without loading the xdebug extension"
-HOMEPAGE="https://github.com/composer/xdebug-handler;
-SRC_URI="https://github.com/composer/xdebug-handler/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-lang/php:*
-   dev-php/fedora-autoloader
-   >=dev-php/psr-log-1.0.2"
-
-src_install() {
-   insinto /usr/share/php/Composer/XdebugHandler
-   doins src/*.php "${FILESDIR}/autoload.php"
-   dodoc README.md
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/

2022-04-25 Thread Joonas Niilola
commit: eacd68b772443f7e69c97a68689dc341bd659c9b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Apr 25 07:40:57 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Apr 25 07:47:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacd68b7

dev-php/xdebug-handler: Stabilize 2.0.1 x86, #828350

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild 
b/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild
index 783d3283fca5..10d6a07ffb26 100644
--- a/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild
+++ b/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/composer/xdebug-handler/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-lang/php:*



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/

2022-04-25 Thread Joonas Niilola
commit: aec166f212942f7acd172be633e74d9a7bbe8076
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Apr 25 07:39:24 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Apr 25 07:47:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec166f2

dev-php/xdebug-handler: Stabilize 2.0.1 amd64, #828350

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild 
b/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild
index ad9f7604ad52..783d3283fca5 100644
--- a/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild
+++ b/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/composer/xdebug-handler/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-lang/php:*



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/

2021-05-28 Thread Thomas Deutschmann
commit: d5ebd6bf4c1d4cdce4f09ae744249840eb6a345a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri May 28 08:56:29 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri May 28 08:58:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ebd6bf

dev-php/xdebug-handler: bump to v2.0.1

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/xdebug-handler/Manifest|  1 +
 dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-php/xdebug-handler/Manifest b/dev-php/xdebug-handler/Manifest
index 6f80b3a797a..7e641018ea3 100644
--- a/dev-php/xdebug-handler/Manifest
+++ b/dev-php/xdebug-handler/Manifest
@@ -1 +1,2 @@
 DIST xdebug-handler-1.4.3.tar.gz 13660 BLAKE2B 
2edbd2755102ced0183e6d7ade341ed830b4c1d923f453868d29f39aa7de5159758fd162a369246adf4551a8a06c0bc6f1a29921369e47ba645f9aed2707a5b3
 SHA512 
ed92ca769276e66611de3cf9d44a03fd163516b973486ac5339dfe9cd9fbab8fb5f754799f59505f03aa5eb4ad175e804c6e61d0a5db63a558edf7ef1aff438c
+DIST xdebug-handler-2.0.1.tar.gz 14212 BLAKE2B 
01200a86794145132a4c8d1b851a3131d73c23ca33d27fa9da26988f48a6c0df3552322f8fad0559ac00adf1605f35a65aa21591bc221d239ad2d8cbf4c303cd
 SHA512 
6cc1d336a82f1edf6fb9dd317d0275c79754eb7a01fa34e0cc85c24b0a02363ccb2ff42e8b692d90077745f4db8409e7e66bef64f30a89b364eff71a4af7f4f1

diff --git a/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild 
b/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild
new file mode 100644
index 000..ad9f7604ad5
--- /dev/null
+++ b/dev-php/xdebug-handler/xdebug-handler-2.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Restart a CLI process without loading the xdebug extension"
+HOMEPAGE="https://github.com/composer/xdebug-handler;
+SRC_URI="https://github.com/composer/xdebug-handler/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-lang/php:*
+   dev-php/fedora-autoloader
+   >=dev-php/psr-log-1.0.2"
+
+src_install() {
+   insinto /usr/share/php/Composer/XdebugHandler
+   doins src/*.php "${FILESDIR}/autoload.php"
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/

2021-05-10 Thread Agostino Sarubbo
commit: 12004d1c0d3009b88757b6762b38b08d6e99aace
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 10 06:57:47 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 10 06:57:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12004d1c

dev-php/xdebug-handler: x86 stable wrt bug #754018

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild 
b/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
index 38620ba56a5..3bda89b1355 100644
--- a/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
+++ b/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/composer/xdebug-handler/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-lang/php:*



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/

2021-05-06 Thread Agostino Sarubbo
commit: 117cc0fff372bb0259418c5e4ad2f4dcb92c8039
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May  6 06:53:39 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May  6 06:54:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117cc0ff

dev-php/xdebug-handler: amd64 stable wrt bug #754018

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild 
b/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
index 806a747fbd3..38620ba56a5 100644
--- a/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
+++ b/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/composer/xdebug-handler/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-lang/php:*



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/

2020-09-13 Thread Thomas Deutschmann
commit: 138f7c4a2f02467ff59c349d8e8ec31caec68d2c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 13 23:17:37 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 13 23:17:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138f7c4a

dev-php/xdebug-handler: bump to v1.4.3

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/xdebug-handler/Manifest|  1 +
 dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-php/xdebug-handler/Manifest b/dev-php/xdebug-handler/Manifest
index 2ea6a104365..7718a5e5caa 100644
--- a/dev-php/xdebug-handler/Manifest
+++ b/dev-php/xdebug-handler/Manifest
@@ -1,3 +1,4 @@
 DIST xdebug-handler-1.3.0.tar.gz 12363 BLAKE2B 
ad89580e57728a444958d72f236fee14665f6fbed998018a28b181cdfc3a448da0a06dc335c3d95413eff6f6b92fc3d44ac8c03da282eb3dc65ae14600430825
 SHA512 
ed0206982c5ffab3c8ff56dcf8055230aaa358fbe89c15880cfce33abc27adb3b13f75bf7d78988f6bae4d0d072c66f557cd93082e89e7ca7993b257c04a2c61
 DIST xdebug-handler-1.3.1.tar.gz 12589 BLAKE2B 
fcee0a2412473f5e7a07defa96b991803728f831c8ab0dfa053c3ff8671a2dd187d5199e51ac90579830f5a005038411c2097be8a1f1370e8e06d090922f508a
 SHA512 
a00d9cb8e23cd6bbad6c25f82c8db314451a88f49d90e755a9c81fa57794ecc79612481e031d60cdb2ee4fd4e256ffc02e847c76089daf720f8811659799131e
 DIST xdebug-handler-1.4.1.tar.gz 13190 BLAKE2B 
05637bbe52896f779026258e5b69d6fae03d575e8a497ea983fe67354af6277a7769ec32ce3c10682ce2f654c135086710836005561211b04958546180228d50
 SHA512 
ac79debf0cb6a31f90354115b6fda1d373b148691dd0b86044ae7a257f2fc6998a773e1b150519d12e6dcbeddf326ed38f9b8fbdc0dec736ebfc4cc6e83a462d
+DIST xdebug-handler-1.4.3.tar.gz 13660 BLAKE2B 
2edbd2755102ced0183e6d7ade341ed830b4c1d923f453868d29f39aa7de5159758fd162a369246adf4551a8a06c0bc6f1a29921369e47ba645f9aed2707a5b3
 SHA512 
ed92ca769276e66611de3cf9d44a03fd163516b973486ac5339dfe9cd9fbab8fb5f754799f59505f03aa5eb4ad175e804c6e61d0a5db63a558edf7ef1aff438c

diff --git a/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild 
b/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
new file mode 100644
index 000..806a747fbd3
--- /dev/null
+++ b/dev-php/xdebug-handler/xdebug-handler-1.4.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Restart a CLI process without loading the xdebug extension"
+HOMEPAGE="https://github.com/composer/xdebug-handler;
+SRC_URI="https://github.com/composer/xdebug-handler/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-lang/php:*
+   dev-php/fedora-autoloader
+   >=dev-php/psr-log-1.0.2"
+
+src_install() {
+   insinto /usr/share/php/Composer/XdebugHandler
+   doins src/*.php "${FILESDIR}/autoload.php"
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/

2020-03-19 Thread Thomas Deutschmann
commit: b4a7dfdb50525cca2779f081910d4ed8df6e689c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 19 21:54:15 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 19 21:54:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a7dfdb

dev-php/xdebug-handler: bump to v1.4.1

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/xdebug-handler/Manifest|  1 +
 dev-php/xdebug-handler/xdebug-handler-1.4.1.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-php/xdebug-handler/Manifest b/dev-php/xdebug-handler/Manifest
index fec61186707..2ea6a104365 100644
--- a/dev-php/xdebug-handler/Manifest
+++ b/dev-php/xdebug-handler/Manifest
@@ -1,2 +1,3 @@
 DIST xdebug-handler-1.3.0.tar.gz 12363 BLAKE2B 
ad89580e57728a444958d72f236fee14665f6fbed998018a28b181cdfc3a448da0a06dc335c3d95413eff6f6b92fc3d44ac8c03da282eb3dc65ae14600430825
 SHA512 
ed0206982c5ffab3c8ff56dcf8055230aaa358fbe89c15880cfce33abc27adb3b13f75bf7d78988f6bae4d0d072c66f557cd93082e89e7ca7993b257c04a2c61
 DIST xdebug-handler-1.3.1.tar.gz 12589 BLAKE2B 
fcee0a2412473f5e7a07defa96b991803728f831c8ab0dfa053c3ff8671a2dd187d5199e51ac90579830f5a005038411c2097be8a1f1370e8e06d090922f508a
 SHA512 
a00d9cb8e23cd6bbad6c25f82c8db314451a88f49d90e755a9c81fa57794ecc79612481e031d60cdb2ee4fd4e256ffc02e847c76089daf720f8811659799131e
+DIST xdebug-handler-1.4.1.tar.gz 13190 BLAKE2B 
05637bbe52896f779026258e5b69d6fae03d575e8a497ea983fe67354af6277a7769ec32ce3c10682ce2f654c135086710836005561211b04958546180228d50
 SHA512 
ac79debf0cb6a31f90354115b6fda1d373b148691dd0b86044ae7a257f2fc6998a773e1b150519d12e6dcbeddf326ed38f9b8fbdc0dec736ebfc4cc6e83a462d

diff --git a/dev-php/xdebug-handler/xdebug-handler-1.4.1.ebuild 
b/dev-php/xdebug-handler/xdebug-handler-1.4.1.ebuild
new file mode 100644
index 000..806a747fbd3
--- /dev/null
+++ b/dev-php/xdebug-handler/xdebug-handler-1.4.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Restart a CLI process without loading the xdebug extension"
+HOMEPAGE="https://github.com/composer/xdebug-handler;
+SRC_URI="https://github.com/composer/xdebug-handler/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-lang/php:*
+   dev-php/fedora-autoloader
+   >=dev-php/psr-log-1.0.2"
+
+src_install() {
+   insinto /usr/share/php/Composer/XdebugHandler
+   doins src/*.php "${FILESDIR}/autoload.php"
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/

2018-12-22 Thread Thomas Deutschmann
commit: d57cf23fe9ef723921fb81a8feccfb427a690dc6
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Dec 21 08:38:14 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Dec 22 23:08:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57cf23f

dev-php/xdebug-handler: bump to 1.3.1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/xdebug-handler/Manifest|  1 +
 dev-php/xdebug-handler/xdebug-handler-1.3.1.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-php/xdebug-handler/Manifest b/dev-php/xdebug-handler/Manifest
index a82901d359f..fec61186707 100644
--- a/dev-php/xdebug-handler/Manifest
+++ b/dev-php/xdebug-handler/Manifest
@@ -1 +1,2 @@
 DIST xdebug-handler-1.3.0.tar.gz 12363 BLAKE2B 
ad89580e57728a444958d72f236fee14665f6fbed998018a28b181cdfc3a448da0a06dc335c3d95413eff6f6b92fc3d44ac8c03da282eb3dc65ae14600430825
 SHA512 
ed0206982c5ffab3c8ff56dcf8055230aaa358fbe89c15880cfce33abc27adb3b13f75bf7d78988f6bae4d0d072c66f557cd93082e89e7ca7993b257c04a2c61
+DIST xdebug-handler-1.3.1.tar.gz 12589 BLAKE2B 
fcee0a2412473f5e7a07defa96b991803728f831c8ab0dfa053c3ff8671a2dd187d5199e51ac90579830f5a005038411c2097be8a1f1370e8e06d090922f508a
 SHA512 
a00d9cb8e23cd6bbad6c25f82c8db314451a88f49d90e755a9c81fa57794ecc79612481e031d60cdb2ee4fd4e256ffc02e847c76089daf720f8811659799131e

diff --git a/dev-php/xdebug-handler/xdebug-handler-1.3.1.ebuild 
b/dev-php/xdebug-handler/xdebug-handler-1.3.1.ebuild
new file mode 100644
index 000..34166878b53
--- /dev/null
+++ b/dev-php/xdebug-handler/xdebug-handler-1.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Restart a CLI process without loading the xdebug extension"
+HOMEPAGE="https://github.com/composer/xdebug-handler;
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-lang/php:*
+   dev-php/fedora-autoloader
+   >=dev-php/psr-log-1.0.2"
+
+src_install() {
+   insinto /usr/share/php/Composer/XdebugHandler
+   doins src/*.php "${FILESDIR}/autoload.php"
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-handler/, dev-php/xdebug-handler/files/

2018-09-20 Thread Thomas Deutschmann
commit: 8c21e81f017b640f781ddea648427ae6ae44b41f
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Sep  7 11:22:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 20 12:00:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c21e81f

dev-php/xdebug-handler: add version 1.3.0

A new dependency of dev-php/composer.

Signed-off-by: Tomáš Mózes  gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-php/xdebug-handler/Manifest|  1 +
 dev-php/xdebug-handler/files/autoload.php  |  8 
 dev-php/xdebug-handler/metadata.xml| 15 ++
 dev-php/xdebug-handler/xdebug-handler-1.3.0.ebuild | 23 ++
 4 files changed, 47 insertions(+)

diff --git a/dev-php/xdebug-handler/Manifest b/dev-php/xdebug-handler/Manifest
new file mode 100644
index 000..a82901d359f
--- /dev/null
+++ b/dev-php/xdebug-handler/Manifest
@@ -0,0 +1 @@
+DIST xdebug-handler-1.3.0.tar.gz 12363 BLAKE2B 
ad89580e57728a444958d72f236fee14665f6fbed998018a28b181cdfc3a448da0a06dc335c3d95413eff6f6b92fc3d44ac8c03da282eb3dc65ae14600430825
 SHA512 
ed0206982c5ffab3c8ff56dcf8055230aaa358fbe89c15880cfce33abc27adb3b13f75bf7d78988f6bae4d0d072c66f557cd93082e89e7ca7993b257c04a2c61

diff --git a/dev-php/xdebug-handler/files/autoload.php 
b/dev-php/xdebug-handler/files/autoload.php
new file mode 100644
index 000..387e9d01ac7
--- /dev/null
+++ b/dev-php/xdebug-handler/files/autoload.php
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+guillaumese...@gmail.com
+Guillaume Seren
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+composer/xdebug-handler
+  
+

diff --git a/dev-php/xdebug-handler/xdebug-handler-1.3.0.ebuild 
b/dev-php/xdebug-handler/xdebug-handler-1.3.0.ebuild
new file mode 100644
index 000..ca4e50ccb81
--- /dev/null
+++ b/dev-php/xdebug-handler/xdebug-handler-1.3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Restart a CLI process without loading the xdebug extension"
+HOMEPAGE="https://github.com/composer/xdebug-handler;
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-lang/php:*
+   dev-php/fedora-autoloader
+   >=dev-php/psr-log-1.0.2"
+
+src_install() {
+   insinto /usr/share/php/Composer/XdebugHandler
+   doins src/*.php "${FILESDIR}/autoload.php"
+   dodoc README.md
+}