* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_URL2/
@ 2016-09-01 17:48 Brian Evans
0 siblings, 0 replies; 9+ messages in thread
From: Brian Evans @ 2016-09-01 17:48 UTC (permalink / raw
To: gentoo-commits
commit: aaad79700a546b452009b75f47027ef5cbca1319
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 1 17:46:40 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Sep 1 17:46:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaad7970
dev-php/PEAR-Net_URL2: Version bump to 2.2.1
Package-Manager: portage-2.3.0
dev-php/PEAR-Net_URL2/Manifest | 1 +
dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1.ebuild | 30 ++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-php/PEAR-Net_URL2/Manifest b/dev-php/PEAR-Net_URL2/Manifest
index 2eace4c..42c0f11 100644
--- a/dev-php/PEAR-Net_URL2/Manifest
+++ b/dev-php/PEAR-Net_URL2/Manifest
@@ -1,2 +1,3 @@
DIST Net_URL2-2.0.0.tgz 11325 SHA256 175a7950b54262ed09db607d39d4e450898c1ed3324f8524bb35097278d53f25 SHA512 c91185574fad037ae809474ab631088ee44547f19c05d4854ffdea6b4ed8a2c2450e42b974255fc3844f488c36dc169b995e01bdffea1291e2f427ca8128c649 WHIRLPOOL e74724d9eaa85f3e89b7f854f9f914b93a15f7c871ac47072477b2f1bd5ca76eeda09e48908dd6ef84f0ea2445b4e2ff6171feb37cc9d4918ad2025a5ff22ee2
DIST Net_URL2-2.0.5.tgz 17456 SHA256 6631f411c5019207e132331528fbdad820cad2ab6567985792c1b757172a9919 SHA512 417af8b2978db763042d92382828f40fa409c599422d9fbe28c48fea4d23a1e5b3c83d5e616f74049009f93d69e82e87c7e656f867af4dd01ce9cb893f380382 WHIRLPOOL 84a8ae98828d66658ebe2ab5ba8ab37d8d2ba80cabfbadaea75a6beb5160f3304b3df3a6c99f995a277d8a6f9c84747e0a66093c326757d95707f78b94454415
+DIST Net_URL2-2.2.1.tgz 20010 SHA256 f43f85f235665d155106c886cab8d1560beb6771537872f35bcf5114694a3091 SHA512 356eebcb7b077e8a57d19f7a0549c973fe4923fbd83836ac000c1068d7f19c42ebebef5e07a2a5880737d0f8b2398bb32be9fa97ef931a1009d6229dfd71b495 WHIRLPOOL 16ff2b9cffff273fdd866988d599ea63bd61e85a38f81e6f8486e62c29ac8992619069bb0fab45a2cacfd136f814c6450140af43d231300df3c8c64abb987a1d
diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1.ebuild
new file mode 100644
index 00000000..0e62037
--- /dev/null
+++ b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+MY_PN="${PN/PEAR-/}"
+MY_P="${MY_PN}-${PV}"
+
+SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
+HOMEPAGE="http://pear.php.net/${MY_PN}"
+
+RDEPEND="dev-lang/php:* dev-php/pear"
+DEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( docs/6470.php docs/example.php )
+
+src_install() {
+ insinto /usr/share/php
+ doins -r Net/
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_URL2/
@ 2016-09-01 17:48 Brian Evans
0 siblings, 0 replies; 9+ messages in thread
From: Brian Evans @ 2016-09-01 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 70e6ab551c741106dba863d306377e558d8ce28c
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 1 17:48:39 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Sep 1 17:48:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e6ab55
dev-php/PEAR-Net_URL2: Drop old
Package-Manager: portage-2.3.0
dev-php/PEAR-Net_URL2/Manifest | 1 -
dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.0.ebuild | 13 -------------
2 files changed, 14 deletions(-)
diff --git a/dev-php/PEAR-Net_URL2/Manifest b/dev-php/PEAR-Net_URL2/Manifest
index 42c0f11..77cb5aa 100644
--- a/dev-php/PEAR-Net_URL2/Manifest
+++ b/dev-php/PEAR-Net_URL2/Manifest
@@ -1,3 +1,2 @@
-DIST Net_URL2-2.0.0.tgz 11325 SHA256 175a7950b54262ed09db607d39d4e450898c1ed3324f8524bb35097278d53f25 SHA512 c91185574fad037ae809474ab631088ee44547f19c05d4854ffdea6b4ed8a2c2450e42b974255fc3844f488c36dc169b995e01bdffea1291e2f427ca8128c649 WHIRLPOOL e74724d9eaa85f3e89b7f854f9f914b93a15f7c871ac47072477b2f1bd5ca76eeda09e48908dd6ef84f0ea2445b4e2ff6171feb37cc9d4918ad2025a5ff22ee2
DIST Net_URL2-2.0.5.tgz 17456 SHA256 6631f411c5019207e132331528fbdad820cad2ab6567985792c1b757172a9919 SHA512 417af8b2978db763042d92382828f40fa409c599422d9fbe28c48fea4d23a1e5b3c83d5e616f74049009f93d69e82e87c7e656f867af4dd01ce9cb893f380382 WHIRLPOOL 84a8ae98828d66658ebe2ab5ba8ab37d8d2ba80cabfbadaea75a6beb5160f3304b3df3a6c99f995a277d8a6f9c84747e0a66093c326757d95707f78b94454415
DIST Net_URL2-2.2.1.tgz 20010 SHA256 f43f85f235665d155106c886cab8d1560beb6771537872f35bcf5114694a3091 SHA512 356eebcb7b077e8a57d19f7a0549c973fe4923fbd83836ac000c1068d7f19c42ebebef5e07a2a5880737d0f8b2398bb32be9fa97ef931a1009d6229dfd71b495 WHIRLPOOL 16ff2b9cffff273fdd866988d599ea63bd61e85a38f81e6f8486e62c29ac8992619069bb0fab45a2cacfd136f814c6450140af43d231300df3c8c64abb987a1d
diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.0.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.0.ebuild
deleted file mode 100644
index 8452e29..00000000
--- a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.0.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit php-pear-r1
-
-DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
-IUSE=""
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_URL2/
@ 2016-09-01 18:55 Brian Evans
0 siblings, 0 replies; 9+ messages in thread
From: Brian Evans @ 2016-09-01 18:55 UTC (permalink / raw
To: gentoo-commits
commit: 6c4ef372ff8792cd66129babf7c055ce84c1b82d
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 1 18:54:48 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Sep 1 18:54:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4ef372
dev-php/PEAR-Net_URL2: Revbump to include in local pear database
Package-Manager: portage-2.3.0
.../{PEAR-Net_URL2-2.2.1.ebuild => PEAR-Net_URL2-2.2.1-r1.ebuild} | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r1.ebuild
similarity index 79%
rename from dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1.ebuild
rename to dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r1.ebuild
index 0e62037..61cc568 100644
--- a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1.ebuild
+++ b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r1.ebuild
@@ -28,3 +28,11 @@ src_install() {
doins -r Net/
einstalldocs
}
+
+pkg_postinst() {
+ peardev install -nrO --force "${WORKDIR}/package.xml" 2> /dev/null
+}
+
+pkg_postrm() {
+ peardev uninstall -nrO --force pear.php.net/${MY_PN}
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_URL2/
@ 2017-03-19 14:26 Brian Evans
0 siblings, 0 replies; 9+ messages in thread
From: Brian Evans @ 2017-03-19 14:26 UTC (permalink / raw
To: gentoo-commits
commit: 89439928382d5f442fbbf07649a34ba82002a8d4
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 14:20:35 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 14:26:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89439928
dev-php/PEAR-Net_URL2: Revision bump to fix WORKDIR wrt bug 613122
Package-Manager: Portage-2.3.5, Repoman-2.3.2
.../PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r1.ebuild | 37 ----------------------
.../PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild | 14 ++++++++
2 files changed, 14 insertions(+), 37 deletions(-)
diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r1.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r1.ebuild
deleted file mode 100644
index 040af982ea5..00000000000
--- a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
-HOMEPAGE="http://pear.php.net/${MY_PN}"
-
-RDEPEND="dev-lang/php:* dev-php/pear"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( docs/6470.php docs/example.php )
-
-src_install() {
- insinto /usr/share/php
- doins -r Net/
- einstalldocs
-}
-
-pkg_postinst() {
- peardev install -nrO --force "${WORKDIR}/package.xml" 2> /dev/null
-}
-
-pkg_postrm() {
- peardev uninstall -nrO --force pear.php.net/${MY_PN}
-}
diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
new file mode 100644
index 00000000000..01588f23317
--- /dev/null
+++ b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DOCS=( docs/6470.php docs/example.php )
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_URL2/
@ 2018-02-16 20:41 Sergei Trofimovich
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-02-16 20:41 UTC (permalink / raw
To: gentoo-commits
commit: e9f03afd601a2d082356785f7203d3171d373453
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 20:41:07 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 20:41:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f03afd
dev-php/PEAR-Net_URL2: stable 2.2.1-r2 for ia64, bug #647764
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
index 01588f23317..ffa4c1e5ed8 100644
--- a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
+++ b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit php-pear-r2
DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DOCS=( docs/6470.php docs/example.php )
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_URL2/
@ 2018-02-18 21:48 Thomas Deutschmann
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2018-02-18 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 4b4699ca95046e44aa663c229ae01d6e1f7ef381
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 21:39:12 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 21:48:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4699ca
dev-php/PEAR-Net_URL2: x86 stable (bug #647764)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
index ffa4c1e5ed8..5f50f57d1fd 100644
--- a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
+++ b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
@@ -8,7 +8,7 @@ inherit php-pear-r2
DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE=""
DOCS=( docs/6470.php docs/example.php )
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_URL2/
@ 2018-02-18 21:55 Thomas Deutschmann
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2018-02-18 21:55 UTC (permalink / raw
To: gentoo-commits
commit: ec649fea1ebbbfdef3b4f85c403490d5ecf56873
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 21:52:36 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 21:52:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec649fea
dev-php/PEAR-Net_URL2: mark stable for the remaining arches using the ALLARCHES policy (bug #647764)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
index 5f50f57d1fd..535b3670e1e 100644
--- a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
+++ b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
@@ -8,7 +8,7 @@ inherit php-pear-r2
DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE=""
DOCS=( docs/6470.php docs/example.php )
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_URL2/
@ 2018-02-19 2:15 Brian Evans
0 siblings, 0 replies; 9+ messages in thread
From: Brian Evans @ 2018-02-19 2:15 UTC (permalink / raw
To: gentoo-commits
commit: 891890003c879f8a5b89252b04c65650d915c9e7
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 02:07:33 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 02:07:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89189000
dev-php/PEAR-Net_URL2: Adjust stable keywords to previous; drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-php/PEAR-Net_URL2/Manifest | 1 -
dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.5.ebuild | 12 ------------
dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild | 2 +-
3 files changed, 1 insertion(+), 14 deletions(-)
diff --git a/dev-php/PEAR-Net_URL2/Manifest b/dev-php/PEAR-Net_URL2/Manifest
index def1955636c..79bdd165142 100644
--- a/dev-php/PEAR-Net_URL2/Manifest
+++ b/dev-php/PEAR-Net_URL2/Manifest
@@ -1,2 +1 @@
-DIST Net_URL2-2.0.5.tgz 17456 BLAKE2B d869d8b1863bbcf0f2227fbfbe01e4eccc35a67cdcadcafe45f2f55f0982e2f9b89210985813baeae9f21fa914d804a0092bea51e67a1d2dc9a3d51b3264fff8 SHA512 417af8b2978db763042d92382828f40fa409c599422d9fbe28c48fea4d23a1e5b3c83d5e616f74049009f93d69e82e87c7e656f867af4dd01ce9cb893f380382
DIST Net_URL2-2.2.1.tgz 20010 BLAKE2B 5c8e5db577ad01dd247b72f82b9014e7cc4ef94955566b65b4210c7371702de8b1b67aa2d8bee27c5d88cabec069e3a334630429547dce2e611ce0da40210b08 SHA512 356eebcb7b077e8a57d19f7a0549c973fe4923fbd83836ac000c1068d7f19c42ebebef5e07a2a5880737d0f8b2398bb32be9fa97ef931a1009d6229dfd71b495
diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.5.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.5.ebuild
deleted file mode 100644
index 2a560493bb3..00000000000
--- a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.0.5.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit php-pear-r1
-
-DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
-IUSE=""
diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
index 535b3670e1e..d890e9908e8 100644
--- a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
+++ b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
@@ -8,7 +8,7 @@ inherit php-pear-r2
DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
IUSE=""
DOCS=( docs/6470.php docs/example.php )
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_URL2/
@ 2023-12-12 6:30 Viorel Munteanu
0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2023-12-12 6:30 UTC (permalink / raw
To: gentoo-commits
commit: fdce4c1884fbd5c82c12707837b0732f8b1248dd
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Mon Dec 11 20:09:02 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 06:26:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdce4c18
dev-php/PEAR-Net_URL2: unkeyword 2.2.1-r2 for ~alpha
Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
index 65875b2e1745..00ec4551d185 100644
--- a/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
+++ b/dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
@@ -8,7 +8,7 @@ inherit php-pear-r2
DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 sparc x86"
IUSE=""
DOCS=( docs/6470.php docs/example.php )
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-12-12 6:30 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-18 21:48 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_URL2/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2023-12-12 6:30 Viorel Munteanu
2018-02-19 2:15 Brian Evans
2018-02-18 21:55 Thomas Deutschmann
2018-02-16 20:41 Sergei Trofimovich
2017-03-19 14:26 Brian Evans
2016-09-01 18:55 Brian Evans
2016-09-01 17:48 Brian Evans
2016-09-01 17:48 Brian Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox