[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Socket/

2024-06-21 Thread Arthur Zamarin
commit: 81644f2ff20cdfed6be94d6b0bcbea00218108b9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 21 08:05:02 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 21 08:05:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81644f2f

dev-php/PEAR-Net_Socket: drop 1.2.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild | 14 --
 1 file changed, 14 deletions(-)

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild
deleted file mode 100644
index a9d8095cf5ec..
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="PHP class interface to TCP sockets"
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86"
-IUSE=""
-DEPEND=""
-RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/

2024-06-21 Thread Arthur Zamarin
commit: b26660da04299fd0e39151fb9bd20c9363229aa2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 21 08:04:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 21 08:05:23 2024 +
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  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..
--- 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"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Auth_SASL/

2024-06-20 Thread Arthur Zamarin
commit: fb71c9e487639604b656182b8e35c776c976bd1c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 21 05:02:49 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 21 05:02:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb71c9e4

dev-php/PEAR-Auth_SASL: drop 1.1.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-php/PEAR-Auth_SASL/Manifest|  1 -
 dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/dev-php/PEAR-Auth_SASL/Manifest b/dev-php/PEAR-Auth_SASL/Manifest
index ebd9f831da87..a078384243fb 100644
--- a/dev-php/PEAR-Auth_SASL/Manifest
+++ b/dev-php/PEAR-Auth_SASL/Manifest
@@ -1,2 +1 @@
-DIST Auth_SASL-1.1.0.tgz 9380 BLAKE2B 
ab04812883b5b1a88fe1440f23e206e39676807c69bc029e81e539eb5588a4fa15bcb6f867f109a5eb86d0758bf9fb4f30664a8fdac7aee59a0426f5da6e6dbf
 SHA512 
446ffa37fe7669d3993613167b07fb173c2e17664dcfb56d96a889b4a0cb2c83cc73d307aee15fc8fa7e666502835c15d09c32d8a491060bdd23c9093346bc40
 DIST Auth_SASL-1.2.0.tgz 9524 BLAKE2B 
e7e0ad21f486ad4568e062d755eb30115d84355b04dc6313415a2b3a335ad56089221d0f69872ce83cb963daabfd636b5492f52d5d15b9fb4da0e5a85f39803a
 SHA512 
47f74d43a1081260771ebb32cebd4ce1b2b87d4fe09d3b84d16e60c2bde9be97b1f0d1962e10528c39d58ec5b88dcbef62bedcc22ca73d960a89f64b15d3c31d

diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild 
b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild
deleted file mode 100644
index 07e1c70720e1..
--- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="Abstraction of various SASL mechanism responses"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86"
-IUSE=""
-RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Structures_Graph/

2024-06-20 Thread Arthur Zamarin
commit: ce0ebd23b9332179134af4661374672df1b26a22
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 21 05:03:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 21 05:03:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0ebd23

dev-php/PEAR-Structures_Graph: drop 1.1.1-r1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-php/PEAR-Structures_Graph/Manifest |  1 -
 .../PEAR-Structures_Graph-1.1.1-r1.ebuild  | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-php/PEAR-Structures_Graph/Manifest 
b/dev-php/PEAR-Structures_Graph/Manifest
index 642d4147fef1..6fe4b20376f8 100644
--- a/dev-php/PEAR-Structures_Graph/Manifest
+++ b/dev-php/PEAR-Structures_Graph/Manifest
@@ -1,2 +1 @@
-DIST Structures_Graph-1.1.1.tgz 12402 BLAKE2B 
049fc9a15b1ea46a8cb63576174b4b1cc491dd31794b8a1f9526958f6d54902069d16a7158615fc9708ba88bf46e0b021baa01596e443f8c6d9a7f551dac8b23
 SHA512 
cd4feb265e1aa05de348645dfc0b8e336486cb02c553dd8fcacb0a1eab452bf54108e07864395d55e0c92f4ffd338a5ae846b2dc28804bb23f03c91864ef0284
 DIST Structures_Graph-1.2.0.tgz 12507 BLAKE2B 
2dca23da6d9b42aefee9c10f0ff3cbd0946186b332d0f56da65d068e02b9858c9113568b9850c4b1aae0ed4dd15b2c463765f2ed3d232083d5d6ef130443b14f
 SHA512 
a256e6be4ac2011678942d97e39975973aed8b8dbab535325810ae97fb322a4aaac8daf1302f34f239a2b38649ddb39c1ae0a8c325aa1c6cbd90208adf9973dc

diff --git 
a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild 
b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild
deleted file mode 100644
index 90cdfffd089f..
--- a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,26 +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="Graph datastructure manipulation library"
-HOMEPAGE="https://pear.php.net/package/Structures_Graph;
-SRC_URI="https://pear.php.net/get/${MY_P}.tgz;
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~s390 sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/php:*"
-PDEPEND="dev-php/PEAR-PEAR"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   insinto /usr/share/php
-   doins -r Structures
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/

2024-06-20 Thread Arthur Zamarin
commit: d65ef0d9af6a774c73d0814793310f4d6c486716
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 21 04:23:34 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 21 04:23:34 2024 +
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  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 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Socket/

2024-06-20 Thread Arthur Zamarin
commit: 4bb4bd6eba015eef588aa16e724a318154bfe2f5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 21 04:23:33 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 21 04:23:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb4bd6e

dev-php/PEAR-Net_Socket: Stabilize 1.2.2-r1 sparc, #934614

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
index c82462dc358a..04a52b0118d0 100644
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
@@ -9,6 +9,6 @@ DESCRIPTION="PHP class interface to TCP sockets"
 LICENSE="BSD-2"
 
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86"
 
 RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Auth_SASL/

2024-06-20 Thread Sam James
commit: 62e31be6f1e400841384bb0429b9d9c236b2fb15
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 20 21:45:39 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 20 21:45:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e31be6

dev-php/PEAR-Auth_SASL: Stabilize 1.2.0 ppc64, #934618

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild 
b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
index d2745d3daeae..f420b47ac98d 100644
--- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
+++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
@@ -9,5 +9,5 @@ DESCRIPTION="Abstraction of various SASL mechanism responses"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ppc64 ~s390 sparc x86"
+KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86"
 RDEPEND="dev-php/PEAR-PEAR"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Structures_Graph/

2024-06-20 Thread Sam James
commit: f677c0215d917dee8169655cf0a56e973bc4e411
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 20 21:45:38 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 20 21:45:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f677c021

dev-php/PEAR-Structures_Graph: Stabilize 1.2.0 sparc, #934617

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild 
b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
index 64e399f1ef8b..625288b8ce78 100644
--- a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
+++ b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://pear.php.net/get/${MY_P}.tgz;
 S="${WORKDIR}/${MY_P}"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~s390 sparc x86"
 
 RDEPEND="dev-lang/php:*"
 PDEPEND="dev-php/PEAR-PEAR"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Auth_SASL/

2024-06-20 Thread Arthur Zamarin
commit: 8492ab2158f6e3bd756a75f7214540764b854e61
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 20:33:16 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 20:33:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8492ab21

dev-php/PEAR-Auth_SASL: Stabilize 1.2.0 sparc, #934618

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild 
b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
index 02eb66aee4cf..d2745d3daeae 100644
--- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
+++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
@@ -9,5 +9,5 @@ DESCRIPTION="Abstraction of various SASL mechanism responses"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ~ppc64 ~s390 sparc x86"
 RDEPEND="dev-php/PEAR-PEAR"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Socket/

2024-06-20 Thread Arthur Zamarin
commit: b59f3d52eaa81353cf9a15c5e4f4b0bf3ffd446b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 20:25:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 20:25:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59f3d52

dev-php/PEAR-Net_Socket: Stabilize 1.2.2-r1 ppc64, #934614

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
index 08d54b2109b6..c82462dc358a 100644
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
@@ -9,6 +9,6 @@ DESCRIPTION="PHP class interface to TCP sockets"
 LICENSE="BSD-2"
 
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ppc64 ~s390 ~sparc x86"
 
 RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/

2024-06-20 Thread Arthur Zamarin
commit: 0b60a210afa9c2bf31576f7877baee89d17b7056
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 20:24:14 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 20:24:14 2024 +
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  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 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Structures_Graph/

2024-06-20 Thread Sam James
commit: 1003702e685540411cd1890a94920eefeaa01f14
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 20 20:22:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 20 20:22:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1003702e

dev-php/PEAR-Structures_Graph: Stabilize 1.2.0 ppc64, #934617

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild 
b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
index 13dba6425333..64e399f1ef8b 100644
--- a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
+++ b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://pear.php.net/get/${MY_P}.tgz;
 S="${WORKDIR}/${MY_P}"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~s390 ~sparc x86"
 
 RDEPEND="dev-lang/php:*"
 PDEPEND="dev-php/PEAR-PEAR"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Socket/

2024-06-20 Thread Arthur Zamarin
commit: 323f03b84007ea0c70ef07a4ce186a733d4301f5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 18:39:59 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 18:39:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323f03b8

dev-php/PEAR-Net_Socket: Stabilize 1.2.2-r1 amd64, #934614

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
index 920654528d7d..08d54b2109b6 100644
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
@@ -9,6 +9,6 @@ DESCRIPTION="PHP class interface to TCP sockets"
 LICENSE="BSD-2"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
 
 RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/

2024-06-20 Thread Arthur Zamarin
commit: 9ee87b490f07194e262193672a22cd7695c05558
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 18:14:10 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 18:14:10 2024 +
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  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 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Structures_Graph/

2024-06-20 Thread Arthur Zamarin
commit: 9d1dff1c1acd79411f72d33741bf168a80b3b9f1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 18:04:11 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 18:04:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1dff1c

dev-php/PEAR-Structures_Graph: Stabilize 1.2.0 amd64, #934617

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild 
b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
index d7d7e9534f49..13dba6425333 100644
--- a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
+++ b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://pear.php.net/get/${MY_P}.tgz;
 S="${WORKDIR}/${MY_P}"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
 
 RDEPEND="dev-lang/php:*"
 PDEPEND="dev-php/PEAR-PEAR"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Auth_SASL/

2024-06-20 Thread Arthur Zamarin
commit: 635bfed92b475c5c1916f8cf24bda0213d0fca79
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 18:04:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 18:04:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635bfed9

dev-php/PEAR-Auth_SASL: Stabilize 1.2.0 amd64, #934618

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild 
b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
index be2670937388..02eb66aee4cf 100644
--- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
+++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
@@ -9,5 +9,5 @@ DESCRIPTION="Abstraction of various SASL mechanism responses"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
 RDEPEND="dev-php/PEAR-PEAR"



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

2024-06-20 Thread Arthur Zamarin
commit: f837684e5114ee3be31fae47f114c4c7a6c3b963
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 17:49:46 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 17:55:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f837684e

dev-php/pear: drop 1.10.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-php/pear/pear-1.10.3.ebuild | 16 
 1 file changed, 16 deletions(-)

diff --git a/dev-php/pear/pear-1.10.3.ebuild b/dev-php/pear/pear-1.10.3.ebuild
deleted file mode 100644
index 9631cdc0ccd8..
--- a/dev-php/pear/pear-1.10.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~s390 sparc x86"
-
-DESCRIPTION="PEAR - PHP Extension and Application Repository"
-HOMEPAGE="https://pear.php.net/;
-SRC_URI=""
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-php/PEAR-PEAR-${PVR}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Auth_SASL/

2024-06-20 Thread Sam James
commit: ae5d12efc0a0e0755188ea43c7d644052a685ab1
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 20 17:53:16 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 20 17:53:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5d12ef

dev-php/PEAR-Auth_SASL: Stabilize 1.2.0 x86, #934618

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild 
b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
index bc10fbc3d4fe..be2670937388 100644
--- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
+++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
@@ -9,5 +9,5 @@ DESCRIPTION="Abstraction of various SASL mechanism responses"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
 RDEPEND="dev-php/PEAR-PEAR"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/

2024-06-20 Thread Sam James
commit: 6de0aa56562364561fcce4a53f4b791baa658317
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 20 17:53:14 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 20 17:53:14 2024 +
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  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 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Structures_Graph/

2024-06-20 Thread Sam James
commit: dde74f2ba824cd1ab8aaccfcaaa7ea6310431c80
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 20 17:53:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 20 17:53:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde74f2b

dev-php/PEAR-Structures_Graph: Stabilize 1.2.0 x86, #934617

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild 
b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
index 61e763f84c3c..d7d7e9534f49 100644
--- a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
+++ b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://pear.php.net/get/${MY_P}.tgz;
 S="${WORKDIR}/${MY_P}"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
 
 RDEPEND="dev-lang/php:*"
 PDEPEND="dev-php/PEAR-PEAR"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Socket/

2024-06-20 Thread Sam James
commit: 9415d0fb495ca1e61c677cc516670345b4ce451d
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 20 17:53:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 20 17:53:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9415d0fb

dev-php/PEAR-Net_Socket: Stabilize 1.2.2-r1 x86, #934614

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
index 153096132e14..920654528d7d 100644
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
@@ -9,6 +9,6 @@ DESCRIPTION="PHP class interface to TCP sockets"
 LICENSE="BSD-2"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~hppa ~ppc64 ~s390 ~sparc x86"
 
 RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/

2024-06-20 Thread Sam James
commit: b2841cdb5cd8081dff1a2c7917102208ed009ccc
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 20 17:53:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 20 17:53:13 2024 +
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  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 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Structures_Graph/

2024-06-20 Thread Arthur Zamarin
commit: b5c312ba7d00aa72d8a1ba829135a4cd82388e3a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 17:43:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 17:43:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c312ba

dev-php/PEAR-Structures_Graph: Stabilize 1.2.0 arm, #934617

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild 
b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
index f4f914046d5a..61e763f84c3c 100644
--- a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
+++ b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://pear.php.net/get/${MY_P}.tgz;
 S="${WORKDIR}/${MY_P}"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="dev-lang/php:*"
 PDEPEND="dev-php/PEAR-PEAR"



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

2024-06-20 Thread Arthur Zamarin
commit: dd2559722a2dacff93d718324914c424d365ccb6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 17:43:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 17:43:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd255972

dev-php/pear: Stabilize 1.10.3-r1 ALLARCHES, #934616

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-php/pear/pear-1.10.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pear/pear-1.10.3-r1.ebuild 
b/dev-php/pear/pear-1.10.3-r1.ebuild
index 38f129c3618e..551894565885 100644
--- a/dev-php/pear/pear-1.10.3-r1.ebuild
+++ b/dev-php/pear/pear-1.10.3-r1.ebuild
@@ -8,6 +8,6 @@ HOMEPAGE="https://pear.php.net/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~s390 sparc x86"
 
 RDEPEND=">=dev-php/PEAR-PEAR-${PVR}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Socket/

2024-06-20 Thread Arthur Zamarin
commit: f3dc015771448bdf8756b3b97876be00c58ebee7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 17:43:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 17:43:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3dc0157

dev-php/PEAR-Net_Socket: Stabilize 1.2.2-r1 arm, #934614

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
index 74c922beabfc..153096132e14 100644
--- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
@@ -9,6 +9,6 @@ DESCRIPTION="PHP class interface to TCP sockets"
 LICENSE="BSD-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Auth_SASL/

2024-06-20 Thread Arthur Zamarin
commit: 647324ec09e2bc6347966aaf0c49b9ef45aaa7b5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 20 17:43:32 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 20 17:43:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647324ec

dev-php/PEAR-Auth_SASL: Stabilize 1.2.0 arm, #934618

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild 
b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
index 363344d6e784..bc10fbc3d4fe 100644
--- a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
+++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
@@ -9,5 +9,5 @@ DESCRIPTION="Abstraction of various SASL mechanism responses"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
 RDEPEND="dev-php/PEAR-PEAR"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Socket/

2024-06-12 Thread Viorel Munteanu
commit: eb9e470404594d5df301747b226d737693d3e353
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jun 12 06:15:13 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jun 12 06:18:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9e4704

dev-php/PEAR-Net_Socket: update EAPI 6 -> 8

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild 
b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
new file mode 100644
index ..74c922beabfc
--- /dev/null
+++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit php-pear-r2
+
+DESCRIPTION="PHP class interface to TCP sockets"
+LICENSE="BSD-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"



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

2024-06-11 Thread Viorel Munteanu
commit: c3fe930364db5ed259ec0b73857a6827a4ce6cea
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jun 12 04:59:15 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jun 12 05:52:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fe9303

dev-php/pear: update EAPI 6 -> 8

Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-php/pear/pear-1.10.3-r1.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/dev-php/pear/pear-1.10.3-r1.ebuild 
b/dev-php/pear/pear-1.10.3-r1.ebuild
new file mode 100644
index ..38f129c3618e
--- /dev/null
+++ b/dev-php/pear/pear-1.10.3-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="PEAR - PHP Extension and Application Repository"
+HOMEPAGE="https://pear.php.net/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND=">=dev-php/PEAR-PEAR-${PVR}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SMTP/

2024-06-11 Thread Michael Orlitzky
commit: 131a4443a36c1749683d3f71a8e205c3c5ad3ddb
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jun 11 19:31:30 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jun 11 19:35:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131a4443

dev-php/PEAR-Net_SMTP: add 1.12.1

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Net_SMTP/Manifest|  1 +
 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.12.1.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-php/PEAR-Net_SMTP/Manifest b/dev-php/PEAR-Net_SMTP/Manifest
index addb182d3212..e6ba799d72ba 100644
--- a/dev-php/PEAR-Net_SMTP/Manifest
+++ b/dev-php/PEAR-Net_SMTP/Manifest
@@ -1 +1,2 @@
 DIST Net_SMTP-1.10.0.tgz 15350 BLAKE2B 
9603188e5e70aac98135a7ab0248ccff2ebc1cbc2757ce65870228217936acd34249385bea352a3c5f64637ed82621fa17ee717f76d23c586140884d670dcff7
 SHA512 
4a742ea4521d6ee4889db365691cb3cd8299b9946618e7a80a10d025c4c3f68a91274829fc48ed9d095632e282b32b6e5fede633a5d48e2d995ce48b3893b218
+DIST Net_SMTP-1.12.1.tgz 17679 BLAKE2B 
93b5ee1bec4deeaac1736e0230814c4c9a51d6594436d54187fefb3c14923ec6b2f8c70be1279dfd4ae300baecb87c4038da000e8bd7a13d8b96d5abe0ed4240
 SHA512 
5c2ed90157aac3ed140ebaa6ded8781e32d738de60ea6061f1e961effd133bedb4e9887cc3bf06bc78b133c6f9cd95c97a85a18a08a860ddeb28cfbfc62862c6

diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.12.1.ebuild 
b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.12.1.ebuild
new file mode 100644
index ..1b9e068f4f2a
--- /dev/null
+++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.12.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit php-pear-r2
+
+MY_PN="${PN/PEAR-/}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A PHP implementation of the SMTP protocol"
+HOMEPAGE="https://pear.php.net/package/Net_SMTP;
+S="${WORKDIR}/${MY_P}"
+LICENSE="BSD-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+IUSE="examples sasl test"
+RDEPEND="dev-lang/php:*
+   dev-php/PEAR-Net_Socket
+   dev-php/PEAR-PEAR
+   sasl? ( dev-php/PEAR-Auth_SASL )"
+BDEPEND="test? ( ${RDEPEND} )"
+RESTRICT="!test? ( test )"
+
+src_install() {
+   use examples && HTML_DOCS=( examples )
+   php-pear-r2_src_install
+}
+
+src_test() {
+   pear run-tests tests || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Sieve/

2024-06-11 Thread Michael Orlitzky
commit: f35f92faa0a03b0aeae727ff74efecf792404fa7
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jun 11 19:28:12 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jun 11 19:35:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35f92fa

dev-php/PEAR-Net_Sieve: add 1.4.7

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Net_Sieve/Manifest|  1 +
 dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.4.7.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-php/PEAR-Net_Sieve/Manifest b/dev-php/PEAR-Net_Sieve/Manifest
index 1758b629f479..cbe46051bd48 100644
--- a/dev-php/PEAR-Net_Sieve/Manifest
+++ b/dev-php/PEAR-Net_Sieve/Manifest
@@ -1 +1,2 @@
 DIST Net_Sieve-1.4.6.tgz 16556 BLAKE2B 
fd83f934f1b6bce9459113036a04bf9a59695789f5e3f2308ecd382af8d129ae95a1da73c49b41de83c078551f143c7546f531bb3ba975bfe73eae8b5572de1c
 SHA512 
8d10c00336fd9a8f3a6e4da2e549112bb8d16f96f4bba7854cb9a95d2385b50f88e2c10b2d75e90913dbe927925ac40e0b2e4536fe1b8aa44bc5e31db0f28851
+DIST Net_Sieve-1.4.7.tgz 16883 BLAKE2B 
d8474bea77dc9a3a047afddb0787f9cf6ccad034db9aa13422991cadba892052e6e07f8ae2e2f5718722da9fca4cd25eb7233d191da428e59eb73f5c057b72ac
 SHA512 
97b569527ab3919d6de9d6c86b3c0cf3adca57af1775a9e7af489f11fb96bbdce0bf52a8a260fc0708d80e0d231239d00807a60ad2e738975edfe29d9a825e85

diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.4.7.ebuild 
b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.4.7.ebuild
new file mode 100644
index ..9d8c2edcc04f
--- /dev/null
+++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.4.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit php-pear-r2
+
+DESCRIPTION="An API for talking to sieve (RFC 3028) servers"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+IUSE="sasl"
+
+RDEPEND="dev-php/PEAR-Net_Socket
+   sasl? ( dev-php/PEAR-Auth_SASL )"
+
+src_install() {
+   insinto /usr/share/php/Net
+   doins Sieve.php
+   php-pear-r2_install_packagexml
+}



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

2024-06-11 Thread Michael Orlitzky
commit: ff9963d2e460a8c24edda68d29a5609834a94e16
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jun 11 19:20:29 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jun 11 19:25:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9963d2

dev-php/PEAR-PEAR: add 1.10.15

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-PEAR/Manifest |   1 +
 dev-php/PEAR-PEAR/PEAR-PEAR-1.10.15.ebuild | 174 +
 2 files changed, 175 insertions(+)

diff --git a/dev-php/PEAR-PEAR/Manifest b/dev-php/PEAR-PEAR/Manifest
index 86ca8f4c43b9..249d2d528c16 100644
--- a/dev-php/PEAR-PEAR/Manifest
+++ b/dev-php/PEAR-PEAR/Manifest
@@ -1 +1,2 @@
 DIST PEAR-1.10.13.tgz 293384 BLAKE2B 
0adbf707d71cfd584b1338e906fbd38de038292a91153547ed87bdea4c0a7c9ee2ca01c25c91cf8246b8fba88b71126fa8b76ed7059b4338d5bbc65c3d53ce78
 SHA512 
2a08134365b7bd92840880a23149ef457b0a3a04b78dc71f5db475911b49def58d8cb825332151df8d3eb5941b54157ae80879f36fc8de59037f301fc0565740
+DIST PEAR-1.10.15.tgz 293432 BLAKE2B 
afeae61583183f553bd33ab868d4206e3d1535c884c6ce8630d2e2318fd8374530ada2fd1e62853a51f49a47510dd1ec56cd30a85186ac75c815cec8c42c1a5e
 SHA512 
b906678435b96be96c649f0c8c3681c2a7d8f2f4dd9109f9b99e99c4ce17b2efc32df850fd52ed6a08cf08e137fb86e1da98c8bccf89083e1670011bbdf10b3c

diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.15.ebuild 
b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.15.ebuild
new file mode 100644
index ..590c6daebb9f
--- /dev/null
+++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.15.ebuild
@@ -0,0 +1,174 @@
+# 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="PEAR Base System"
+HOMEPAGE="https://pear.php.net/package/PEAR;
+SRC_URI="https://pear.php.net/get/${MY_P}.tgz;
+S="${WORKDIR}/${MY_P}"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="dev-lang/php:*[cli(-),xml(-),zlib(-)]
+   dev-php/PEAR-Archive_Tar
+   dev-php/PEAR-Console_Getopt
+   dev-php/PEAR-Exception
+   dev-php/PEAR-Structures_Graph
+   dev-php/PEAR-XML_Util"
+
+PATCHES=( "${FILESDIR}/gentoo-libtool-mismatch-fix-v2.patch" )
+
+pkg_setup() {
+   [[ -z "${PEAR_CACHEDIR}" ]] && PEAR_CACHEDIR="${EPREFIX}/var/cache/pear"
+   [[ -z "${PEAR_DOWNLOADDIR}" ]] && 
PEAR_DOWNLOADDIR="${EPREFIX}/var/tmp/pear"
+   [[ -z "${PEAR_TEMPDIR}" ]] && PEAR_TEMPDIR="${EPREFIX}/tmp"
+
+   elog
+   elog "cache_dir is set to: ${PEAR_CACHEDIR}"
+   elog "download_dir is set to: ${PEAR_DOWNLOADDIR}"
+   elog "temp_dir is set to: ${PEAR_TEMPDIR}"
+   elog
+   elog "If you want to change the above values, you need to set"
+   elog "PEAR_CACHEDIR, PEAR_DOWNLOADDIR and PEAR_TEMPDIR variable(s)"
+   elog "accordingly in /etc/portage/make.conf and re-emerge ${PN}."
+   elog
+}
+
+src_prepare() {
+   default
+   # Exception.php is part of dev-php/PEAR-Exception.
+   rm PEAR/Exception.php || die "failed to remove PEAR/Exception.php"
+}
+
+src_install() {
+   insinto /usr/share/php
+   doins -r PEAR/
+   doins -r OS/
+   doins PEAR.php System.php
+   doins scripts/pearcmd.php
+   doins scripts/peclcmd.php
+
+   newbin scripts/pear.sh pear
+   newbin scripts/peardev.sh peardev
+   newbin scripts/pecl.sh pecl
+
+   # adjust some scripts for current version
+   [[ -z "${PEAR}" ]] && PEAR="${PV}"
+   for i in pearcmd.php peclcmd.php ; do
+   sed "s:@pear_version@:${PEAR}:g" -i "${D}/usr/share/php/${i}" \
+   || die "failed to sed pear_version"
+   done
+
+   for i in pear peardev pecl ; do
+   sed "s:@bin_dir@:${EPREFIX}/usr/bin:g" -i "${D}/usr/bin/${i}" \
+   || die "failed to sed @bin_dir@ in ${i}"
+   sed "s:@php_dir@:${EPREFIX}/usr/share/php:g" -i 
"${D}/usr/bin/${i}" \
+   || die "failed to sed @php_dir@ in ${i}"
+   done
+
+   sed "s:-d output_buffering=1:-d output_buffering=1 -d 
memory_limit=32M:g" \
+   -i "${D}/usr/bin/pear" \
+   || die "failed to set PHP ini values in pear executable"
+
+   sed "s:@package_version@:${PEAR}:g" \
+   -i "${D}/usr/share/php/PEAR/Command/Package.php" \
+   || die "failed to sed @package_version@"
+
+   sed "s:@PEAR-VER@:${PEAR}:g" \
+   -i "${D}/usr/share/php/PEAR/Dependency2.php" \
+   || die "failed to sed @PEAR-VER@ in Dependency2.php"
+
+   sed "s:@PEAR-VER@:${PEAR}:g" \
+   -i "${D}/usr/share/php/PEAR/PackageFile/Parser/v1.php" \
+   || die "failed to sed @PEAR-VER@ in v1.php"
+
+   sed "s:@PEAR-VER@:${PEAR}:g" \
+   -i "${D}/usr/share/php/PEAR/PackageFile/Parser/v2.php" \
+   || die "failed to sed @PEAR-VER@ in v2.php"
+
+   # finalize 

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/

2024-06-11 Thread Michael Orlitzky
commit: f6bb647a55dfa5f45c91c1f77dc290751da28336
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jun 11 19:00:23 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jun 11 19:25:53 2024 +
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  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



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_Mime/

2024-06-11 Thread Michael Orlitzky
commit: 63648ff64cd10e2c13a74d163e34842f06d1a368
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jun 11 19:01:17 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jun 11 19:25:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63648ff6

dev-php/PEAR-Mail_Mime: add 1.10.12

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Mail_Mime/Manifest|  1 +
 .../PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.12.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-php/PEAR-Mail_Mime/Manifest b/dev-php/PEAR-Mail_Mime/Manifest
index fab2f696e5db..9f08d2db4f17 100644
--- a/dev-php/PEAR-Mail_Mime/Manifest
+++ b/dev-php/PEAR-Mail_Mime/Manifest
@@ -1 +1,2 @@
 DIST Mail_Mime-1.10.11.tgz 40930 BLAKE2B 
e02f5f8fc43949a32edf4a8fc835e4a6b4f44b509f3066b35ca0822a4cc723eb5fba860161a88d10d788811e5ef34d72e845fbf9b2768a83d87bc95445e8a967
 SHA512 
405873f92542f6f6d4433959ed3c741d64afe70852ddc9582d995485f327f662bccc82af0dfef3ccca61ec6497d67ea8f9d04d95f25443c57e3a319f96f7ac30
+DIST Mail_Mime-1.10.12.tgz 41003 BLAKE2B 
c5b9ebe167d8698794a32a8995f82ab535e99666056aa5240f3628b5311966178b70bd2587e1bd5fbcb68a7841b4653617a2d0a25d5f62d4f23b24871dff2a70
 SHA512 
ce25f788ee9b8f0ce3879a5697f6b7e2e117bf30c6aaf8cf4cfa05723021c8a85152f7142dd5b30c8cf1658d1bc3d6284ea5ce1984b8fae27164661ad6b47b96

diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.12.ebuild 
b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.12.ebuild
new file mode 100644
index ..34934980a7d1
--- /dev/null
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.12.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit php-pear-r2
+
+DESCRIPTION="Create and manipulate mime messages with PHP"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-php/PEAR-PEAR )"
+
+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"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Archive_Tar/

2024-06-11 Thread Michael Orlitzky
commit: a66a42dab42f67bfe4a43c59017784dfee305bc2
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jun 11 19:12:35 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jun 11 19:25:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66a42da

dev-php/PEAR-Archive_Tar: add 1.5.0

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Archive_Tar/Manifest  |  1 +
 .../PEAR-Archive_Tar/PEAR-Archive_Tar-1.5.0.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-php/PEAR-Archive_Tar/Manifest 
b/dev-php/PEAR-Archive_Tar/Manifest
index dba96eb21fc6..99f7f8be305b 100644
--- a/dev-php/PEAR-Archive_Tar/Manifest
+++ b/dev-php/PEAR-Archive_Tar/Manifest
@@ -1 +1,2 @@
 DIST Archive_Tar-1.4.14.tgz 21992 BLAKE2B 
e483ee9943c955dd6834538de70e8d6821b9abb250fca752e01fec7a62c28f59f65a6afe66adb804565c1f79cfc679fd72a32d0311f231dee424199b2600bb73
 SHA512 
a0277086221acf0cd01ec342af5afd62f01055a8b3bb4942d7a96d3517cce466a0c8a086411671a18d0f7a0a5e4187a76bad0d5c410c93fefe8cc58992327789
+DIST Archive_Tar-1.5.0.tgz 22302 BLAKE2B 
0c36fa628f4dbc370ad7b2b1b3eec0e40c8592c5732fcd1089b20647c90a6862edaab01e05eca74ba3368b4425c504b46868180b8447b67fa55afd50f95f0c10
 SHA512 
2e586320ee53e05b94d0fd26185362ddd5f4bab5b8adcecc46388c6a10b98bbf187d5ce9156e2677320c319827273d537e33698c3cc27107b8d42f627c4f2880

diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.5.0.ebuild 
b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.5.0.ebuild
new file mode 100644
index ..f0b73fee0c4c
--- /dev/null
+++ b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.5.0.ebuild
@@ -0,0 +1,47 @@
+# 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="Tar file management class"
+HOMEPAGE="https://pear.php.net/package/Archive_Tar;
+SRC_URI="https://pear.php.net/get/${MY_P}.tgz;
+S="${WORKDIR}/${MY_P}"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+
+# bzip2 and zlib are needed for compressed tarballs, and there's one
+# call to preg_match to test paths against a pattern of files and
+# directories that will be ignored.
+RDEPEND="dev-lang/php:*[bzip2,pcre(+),zlib]"
+PDEPEND="dev-php/PEAR-PEAR"
+
+src_install() {
+   insinto /usr/share/php
+   doins -r Archive
+
+   dodoc docs/*
+
+   insinto /usr/share/php/.packagexml
+   newins "${WORKDIR}/package.xml" "${MY_P}.xml"
+}
+
+pkg_postinst() {
+   # It is not critical to complete so only warn on failure
+   if [[ -f "${EROOT}/usr/share/php/.packagexml/${MY_P}.xml" && \
+   -x "${EROOT}/usr/bin/peardev" ]] ; then
+   "${EROOT}/usr/bin/peardev" install -nrO --force \
+   "${EROOT}/usr/share/php/.packagexml/${MY_P}.xml" 2> 
/dev/null \
+   || ewarn "Failed to insert package into local PEAR 
database"
+   fi
+}
+
+pkg_postrm() {
+   if [[ -x "${EROOT}/usr/bin/peardev" ]]; then
+   "${EROOT}/usr/bin/peardev" uninstall -nrO 
"pear.php.net/${MY_PN}"
+   fi
+}



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

2024-06-11 Thread Michael Orlitzky
commit: 73a54dc140324236b36ffd18128e187ff1eddad7
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jun 11 19:16:45 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jun 11 19:25:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a54dc1

dev-php/PEAR-PEAR: drop 1.10.12

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-PEAR/Manifest |   1 -
 dev-php/PEAR-PEAR/PEAR-PEAR-1.10.12.ebuild | 177 -
 2 files changed, 178 deletions(-)

diff --git a/dev-php/PEAR-PEAR/Manifest b/dev-php/PEAR-PEAR/Manifest
index 746d767db396..86ca8f4c43b9 100644
--- a/dev-php/PEAR-PEAR/Manifest
+++ b/dev-php/PEAR-PEAR/Manifest
@@ -1,2 +1 @@
-DIST PEAR-1.10.12.tgz 293220 BLAKE2B 
fb25123852a60e4bd2c041d1fb58174b3053b24ff8ec19b44efe02aee041bbed102b14b270dc1c9764150eea7c85862ad78adefdc1d789540da18ec0f3aeae68
 SHA512 
1ce478800a150d7906f8aa4fa4371d3d190fa2af44691c9aa193babfe76f1b031b493f48df15b93e93dd5518a6d62ba6a7d5b1799b62d5a968f7a84f3677b971
 DIST PEAR-1.10.13.tgz 293384 BLAKE2B 
0adbf707d71cfd584b1338e906fbd38de038292a91153547ed87bdea4c0a7c9ee2ca01c25c91cf8246b8fba88b71126fa8b76ed7059b4338d5bbc65c3d53ce78
 SHA512 
2a08134365b7bd92840880a23149ef457b0a3a04b78dc71f5db475911b49def58d8cb825332151df8d3eb5941b54157ae80879f36fc8de59037f301fc0565740

diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.12.ebuild 
b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.12.ebuild
deleted file mode 100644
index 4e3199c77a39..
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.12.ebuild
+++ /dev/null
@@ -1,177 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="PEAR Base System"
-HOMEPAGE="https://pear.php.net/package/PEAR;
-SRC_URI="https://pear.php.net/get/${MY_P}.tgz;
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~s390 sparc x86"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/php:*[cli(-),xml(-),zlib(-)]
-   >=dev-php/PEAR-Archive_Tar-1.4.9
-   >=dev-php/PEAR-Console_Getopt-1.4.1
-   dev-php/PEAR-Exception
-   >=dev-php/PEAR-Structures_Graph-1.1.0
-   >=dev-php/PEAR-XML_Util-1.4.0"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/gentoo-libtool-mismatch-fix-v2.patch" )
-
-pkg_setup() {
-   [[ -z "${PEAR_CACHEDIR}" ]] && PEAR_CACHEDIR="${EPREFIX}/var/cache/pear"
-   [[ -z "${PEAR_DOWNLOADDIR}" ]] && 
PEAR_DOWNLOADDIR="${EPREFIX}/var/tmp/pear"
-   [[ -z "${PEAR_TEMPDIR}" ]] && PEAR_TEMPDIR="${EPREFIX}/tmp"
-
-   elog
-   elog "cache_dir is set to: ${PEAR_CACHEDIR}"
-   elog "download_dir is set to: ${PEAR_DOWNLOADDIR}"
-   elog "temp_dir is set to: ${PEAR_TEMPDIR}"
-   elog
-   elog "If you want to change the above values, you need to set"
-   elog "PEAR_CACHEDIR, PEAR_DOWNLOADDIR and PEAR_TEMPDIR variable(s)"
-   elog "accordingly in /etc/portage/make.conf and re-emerge ${PN}."
-   elog
-}
-
-src_prepare() {
-   default
-   # Exception.php is part of dev-php/PEAR-Exception.
-   rm PEAR/Exception.php || die "failed to remove PEAR/Exception.php"
-}
-
-src_install() {
-   insinto /usr/share/php
-   doins -r PEAR/
-   doins -r OS/
-   doins PEAR.php System.php
-   doins scripts/pearcmd.php
-   doins scripts/peclcmd.php
-
-   newbin scripts/pear.sh pear
-   newbin scripts/peardev.sh peardev
-   newbin scripts/pecl.sh pecl
-
-   # adjust some scripts for current version
-   [[ -z "${PEAR}" ]] && PEAR="${PV}"
-   for i in pearcmd.php peclcmd.php ; do
-   sed "s:@pear_version@:${PEAR}:g" -i "${D}/usr/share/php/${i}" \
-   || die "failed to sed pear_version"
-   done
-
-   for i in pear peardev pecl ; do
-   sed "s:@bin_dir@:${EPREFIX}/usr/bin:g" -i "${D}/usr/bin/${i}" \
-   || die "failed to sed @bin_dir@ in ${i}"
-   sed "s:@php_dir@:${EPREFIX}/usr/share/php:g" -i 
"${D}/usr/bin/${i}" \
-   || die "failed to sed @php_dir@ in ${i}"
-   done
-
-   sed "s:-d output_buffering=1:-d output_buffering=1 -d 
memory_limit=32M:g" \
-   -i "${D}/usr/bin/pear" \
-   || die "failed to set PHP ini values in pear executable"
-
-   sed "s:@package_version@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/Command/Package.php" \
-   || die "failed to sed @package_version@"
-
-   sed "s:@PEAR-VER@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/Dependency2.php" \
-   || die "failed to sed @PEAR-VER@ in Dependency2.php"
-
-   sed "s:@PEAR-VER@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/PackageFile/Parser/v1.php" \
-   || die "failed to sed @PEAR-VER@ in v1.php"
-
-   sed "s:@PEAR-VER@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/PackageFile/Parser/v2.php" \
-   || die 

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Structures_Graph/

2024-06-11 Thread Michael Orlitzky
commit: 8752b48684ce0f6d5bd22480ecfd439bd62c3444
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jun 11 19:06:16 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jun 11 19:25:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8752b486

dev-php/PEAR-Structures_Graph: add 1.2.0

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Structures_Graph/Manifest |  1 +
 .../PEAR-Structures_Graph-1.2.0.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-php/PEAR-Structures_Graph/Manifest 
b/dev-php/PEAR-Structures_Graph/Manifest
index 96dc56ea2f4e..642d4147fef1 100644
--- a/dev-php/PEAR-Structures_Graph/Manifest
+++ b/dev-php/PEAR-Structures_Graph/Manifest
@@ -1 +1,2 @@
 DIST Structures_Graph-1.1.1.tgz 12402 BLAKE2B 
049fc9a15b1ea46a8cb63576174b4b1cc491dd31794b8a1f9526958f6d54902069d16a7158615fc9708ba88bf46e0b021baa01596e443f8c6d9a7f551dac8b23
 SHA512 
cd4feb265e1aa05de348645dfc0b8e336486cb02c553dd8fcacb0a1eab452bf54108e07864395d55e0c92f4ffd338a5ae846b2dc28804bb23f03c91864ef0284
+DIST Structures_Graph-1.2.0.tgz 12507 BLAKE2B 
2dca23da6d9b42aefee9c10f0ff3cbd0946186b332d0f56da65d068e02b9858c9113568b9850c4b1aae0ed4dd15b2c463765f2ed3d232083d5d6ef130443b14f
 SHA512 
a256e6be4ac2011678942d97e39975973aed8b8dbab535325810ae97fb322a4aaac8daf1302f34f239a2b38649ddb39c1ae0a8c325aa1c6cbd90208adf9973dc

diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild 
b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
new file mode 100644
index ..f4f914046d5a
--- /dev/null
+++ b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.2.0.ebuild
@@ -0,0 +1,23 @@
+# 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="Graph datastructure manipulation library"
+HOMEPAGE="https://pear.php.net/package/Structures_Graph;
+SRC_URI="https://pear.php.net/get/${MY_P}.tgz;
+S="${WORKDIR}/${MY_P}"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="dev-lang/php:*"
+PDEPEND="dev-php/PEAR-PEAR"
+
+src_install() {
+   insinto /usr/share/php
+   doins -r Structures
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Auth_SASL/

2024-06-11 Thread Michael Orlitzky
commit: 6d7859589507ee2be688848c769a761552911ad6
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jun 11 18:54:31 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jun 11 18:56:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d785958

dev-php/PEAR-Auth_SASL: add 1.2.0

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Auth_SASL/Manifest|  1 +
 dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild | 13 +
 2 files changed, 14 insertions(+)

diff --git a/dev-php/PEAR-Auth_SASL/Manifest b/dev-php/PEAR-Auth_SASL/Manifest
index d45b685f653c..ebd9f831da87 100644
--- a/dev-php/PEAR-Auth_SASL/Manifest
+++ b/dev-php/PEAR-Auth_SASL/Manifest
@@ -1 +1,2 @@
 DIST Auth_SASL-1.1.0.tgz 9380 BLAKE2B 
ab04812883b5b1a88fe1440f23e206e39676807c69bc029e81e539eb5588a4fa15bcb6f867f109a5eb86d0758bf9fb4f30664a8fdac7aee59a0426f5da6e6dbf
 SHA512 
446ffa37fe7669d3993613167b07fb173c2e17664dcfb56d96a889b4a0cb2c83cc73d307aee15fc8fa7e666502835c15d09c32d8a491060bdd23c9093346bc40
+DIST Auth_SASL-1.2.0.tgz 9524 BLAKE2B 
e7e0ad21f486ad4568e062d755eb30115d84355b04dc6313415a2b3a335ad56089221d0f69872ce83cb963daabfd636b5492f52d5d15b9fb4da0e5a85f39803a
 SHA512 
47f74d43a1081260771ebb32cebd4ce1b2b87d4fe09d3b84d16e60c2bde9be97b1f0d1962e10528c39d58ec5b88dcbef62bedcc22ca73d960a89f64b15d3c31d

diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild 
b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
new file mode 100644
index ..363344d6e784
--- /dev/null
+++ b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.2.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit php-pear-r2
+
+DESCRIPTION="Abstraction of various SASL mechanism responses"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86"
+RDEPEND="dev-php/PEAR-PEAR"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Crypt_GPG/

2024-06-11 Thread Michael Orlitzky
commit: 32b2c815db134001ca71aa93e3b65f050461f1d0
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jun 11 16:00:09 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jun 11 16:33:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b2c815

dev-php/PEAR-Crypt_GPG: add 1.6.9

Bump to EAPI=8 and drop the test suite, since it required PHPUnit, and
PHPUnit is no longer packaged.

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Crypt_GPG/Manifest|  1 +
 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.9.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-php/PEAR-Crypt_GPG/Manifest b/dev-php/PEAR-Crypt_GPG/Manifest
index 7209c7c0e908..c285c39b79c1 100644
--- a/dev-php/PEAR-Crypt_GPG/Manifest
+++ b/dev-php/PEAR-Crypt_GPG/Manifest
@@ -1 +1,2 @@
 DIST Crypt_GPG-1.6.7.tgz 343957 BLAKE2B 
c95346005fdd36bd97e2a0e6cd42c5a2898fb59f0a4a3d3b09bd99a409bd9c998b267ffd84ab28148e17c3f7e78e094393c3b077998b05dc2d7ddcb0ab81394b
 SHA512 
dd629271ebbcb98df5d31313c1a6911b62964046c758e00b55377170653e9880d2edc7d0b953fd6ae441d74238c4a8e1008bf6a9195a19ff463bcc82665f14e8
+DIST Crypt_GPG-1.6.9.tgz 344282 BLAKE2B 
d8546a34a70e8379b8003824636b26ad289f8c906bfbbf5c90cc5655f1bda243c57ec077a497e2a69c09bd5febd65a3f2cd39b426aadbf4f13e5ba10f6ed2380
 SHA512 
e3493406f27f73539522fa16cdd01aa940faacc6b180228b718596c6803c6c6a6cbb68c244749da965a62d19abc50bff83210d798f9394fde8980c5d8c8cdb2d

diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.9.ebuild 
b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.9.ebuild
new file mode 100644
index ..55eaa8d81a27
--- /dev/null
+++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.9.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/PEAR-/}"
+MY_PV="${PV/_/}"
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="PHP interface to the GNU Privacy Guard (GnuPG)"
+HOMEPAGE="https://pear.php.net/package/Crypt_GPG;
+SRC_URI="https://download.pear.php.net/package/${MY_P}.tgz;
+S="${WORKDIR}/${MY_P}"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
+
+RDEPEND="app-crypt/gnupg
+   dev-lang/php:*[posix(-),unicode(-)]
+   dev-php/PEAR-Console_CommandLine
+   dev-php/PEAR-Exception"
+
+src_prepare() {
+   default
+
+   sed -i "s|@bin-dir@|${EPREFIX}/usr/bin|" Crypt/GPG/Engine.php || die
+   sed -i "s|@package-name@|${MY_PN}|" Crypt/GPG/PinEntry.php || die
+   sed -i "s|@data-dir@|${EPREFIX}/usr/share|" Crypt/GPG/PinEntry.php || 
die
+}
+
+src_install() {
+   dodoc README.md
+   dobin scripts/crypt-gpg-pinentry
+
+   insinto "/usr/share/${MY_PN}"
+   doins -r data
+
+   insinto /usr/share/php
+   doins -r Crypt
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_Table/files/, dev-php/PEAR-Console_Table/

2024-06-11 Thread Michael Orlitzky
commit: fff161c635ada6f1323ede843f935e661e579c2d
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jun 11 15:51:07 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jun 11 15:52:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff161c6

dev-php/PEAR-Console_Table: update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/774816
Signed-off-by: Michael Orlitzky  gentoo.org>

 .../PEAR-Console_Table-1.3.1-r1.ebuild | 26 ++
 .../files/fromArray-is-static.patch| 22 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1-r1.ebuild 
b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1-r1.ebuild
new file mode 100644
index ..2e39a052a20f
--- /dev/null
+++ b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit php-pear-r2
+
+DESCRIPTION="Class that makes it easy to build console style tables"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+BDEPEND="test? ( dev-php/pear )"
+
+PATCHES=( "${FILESDIR}/fromArray-is-static.patch" )
+
+src_install() {
+   insinto /usr/share/php/Console
+   doins Table.php
+   php-pear-r2_install_packagexml
+}
+
+src_test() {
+   pear run-tests tests || die "Tests failed"
+}

diff --git a/dev-php/PEAR-Console_Table/files/fromArray-is-static.patch 
b/dev-php/PEAR-Console_Table/files/fromArray-is-static.patch
new file mode 100644
index ..8b068d8f2668
--- /dev/null
+++ b/dev-php/PEAR-Console_Table/files/fromArray-is-static.patch
@@ -0,0 +1,22 @@
+From 4eea320592cc1766b8f679df22c3431a93a74d7e Mon Sep 17 00:00:00 2001
+From: Remi Collet 
+Date: Thu, 1 Apr 2021 10:37:33 +0200
+Subject: [PATCH] fromArray is static
+
+---
+ Table.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Table.php b/Table.php
+index dbfec73..139433b 100755
+--- a/Table.php
 b/Table.php
+@@ -223,7 +223,7 @@ function __construct($align = CONSOLE_TABLE_ALIGN_LEFT,
+  * @return Console_Table|string  A Console_Table object or the generated
+  *   table.
+  */
+-function fromArray($headers, $data, $returnObject = false)
++static function fromArray($headers, $data, $returnObject = false)
+ {
+ if (!is_array($headers) || !is_array($data)) {
+ return false;



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Highlighter/

2024-05-13 Thread Arthur Zamarin
commit: 81eab429cfac536a8912101fc9993f3c82900969
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 13 11:31:07 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 13 11:34:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81eab429

dev-php/PEAR-Text_Highlighter: drop 0.7.3-r1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-php/PEAR-Text_Highlighter/Manifest |  1 -
 .../PEAR-Text_Highlighter-0.7.3-r1.ebuild  | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-php/PEAR-Text_Highlighter/Manifest 
b/dev-php/PEAR-Text_Highlighter/Manifest
index 5537a7d63a95..48bb39dd8f47 100644
--- a/dev-php/PEAR-Text_Highlighter/Manifest
+++ b/dev-php/PEAR-Text_Highlighter/Manifest
@@ -1,2 +1 @@
-DIST Text_Highlighter-0.7.3.tgz 138384 BLAKE2B 
9cffd6dbe3eadf0a6e0465a6845bdc63f3b4b30af3bb09a7ac90cbb42575d0a98a3d8adf9e4f6e2f9e67d978a035a27e83bccd799f88513af72c492ad6241037
 SHA512 
59924cffbec8e4b652525f718012aa9a4f17d348401e191e292643df1e75a2a1b8687b7df701363816fcead1c55efe281a68b126f87df14806acd69ae6f44209
 DIST Text_Highlighter-0.8.0.tgz 138657 BLAKE2B 
d2d1c9374f5b2ac88c1bca7e91723e0a67ee8205f92b3d840669eda2f37cae9601f31eaf7373e4b32f5d4c36569115ed6777cfa562a1cd465a289f8f5f626a66
 SHA512 
9774fa613f95064629b749f2514e173275a4a15f46b649b208ca668ffc85118b5f26197ce3c9311fe8c1b200a76d30ed2e745929b0d4f1b54056732f4a5cfe05

diff --git 
a/dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.3-r1.ebuild 
b/dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.3-r1.ebuild
deleted file mode 100644
index 3be3251be917..
--- a/dev-php/PEAR-Text_Highlighter/PEAR-Text_Highlighter-0.7.3-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 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 package for syntax highlighting"
-HOMEPAGE="https://pear.php.net/package/Text_Highlighter;
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# There is a documented dependency on XML_Parser, but that's only needed
-# for development -- if you want to *generate* the PHP class files. The
-# ones in the release are already pre-generated. The dependency on the
-# XML_Serializer, on the other hand, is not documented but is requird
-# by the XML output renderer.
-RDEPEND="dev-lang/php
-   dev-php/PEAR-PEAR
-   dev-php/PEAR-XML_Serializer"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   dodoc README TODO
-
-   insinto /usr/share/php
-   doins -r Text
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-MDB2/

2024-04-21 Thread Michael Orlitzky
commit: a41ffd2c033f677126fc9c506e5eefb0884bb2d1
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Apr 21 21:07:19 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Apr 21 21:13:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41ffd2c

dev-php/PEAR-MDB2: update EAPI 7 -> 8

Also drop Oracle support. Upstream PHP is doing it.

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r3.ebuild | 24 +++
 1 file changed, 24 insertions(+)

diff --git a/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r3.ebuild 
b/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r3.ebuild
new file mode 100644
index ..43edc74a8488
--- /dev/null
+++ b/dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PEAR_PV=${PV/_beta/b}
+
+inherit php-pear-r2
+
+DESCRIPTION="Database Abstraction Layer"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="mssql mysql mysqli postgres sqlite"
+
+RDEPEND="dev-php/PEAR-PEAR"
+
+PDEPEND="mssql? ( dev-php/PEAR-MDB2_Driver_mssql )
+   mysql? ( dev-php/PEAR-MDB2_Driver_mysqli )
+   mysqli? ( dev-php/PEAR-MDB2_Driver_mysqli )
+   postgres? ( dev-php/PEAR-MDB2_Driver_pgsql )"
+
+DOCS=( docs/{CONTRIBUTORS,MAINTAINERS,README,STATUS,TODO} )
+HTML_DOCS=( docs/datatypes.html )



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB/, dev-php/theseer-tokenizer/, dev-php/PEAR-Image_GraphViz/, ...

2023-12-09 Thread Arthur Zamarin
commit: 8c5a9421f6622ae61b13f14d2b7d07c59868803a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 17:48:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 18:38:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5a9421

dev-php/*: unkeyword for ia64

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-php/File_Iterator/File_Iterator-3.0.6.ebuild  | 2 +-
 dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.4.14.ebuild   | 4 ++--
 dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.1.0.ebuild| 4 ++--
 dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r2.ebuild | 2 +-
 dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild  | 2 +-
 .../PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild| 4 ++--
 dev-php/PEAR-Console_Getargs/PEAR-Console_Getargs-1.4.0.ebuild| 2 +-
 dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild  | 4 ++--
 dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.ebuild| 2 +-
 dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0-r3.ebuild   | 4 ++--
 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.7.ebuild| 2 +-
 dev-php/PEAR-Crypt_HMAC/PEAR-Crypt_HMAC-1.0.1-r2.ebuild   | 2 +-
 dev-php/PEAR-DB/PEAR-DB-1.11.0.ebuild | 2 +-
 dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5-r1.ebuild| 2 +-
 dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4-r1.ebuild| 4 ++--
 dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild| 2 +-
 dev-php/PEAR-File/PEAR-File-1.4.1-r1.ebuild   | 2 +-
 dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5-r1.ebuild   | 2 +-
 dev-php/PEAR-File_Find/PEAR-File_Find-1.3.3.ebuild| 2 +-
 dev-php/PEAR-File_Fortune/PEAR-File_Fortune-1.0.0-r1.ebuild   | 2 +-
 dev-php/PEAR-File_Gettext/PEAR-File_Gettext-0.4.2-r1.ebuild   | 4 ++--
 dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3-r1.ebuild   | 4 ++--
 dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.2.5-r1.ebuild | 4 ++--
 dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.2.0.ebuild  | 4 ++--
 dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.3.0.ebuild  | 4 ++--
 dev-php/PEAR-HTML_Javascript/PEAR-HTML_Javascript-1.1.2-r1.ebuild | 4 ++--
 dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.0.ebuild| 2 +-
 dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.2.2.ebuild| 2 +-
 dev-php/PEAR-HTML_Table/PEAR-HTML_Table-1.8.4-r1.ebuild   | 4 ++--
 .../PEAR-HTML_Table_Matrix/PEAR-HTML_Table_Matrix-1.0.10-r1.ebuild| 2 +-
 .../PEAR-HTML_Template_Flexy/PEAR-HTML_Template_Flexy-1.3.13.ebuild   | 2 +-
 .../PEAR-HTML_Template_Sigma/PEAR-HTML_Template_Sigma-1.3.0-r1.ebuild | 2 +-
 dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild   | 2 +-
 dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.0.ebuild| 4 ++--
 dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild| 2 +-
 .../PEAR-Image_GraphViz/PEAR-Image_GraphViz-1.3.0_p20151104.ebuild| 2 +-
 dev-php/PEAR-Image_IPTC/PEAR-Image_IPTC-1.0.2-r2.ebuild   | 2 +-
 dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild   | 2 +-
 dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r2.ebuild | 2 +-
 dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r2.ebuild | 4 ++--
 .../PEAR-MDB2_Driver_mssql-1.5.0_beta4-r1.ebuild  | 4 ++--
 .../PEAR-MDB2_Driver_mysqli-1.5.0_beta4-r1.ebuild | 4 ++--
 .../PEAR-MDB2_Driver_pgsql-1.5.0_beta4-r1.ebuild  | 4 ++--
 dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild| 4 ++--
 dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild  | 2 +-
 dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.11.ebuild  | 2 +-
 dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r3.ebuild | 2 +-
 dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3-r1.ebuild | 4 ++--
 dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.7-r1.ebuild | 4 ++--
 dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7-r1.ebuild | 2 +-
 dev-php/PEAR-Net_POP3/PEAR-Net_POP3-1.3.8-r1.ebuild   | 2 +-
 dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.5-r2.ebuild   | 2 +-
 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.10.0.ebuild | 2 +-
 dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.4.6.ebuild| 2 +-
 dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild | 2 +-
 dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.2.2.ebuild  | 4 ++--
 dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.15-r1.ebuild| 2 +-
 dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild   | 4 ++--
 .../PEAR-Net_UserAgent_Detect-2.5.2-r1.ebuild

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Log/

2023-08-26 Thread Andreas Sturmlechner
commit: b9a439985b653b6e8c7d780b643f5e07c843af7d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:10:26 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a43998

dev-php/PEAR-Log: drop 1.13.1, 1.13.2

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

 dev-php/PEAR-Log/Manifest   |  2 --
 dev-php/PEAR-Log/PEAR-Log-1.13.1.ebuild | 48 -
 dev-php/PEAR-Log/PEAR-Log-1.13.2.ebuild | 48 -
 3 files changed, 98 deletions(-)

diff --git a/dev-php/PEAR-Log/Manifest b/dev-php/PEAR-Log/Manifest
index ee627883a70d..fe8d57fb0201 100644
--- a/dev-php/PEAR-Log/Manifest
+++ b/dev-php/PEAR-Log/Manifest
@@ -1,3 +1 @@
-DIST Log-1.13.1.tgz 46764 BLAKE2B 
dc0f4605ed801818ddf070ec3beb6818af1630d99bec721cd3f487e709f87bd4a1628a05854c48fe9775aab546bdce4618061ef37674aa9921f536deccc6a080
 SHA512 
246510b7dbff4dc9f9cdd951d76baf2dd377e30ffde6d38cadac10091dcb92f8095406edb6d8a87ebe2330d514ce99f355f84ebfe57cd8a3f3babc316995148a
-DIST Log-1.13.2.tgz 46801 BLAKE2B 
529677ed8a840742840a8ebeb5f5c7d4e8a8af257f9c3b1cb9ff990e42e760e0040f7df8d94794f40ec5654cf33e1909b7b48ca3f656d2a2bc0310c6705d6c24
 SHA512 
a4adaf7ee2af600a6c14ed398159c61a7df73b2c6be928f0ea6bbaf90d4b0e866e5a169953fa7819e293cd5cb29c6aca762ced79f3619dfbb38af1ea8731b1c4
 DIST Log-1.13.3.tgz 46815 BLAKE2B 
139cc96e475bce1e1e34672c97060d8c2f77767d290641936ec9b28502fbf74ae2fcbb06c51bb991b413dfb8b59ae365f608f5db0687342fd2f4033a77d097f1
 SHA512 
76baf5f6c800252d30403f64f3390291193c208789e1a3b88b945bf4a28defcd465fe2313ec83487f0be95ba2a99ca75d41f4bfb01f83b84b50fdcdb68e901d4

diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.1.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.1.ebuild
deleted file mode 100644
index 8c392374aaa7..
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 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="The Log framework provides an abstracted logging system"
-HOMEPAGE="https://pear.php.net/package/Log;
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-# The DB, Mail, and MDB2 dependencies are technically optional, but
-# automagic. To avoid surprises, we require them unconditionally.
-RDEPEND="dev-lang/php:*
-   dev-php/PEAR-PEAR
-   dev-php/PEAR-DB
-   dev-php/PEAR-Mail
-   dev-php/PEAR-MDB2"
-DEPEND="test? ( ${RDEPEND} )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   dodoc docs/guide.txt misc/log.sql
-   use examples && dodoc -r examples
-
-   # I don't like installing "Log.php" right at the top-level, but any
-   # packages depending on us will expect to find it there and not as
-   # e.g. Log/Log.php.
-   insinto "/usr/share/php/"
-   doins Log.php
-   doins -r Log
-}
-
-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-Log/PEAR-Log-1.13.2.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.2.ebuild
deleted file mode 100644
index 384c2311aa5c..
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 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="The Log framework provides an abstracted logging system"
-HOMEPAGE="https://pear.php.net/package/Log;
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-# The DB, Mail, and MDB2 dependencies are technically optional, but
-# automagic. To avoid surprises, we require them unconditionally.
-RDEPEND="dev-lang/php:*
-   dev-php/PEAR-PEAR
-   dev-php/PEAR-DB
-   dev-php/PEAR-Mail
-   dev-php/PEAR-MDB2"
-DEPEND="test? ( ${RDEPEND} )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   dodoc docs/guide.txt misc/log.sql
-   use examples && dodoc -r examples
-
-   # I don't like installing "Log.php" right at the top-level, but any
-   # packages depending on us will expect to find it there and not as
-   # e.g. Log/Log.php.
-   insinto "/usr/share/php/"
-   doins Log.php
-   doins -r Log
-}
-
-src_test() {
-   # Requires the "pear" executable from dev-php/PEAR-PEAR.
-   pear run-tests tests || die
-
- 

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail/

2023-08-26 Thread Andreas Sturmlechner
commit: fbf685c68217752b1ad6bba74d26a06e13a1a7eb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:10:08 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf685c6

dev-php/PEAR-Mail: drop 1.4.1-r1

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

 dev-php/PEAR-Mail/Manifest  |  1 -
 dev-php/PEAR-Mail/PEAR-Mail-1.4.1-r1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-php/PEAR-Mail/Manifest b/dev-php/PEAR-Mail/Manifest
index 9b34160740d0..796d8c6be6e3 100644
--- a/dev-php/PEAR-Mail/Manifest
+++ b/dev-php/PEAR-Mail/Manifest
@@ -1,2 +1 @@
-DIST Mail-1.4.1.tgz 21756 BLAKE2B 
247df343a7b09760501918681cadc3a649ff9f2bd9974aa714a3661e64af6f1503edeb8ef0030f0ce113c43467cada3e7d62c6a60e751b5c8e6980c14f97fdbb
 SHA512 
851fa64bcf042fba58a70833c12ec5d7af6382e14e6157eeeb5be51b22cdfa5677c5d1eeba8c1f9eef6d55c2d732a4d5d6ea28c726aef232b233c170f7b82307
 DIST Mail-1.5.0.tgz 23221 BLAKE2B 
fad07a2cbf2188f6f0dea3705ca5bd72d05505e2a9968f2b43c94045027e2506941e17854ef13cf65bc2ff99218e3663b0859e93563036bcbefa7911cc4f2b84
 SHA512 
07462b920a879182cb06576c6c91a52d1c0411afcefe9d701ae57633eb28cc0f08f163e9b808c00c38cfd7e886fc17ac4e7151dfda5905396b7819b365afa919

diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.4.1-r1.ebuild 
b/dev-php/PEAR-Mail/PEAR-Mail-1.4.1-r1.ebuild
deleted file mode 100644
index e77d4fa1ba4f..
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="Class that provides multiple interfaces for sending emails"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-php/PEAR-Net_SMTP-1.4.1"
-DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )"
-
-src_test() {
-   peardev run-tests tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_DNS2/

2023-08-26 Thread Andreas Sturmlechner
commit: 27a02d977c5b31c4d2cb85335bb3e8de2a693db9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:08:20 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a02d97

dev-php/PEAR-Net_DNS2: drop 1.4.4

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

 dev-php/PEAR-Net_DNS2/Manifest   |  1 -
 dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.4.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/dev-php/PEAR-Net_DNS2/Manifest b/dev-php/PEAR-Net_DNS2/Manifest
index 645cc43bf7c4..365a33eb38c5 100644
--- a/dev-php/PEAR-Net_DNS2/Manifest
+++ b/dev-php/PEAR-Net_DNS2/Manifest
@@ -1,2 +1 @@
-DIST Net_DNS2-1.4.4.tgz 83242 BLAKE2B 
107e57406fcc308e3f83c71df0425081ba3d6638f457877e5ed42bfea8abed65ee520e228a379b71cc1462960e995d9c6592ad03afad78b36191f03d1f1513d6
 SHA512 
fa9df14585b3e41b13f4b52521b8fc05b239c39bccd4baf776dc632913777962dc527b9ff5de2337c9c0d78c6908d555d14167991dfe368426aee57a415f7e78
 DIST Net_DNS2-1.5.0.tgz 81188 BLAKE2B 
5cddc998a376cd79ad1e8cd5198ed463563159d342916adb0c77546dbf4d07214a55ba71b8c0e375d47e4ba6e96a847bc71e7ddfead892dd2c57a010d40c
 SHA512 
c0125c1c8bb7ce6256d0b57605de0adc3a2a706f4cc22624f0fac88629aa0f138cdb258742f2d2224893c565e2d7dde9f14f2a4dde86831b2e015473c28d5e4d

diff --git a/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.4.ebuild 
b/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.4.ebuild
deleted file mode 100644
index a4f4682ca495..
--- a/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.4.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit php-pear-r2
-
-DESCRIPTION="Object-oriented PHP5 resolver library used to communicate with a 
DNS server"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-php/PEAR-PEAR >=dev-lang/php-5.3:*[sockets]"
-
-DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Exception/

2023-08-26 Thread Andreas Sturmlechner
commit: 826d0eb2099d90637d820640620c52f9e3ba94d2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:12:03 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826d0eb2

dev-php/PEAR-Exception: drop 1.0.0

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

 dev-php/PEAR-Exception/Manifest|  1 -
 dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/dev-php/PEAR-Exception/Manifest b/dev-php/PEAR-Exception/Manifest
index b1265e4460fe..8700aff21566 100644
--- a/dev-php/PEAR-Exception/Manifest
+++ b/dev-php/PEAR-Exception/Manifest
@@ -1,2 +1 @@
-DIST PEAR_Exception-1.0.0.tgz 5270 BLAKE2B 
f6f6874083fcef2453e1d07e1ee3e900e4f7d18eca8e9a9eda9891492dd3fc1e31eb13944031e82044f976f1070463a3b099a8223d2dabb2da109bb123997f5a
 SHA512 
f2078186fdad6c6ca59ac462a24f7f9689bea08d30f786acb7779d52cd433e490c752ba0a263067d869151b0c051cded327cb3477a039c5de68c854bff002b58
 DIST PEAR_Exception-1.0.2.tgz 5458 BLAKE2B 
f6e7bc452729ec4419650a0fbd6ef091dd5ec1b91804e1b59c598e44d3c04bf043084e385daa56fd1f6c012090010490922627a465061fe57ef9d74a49960e91
 SHA512 
80022c03bb665307a9feea88312301c86c903c5b8737559f59fc0028a08976976dd21e19a7dc805c27ec41f90ebd310012cd56ba2c2c006cf0df7cea69323a91

diff --git a/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild 
b/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild
deleted file mode 100644
index a31247b3d963..
--- a/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/-/_}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="The PEAR Exception base class"
-HOMEPAGE="https://pear.php.net/package/PEAR_Exception;
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="dev-lang/php:*
-   !<=dev-php/PEAR-PEAR-1.10.3-r1"
-DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   insinto /usr/share/php
-   doins -r PEAR
-}
-
-src_test() {
-   phpunit tests || die "test suite failed"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_mimeDecode/

2023-08-26 Thread Andreas Sturmlechner
commit: 1bcaf98f94b4ca467f2cb0f2bb262d45d77e2d8e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:09:34 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcaf98f

dev-php/PEAR-Mail_mimeDecode: drop 1.5.6-r2

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

 .../PEAR-Mail_mimeDecode-1.5.6-r2.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild 
b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild
deleted file mode 100644
index 8b1020cd58be..
--- a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="Provides a class to decode mime messages (split from 
PEAR-Mail_Mime)"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-php/PEAR-Mail_Mime-1.5.2"
-DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )"
-
-src_test() {
-   pear run-tests tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_IPv4/, dev-php/PEAR-Net_IPv4/files/

2023-08-26 Thread Andreas Sturmlechner
commit: 29003f76857b8fd6a6ea055e79b7b7014a703ccf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:07:53 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29003f76

dev-php/PEAR-Net_IPv4: drop 1.3.4-r1

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

 dev-php/PEAR-Net_IPv4/Manifest |  1 -
 .../PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.4-r1.ebuild| 15 
 dev-php/PEAR-Net_IPv4/files/remove_globals.patch   | 96 --
 3 files changed, 112 deletions(-)

diff --git a/dev-php/PEAR-Net_IPv4/Manifest b/dev-php/PEAR-Net_IPv4/Manifest
index d81abbd04a36..11c3b81b22f5 100644
--- a/dev-php/PEAR-Net_IPv4/Manifest
+++ b/dev-php/PEAR-Net_IPv4/Manifest
@@ -1,2 +1 @@
-DIST Net_IPv4-1.3.4.tgz 5981 BLAKE2B 
5002a06d30443cf809346351a6c57c1faf1be0e6531fc0c7609ad6a9575122c53fa1c3f2e6614b77401adcfcdc604ee6b8ce5538d92aa8f42e8bf709899a0cba
 SHA512 
6b172e3d998232d53e56c2760282346e98307aefd47d5801a3803c3f55d5df3de26fe466d2594081a46f55bc59e1d040d8727b47cd9bcab1b132a31b4982bba1
 DIST Net_IPv4-1.3.5.tgz 6346 BLAKE2B 
a12592f262b2784dc5ffb04ab693f44d514a45a16b98bc2f9f7258669684f565f60127a156e5a319e76a2e426523f2a969335cb06dfd0de534584c03d45c262f
 SHA512 
6ed6c550217b70091c9d006519dd5731be46b02540867c1733d0c142f6e56712eb545bf5b1713e49fea3c5af8a81db86b9c9669ac2ca6eff0b95e52e29a853ed

diff --git a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.4-r1.ebuild 
b/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.4-r1.ebuild
deleted file mode 100644
index 1552ee3c9303..
--- a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.4-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="PEAR class for IP v4 calculations"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/remove_globals.patch" )

diff --git a/dev-php/PEAR-Net_IPv4/files/remove_globals.patch 
b/dev-php/PEAR-Net_IPv4/files/remove_globals.patch
deleted file mode 100644
index 2403deb0b4af..
--- a/dev-php/PEAR-Net_IPv4/files/remove_globals.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-diff -aurN a/Net/IPv4.php b/Net/IPv4.php
 a/Net/IPv4.php 2010-09-08 06:31:50.0 -0400
-+++ b/Net/IPv4.php 2017-08-04 14:57:52.872878217 -0400
-@@ -32,7 +32,37 @@
-  *
-  * @global array $GLOBALS['Net_IPv4_Netmask_Map']
-  */
--$GLOBALS['Net_IPv4_Netmask_Map'] = array(
-+$GLOBALS['Net_IPv4_Netmask_Map'] = Net_IPv4::$Net_IPv4_Netmask_Map;
-+// }}}
-+// {{{ Net_IPv4
-+
-+/**
-+* Class to provide IPv4 calculations
-+*
-+* Provides methods for validating IP addresses, calculating netmasks,
-+* broadcast addresses, network addresses, conversion routines, etc.
-+*
-+* @category   Net
-+* @packageNet_IPv4
-+* @author Eric Kilfoil 
-+* @author Marco Kaiser 
-+* @author Florian Anderiasch 
-+* @copyright  1997-2005 The PHP Group
-+* @licensehttp://www.php.net/license/3_01.txt  PHP License 3.01
-+* @versionCVS: @package_version@
-+* @link   http://pear.php.net/package/Net_IPv4
-+* @access  public
-+*/
-+class Net_IPv4
-+{
-+// {{{ properties
-+var $ip = "";
-+var $bitmask = false;
-+var $netmask = "";
-+var $network = "";
-+var $broadcast = "";
-+var $long = 0;
-+public static $Net_IPv4_Netmask_Map = array(
- 0 => "0.0.0.0",
- 1 => "128.0.0.0",
- 2 => "192.0.0.0",
-@@ -67,35 +97,6 @@
- 31 => "255.255.255.254",
- 32 => "255.255.255.255"
- );
--// }}}
--// {{{ Net_IPv4
--
--/**
--* Class to provide IPv4 calculations
--*
--* Provides methods for validating IP addresses, calculating netmasks,
--* broadcast addresses, network addresses, conversion routines, etc.
--*
--* @category   Net
--* @packageNet_IPv4
--* @author Eric Kilfoil 
--* @author Marco Kaiser 
--* @author Florian Anderiasch 
--* @copyright  1997-2005 The PHP Group
--* @licensehttp://www.php.net/license/3_01.txt  PHP License 3.01
--* @versionCVS: @package_version@
--* @link   http://pear.php.net/package/Net_IPv4
--* @access  public
--*/
--class Net_IPv4
--{
--// {{{ properties
--var $ip = "";
--var $bitmask = false;
--var $netmask = "";
--var $network = "";
--var $broadcast = "";
--var $long = 0;
- 
- // }}}
- // {{{ validateIP()
-@@ -154,7 +155,7 @@
-  */
- function validateNetmask($netmask)
- {
--if (! in_array($netmask, $GLOBALS['Net_IPv4_Netmask_Map'])) {
-+if (! in_array($netmask, self::$Net_IPv4_Netmask_Map)) {
- return false;
- }
- return true;
-@@ -264,7 +265,7 @@
-  */
- function calculate()
- {
--$validNM = $GLOBALS['Net_IPv4_Netmask_Map'];
-+$validNM = self::$Net_IPv4_Netmask_Map;
- 
- if (! is_a($this, 

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Numbers_Words/

2023-08-26 Thread Andreas Sturmlechner
commit: bdb3851001513949fc2df634f6721d6cb6550c8e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:06:44 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb38510

dev-php/PEAR-Numbers_Words: drop 0.18.1-r1

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

 dev-php/PEAR-Numbers_Words/Manifest|  1 -
 .../PEAR-Numbers_Words-0.18.1-r1.ebuild| 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-php/PEAR-Numbers_Words/Manifest 
b/dev-php/PEAR-Numbers_Words/Manifest
index 6c3b2da71bb2..9c1ff9de79dc 100644
--- a/dev-php/PEAR-Numbers_Words/Manifest
+++ b/dev-php/PEAR-Numbers_Words/Manifest
@@ -1,2 +1 @@
-DIST Numbers_Words-0.18.1.tgz 72925 BLAKE2B 
2dd624fe4ede72c00f68f259c0271ca405e76bab6b43d85024cfa70b74e50e9ac5fbccd7e770c90ac4bcc5eabbdc33ccc9bc6b691e0da2b9a05ee5a141a0d8ac
 SHA512 
b6063db873d65bc872ea64e6ae4282da9b36aa15ac336a5b443e4bc3cc7ad49538327bb56d0b70a482c82dfa1d732426f9cc45453d4d13a25a840871e1f6fb2c
 DIST Numbers_Words-0.18.2.tgz 73113 BLAKE2B 
e64fd1fcd8017b1768bc0e8918a79a91b83711433d0a29d36b145fdc07cee8cc3149a31d8e3739bd59ee57a821aafd8532fd8a54684da7e2395463662b75
 SHA512 
cc719ea47e7da365959a02106d80aabe2ed079064128af1a61c0c53ed44726e7169de5c9d8dd28cbf917e025841e9aa07b4b8c9313a788b0a92eab32a4edb37c

diff --git a/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1-r1.ebuild 
b/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1-r1.ebuild
deleted file mode 100644
index 6694eafee62e..
--- a/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 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="Provides methods for spelling numerals in words"
-HOMEPAGE="https://pear.php.net/package/Numbers_Words;
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-lang/php:*
-   dev-php/PEAR-Math_BigInteger"
-DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   insinto /usr/share/php/
-   doins -r Numbers
-
-   dodoc ChangeLog README
-}
-
-src_test() {
-   phpunit tests || die 'test suite failed'
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB/

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

dev-php/PEAR-DB: drop 1.9.2-r1, 1.9.3, 1.10.0

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

 dev-php/PEAR-DB/Manifest|  3 ---
 dev-php/PEAR-DB/PEAR-DB-1.10.0.ebuild   | 27 ---
 dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild | 27 ---
 dev-php/PEAR-DB/PEAR-DB-1.9.3.ebuild| 27 ---
 4 files changed, 84 deletions(-)

diff --git a/dev-php/PEAR-DB/Manifest b/dev-php/PEAR-DB/Manifest
index 8e5fde48fa57..503657997852 100644
--- a/dev-php/PEAR-DB/Manifest
+++ b/dev-php/PEAR-DB/Manifest
@@ -1,4 +1 @@
-DIST DB-1.10.0.tgz 132485 BLAKE2B 
10ddf37984f33effb913c9e307b8543af56e344863fea8fde01cfd4684b829353f0799dff6413c711418bf7e8cb7f5855bf6f312d41d92db55d363784796
 SHA512 
01855d0e26b4463fac1f3f9c84c7f3fed62c9087cdd95843340f6250fbd63f4d33f7e958d3f3895f9c2fa568015e86e660393a578c764fa0d39b36a6394dc48a
 DIST DB-1.11.0.tgz 132549 BLAKE2B 
0925a551bbda04dd71a1d2ffaf462485a92b62a7f141a5f097614dde8a8c8d6098705116a6f7c0b3bdd62547ad5962381ef15fee3057ba054cead8998306232c
 SHA512 
88488874ee1cb6ff228199106702b1992eab4c7dce44984639951c0693e37ace115214973ef9cbd79959f0602b58cce8a254b47e32dc3d44171d0d7bf78db825
-DIST DB-1.9.2.tgz 133795 BLAKE2B 
8b37b010145efd10a2b551392988a810c35b9a8c794eb0e162056fcded104276b19e97afb91149f1814f9f838a0db579a76578fb80d96d0574e5b7714d77aa91
 SHA512 
126847a24c20731f1e5f4a549e9d7e0651a760f10c49cfc7550f80dd8b05f3560bc80110bcaab9e79dcbb714c6113948f14a727f7f4087a23178b3db0afa
-DIST DB-1.9.3.tgz 132290 BLAKE2B 
8970697ac66bc9fe7f8c374431c59627133401e5b591fb3fc95ffc3a6ebb8cfe7e93982178e092eefc79d91657992eb539fc7211a237e3fe7407c75c7013831f
 SHA512 
3fe98f97307818f65c0eaf291169fd13533a4d484d34d7fa7aa82580f6ec3d89b984292f173da2cf896f5f15531db9bde2be981e5a7679cc00c48aa2f9cc1142

diff --git a/dev-php/PEAR-DB/PEAR-DB-1.10.0.ebuild 
b/dev-php/PEAR-DB/PEAR-DB-1.10.0.ebuild
deleted file mode 100644
index f30eacc52464..
--- a/dev-php/PEAR-DB/PEAR-DB-1.10.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit php-pear-r2
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-DESCRIPTION="Database abstraction layer for PHP"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND="test? ( dev-php/PEAR-PEAR )"
-
-DOCS=( doc/TESTERS doc/IDEAS doc/MAINTAINERS doc/STATUS )
-
-src_test() {
-   # Requires the "pear" executable from dev-php/PEAR-PEAR, and also
-   # a working version of the cli SAPI eselected.
-   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-DB/PEAR-DB-1.9.2-r1.ebuild 
b/dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild
deleted file mode 100644
index da09f3a06217..
--- a/dev-php/PEAR-DB/PEAR-DB-1.9.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-
-DESCRIPTION="Database abstraction layer for PHP"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND="test? ( dev-php/PEAR-PEAR )"
-
-DOCS=( doc/TESTERS doc/IDEAS doc/MAINTAINERS doc/STATUS )
-
-src_test() {
-   # Requires the "pear" executable from dev-php/PEAR-PEAR, and also
-   # a working version of the cli SAPI eselected.
-   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-DB/PEAR-DB-1.9.3.ebuild 
b/dev-php/PEAR-DB/PEAR-DB-1.9.3.ebuild
deleted file mode 100644
index 4ffad08d1fe3..
--- a/dev-php/PEAR-DB/PEAR-DB-1.9.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-DESCRIPTION="Database abstraction layer for PHP"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND="test? ( dev-php/PEAR-PEAR )"
-
-DOCS=( doc/TESTERS doc/IDEAS doc/MAINTAINERS doc/STATUS )
-
-src_test() {
-   # Requires the "pear" executable from dev-php/PEAR-PEAR, and also
-   # a working version of the cli SAPI 

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/

2023-08-26 Thread Andreas Sturmlechner
commit: 635bbb9b9287e102e163cd6e02b094315683ce28
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:13:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635bbb9b

dev-php/PEAR-Cache_Lite: drop 1.8.2

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

 dev-php/PEAR-Cache_Lite/Manifest|  1 -
 .../PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild| 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-php/PEAR-Cache_Lite/Manifest b/dev-php/PEAR-Cache_Lite/Manifest
index 107fa5095c68..4b5786eac5de 100644
--- a/dev-php/PEAR-Cache_Lite/Manifest
+++ b/dev-php/PEAR-Cache_Lite/Manifest
@@ -1,2 +1 @@
-DIST Cache_Lite-1.8.2.tgz 33873 BLAKE2B 
0b5a21550fe6eb33242e97b135a7e2532fb0a3a047dfb3e858bf6a6bdc21e991007e4787764561baa9a165fdebd159caa33c14c822a29374be4081d07a63c858
 SHA512 
dfb3c2dadd0ca60cc62ad71fd6fc51c0665901b4370207dfeb1f0f56e9db4fb24724d22f2939f67d8aa044e1b465483c40ec34fb3bcc5e12031d4dd1e05953b4
 DIST Cache_Lite-1.8.3.tgz 34036 BLAKE2B 
ca0b404371d370c7aeda2c83805d9f0c7c864063ffe597a277f123fd1de991e0e1c15e134ffa674bd387cc1d3cbb09eed047c7f10b8fbc755c0c8749483b2d01
 SHA512 
700376dd33afd0b1ed812d0d3dbdc14ad5523b3b181ac64ef0d56b62040c3d7bc9f234b3dae8013876a902f21da8dc92b1de41cea11aa428036bcc6e96166e65

diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild 
b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
deleted file mode 100644
index c74a1d4d90cc..
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit php-pear-r2
-
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-DESCRIPTION="Fast and safe little cache system"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"
-DEPEND="test? ( ${RDEPEND} )"
-DOCS=( README.md TODO docs/technical docs/examples )
-
-src_test() {
-   peardev run-tests -r || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Wiki/

2023-08-26 Thread Andreas Sturmlechner
commit: 4d422ab034617aea2a07f1ac7ed3011836219909
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:05:03 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d422ab0

dev-php/PEAR-Text_Wiki: drop 1.2.2_p20170904

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

 dev-php/PEAR-Text_Wiki/Manifest|  1 -
 .../PEAR-Text_Wiki-1.2.2_p20170904.ebuild  | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-php/PEAR-Text_Wiki/Manifest b/dev-php/PEAR-Text_Wiki/Manifest
index 807d3834b393..5a9e7c506ccd 100644
--- a/dev-php/PEAR-Text_Wiki/Manifest
+++ b/dev-php/PEAR-Text_Wiki/Manifest
@@ -1,2 +1 @@
-DIST Text_Wiki-1.2.2_p20170904.tar.gz 86810 BLAKE2B 
3277fbfae5683c147c1537a7f789b8b9500bfa39014832ed08d91028882813f60727f9ff503d38dde5f017fd5f1ec69d61775a14094b0d267a1b0019f10090c8
 SHA512 
8e731a6cc9ec0e964d86de5eb96f285155f61d21e229499132f5b06ef8ff520658a42c9c6fb60d73b9bc8828ec9b616bc11e4f04bdd6e74836d52fc53a92dd71
 DIST Text_Wiki-1.2.3.tgz 89906 BLAKE2B 
8db39418478085be32f8d80fbf9f6b9058adf9071f7f7493a4e493fbd088e231759752ddc41aad6c58b1ddab953111df006f901545c896e266b75dc70f26
 SHA512 
619f5323648b1344c572a1aa03626dc00a4dd9f201814fee5a3b962f69085943a1c7d1ef06e7c0cc4be7628bc76889972f1750aa9f7f67348381df1af4a4bd73

diff --git a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.2_p20170904.ebuild 
b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.2_p20170904.ebuild
deleted file mode 100644
index edfbd30619ed..
--- a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.2_p20170904.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2 vcs-snapshot
-
-DESCRIPTION="Abstracts parsing and rendering rules for Wiki markup in 
structured plain text"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-# Pull from github as pear.php.net is not updated
-SRC_URI="https://github.com/pear/${PHP_PEAR_PKG_NAME}/archive/32fd5f483f34645f4efd96d385d8950ea26d4a2a.tar.gz
 -> ${PEAR_P}.tar.gz"
-
-DEPEND="test? ( dev-php/phpunit dev-php/PEAR-PEAR )"
-
-src_test() {
-   peardev run-tests tests || die
-   phpunit tests/*.php || die
-}
-
-src_install() {
-   php-pear-r2_src_install
-   insinto /usr/share/php/.packagexml
-   newins package.xml "${PEAR_P}.xml"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SmartIRC/

2023-08-26 Thread Andreas Sturmlechner
commit: b4acee36bafa0a7dc367485f6959cca00d34e0cb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:07:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4acee36

dev-php/PEAR-Net_SmartIRC: drop 1.1.10-r1, 1.1.12, 1.1.13

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

 dev-php/PEAR-Net_SmartIRC/Manifest |  3 --
 .../PEAR-Net_SmartIRC-1.1.10-r1.ebuild | 34 --
 .../PEAR-Net_SmartIRC-1.1.12.ebuild| 24 ---
 .../PEAR-Net_SmartIRC-1.1.13.ebuild| 24 ---
 4 files changed, 85 deletions(-)

diff --git a/dev-php/PEAR-Net_SmartIRC/Manifest 
b/dev-php/PEAR-Net_SmartIRC/Manifest
index 430c52434bc0..a17c3b298a05 100644
--- a/dev-php/PEAR-Net_SmartIRC/Manifest
+++ b/dev-php/PEAR-Net_SmartIRC/Manifest
@@ -1,4 +1 @@
-DIST Net_SmartIRC-1.1.10.tar.gz 927009 BLAKE2B 
b410a0b4a02e60e27860f9c6b0ab8fecf4874273601694ad61dcf88a2e916aee20d1858cf951fffb229f4eac0c0ddda55530bb6840da3c7b741cf9ee3971f7b2
 SHA512 
16ad30d358af99f40c53a75cf5f1c944a3e68f4c1cffd586acd61ceed280d5d1fcd4f4d5e88db55f1f66c37c5b7f37aec2f45a26dc6b98860eacb42c9f3fbea5
-DIST Net_SmartIRC-1.1.12.tgz 166039 BLAKE2B 
43aec437de08d6e0dd651b810b21b5fed5587e2e7e154fe4f078cc618ee501c3d962b824931558458895541ddc9dc46ec3b1f0356aac5b052dd63b498018bb47
 SHA512 
2da5f0f9ea9167dfd1490fb6ba1e97416c78389924f390030ba71ea28dc5b667451223daa7e3878cbae607159054d656534ff646636f8f5294eb0bda1b17074c
-DIST Net_SmartIRC-1.1.13.tgz 166028 BLAKE2B 
7e2b91dc01febe561c3ce55901f999f84f87fdbe20b5a1560a060125de4ae7d9869141cc0b2bcd9dfd0479a3a0a2d3c9d0f2719f70edc122df70f181d788f73b
 SHA512 
d8f5a4f38b0aa830a84c9433deaf16b936f79e30bd9588cb0225ec20698af3d334fd1fdb320c64d1a72b0d206ae794b9e4135f1053855f586155694f6342cb0b
 DIST Net_SmartIRC-1.1.14.tgz 166115 BLAKE2B 
bacd23296dea25bc898ce3ba67d89949a3ad34675000bde9fe78371a7d97596272708f114b7980c3754cb862be68b84dcb0e8df10374cb560180d50c3bf61f49
 SHA512 
35cf0714a695e1b40e0db1f4d20c0ea4d431940e1e5894899db0bd13137e90c790067d266dc43f1ccc2921ad1f48cc70aa448225acac4358c8eb839f755717a0

diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild 
b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild
deleted file mode 100644
index ba5b36ad870c..
--- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-HOMEPAGE="https://pear.php.net/package/Net_SmartIRC;
-# The PEAR tarball is missing some docs as of v1.10.0.
-SRC_URI="https://github.com/pear/${MY_PN}/archive/v${PV}.tar.gz
-   -> ${MY_P}.tar.gz"
-DESCRIPTION="PHP class to communicate with IRC networks"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="doc examples"
-
-RDEPEND="dev-lang/php:*"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   dodoc CREDITS FEATURES docs/HOWTO README.md TODO
-   use examples && dodoc -r docs/examples
-
-   if use doc; then
-   dodoc docs/DOCUMENTATION
-   dodoc -r docs/HTML
-   fi
-
-   insinto /usr/share/php
-   doins -r Net
-}

diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.12.ebuild 
b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.12.ebuild
deleted file mode 100644
index 41aa7dab2408..
--- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.12.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="PHP class to communicate with IRC networks"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples"
-DOCS=( CREDITS FEATURES docs/HOWTO README.md )
-
-src_install() {
-   local HTML_DOCS=( )
-   use examples && HTML_DOCS+=( docs/examples/ )
-
-   if use doc; then
-   DOCS+=( docs/DOCUMENTATION )
-   HTML_DOCS+=( docs/HTML/* )
-   fi
-   php-pear-r2_src_install
-}

diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.13.ebuild 
b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.13.ebuild
deleted file mode 100644
index 59e964213993..
--- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.13.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="PHP class to communicate with IRC networks"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples"
-DOCS=( CREDITS FEATURES docs/HOWTO README.md )
-
-src_install() {
-   local HTML_DOCS=( )
-   

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Validate/

2023-08-26 Thread Andreas Sturmlechner
commit: 4a64b134a21bb8964cd06e955cb47019a6abcfce
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:04:28 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a64b134

dev-php/PEAR-Validate: drop 0.8.5-r1

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

 dev-php/PEAR-Validate/Manifest |  1 -
 .../PEAR-Validate/PEAR-Validate-0.8.5-r1.ebuild| 23 --
 2 files changed, 24 deletions(-)

diff --git a/dev-php/PEAR-Validate/Manifest b/dev-php/PEAR-Validate/Manifest
index 9da4310ed975..60effe7697df 100644
--- a/dev-php/PEAR-Validate/Manifest
+++ b/dev-php/PEAR-Validate/Manifest
@@ -1,2 +1 @@
-DIST Validate-0.8.5.tgz 21668 BLAKE2B 
5f1897f9a796bab047beb7bdcf79726f58f069874cb1d08a17078c8d974bed626b3e37dd792e8b941fd0115d9060986278d459037580adedf6088ef51d5f2c13
 SHA512 
4e2e330b0a74a24d18af262ef42d872ab9eb2386e11c5647d898c60e11a29d06c97c0295cdf0999c3a4805f3f1efae2949c54520da50cf6adfcc5a6c4f6e1b63
 DIST Validate-0.8.6.tgz 21840 BLAKE2B 
32b41534da0ec39ff425725a85c46e2043262160c630b03368036071871f3f6b86ffc648b62f103101e0d513505d51bacbfb8469d709f4cab6195680fa9cb666
 SHA512 
75627eb4d0a7622c17477670bf484384c0e5f8286832e0c357bf24a573256e9e70f84c8b818a4c7fb90ca2215a386d27ccd0cd5ee1e92dc4cbdd174290d136de

diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.8.5-r1.ebuild 
b/dev-php/PEAR-Validate/PEAR-Validate-0.8.5-r1.ebuild
deleted file mode 100644
index 9949a081a0f2..
--- a/dev-php/PEAR-Validate/PEAR-Validate-0.8.5-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-
-DESCRIPTION="Validation class"
-LICENSE="BSD"
-SLOT="0"
-IUSE="minimal test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-php/PEAR-PEAR dev-php/PEAR-Date )"
-RDEPEND="!minimal? ( dev-php/PEAR-Date )"
-PATCHES=( "${FILESDIR}/0.8.5-fix-test-php7.patch" )
-HTML_DOCS=( docs/Example_Locale.php docs/sample_multiple.php )
-
-src_test() {
-   peardev run-tests tests || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_RSS/

2023-08-26 Thread Andreas Sturmlechner
commit: ecdcf789a6067ea9432538b7cf2744d3496a3edf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:03:42 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdcf789

dev-php/PEAR-XML_RSS: drop 1.1.0_alpha1, 1.1.0, 1.1.0-r1

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

 dev-php/PEAR-XML_RSS/Manifest  |  1 -
 dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r1.ebuild  | 29 -
 dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild | 17 
 .../PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild  | 30 --
 4 files changed, 77 deletions(-)

diff --git a/dev-php/PEAR-XML_RSS/Manifest b/dev-php/PEAR-XML_RSS/Manifest
index cb7ff93ab91a..b7255163d08b 100644
--- a/dev-php/PEAR-XML_RSS/Manifest
+++ b/dev-php/PEAR-XML_RSS/Manifest
@@ -1,2 +1 @@
 DIST XML_RSS-1.1.0.tgz 8178 BLAKE2B 
da290ea2e656372478435451b5043f3254e1a06423495c62c753b636208ece31e5b9aebe59a9b84254aac70d2088b4c35f78b763b6045d29c467ff0989bbc6fa
 SHA512 
947b040ec71728328bad0130da874132c12e8c14a37f57b0ebc4e9db26aed49d0f9702e20ae401bd92782e1895de71dbd5daf09adebec0eaf268c77dfe183c24
-DIST XML_RSS-1.1.0a1.tgz 6717 BLAKE2B 
f38aaa6981d94668031272cd48f5648ce9fec499fde4627b6291d1a9c0dea4db72779e3ce7a089be9ee5d23ad56d05c6bd3ffce031b9ef3f4fac5360c3da4420
 SHA512 
e88c7618cad60a775c07ac26aedf05b7ce7ab3c9f012f3e638031b3567227db237ee2e1238fa051f9f415388a5d7c131af02b8200e08c01a9078654ea5877ce8

diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r1.ebuild 
b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r1.ebuild
deleted file mode 100644
index 0946a4139818..
--- a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit php-pear-r2
-
-DESCRIPTION="PHP parser for RDF and RSS documents"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-php/PEAR-XML_Parser"
-BDEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
-
-src_prepare() {
-   default
-   sed -i \
-   -e 's/_Framework_/\\Framework\\/' \
-   -e 's/_TextUI_/\\TextUI\\/' \
-   tests/*.php
-}
-
-src_test() {
-   phpunit --bootstrap "${S}/XML/RSS.php" \
-   --cache-result-file="${T}/test-results.cache" tests || die
-}

diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild 
b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild
deleted file mode 100644
index f564a5c6a962..
--- a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="PHP parser for RDF and RSS documents"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-# Only needs PEAR_Exception (not in the tree), not all of PEAR.
-# This can be made into an || dependency if we add PEAR_Exception.
-RDEPEND=">=dev-php/PEAR-PEAR-1.10.1
-   dev-php/PEAR-XML_Parser"

diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild 
b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild
deleted file mode 100644
index 482610a92823..
--- a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV/alpha/a}"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="PHP parser for RDF and RSS documents"
-HOMEPAGE="https://pear.php.net/package/XML_RSS;
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-# Only needs PEAR_Exception (not in the tree), not all of PEAR.
-# This can be made into an || dependency if we add PEAR_Exception.
-RDEPEND="dev-lang/php:*
-   dev-php/PEAR-PEAR
-   dev-php/PEAR-XML_Parser"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   insinto /usr/share/php
-   doins -r XML
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_Parser/

2023-08-26 Thread Andreas Sturmlechner
commit: c344e837a5f93924acc5478156a8c0e30ff48c25
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 13:04:01 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 15:09:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c344e837

dev-php/PEAR-XML_Parser: drop 1.3.7-r1, 1.3.8

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

 dev-php/PEAR-XML_Parser/Manifest|  1 -
 dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.7-r1.ebuild | 17 -
 dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8.ebuild| 17 -
 3 files changed, 35 deletions(-)

diff --git a/dev-php/PEAR-XML_Parser/Manifest b/dev-php/PEAR-XML_Parser/Manifest
index ab8e0fe0cf58..2c469207592e 100644
--- a/dev-php/PEAR-XML_Parser/Manifest
+++ b/dev-php/PEAR-XML_Parser/Manifest
@@ -1,2 +1 @@
-DIST XML_Parser-1.3.7.tgz 13339 BLAKE2B 
10cc89dbf4f6c4b28fea73cc45757e71a897b01fd21a3d2711fef5eb0cd33e1fdeda143ce88dd425fdea9802a02f3d7e352ec17295b88d8cfae87af6a342f622
 SHA512 
b4e6c76962eb47f15096e7d77658cf41ca372a9389967e5204e865b253da4f4e248e7b893aa4c6624bb1178e3985667d018849df6d9a07aa6b9a707c743fe64b
 DIST XML_Parser-1.3.8.tgz 13534 BLAKE2B 
c0227d48b43b9b0fec3251c81e56017344101b4a2dc9a5eb85310d1130148a1d7e365b3b6e3f4fcab03aeac1f702f81f22d45c4db67ff515836ef8a173cd7d4c
 SHA512 
f840acf2e068d642177d37958487021b5bf57cd33048738f2f18fa35d83dfe428ce327900a9a141c2a184e4dbdddc9e8eefaf87604131f516f016aee30aad603

diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.7-r1.ebuild 
b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.7-r1.ebuild
deleted file mode 100644
index cb8300b5fce6..
--- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.7-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="XML parsing class based on PHP's SAX parser"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-src_test() {
-   peardev run-tests -r || die
-}

diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8.ebuild 
b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8.ebuild
deleted file mode 100644
index 0ed52ec9f9b8..
--- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit php-pear-r2
-
-DESCRIPTION="XML parsing class based on PHP's SAX parser"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-src_test() {
-   peardev run-tests -r || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Crypt_GPG/files/, dev-php/PEAR-Crypt_GPG/

2023-07-05 Thread Michael Orlitzky
commit: 786475e77ec09887be16e2fbfc09336003dd6e71
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Jul  5 20:45:02 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Jul  5 20:49:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786475e7

dev-php/PEAR-Crypt_GPG: drop 1.6.2

Bug: https://bugs.gentoo.org/833570
Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Crypt_GPG/Manifest|  1 -
 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild | 49 ---
 .../files/fix-unit-tests-with-new-gpg.patch| 55 --
 3 files changed, 105 deletions(-)

diff --git a/dev-php/PEAR-Crypt_GPG/Manifest b/dev-php/PEAR-Crypt_GPG/Manifest
index 94e41118baf7..7209c7c0e908 100644
--- a/dev-php/PEAR-Crypt_GPG/Manifest
+++ b/dev-php/PEAR-Crypt_GPG/Manifest
@@ -1,2 +1 @@
-DIST Crypt_GPG-1.6.2.tgz 346709 BLAKE2B 
abced2fe8c909f06690c38884506ce03df4c5ef3ef460aafce65ea9405c6974f8af320fd5a07a7967b45421a9a67aa27026c28ef7eb1402ffefba527007a33ae
 SHA512 
9d954d96b4e461c75f79ce9bc701d062e3f19671690228e6e0ce5265733ac1de9c06520f9f750348f3c37f01ccb79720574b2d2f371e69c8a25ae6e1bc18aabd
 DIST Crypt_GPG-1.6.7.tgz 343957 BLAKE2B 
c95346005fdd36bd97e2a0e6cd42c5a2898fb59f0a4a3d3b09bd99a409bd9c998b267ffd84ab28148e17c3f7e78e094393c3b077998b05dc2d7ddcb0ab81394b
 SHA512 
dd629271ebbcb98df5d31313c1a6911b62964046c758e00b55377170653e9880d2edc7d0b953fd6ae441d74238c4a8e1008bf6a9195a19ff463bcc82665f14e8

diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild 
b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
deleted file mode 100644
index e0f4c627a409..
--- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_PV="${PV/_/}"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="PHP interface to the GNU Privacy Guard (GnuPG)"
-HOMEPAGE="https://pear.php.net/package/Crypt_GPG;
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="app-crypt/gnupg
-   dev-lang/php:*[posix,unicode]
-   dev-php/PEAR-Console_CommandLine
-   dev-php/PEAR-Exception"
-DEPEND="test? (${RDEPEND} 
-Date: Sat, 16 Sep 2017 13:05:37 +0200
-Subject: [PATCH] Fix Bug #21242: PHPUnit tests fail sometimes while deleting
- S.gpg-agent.extra
-

- tests/TestCase.php | 20 ++--
- 1 file changed, 14 insertions(+), 6 deletions(-)
-
-diff --git a/tests/TestCase.php b/tests/TestCase.php
-index b91ea7d..1ad8028 100644
 a/tests/TestCase.php
-+++ b/tests/TestCase.php
-@@ -583,7 +583,10 @@ private function _tearDownKeyring()
- $iterator = new DirectoryIterator($dirname);
- foreach ($iterator as $file) {
- if (!$file->isDot()) {
--unlink($dirname . '/' . $file->getFilename());
-+$filename = $dirname . '/' . $file->getFilename();
-+if (file_exists($filename)) {
-+unlink($filename);
-+}
- }
- }
- rmdir($dirname);
-@@ -595,7 +598,10 @@ private function _tearDownKeyring()
- 
- foreach ($iterator as $file) {
- if (!$file->isDot()) {
--unlink($homedir . '/' . $file->getFilename());
-+$filename = $homedir . '/' . $file->getFilename();
-+if (file_exists($filename)) {
-+unlink($filename);
-+}
- }
- }
- 
-@@ -614,10 +620,12 @@ private function _tearDownTempdir()
- foreach ($iterator as $file) {
- if (!$file->isDot()) {
- $filename = $this->getTempFilename($file->getFilename());
--if (is_dir($filename)) {
--rmdir($filename);
--} else {
--unlink($filename);
-+if (file_exists($filename)) {
-+if (is_dir($filename)) {
-+rmdir($filename);
-+} else {
-+unlink($filename);
-+}
- }
- }
- }



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Crypt_GPG/

2023-07-04 Thread Sam James
commit: e24c554261402cb6698fd1ceb39b50dcc1367bb0
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul  5 04:25:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul  5 04:25:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24c5542

dev-php/PEAR-Crypt_GPG: Stabilize 1.6.7 ALLARCHES, #833501

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.7.ebuild 
b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.7.ebuild
index a3a112cc6615..7537f6de6eb6 100644
--- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.7.ebuild
+++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ HOMEPAGE="https://pear.php.net/package/Crypt_GPG;
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_RSS/

2023-07-04 Thread Sam James
commit: df59d5f5f88b3b1a34ee71f49398af532e4683e5
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 13:59:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 13:59:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df59d5f5

dev-php/PEAR-XML_RSS: Stabilize 1.1.0-r2 ALLARCHES, #909608

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r2.ebuild 
b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r2.ebuild
index 0511a5abb0a6..f12c141100be 100644
--- a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r2.ebuild
+++ b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="PHP parser for RDF and RSS documents"
 LICENSE="PHP-3.01"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Validate/

2023-07-04 Thread Sam James
commit: cc78db615f2aa7226fb6263cc7f1cc5adef3d524
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 13:59:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 13:59:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc78db61

dev-php/PEAR-Validate: Stabilize 0.8.6 ALLARCHES, #909587

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild 
b/dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild
index 7559f6ebd29c..5b04ff1ea5e0 100644
--- a/dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild
+++ b/dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit php-pear-r2
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 
 DESCRIPTION="Validation class"
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Wiki/

2023-07-04 Thread Sam James
commit: b350ab9e7435847522e2460f4065f5395a780295
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:24:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:24:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b350ab9e

dev-php/PEAR-Text_Wiki: Stabilize 1.2.3 ALLARCHES, #909584

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild 
b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild
index 71ce9d98ae0f..9d83cd9429ec 100644
--- a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild
+++ b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="Abstracts parsing and rendering rules for Wiki markup in 
structured plain text"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Numbers_Words/

2023-07-04 Thread Sam James
commit: ff75cdb473180ce8ddfd8c1776e969659cf965ea
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:25:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:25:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff75cdb4

dev-php/PEAR-Numbers_Words: Stabilize 0.18.2 ALLARCHES, #909607

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.2.ebuild 
b/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.2.ebuild
index 53a6fc6a398b..4b9b5c4b1588 100644
--- a/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.2.ebuild
+++ b/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="Provides methods for spelling numerals in words"
 HOMEPAGE="https://pear.php.net/package/Numbers_Words;
 LICENSE="PHP-3.01"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail/

2023-07-04 Thread Sam James
commit: 61bdcba3ab712acc5f5e74a518e31ecb9aa8c508
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:24:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:24:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bdcba3

dev-php/PEAR-Mail: Stabilize 1.5.0 ALLARCHES, #909606

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild 
b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
index 6fd9554dfa3d..5a6a62c504e2 100644
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
+++ b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Class that provides multiple interfaces for 
sending emails"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Wiki/

2023-07-04 Thread Sam James
commit: 9f81e8b34e8a826bf09a1a9beabe8b55afc62023
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:24:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:24:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f81e8b3

dev-php/PEAR-Text_Wiki: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Text_Wiki/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Text_Wiki/metadata.xml 
b/dev-php/PEAR-Text_Wiki/metadata.xml
index 34b3349410d6..0386b719da9a 100644
--- a/dev-php/PEAR-Text_Wiki/metadata.xml
+++ b/dev-php/PEAR-Text_Wiki/metadata.xml
@@ -5,6 +5,7 @@
 php-b...@gentoo.org
 PHP
   
+  
   
 pear/archive
   



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Numbers_Words/

2023-07-04 Thread Sam James
commit: aaf2afd621dc99342ad8970024ad3e4ec4ef4650
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:24:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:24:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf2afd6

dev-php/PEAR-Numbers_Words: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Numbers_Words/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Numbers_Words/metadata.xml 
b/dev-php/PEAR-Numbers_Words/metadata.xml
index cdea7028d66c..7a8d11726956 100644
--- a/dev-php/PEAR-Numbers_Words/metadata.xml
+++ b/dev-php/PEAR-Numbers_Words/metadata.xml
@@ -5,6 +5,7 @@
 php-b...@gentoo.org
 PHP
   
+  
   
 pear/Numbers_Words
 Numbers_Words



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail/

2023-07-04 Thread Sam James
commit: 738479eb9211e88f02ef598e3f8d27b695fd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:23:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:23:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73847eee

dev-php/PEAR-Mail: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Mail/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Mail/metadata.xml b/dev-php/PEAR-Mail/metadata.xml
index a307dd57bffd..4e7922456651 100644
--- a/dev-php/PEAR-Mail/metadata.xml
+++ b/dev-php/PEAR-Mail/metadata.xml
@@ -5,6 +5,7 @@
php-b...@gentoo.org
PHP

+   

Mail




[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/

2023-07-04 Thread Sam James
commit: ad27e08a81a558a34aed89da2726dba356013374
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:20:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:20:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad27e08a

dev-php/PEAR-Cache_Lite: Stabilize 1.8.3 ALLARCHES, #909582

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild 
b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
index 1a1c395f3b01..5e9656ad4b83 100644
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
 
 inherit php-pear-r2
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 DESCRIPTION="Fast and safe little cache system"
 LICENSE="LGPL-2.1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/

2023-07-04 Thread Sam James
commit: efeceb3024e0bdf83fbfd12343270435a1910e4d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:20:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:20:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efeceb30

dev-php/PEAR-Cache_Lite: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Cache_Lite/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Cache_Lite/metadata.xml 
b/dev-php/PEAR-Cache_Lite/metadata.xml
index 222c77f3742a..3b1963efeb6f 100644
--- a/dev-php/PEAR-Cache_Lite/metadata.xml
+++ b/dev-php/PEAR-Cache_Lite/metadata.xml
@@ -5,4 +5,5 @@
php-b...@gentoo.org
PHP

+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SmartIRC/

2023-07-04 Thread Sam James
commit: 4cb70a8ddb39a45dded6c260cf019fa640284368
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:19:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:19:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb70a8d

dev-php/PEAR-Net_SmartIRC: Stabilize 1.1.14 ALLARCHES, #909585

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild 
b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
index b12612e2cf32..f52221d84a08 100644
--- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
+++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="PHP class to communicate with IRC networks"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="doc examples"
 DOCS=( CREDITS FEATURES docs/HOWTO README.md )
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SmartIRC/

2023-07-04 Thread Sam James
commit: 3000e690e0e2a0781298c922eacc822685eb786d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:19:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:19:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3000e690

dev-php/PEAR-Net_SmartIRC: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Net_SmartIRC/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Net_SmartIRC/metadata.xml 
b/dev-php/PEAR-Net_SmartIRC/metadata.xml
index d44d8958cd4e..350320c75780 100644
--- a/dev-php/PEAR-Net_SmartIRC/metadata.xml
+++ b/dev-php/PEAR-Net_SmartIRC/metadata.xml
@@ -5,6 +5,7 @@
 php-b...@gentoo.org
 PHP
   
+  
   
 pear/Net_SmartIRC
 Net_SmartIRC



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_Parser/

2023-07-04 Thread Sam James
commit: 06209549c3b8ad806a5d15310ab13f542388891f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:18:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:18:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06209549

dev-php/PEAR-XML_Parser: Stabilize 1.3.8-r1 ALLARCHES, #909588

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild 
b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
index fe57a209e312..b007d6571937 100644
--- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
+++ b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="XML parsing class based on PHP's SAX parser"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 # This is to match patch compatibility
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SmartIRC/

2023-07-04 Thread Sam James
commit: d4269b33ecaf1d35988e21a92be74a9c7d1b0520
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:18:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:18:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4269b33

dev-php/PEAR-Net_SmartIRC: Stabilize 1.1.14 ppc64, #909585

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild 
b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
index e91f14ced079..b12612e2cf32 100644
--- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
+++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="PHP class to communicate with IRC networks"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="doc examples"
 DOCS=( CREDITS FEATURES docs/HOWTO README.md )
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_Parser/

2023-07-04 Thread Sam James
commit: 83f549534a95ca41e5465427b150bc3340172bc7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:17:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:17:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f54953

dev-php/PEAR-XML_Parser: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-XML_Parser/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-XML_Parser/metadata.xml 
b/dev-php/PEAR-XML_Parser/metadata.xml
index 77793b997e9e..6841fa89bee8 100644
--- a/dev-php/PEAR-XML_Parser/metadata.xml
+++ b/dev-php/PEAR-XML_Parser/metadata.xml
@@ -5,4 +5,5 @@
php-b...@gentoo.org
PHP
 
+
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Log/

2023-07-04 Thread Sam James
commit: ba1c425e248075c268ad0961e54f61f54ed0c144
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:16:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:16:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1c425e

dev-php/PEAR-Log: Stabilize 1.13.3 ALLARCHES, #909605

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
index 2a3c5d821806..70968579db72 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/Log;
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_Parser/

2023-07-04 Thread Sam James
commit: 9688ae57c7c2eb04b018d20d060471b8592d6268
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:16:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:16:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9688ae57

dev-php/PEAR-XML_Parser: Stabilize 1.3.8-r1 x86, #909588

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild 
b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
index 5df29a224bd6..fe57a209e312 100644
--- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
+++ b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="XML parsing class based on PHP's SAX parser"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE=""
 # This is to match patch compatibility
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Log/

2023-07-04 Thread Sam James
commit: 5f1222d50341d0aaa9fd9b2912bf5ea5510e050f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:15:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:15:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1222d5

dev-php/PEAR-Log: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Log/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Log/metadata.xml b/dev-php/PEAR-Log/metadata.xml
index cf03dc3f557f..abe2aab8f350 100644
--- a/dev-php/PEAR-Log/metadata.xml
+++ b/dev-php/PEAR-Log/metadata.xml
@@ -5,6 +5,7 @@
php-b...@gentoo.org
PHP

+   

Log




[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache_Lite/

2023-07-04 Thread Sam James
commit: cab8a523897580b6cfa4d866808d7cf68287aeab
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:16:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:16:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab8a523

dev-php/PEAR-Cache_Lite: Stabilize 1.8.3 x86, #909582

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild 
b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
index 8e86b80d4732..1a1c395f3b01 100644
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
 inherit php-pear-r2
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 DESCRIPTION="Fast and safe little cache system"
 LICENSE="LGPL-2.1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_IPv4/

2023-07-04 Thread Sam James
commit: d3057042573ff00397f3660a8aec1780fc90fc06
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:13:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:13:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3057042

dev-php/PEAR-Net_IPv4: Stabilize 1.3.5 amd64, #909604

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild 
b/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
index 004f766bccad..415d5812a17f 100644
--- a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
+++ b/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
@@ -9,5 +9,5 @@ DESCRIPTION="PEAR class for IP v4 calculations"
 
 LICENSE="PHP-3.01"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SmartIRC/

2023-07-04 Thread Sam James
commit: 402ce668fb959c8f762ea2cf9f505e5aa1bb9fe6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:14:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:14:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402ce668

dev-php/PEAR-Net_SmartIRC: Stabilize 1.1.14 x86, #909585

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild 
b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
index c6e49dbd4c32..e91f14ced079 100644
--- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
+++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="PHP class to communicate with IRC networks"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="doc examples"
 DOCS=( CREDITS FEATURES docs/HOWTO README.md )
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Log/

2023-07-04 Thread Sam James
commit: 1dce8689fe02d18c550ed4695b5ead5525d55900
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dce8689

dev-php/PEAR-Log: Stabilize 1.13.3 ppc64, #909605

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
index 2c518ff5dabf..1722ed9831e8 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/Log;
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Log/

2023-07-04 Thread Sam James
commit: fa165a2b045b70744f6c0b6c2fad9eb73e3f159d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa165a2b

dev-php/PEAR-Log: Stabilize 1.13.3 x86, #909605

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
index 4cb33815ba8c..2a3c5d821806 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/Log;
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-HTTP_Request2/

2023-07-04 Thread Sam James
commit: a30d3ef68b112e0c702aa4524fc5d9a54b311ef0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30d3ef6

dev-php/PEAR-HTTP_Request2: Stabilize 2.5.1 ALLARCHES, #909610

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild 
b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild
index 41c1916c349b..0d6497c49098 100644
--- a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild
+++ b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ DESCRIPTION="Provides an easy way to perform HTTP requests"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
 IUSE="+curl +fileinfo +ssl test +zlib"
 
 # We don't have Yoast\PHPUnitPolyfills in Gentoo



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail/

2023-07-04 Thread Sam James
commit: 7d6edec7cabeea9f31cf0fbbf383b1e38602d6e9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6edec7

dev-php/PEAR-Mail: Stabilize 1.5.0 ppc64, #909606

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild 
b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
index 3a4dc8626374..345dd75dfeaa 100644
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
+++ b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Class that provides multiple interfaces for 
sending emails"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail/

2023-07-04 Thread Sam James
commit: 5ec8715076d25bf01bfa1d54d4504d3cf18d13c4
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec87150

dev-php/PEAR-Mail: Stabilize 1.5.0 x86, #909606

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild 
b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
index 345dd75dfeaa..6fd9554dfa3d 100644
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
+++ b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Class that provides multiple interfaces for 
sending emails"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Exception/

2023-07-04 Thread Sam James
commit: 1752558076b53c66ee3372407075b4e1a4ffd0cb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17525580

dev-php/PEAR-Exception: Stabilize 1.0.2 ALLARCHES, #909602

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild 
b/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild
index 2a4a155c793d..21a13694d28e 100644
--- a/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild
+++ b/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/PEAR_Exception;
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="dev-lang/php:*



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Log/

2023-07-04 Thread Sam James
commit: 78cd32b7f32b45e3d8683baa8f00ac302c506902
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cd32b7

dev-php/PEAR-Log: Stabilize 1.13.3 sparc, #909605

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
index 1722ed9831e8..39084a6e5e1a 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/Log;
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Log/

2023-07-04 Thread Sam James
commit: 77b764e8a612690106a83878ac507ece7f3863a8
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b764e8

dev-php/PEAR-Log: Stabilize 1.13.3 arm, #909605

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
index 39084a6e5e1a..4cb33815ba8c 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/Log;
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_Parser/

2023-07-04 Thread Sam James
commit: eebd60b1d19e26ae14bfd01a21cdd5497b3f62c7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebd60b1

dev-php/PEAR-XML_Parser: Stabilize 1.3.8-r1 arm, #909588

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild 
b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
index 461ae05c1155..5df29a224bd6 100644
--- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
+++ b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ DESCRIPTION="XML parsing class based on PHP's SAX parser"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE=""
 # This is to match patch compatibility
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_IPv4/

2023-07-04 Thread Sam James
commit: 711a23880c03f8f8ea96867fe3567c641b3a11da
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:41:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:41:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711a2388

dev-php/PEAR-Net_IPv4: Stabilize 1.3.5 x86, #909604

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild 
b/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
index e7dcbc24d680..004f766bccad 100644
--- a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
+++ b/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,5 +9,5 @@ DESCRIPTION="PEAR class for IP v4 calculations"
 
 LICENSE="PHP-3.01"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail/

2023-07-04 Thread Sam James
commit: 04dd9d08443699e409e6858cbed354312b12eadb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:41:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:41:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dd9d08

dev-php/PEAR-Mail: Stabilize 1.5.0 arm, #909606

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild 
b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
index a6b279e7630b..3a4dc8626374 100644
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
+++ b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ DESCRIPTION="Class that provides multiple interfaces for 
sending emails"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_IPv4/

2023-07-04 Thread Sam James
commit: a6c307650cee4c6e02a2d0e415d473ca9e824730
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:41:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:41:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c30765

dev-php/PEAR-Net_IPv4: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 dev-php/PEAR-Net_IPv4/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Net_IPv4/metadata.xml 
b/dev-php/PEAR-Net_IPv4/metadata.xml
index 77793b997e9e..6841fa89bee8 100644
--- a/dev-php/PEAR-Net_IPv4/metadata.xml
+++ b/dev-php/PEAR-Net_IPv4/metadata.xml
@@ -5,4 +5,5 @@
php-b...@gentoo.org
PHP
 
+
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SMTP/

2023-06-09 Thread Michael Orlitzky
commit: 27014f8e322e2cef4dcfc8f6d4d1b08b1bcd9ed2
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jun 10 01:12:32 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jun 10 01:22:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27014f8e

dev-php/PEAR-Net_SMTP: drop 1.7.2-r3, 1.7.3, 1.8.1, 1.9.0, 1.9.1, 1.9.2

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Net_SMTP/Manifest |  6 
 .../PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.2-r3.ebuild| 30 ---
 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild   | 30 ---
 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.8.1.ebuild   | 29 --
 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.9.0.ebuild   | 29 --
 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.9.1.ebuild   | 29 --
 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.9.2.ebuild   | 34 --
 7 files changed, 187 deletions(-)

diff --git a/dev-php/PEAR-Net_SMTP/Manifest b/dev-php/PEAR-Net_SMTP/Manifest
index 27fdaf641c7e..addb182d3212 100644
--- a/dev-php/PEAR-Net_SMTP/Manifest
+++ b/dev-php/PEAR-Net_SMTP/Manifest
@@ -1,7 +1 @@
 DIST Net_SMTP-1.10.0.tgz 15350 BLAKE2B 
9603188e5e70aac98135a7ab0248ccff2ebc1cbc2757ce65870228217936acd34249385bea352a3c5f64637ed82621fa17ee717f76d23c586140884d670dcff7
 SHA512 
4a742ea4521d6ee4889db365691cb3cd8299b9946618e7a80a10d025c4c3f68a91274829fc48ed9d095632e282b32b6e5fede633a5d48e2d995ce48b3893b218
-DIST Net_SMTP-1.7.2.tgz 14795 BLAKE2B 
e7be5c595e5eb9cd98c0cb82899545b02399ce3aedd35e419a451ad1aa3f4c3c36a10c212508795bc39a044c99206db5ad700f6e7c110eec3b68cb623af4e457
 SHA512 
06ab00a033709c5f4adc01fabe100ee0033b07e1c5633f995a672bf463484622a5bd976ada9932ee741ff593d739bd1172566f0a8446060bbccde71ea5b0160d
-DIST Net_SMTP-1.7.3.tgz 14855 BLAKE2B 
b6891196a6871adc3936c89507e3aef1f7d9af045acab09aba5f145a9d1e1da5cee2608873f7a42ebc1d00f99ec733823afe94e15c283245ed1bc035858d94a7
 SHA512 
b1c2be95c50151e91c2dcc7b9d98233504cc2389c01e4e42e752cba606355da616e570ca86042b68498aad63aaad14ea048b0a0e4e2baa802dc58c440eb60f15
-DIST Net_SMTP-1.8.1.tgz 14931 BLAKE2B 
9194e46d1987e48f58c3b851bf6921b4308d39d17b7ca028a4a58a6583171dbe31020477cd7f808ac72ffae81f315e3b416cd5f52e898e0d12cc802af5dbcaa7
 SHA512 
ba3b68e35d95cc41ef33105402348a322e54c6335d819d1a6e1264f25bc30def4485d0da34901ca203ccd591aeddffbe75b5acb11fb7415a1a13668198aa9942
-DIST Net_SMTP-1.9.0.tgz 15135 BLAKE2B 
9413daf3741a0dd50e19cff89f501c57f442fda38b69c8dad860ba257ff7333fa4f50e2530d86599d4f38c6e3dbc67d7a401fe8be3bf85266c76701038f63247
 SHA512 
fb28bbf07e54d71d1a82d59b137e4905c77b5600c10cf7760890ec708fc9e6df9d47715cf6808569f88603fac80c1cfdd7c4f3893efe7ac7aecaac47ba849ec2
-DIST Net_SMTP-1.9.1.tgz 15146 BLAKE2B 
1bc1a837cc658f68b5ff866758d624f4d916e1b97166b0fe1b3257200ab3fbc76c52fa567eb064f82e4dbed38ec1e2364962bf2c4cf7d60c3c6f2a0a45a0ecc6
 SHA512 
6426ef18203b93960bd85d346622fdb6a76cb3f2182ae6c7ab21c9cfddaf779a7fdd02b0ac5425443265b522147f54ca9ef8ff7eef4a17428c7c664d8dab5993
-DIST Net_SMTP-1.9.2.tgz 15132 BLAKE2B 
e7d3d23431303a016d802340857ca13beb8863e9ba7612070487eeb3fa458a283bfa66155cc445e9aa3ae53b285eeb8fe8f203db0f98a4b8963b1cf3e266712b
 SHA512 
9477926946591443d2120d1289fe01706d2fcdbfb84f46fab68d8b6313d1bda3f8d272580c3aa51cbd2a98728e7eeba93299c2069df6c130c70dafc280226556

diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.2-r3.ebuild 
b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.2-r3.ebuild
deleted file mode 100644
index 14096f2f0e34..
--- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.2-r3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 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 PHP implementation of the SMTP protocol"
-HOMEPAGE="https://pear.php.net/package/Net_SMTP;
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="examples sasl"
-DEPEND=""
-RDEPEND="dev-lang/php:*
-   dev-php/PEAR-Net_Socket
-   dev-php/PEAR-PEAR
-   sasl? ( dev-php/PEAR-Auth_SASL )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   dodoc docs/guide.txt
-   use examples && dodoc -r examples
-
-   insinto /usr/share/php
-   doins -r Net
-}

diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild 
b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild
deleted file mode 100644
index ba2d4e8a2dea..
--- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 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 PHP implementation of the SMTP protocol"
-HOMEPAGE="https://pear.php.net/package/Net_SMTP;
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="PHP-3.01"
-SLOT="0"

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Sieve/

2023-06-09 Thread Michael Orlitzky
commit: b148ee1db2863d811f5e5055c8bedc0acc8dd6e4
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jun 10 01:17:36 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jun 10 01:22:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b148ee1d

dev-php/PEAR-Net_Sieve: stabilize 1.4.6

This version is actually newer than the recently stabilized 1.5.4. I'm
taking advantage of ALLARCHES to quietly stabilize it without causing
any confusion.

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.4.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.4.6.ebuild 
b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.4.6.ebuild
index 2a267b616095..2c008c382b4e 100644
--- a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.4.6.ebuild
+++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.4.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="An API for talking to sieve (RFC 3028) servers"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="sasl"
 
 RDEPEND="dev-php/PEAR-Net_Socket



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Sieve/

2023-06-09 Thread Michael Orlitzky
commit: 83a846c0b06bf1e3f8e3fcfa9c80dc659767f072
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jun 10 01:20:40 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jun 10 01:22:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a846c0

dev-php/PEAR-Net_Sieve: drop 1.5.2-r1, 1.5.4

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Net_Sieve/Manifest|  2 --
 .../PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.2-r1.ebuild  | 28 --
 dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild | 28 --
 3 files changed, 58 deletions(-)

diff --git a/dev-php/PEAR-Net_Sieve/Manifest b/dev-php/PEAR-Net_Sieve/Manifest
index 6a3fc26f6329..1758b629f479 100644
--- a/dev-php/PEAR-Net_Sieve/Manifest
+++ b/dev-php/PEAR-Net_Sieve/Manifest
@@ -1,3 +1 @@
 DIST Net_Sieve-1.4.6.tgz 16556 BLAKE2B 
fd83f934f1b6bce9459113036a04bf9a59695789f5e3f2308ecd382af8d129ae95a1da73c49b41de83c078551f143c7546f531bb3ba975bfe73eae8b5572de1c
 SHA512 
8d10c00336fd9a8f3a6e4da2e549112bb8d16f96f4bba7854cb9a95d2385b50f88e2c10b2d75e90913dbe927925ac40e0b2e4536fe1b8aa44bc5e31db0f28851
-DIST PEAR-Net_Sieve-1.5.2.tar.gz 16332 BLAKE2B 
24d385225fbf3c4bf5612927826ced468ccb5addeac9cd49c6fb617304fa77f4a44a11e3adf09173f65315d8a0755e44e93d0a7ae1c60f1a954849bee2380053
 SHA512 
672d2f6f4c3241f748fbdebd804f2186dd2a5f8b7be6a75cb9187ed16e61502e4a338bfaa1815190b74ab534cb7277b534b0542309098797fcb63582dc81bdbe
-DIST PEAR-Net_Sieve-1.5.4.tar.gz 16306 BLAKE2B 
6ecd4ef669211b01089f29c48735b7259c392510f09df9aa0f1126fef8e3ebbf83803ab47bdd37c9b798a2add4c3d19e1a04960290a202070e17ee1f8041d02d
 SHA512 
c981ba421946cc1eb1f2101cf25cbfbbcf56b74f92a8a257b19a8b43fb04ad2d8c9d93a2f44903589bb6014c53cc6ae96c44b1c31c389510439f1f2da57b3353

diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.2-r1.ebuild 
b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.2-r1.ebuild
deleted file mode 100644
index cbabb2dfdd7c..
--- a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-
-DESCRIPTION="An API for talking to sieve (RFC 3028) servers"
-HOMEPAGE="https://github.com/roundcube/Net_Sieve;
-SRC_URI="https://github.com/roundcube/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="sasl"
-
-RDEPEND="dev-lang/php:*
-   dev-php/PEAR-PEAR
-   dev-php/PEAR-Net_Socket
-   sasl? ( dev-php/PEAR-Auth_SASL )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_install() {
-   # Install into "Net" for backwards compatibility (that's where PEAR
-   # used to put things).
-   insinto /usr/share/php/Net
-   doins Sieve.php
-}

diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild 
b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild
deleted file mode 100644
index 2d293f99bd59..
--- a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-
-DESCRIPTION="An API for talking to sieve (RFC 3028) servers"
-HOMEPAGE="https://github.com/roundcube/Net_Sieve;
-SRC_URI="https://github.com/roundcube/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="sasl"
-
-RDEPEND="dev-lang/php:*
-   dev-php/PEAR-PEAR
-   dev-php/PEAR-Net_Socket
-   sasl? ( dev-php/PEAR-Auth_SASL )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_install() {
-   # Install into "Net" for backwards compatibility (that's where PEAR
-   # used to put things).
-   insinto /usr/share/php/Net
-   doins Sieve.php
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_Mime/

2023-06-09 Thread Michael Orlitzky
commit: 7eda2ac944ef195219e863ea5dfb75c427a225c2
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jun 10 01:16:27 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jun 10 01:22:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eda2ac9

dev-php/PEAR-Mail_Mime: drop 1.10.2-r1, 1.10.10

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Mail_Mime/Manifest|  2 --
 .../PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.10.ebuild   | 26 --
 .../PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild | 24 
 3 files changed, 52 deletions(-)

diff --git a/dev-php/PEAR-Mail_Mime/Manifest b/dev-php/PEAR-Mail_Mime/Manifest
index 7240c41535b0..fab2f696e5db 100644
--- a/dev-php/PEAR-Mail_Mime/Manifest
+++ b/dev-php/PEAR-Mail_Mime/Manifest
@@ -1,3 +1 @@
-DIST Mail_Mime-1.10.10.tgz 40520 BLAKE2B 
a552ee3e374e7af078ea1a266793aa88b74cd98a630eeced9ef0525ada9dacd645b9182da91cf39b09e9824672478bc0bfc1d3370bf6d839cf11bd67a3e96cdc
 SHA512 
0d1bd45424ee560961a827bdcc1c93516c6cd7987745a4571224aa42b7cc22c284931ff9c56c7df1371ae1d763449e04da5d4ccf0cc6ad00306c436fc81ae2e6
 DIST Mail_Mime-1.10.11.tgz 40930 BLAKE2B 
e02f5f8fc43949a32edf4a8fc835e4a6b4f44b509f3066b35ca0822a4cc723eb5fba860161a88d10d788811e5ef34d72e845fbf9b2768a83d87bc95445e8a967
 SHA512 
405873f92542f6f6d4433959ed3c741d64afe70852ddc9582d995485f327f662bccc82af0dfef3ccca61ec6497d67ea8f9d04d95f25443c57e3a319f96f7ac30
-DIST Mail_Mime-1.10.2.tgz 36501 BLAKE2B 
59e900b99061e84d307eb46d295f843404ae06b01936cec4ed610c298b6f7e8fcee15098fa6d935696122311eae2dbf733611410b2249f2535673a3031011fa3
 SHA512 
4e3b2a2adc58d8b4f16f56509c9f22638dc37aedf1bec60871706390198198be6ed6dccae8c250eb33de3a441aeb122097ffaddbc49191745f0f09693ec6612b

diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.10.ebuild 
b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.10.ebuild
deleted file mode 100644
index d160755e6c3f..
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit php-pear-r2
-
-DESCRIPTION="Create and manipulate mime messages with PHP"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-php/PEAR-PEAR )"
-
-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-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild 
b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild
deleted file mode 100644
index e22fdede48c0..
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="Create and manipulate mime messages with PHP"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND="test? ( dev-php/PEAR-PEAR )"
-
-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"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SMTP/

2023-06-09 Thread Arthur Zamarin
commit: 7e9deb330067852fd81bdd58a751aa0d825875b4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 18:00:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 18:00:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9deb33

dev-php/PEAR-Net_SMTP: Stabilize 1.10.0 ALLARCHES, #908127

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.10.0.ebuild 
b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.10.0.ebuild
index dc271c8d2314..1bc20f1987f8 100644
--- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.10.0.ebuild
+++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ DESCRIPTION="A PHP implementation of the SMTP protocol"
 HOMEPAGE="https://pear.php.net/package/Net_SMTP;
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="examples sasl test"
 DEPEND=""
 RDEPEND="dev-lang/php:*



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_Sieve/

2023-06-09 Thread Arthur Zamarin
commit: 8228034d91261d69b153fc4279f127addc97ded9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 17:54:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 17:54:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8228034d

dev-php/PEAR-Net_Sieve: Stabilize 1.5.4 ALLARCHES, #908125

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild 
b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild
index 42e647387538..2d293f99bd59 100644
--- a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild
+++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/roundcube/Net_Sieve;
 SRC_URI="https://github.com/roundcube/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="sasl"
 
 RDEPEND="dev-lang/php:*



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_Mime/

2023-06-09 Thread Arthur Zamarin
commit: 22d7a2bf5d838c59b487bd7d7b87b6502e9fbf70
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 17:38:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 17:38:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d7a2bf

dev-php/PEAR-Mail_Mime: Stabilize 1.10.11 ALLARCHES, #908126

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.11.ebuild 
b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.11.ebuild
index eb4747a42cf2..34ef06029ba9 100644
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.11.ebuild
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ DESCRIPTION="Create and manipulate mime messages with PHP"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_Table/

2023-01-31 Thread Michael Orlitzky
commit: 3826afe223a598b1a6dcbb85fbc1370c10e9e6e6
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Feb  1 01:50:27 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Feb  1 01:53:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3826afe2

dev-php/PEAR-Console_Table: stabilize 1.3.1 (ALLARCHES).

There's a test failure for this (bug 774816), but the previous stable
version crashing on php-8.x is worse.

Closes: https://bugs.gentoo.org/873706
Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.ebuild 
b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.ebuild
index fe0e497cf0c0..317464fa841e 100644
--- a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.ebuild
+++ b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="Class that makes it easy to build console style tables"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 BDEPEND="test? ( dev-php/pear )"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_Table/

2023-01-31 Thread Michael Orlitzky
commit: 432568bd21e46c1d098b20754ca907d75f8a927e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Feb  1 01:53:32 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Feb  1 01:53:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432568bd

dev-php/PEAR-Console_Table: drop 1.3.0-r1

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/PEAR-Console_Table/Manifest|  1 -
 .../PEAR-Console_Table-1.3.0-r1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-php/PEAR-Console_Table/Manifest 
b/dev-php/PEAR-Console_Table/Manifest
index 86e0192a2d93..a7a8a24e306c 100644
--- a/dev-php/PEAR-Console_Table/Manifest
+++ b/dev-php/PEAR-Console_Table/Manifest
@@ -1,2 +1 @@
-DIST Console_Table-1.3.0.tgz 11391 BLAKE2B 
25cbb72f2fa23026320840eb3e3b85f08dfc6a90ae9a613ec3e7251b407fc971c0a8aad3ac6bccbb9cd99066aca30249373539b8758fed58b0d1fc53898fc71b
 SHA512 
83227ce8e55ae38cdf91b7097879a3406898064d1c047c5a94c6cadc46cbeeea51c43d135e6aadfbdb38fa080a1b27a1d4cea1c36ff9eb3e14dc4b04de334c11
 DIST Console_Table-1.3.1.tgz 11492 BLAKE2B 
bff94b2ae1b6d23eaf9a60deee4e78ee3467eff9d53c1d6ac8330347647b54700d4b3cf30be84c071afc34a4517b3135f6b18011418ea5dfc0e2841da1a30874
 SHA512 
abac68c20bb670b29f405625edff0330ce5af51763a50ee7482c3ab9d39c7335134d77c0f1a94ce4914c2f454d493a685841e07628eb2aa58cc66617521b6a65

diff --git a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild 
b/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild
deleted file mode 100644
index 1eaaa2064341..
--- a/dev-php/PEAR-Console_Table/PEAR-Console_Table-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="Class that makes it easy to build console style tables"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-src_install() {
-   insinto /usr/share/php/Console
-   doins Table.php
-   php-pear-r2_install_packagexml
-}



  1   2   3   4   5   6   7   8   9   >