* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PHP_Debug/
@ 2017-11-06 18:36 Brian Evans
0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2017-11-06 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 7ad0a949e09e6d4aff6e8c5557f68694c1fb2804
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 6 18:36:33 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 6 18:36:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad0a949
dev-php/PEAR-PHP_Debug: Drop old revision
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild
deleted file mode 100644
index 76fdf9da522..00000000000
--- a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit php-pear-r1
-
-DESCRIPTION="Provides traces, timings, executed queries, watched variables etc. "
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter
- dev-php/PEAR-Services_W3C_HTMLValidator )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PHP_Debug/
@ 2017-11-06 18:36 Brian Evans
0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2017-11-06 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 12ee17da725f7a3179df89c094ee4ab247e0853c
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 6 18:36:04 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 6 18:36:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ee17da
dev-php/PEAR-PHP_Debug: Revbump for new eclass/EAPI
Package-Manager: Portage-2.3.13, Repoman-2.3.4
.../PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r2.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r2.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r2.ebuild
new file mode 100644
index 00000000000..fefe093f3ef
--- /dev/null
+++ b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit php-pear-r2
+
+DESCRIPTION="Provides traces, timings, executed queries, watched variables etc. "
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter
+ dev-php/PEAR-Services_W3C_HTMLValidator )"
+DOCS=( docs/README docs/INSTALL docs/CHANGELOG docs/FAQ docs/TODO docs/CONTACT )
+src_install() {
+ php-pear-r2_src_install
+ docinto html
+ dodoc -r css images js
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PHP_Debug/
@ 2017-11-07 15:16 Brian Evans
0 siblings, 0 replies; 5+ messages in thread
From: Brian Evans @ 2017-11-07 15:16 UTC (permalink / raw
To: gentoo-commits
commit: 45c9438e97512911b9699f618a9cb2095a6e9855
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 7 15:16:21 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Nov 7 15:16:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c9438e
dev-php/PEAR-PHP_Debug: Revbump to drop broken PEAR-Services_W3C_HTMLValidator
Package-Manager: Portage-2.3.13, Repoman-2.3.4
.../{PEAR-PHP_Debug-1.0.3-r2.ebuild => PEAR-PHP_Debug-1.0.3-r3.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r2.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild
similarity index 81%
rename from dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r2.ebuild
rename to dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild
index fefe093f3ef..a09ecc06ad4 100644
--- a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r2.ebuild
+++ b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild
@@ -12,8 +12,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"
-RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter
- dev-php/PEAR-Services_W3C_HTMLValidator )"
+RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter )"
DOCS=( docs/README docs/INSTALL docs/CHANGELOG docs/FAQ docs/TODO docs/CONTACT )
src_install() {
php-pear-r2_src_install
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PHP_Debug/
@ 2021-03-05 20:27 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-03-05 20:27 UTC (permalink / raw
To: gentoo-commits
commit: 61eaa63b128adcf9216682e3b179f3b5a4e89834
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Mar 5 12:35:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 20:27:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61eaa63b
dev-php/PEAR-PHP_Debug: remove whitespace
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19775
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild
index a09ecc06ad4..1d8a11e168f 100644
--- a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild
+++ b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit php-pear-r2
-DESCRIPTION="Provides traces, timings, executed queries, watched variables etc. "
+DESCRIPTION="Provides traces, timings, executed queries, watched variables etc."
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PHP_Debug/
@ 2024-07-11 18:47 Viorel Munteanu
0 siblings, 0 replies; 5+ messages in thread
From: Viorel Munteanu @ 2024-07-11 18:47 UTC (permalink / raw
To: gentoo-commits
commit: c32ad673ed19ea2414a5c4b43cfe7a5e71a596bc
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 17:36:00 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 18:43:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32ad673
dev-php/PEAR-PHP_Debug: treeclean
Bug: https://bugs.gentoo.org/933998
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-php/PEAR-PHP_Debug/Manifest | 1 -
.../PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild | 21 ---------------------
dev-php/PEAR-PHP_Debug/metadata.xml | 8 --------
3 files changed, 30 deletions(-)
diff --git a/dev-php/PEAR-PHP_Debug/Manifest b/dev-php/PEAR-PHP_Debug/Manifest
deleted file mode 100644
index 120c6590a9cb..000000000000
--- a/dev-php/PEAR-PHP_Debug/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PHP_Debug-1.0.3.tgz 48967 BLAKE2B b98d02a05f1aa35749e058d33a28418f2f3f956356789394cc9d17a496663322cf2bfbb5b6ce044ec1f8da14977af85f3659df7b0c272dfd30232258df599157 SHA512 740991812218abe21babc9892a3a814c8ed9180a7d68acafee933c4cec3c86282134bb46b2058cae8ff97a134a3c04b72d8113126184f6aff27fea9f1203344c
diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild
deleted file mode 100644
index 1d8a11e168f5..000000000000
--- a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit php-pear-r2
-
-DESCRIPTION="Provides traces, timings, executed queries, watched variables etc."
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal"
-
-RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter )"
-DOCS=( docs/README docs/INSTALL docs/CHANGELOG docs/FAQ docs/TODO docs/CONTACT )
-src_install() {
- php-pear-r2_src_install
- docinto html
- dodoc -r css images js
-}
diff --git a/dev-php/PEAR-PHP_Debug/metadata.xml b/dev-php/PEAR-PHP_Debug/metadata.xml
deleted file mode 100644
index 222c77f3742a..000000000000
--- a/dev-php/PEAR-PHP_Debug/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>php-bugs@gentoo.org</email>
- <name>PHP</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-11 18:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 18:47 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PHP_Debug/ Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2021-03-05 20:27 Sam James
2017-11-07 15:16 Brian Evans
2017-11-06 18:36 Brian Evans
2017-11-06 18:36 Brian Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox