public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2017-03-02 10:47 Agostino Sarubbo
  0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2017-03-02 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     2986390a699473a6f6aee1b85a8ddb059184683a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 10:45:19 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 10:45:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2986390a

dev-php/PEAR-Console_CommandLine: x86 stable wrt bug #611164

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
index 7100b5699bc..a0cc31e3fba 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="examples test"
 
 # Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2024-06-21  8:05 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2024-06-21  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b26660da04299fd0e39151fb9bd20c9363229aa2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 08:04:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 08:05:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26660da

dev-php/PEAR-Console_CommandLine: drop 1.2.2

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-php/PEAR-Console_CommandLine/Manifest          |  1 -
 .../PEAR-Console_CommandLine-1.2.2.ebuild          | 53 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-php/PEAR-Console_CommandLine/Manifest b/dev-php/PEAR-Console_CommandLine/Manifest
index c0ada322b9e5..055772d25b61 100644
--- a/dev-php/PEAR-Console_CommandLine/Manifest
+++ b/dev-php/PEAR-Console_CommandLine/Manifest
@@ -1,2 +1 @@
-DIST Console_CommandLine-1.2.2.tgz 40705 BLAKE2B 1cf2fd7ffdafe1b6e683d40e24c07bc12c9e41469e42595f40778f0bfef30457b32f80b966835a690724e29216348be0fb3f98a83947459d48f728896a5a056a SHA512 05dbde123d0d4fdbba2a959f4bea3b115e3629060a268d25a3007c2ee5a3530b8ebbd8c7d124a6c9d012cafa19f41690a888943a6c1e2e5ec1b9d83fa821d603
 DIST Console_CommandLine-1.2.6.tgz 36389 BLAKE2B a2ad049324653d9e2dc5b438619dec5caed3cba1703395da0838ec521c08b37bdc693aa79ed87e2cc4e3e2382c7ebcaa340da34716eeb3700c4242cf5c05afdd SHA512 bd3a04915b6cc1dc07d2aad4c5714d7b3ed373c938bc945f0bd71d1686788d2be9cb9a3cdf5021f34a200b361d76a664921334d4e462e011502e37d0a8fbd891

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
deleted file mode 100644
index b2dacba50160..000000000000
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A full-featured command-line options and arguments parser"
-HOMEPAGE="https://pear.php.net/package/Console_CommandLine"
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc64 sparc x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-# Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.
-RDEPEND="dev-lang/php:*
-	dev-php/PEAR-PEAR"
-
-# Beware, the test suite really needs PEAR-PEAR.
-DEPEND="test? ( ${RDEPEND} )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	# There's one occurrence of @data_dir@ that needs to be replaced
-	# This location just has to agree with where we put the "data"
-	# directory during src_install().
-	default
-	sed -i "s|@data_dir@|${EPREFIX}/usr/share|" \
-		Console/CommandLine/XmlParser.php || die
-}
-
-src_install() {
-	use examples && dodoc -r docs/examples
-
-	insinto "/usr/share/${MY_PN}"
-	doins -r data
-
-	insinto /usr/share/php
-	doins -r Console
-}
-
-src_test() {
-	# Requires the "pear" executable from dev-php/PEAR-PEAR.
-	pear run-tests tests || die
-
-	# The command succeeds regardless of whether or not the test suite
-	# passed, but this file is only written when there was a failure.
-	[[ -f run-tests.log ]] && die "test suite failed"
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2024-06-21  4:23 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2024-06-21  4:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d65ef0d9af6a774c73d0814793310f4d6c486716
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 04:23:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 04:23:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65ef0d9

dev-php/PEAR-Console_CommandLine: Stabilize 1.2.6 sparc, #934615

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
index 03f2a483ee09..1b19d1c693f1 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/pear/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${M
 S="${WORKDIR}/${MY_P}"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ppc64 sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2024-06-20 20:24 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2024-06-20 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0b60a210afa9c2bf31576f7877baee89d17b7056
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 20:24:14 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 20:24:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b60a210

dev-php/PEAR-Console_CommandLine: Stabilize 1.2.6 ppc64, #934615

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
index b0a02144f13d..03f2a483ee09 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/pear/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${M
 S="${WORKDIR}/${MY_P}"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ppc64 ~sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2024-06-20 18:14 Arthur Zamarin
  0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2024-06-20 18:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9ee87b490f07194e262193672a22cd7695c05558
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 18:14:10 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 18:14:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee87b49

dev-php/PEAR-Console_CommandLine: Stabilize 1.2.6 amd64, #934615

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
index 4ff2153d19ac..b0a02144f13d 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/pear/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${M
 S="${WORKDIR}/${MY_P}"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ~ppc64 ~sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2024-06-20 17:53 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-06-20 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6de0aa56562364561fcce4a53f4b791baa658317
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 17:53:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 17:53:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de0aa56

dev-php/PEAR-Console_CommandLine: Stabilize 1.2.6 arm, #934615

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
index f23c231483f1..4ff2153d19ac 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/pear/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${M
 S="${WORKDIR}/${MY_P}"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 arm ~hppa ~ppc64 ~sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2024-06-20 17:53 Sam James
  0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2024-06-20 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b2841cdb5cd8081dff1a2c7917102208ed009ccc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 17:53:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 17:53:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2841cdb

dev-php/PEAR-Console_CommandLine: Stabilize 1.2.6 x86, #934615

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
index 84b9a1732c7a..f23c231483f1 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/pear/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${M
 S="${WORKDIR}/${MY_P}"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2024-06-11 19:26 Michael Orlitzky
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Orlitzky @ 2024-06-11 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f6bb647a55dfa5f45c91c1f77dc290751da28336
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 19:00:23 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 19:25:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6bb647a

dev-php/PEAR-Console_CommandLine: test deps should be BDEPEND in EAPI=8

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
index 043f5229838d..84b9a1732c7a 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
@@ -20,7 +20,7 @@ RDEPEND="dev-lang/php:*
 	dev-php/PEAR-Exception"
 
 # Beware, the test suite really needs PEAR-PEAR.
-DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )"
+BDEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )"
 
 src_prepare() {
 	# There's one occurrence of @data_dir@ that needs to be replaced


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2024-06-11 16:35 Michael Orlitzky
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Orlitzky @ 2024-06-11 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     26ff2830784f8ec2d0ae34ebd2fed92ddb88f10c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 16:09:07 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 16:33:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ff2830

dev-php/PEAR-Console_CommandLine: add 1.2.6

Closes: https://bugs.gentoo.org/774768
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-php/PEAR-Console_CommandLine/Manifest          |  1 +
 .../PEAR-Console_CommandLine-1.2.6.ebuild          | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/dev-php/PEAR-Console_CommandLine/Manifest b/dev-php/PEAR-Console_CommandLine/Manifest
index 08a0a05aec75..c0ada322b9e5 100644
--- a/dev-php/PEAR-Console_CommandLine/Manifest
+++ b/dev-php/PEAR-Console_CommandLine/Manifest
@@ -1 +1,2 @@
 DIST Console_CommandLine-1.2.2.tgz 40705 BLAKE2B 1cf2fd7ffdafe1b6e683d40e24c07bc12c9e41469e42595f40778f0bfef30457b32f80b966835a690724e29216348be0fb3f98a83947459d48f728896a5a056a SHA512 05dbde123d0d4fdbba2a959f4bea3b115e3629060a268d25a3007c2ee5a3530b8ebbd8c7d124a6c9d012cafa19f41690a888943a6c1e2e5ec1b9d83fa821d603
+DIST Console_CommandLine-1.2.6.tgz 36389 BLAKE2B a2ad049324653d9e2dc5b438619dec5caed3cba1703395da0838ec521c08b37bdc693aa79ed87e2cc4e3e2382c7ebcaa340da34716eeb3700c4242cf5c05afdd SHA512 bd3a04915b6cc1dc07d2aad4c5714d7b3ed373c938bc945f0bd71d1686788d2be9cb9a3cdf5021f34a200b361d76a664921334d4e462e011502e37d0a8fbd891

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
new file mode 100644
index 000000000000..043f5229838d
--- /dev/null
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.6.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/PEAR-/}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A full-featured command-line options and arguments parser"
+HOMEPAGE="https://pear.php.net/package/Console_CommandLine"
+SRC_URI="https://github.com/pear/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${MY_P}.tgz"
+S="${WORKDIR}/${MY_P}"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-lang/php:*
+	dev-php/PEAR-Exception"
+
+# Beware, the test suite really needs PEAR-PEAR.
+DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )"
+
+src_prepare() {
+	# There's one occurrence of @data_dir@ that needs to be replaced
+	# This location just has to agree with where we put the "data"
+	# directory during src_install().
+	default
+	sed -i "s|@data_dir@|${EPREFIX}/usr/share|" \
+		Console/CommandLine/XmlParser.php || die
+
+	# These two fail, but only due to the ordering of the associative
+	# arrays in the expected output. Github issue tracking is disabled
+	# but the current maintainer of the repo has been emailed about it.
+	rm tests/console_commandline_{addargument,addoption}.phpt || die
+}
+
+src_install() {
+	use examples && dodoc -r docs/examples
+
+	insinto "/usr/share/${MY_PN}"
+	doins -r data
+
+	insinto /usr/share/php
+	doins -r Console
+}
+
+src_test() {
+	# Requires the "pear" executable from dev-php/PEAR-PEAR.
+	pear run-tests tests || die
+
+	# The command succeeds regardless of whether or not the test suite
+	# passed, but this file is only written when there was a failure.
+	[[ -f run-tests.log ]] && die "test suite failed"
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2019-08-16 12:57 Brian Evans
  0 siblings, 0 replies; 23+ messages in thread
From: Brian Evans @ 2019-08-16 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1f67713cdd93c9f31ce6e8a1c5588f4e2987d6b0
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 12:56:39 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 12:57:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f67713c

dev-php/PEAR-Console_CommandLine: Fix conditional test RESTRICT

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
index 24dcb887303..606b86b09a8 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -13,6 +13,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="examples test"
+RESTRICT="!test? ( test )"
 
 # Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.
 RDEPEND="dev-lang/php:*


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2018-02-20  1:55 Brian Evans
  0 siblings, 0 replies; 23+ messages in thread
From: Brian Evans @ 2018-02-20  1:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e225255db777cc20113c202385825e3fda9019a6
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 01:51:22 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 01:51:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e225255d

dev-php/PEAR-Console_CommandLine: Pure PHP code stable on all arches

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
index 5668d3ce595..aec17d081cd 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="examples test"
 
 # Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2017-11-06 21:20 Sergei Trofimovich
  0 siblings, 0 replies; 23+ messages in thread
From: Sergei Trofimovich @ 2017-11-06 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     0b10b523dbc7893b9a3aa940ee58a6fdec16c67c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 21:18:00 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 21:20:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b10b523

dev-php/PEAR-Console_CommandLine: keyworded 1.2.2 for sparc, bug #574264 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
index 5e5c2d9f5fc..5668d3ce595 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="examples test"
 
 # Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2017-04-01 10:40 Michael Weber
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Weber @ 2017-04-01 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4f8ef26489656daba8ea12566baf61b564627267
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 10:37:22 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 10:37:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8ef264

dev-php/PEAR-Console_CommandLine: add ~ppc keyword (bug 594824).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm arm64 ppc ppc64"

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
index 68861dcda4c..bdd79c1f472 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ppc64 x86"
+KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86"
 IUSE="examples test"
 
 # Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2017-04-01 10:02 Michael Weber
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Weber @ 2017-04-01 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3659e877449b7d72a302a10cf217d8f9f5c18760
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 09:59:52 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 09:59:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3659e877

dev-php/PEAR-Console_CommandLine: add ~ppc64 keyword (bug 594824).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm arm64 ppc ppc64"

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
index 14202b43ff2..68861dcda4c 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa x86"
+KEYWORDS="amd64 arm ~hppa ~ppc64 x86"
 IUSE="examples test"
 
 # Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2017-03-25 10:08 Jeroen Roovers
  0 siblings, 0 replies; 23+ messages in thread
From: Jeroen Roovers @ 2017-03-25 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b501dc9b2d0c1add695c4b02e7d57bf9bbb13181
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 09:14:11 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 10:08:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b501dc9b

dev-php/PEAR-Console_CommandLine: Mark ~hppa (bug #574264).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
index b81a1c5086f..14202b43ff2 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm x86"
+KEYWORDS="amd64 arm ~hppa x86"
 IUSE="examples test"
 
 # Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2017-03-04  1:38 Michael Orlitzky
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Orlitzky @ 2017-03-04  1:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c1570efc731a492631edfa177092cd5686bdd32b
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 01:36:56 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 01:36:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1570efc

dev-php/PEAR-Console_CommandLine: remove unused versions 1.2.0 and 1.2.1.

Gentoo-Bug: 611164

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/PEAR-Console_CommandLine/Manifest           |  2 --
 .../PEAR-Console_CommandLine-1.2.0.ebuild           | 21 ---------------------
 .../PEAR-Console_CommandLine-1.2.1.ebuild           | 21 ---------------------
 3 files changed, 44 deletions(-)

diff --git a/dev-php/PEAR-Console_CommandLine/Manifest b/dev-php/PEAR-Console_CommandLine/Manifest
index fe2cd36f34e..705715f3ef9 100644
--- a/dev-php/PEAR-Console_CommandLine/Manifest
+++ b/dev-php/PEAR-Console_CommandLine/Manifest
@@ -1,3 +1 @@
-DIST Console_CommandLine-1.2.0.tgz 39740 SHA256 18f2cbed4ab2af1c5423e5f24bc1689f4d789b1bb36dde2e0c4d198d7c71c17e SHA512 398955e43d95f5c2bf7ec61b17e0b87db6967010a3f3489131588bbcca3fb9d188829c7e54dd06197df21e4ee5e10c5f50b28df20bdf6690d89722c409060c24 WHIRLPOOL 6e3d9c133b3d2a878e1806d49294199ee0015e4efe40169ce041b7ae1571fc58eaef5abb9dfdf03957f16a2664ecf2a08db951716419f234db9e3339767185a2
-DIST Console_CommandLine-1.2.1.tgz 40662 SHA256 a436c55d12c90125d2e69becb125d327f38d5fc6a75c93501213b2bc83956837 SHA512 7ba1ef74c9afc75be26c313fcbf3420bcfb5bfa553be54a88a8e13ef455a51e8f8ee749113bfbd59bd0e4b1a27142d743293bebcf2606b120fa18737f30b1d2e WHIRLPOOL 05f011da7cd4384d0bd4bdbda23cd138b243a7acf95ab5b8764adf2d22192638066ec26af436a256cc0fba8e5e44a484c7b023017e62b59874d20249c1a67761
 DIST Console_CommandLine-1.2.2.tgz 40705 SHA256 38d677e321c33bbf179cc9e4ec7840b63fef70531f1ce797fb09b50bcc94a417 SHA512 05dbde123d0d4fdbba2a959f4bea3b115e3629060a268d25a3007c2ee5a3530b8ebbd8c7d124a6c9d012cafa19f41690a888943a6c1e2e5ec1b9d83fa821d603 WHIRLPOOL fd7651e46528506a87b10e7838be6663a82c40e63803993a33bac0ac165c45d0444b1a26a3c269f514db024d14ebfeb6188c4b4c3fc8f24b974244bd357c07e7

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild
deleted file mode 100644
index 10102f26010..00000000000
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-inherit php-pear-r1
-
-DESCRIPTION="A full featured command line options and arguments parser"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-DEPEND=">=dev-php/pear-1.4"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
-	php-pear-r1_src_install
-	rm -r "${D}"/usr/share/php/tests
-	rm -r "${D}"/usr/share/php/docs
-}

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
deleted file mode 100644
index db9ea053997..00000000000
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit php-pear-r1
-
-DESCRIPTION="A full featured command line options and arguments parser"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 arm ~x86"
-IUSE=""
-DEPEND=">=dev-php/pear-1.4"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
-	php-pear-r1_src_install
-	rm -r "${D}"/usr/share/php/tests || die
-	rm -r "${D}"/usr/share/php/docs || die
-}


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2017-03-03 19:01 Markus Meier
  0 siblings, 0 replies; 23+ messages in thread
From: Markus Meier @ 2017-03-03 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     3e760f0589521374adc2cd4a23c0bb0c301b5a0a
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 19:01:26 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 19:01:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e760f05

dev-php/PEAR-Console_CommandLine: arm stable, bug #611164

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
index a0cc31e3fba..b81a1c5086f 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
 IUSE="examples test"
 
 # Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2017-03-02 10:30 Agostino Sarubbo
  0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2017-03-02 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     efb1469bc462b6a0fa40581515b1cbaf725511b6
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 10:29:47 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 10:29:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb1469b

dev-php/PEAR-Console_CommandLine: amd64 stable wrt bug #611164

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
index da85ec27613..7100b5699bc 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}"
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="examples test"
 
 # Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2017-01-20  0:15 Michael Orlitzky
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Orlitzky @ 2017-01-20  0:15 UTC (permalink / raw
  To: gentoo-commits

commit:     c6e61c1e57365284b061ade8fd66ec9cd4ebfb25
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 00:12:29 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 00:12:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e61c1e

dev-php/PEAR-Console_CommandLine: new version 1.2.2.

This new version drops the php-pear-r1 eclass in exchange for a few
fixes. The documentation (examples) are now installed in the correct
location, behind USE=examples. The xmlschema.rng data file is
installed outside of the PHP include directory, since it is not
included by PHP code. And finally, the (working) test suite has been
enabled.

Package-Manager: portage-2.3.0

 dev-php/PEAR-Console_CommandLine/Manifest          |  1 +
 .../PEAR-Console_CommandLine-1.2.2.ebuild          | 53 ++++++++++++++++++++++
 dev-php/PEAR-Console_CommandLine/metadata.xml      | 14 +++---
 3 files changed, 61 insertions(+), 7 deletions(-)

diff --git a/dev-php/PEAR-Console_CommandLine/Manifest b/dev-php/PEAR-Console_CommandLine/Manifest
index c745ccb..fe2cd36 100644
--- a/dev-php/PEAR-Console_CommandLine/Manifest
+++ b/dev-php/PEAR-Console_CommandLine/Manifest
@@ -1,2 +1,3 @@
 DIST Console_CommandLine-1.2.0.tgz 39740 SHA256 18f2cbed4ab2af1c5423e5f24bc1689f4d789b1bb36dde2e0c4d198d7c71c17e SHA512 398955e43d95f5c2bf7ec61b17e0b87db6967010a3f3489131588bbcca3fb9d188829c7e54dd06197df21e4ee5e10c5f50b28df20bdf6690d89722c409060c24 WHIRLPOOL 6e3d9c133b3d2a878e1806d49294199ee0015e4efe40169ce041b7ae1571fc58eaef5abb9dfdf03957f16a2664ecf2a08db951716419f234db9e3339767185a2
 DIST Console_CommandLine-1.2.1.tgz 40662 SHA256 a436c55d12c90125d2e69becb125d327f38d5fc6a75c93501213b2bc83956837 SHA512 7ba1ef74c9afc75be26c313fcbf3420bcfb5bfa553be54a88a8e13ef455a51e8f8ee749113bfbd59bd0e4b1a27142d743293bebcf2606b120fa18737f30b1d2e WHIRLPOOL 05f011da7cd4384d0bd4bdbda23cd138b243a7acf95ab5b8764adf2d22192638066ec26af436a256cc0fba8e5e44a484c7b023017e62b59874d20249c1a67761
+DIST Console_CommandLine-1.2.2.tgz 40705 SHA256 38d677e321c33bbf179cc9e4ec7840b63fef70531f1ce797fb09b50bcc94a417 SHA512 05dbde123d0d4fdbba2a959f4bea3b115e3629060a268d25a3007c2ee5a3530b8ebbd8c7d124a6c9d012cafa19f41690a888943a6c1e2e5ec1b9d83fa821d603 WHIRLPOOL fd7651e46528506a87b10e7838be6663a82c40e63803993a33bac0ac165c45d0444b1a26a3c269f514db024d14ebfeb6188c4b4c3fc8f24b974244bd357c07e7

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
new file mode 100644
index 00000000..569e460
--- /dev/null
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="${PN/PEAR-/}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A full-featured command-line options and arguments parser"
+HOMEPAGE="http://pear.php.net/package/${MY_PN}"
+SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="examples test"
+
+# Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.
+RDEPEND="dev-lang/php:*
+	dev-php/PEAR-PEAR"
+
+# Beware, the test suite really needs PEAR-PEAR.
+DEPEND="test? ( ${RDEPEND} )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	# There's one occurrence of @data_dir@ that needs to be replaced
+	# This location just has to agree with where we put the "data"
+	# directory during src_install().
+	default
+	sed -i "s|@data_dir@|${EPREFIX}/usr/share|" \
+		Console/CommandLine/XmlParser.php || die
+}
+
+src_install() {
+	use examples && dodoc -r docs/examples
+
+	insinto "/usr/share/${MY_PN}"
+	doins -r data
+
+	insinto /usr/share/php
+	doins -r Console
+}
+
+src_test() {
+	# Requires the "pear" executable from dev-php/PEAR-PEAR.
+	pear run-tests tests || die
+
+	# The command succeeds regardless of whether or not the test suite
+	# passed, but this file is only written when there was a failure.
+	[[ -f run-tests.log ]] && die "test suite failed"
+}

diff --git a/dev-php/PEAR-Console_CommandLine/metadata.xml b/dev-php/PEAR-Console_CommandLine/metadata.xml
index 1b669c9..8f44a5b 100644
--- a/dev-php/PEAR-Console_CommandLine/metadata.xml
+++ b/dev-php/PEAR-Console_CommandLine/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-<email>php-bugs@gentoo.org</email>
-<name>PHP</name>
-</maintainer>
-<longdescription lang="en">
-A full featured command line options and arguments parser
-</longdescription>
+  <maintainer type="project">
+    <email>php-bugs@gentoo.org</email>
+    <name>PHP</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">pear/Console_CommandLine</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2016-12-23 15:05 Markus Meier
  0 siblings, 0 replies; 23+ messages in thread
From: Markus Meier @ 2016-12-23 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     03340bfbd4ea6523f369c2fabaae9194aca62e06
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 15:04:59 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 15:04:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03340bfb

dev-php/PEAR-Console_CommandLine: arm stable, bug #601410

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
index e107d08..88e0ec9 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A full featured command line options and arguments parser"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 arm ~x86"
 IUSE=""
 DEPEND=">=dev-php/pear-1.4"
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2016-05-21 15:47 Pacho Ramos
  0 siblings, 0 replies; 23+ messages in thread
From: Pacho Ramos @ 2016-05-21 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1ac40e3bbfb965c7395b46c487312c542e45eba7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 15:43:41 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 15:43:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac40e3b

dev-php/PEAR-Console_CommandLine: Cleanup due to #321263

Package-Manager: portage-2.3.0_rc1

 dev-php/PEAR-Console_CommandLine/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-php/PEAR-Console_CommandLine/metadata.xml b/dev-php/PEAR-Console_CommandLine/metadata.xml
index eb5b94e..1b669c9 100644
--- a/dev-php/PEAR-Console_CommandLine/metadata.xml
+++ b/dev-php/PEAR-Console_CommandLine/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-<email>olemarkus@gentoo.org</email>
-<name>Ole Markus With</name>
-</maintainer>
 <maintainer type="project">
 <email>php-bugs@gentoo.org</email>
 <name>PHP</name>


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2016-03-02 19:26 Markus Meier
  0 siblings, 0 replies; 23+ messages in thread
From: Markus Meier @ 2016-03-02 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c77f3f21b8e211aca54ccb13c991df9efdfc5a9b
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  2 19:25:36 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 19:25:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77f3f21

dev-php/PEAR-Console_CommandLine: add ~arm, bug #574264

Package-Manager: portage-2.2.27
RepoMan-Options: --include-arches="arm"

 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
index c1e5e17..e107d08 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A full featured command line options and arguments parser"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 DEPEND=">=dev-php/pear-1.4"
 


^ permalink raw reply related	[flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
@ 2016-02-09 14:27 Brian Evans
  0 siblings, 0 replies; 23+ messages in thread
From: Brian Evans @ 2016-02-09 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     160877276941027db6bf22400643f4bf26b74eba
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 14:26:56 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 14:26:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16087727

dev-php/PEAR-Console_CommandLine: Version bump

Package-Manager: portage-2.2.27

 dev-php/PEAR-Console_CommandLine/Manifest          |  1 +
 .../PEAR-Console_CommandLine-1.2.1.ebuild          | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-php/PEAR-Console_CommandLine/Manifest b/dev-php/PEAR-Console_CommandLine/Manifest
index 721e71a..c745ccb 100644
--- a/dev-php/PEAR-Console_CommandLine/Manifest
+++ b/dev-php/PEAR-Console_CommandLine/Manifest
@@ -1 +1,2 @@
 DIST Console_CommandLine-1.2.0.tgz 39740 SHA256 18f2cbed4ab2af1c5423e5f24bc1689f4d789b1bb36dde2e0c4d198d7c71c17e SHA512 398955e43d95f5c2bf7ec61b17e0b87db6967010a3f3489131588bbcca3fb9d188829c7e54dd06197df21e4ee5e10c5f50b28df20bdf6690d89722c409060c24 WHIRLPOOL 6e3d9c133b3d2a878e1806d49294199ee0015e4efe40169ce041b7ae1571fc58eaef5abb9dfdf03957f16a2664ecf2a08db951716419f234db9e3339767185a2
+DIST Console_CommandLine-1.2.1.tgz 40662 SHA256 a436c55d12c90125d2e69becb125d327f38d5fc6a75c93501213b2bc83956837 SHA512 7ba1ef74c9afc75be26c313fcbf3420bcfb5bfa553be54a88a8e13ef455a51e8f8ee749113bfbd59bd0e4b1a27142d743293bebcf2606b120fa18737f30b1d2e WHIRLPOOL 05f011da7cd4384d0bd4bdbda23cd138b243a7acf95ab5b8764adf2d22192638066ec26af436a256cc0fba8e5e44a484c7b023017e62b59874d20249c1a67761

diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
new file mode 100644
index 0000000..c1e5e17
--- /dev/null
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+inherit php-pear-r1
+
+DESCRIPTION="A full featured command line options and arguments parser"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND=">=dev-php/pear-1.4"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+	php-pear-r1_src_install
+	rm -r "${D}"/usr/share/php/tests || die
+	rm -r "${D}"/usr/share/php/docs || die
+}


^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-06-21  8:05 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-02 10:47 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2024-06-21  8:05 Arthur Zamarin
2024-06-21  4:23 Arthur Zamarin
2024-06-20 20:24 Arthur Zamarin
2024-06-20 18:14 Arthur Zamarin
2024-06-20 17:53 Sam James
2024-06-20 17:53 Sam James
2024-06-11 19:26 Michael Orlitzky
2024-06-11 16:35 Michael Orlitzky
2019-08-16 12:57 Brian Evans
2018-02-20  1:55 Brian Evans
2017-11-06 21:20 Sergei Trofimovich
2017-04-01 10:40 Michael Weber
2017-04-01 10:02 Michael Weber
2017-03-25 10:08 Jeroen Roovers
2017-03-04  1:38 Michael Orlitzky
2017-03-03 19:01 Markus Meier
2017-03-02 10:30 Agostino Sarubbo
2017-01-20  0:15 Michael Orlitzky
2016-12-23 15:05 Markus Meier
2016-05-21 15:47 Pacho Ramos
2016-03-02 19:26 Markus Meier
2016-02-09 14:27 Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox