public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Config/
@ 2017-07-10  3:16 Brian Evans
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Evans @ 2017-07-10  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8f232d00ef80770488b6deeeb88b4f959075055b
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 03:02:24 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 03:02:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f232d00

dev-php/PEAR-Config: Version bump to git snapshot 20140323; fix description

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/PEAR-Config/Manifest                       |  1 +
 dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild  |  4 ++--
 .../PEAR-Config-2.0.0_pre20140323.ebuild           | 22 ++++++++++++++++++++++
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Config/Manifest b/dev-php/PEAR-Config/Manifest
index 32497d3cc12..1e37dfa6ade 100644
--- a/dev-php/PEAR-Config/Manifest
+++ b/dev-php/PEAR-Config/Manifest
@@ -1 +1,2 @@
 DIST Config-1.10.12.tgz 32291 SHA256 ad4d340fb2fbc43355d66612cd890b19c78cd623c2752f005c3a7ed809f78421 SHA512 c4ebb92d1440fbbb5119341eae7d90944661da35236af1d7ea8ed6753913aa2805a2256e8cb58b7c72f0ff0c56022c72e7d432be9e3e729001004192cbef0642 WHIRLPOOL 5cdf22fbba8bcc1a9bd9b465a750972f37bdf65fe6f637f3a8457e14d69d9663c3a8551f0ba7b709e92006ca0a7603fa46aae0b04de18dade09b4a974fc0dc04
+DIST Config-2.0.0_pre20140323.tar.gz 34309 SHA256 49e220ea88ef5f34d1fd5c15b130675ae55660ab02bc6f831e93793b69c1b5db SHA512 7056724cde7d39f5a2ac69c8e2dffd0ff57cb8caba6f014b5cb2a3b047946ca160fb4c30c01cf1986286d885893c9e0f504cee8920b46324987f707b5408be24 WHIRLPOOL dc9f3ee0f8987260d1d16a21b57b470924e6f38d4022c35563c1549f58275fe50500306e0c8b809b35b71939aba5d0986f307a958f2b5c0b2441b87662587c0e

diff --git a/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild b/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild
index f89f56e6d86..fc014c49708 100644
--- a/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild
+++ b/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit php-pear-r1
 
-DESCRIPTION="Provides methods for configuration manipulation. Your configuration's swiss-army knife"
+DESCRIPTION="Provides multiple methods for configuration manipulation"
 LICENSE="PHP-2.02"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"

diff --git a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323.ebuild b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323.ebuild
new file mode 100644
index 00000000000..684a28704a9
--- /dev/null
+++ b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2 vcs-snapshot
+
+DESCRIPTION="Provides multiple methods for configuration manipulation"
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="xml"
+RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"
+SRC_URI="https://github.com/pear/Config/archive/606a24034ad80f9d6ccb5a8b698b702b392e4674.tar.gz -> ${PEAR_P}.tar.gz"
+DOCS=( docs/TODO )
+HTML_DOCS=( docs/Apache.php docs/IniCommented.php docs/IniFromScratch.php )
+
+src_prepare() {
+	# Move snapshot location to where the eclass expects
+	mv "${S}/package.xml" "${WORKDIR}/package.xml" || die
+	eapply_user
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Config/
@ 2018-04-23 13:59 Brian Evans
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Evans @ 2018-04-23 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5710733ee395c689fabbd7b57bc69070bcd34172
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 13:35:32 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 13:58:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5710733e

dev-php/PEAR-Config: Revbump to fix tests

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../PEAR-Config-2.0.0_pre20140323-r1.ebuild        | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild
new file mode 100644
index 00000000000..fd949ea89cf
--- /dev/null
+++ b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2 vcs-snapshot
+
+DESCRIPTION="Provides multiple methods for configuration manipulation"
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test xml"
+RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"
+DEPEND="test? ( ${RDEPEND} )"
+SRC_URI="https://github.com/pear/Config/archive/606a24034ad80f9d6ccb5a8b698b702b392e4674.tar.gz -> ${PEAR_P}.tar.gz"
+DOCS=( docs/TODO )
+HTML_DOCS=( docs/Apache.php docs/IniCommented.php docs/IniFromScratch.php )
+
+src_prepare() {
+	# Move snapshot location to where the eclass expects
+	mv "${S}/package.xml" "${WORKDIR}/package.xml" || die
+	sed -i 's/&new/new/' test/phpt_test.php.inc || die
+	sed -i 's/& new/ new/' test/bug6441.phpt || die
+	eapply_user
+}
+
+src_test() {
+	pear run-tests test || die "Tests failed"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Config/
@ 2018-04-23 13:59 Brian Evans
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Evans @ 2018-04-23 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     443127eae94847af253b4ab6c7964d845dce624b
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 13:37:09 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 13:59:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443127ea

dev-php/PEAR-Config: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-php/PEAR-Config/Manifest                       |  1 -
 dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild  | 13 -------------
 .../PEAR-Config-2.0.0_pre20140323.ebuild           | 22 ----------------------
 3 files changed, 36 deletions(-)

diff --git a/dev-php/PEAR-Config/Manifest b/dev-php/PEAR-Config/Manifest
index 44a8e5a86df..490f5af63c6 100644
--- a/dev-php/PEAR-Config/Manifest
+++ b/dev-php/PEAR-Config/Manifest
@@ -1,2 +1 @@
-DIST Config-1.10.12.tgz 32291 BLAKE2B 8df42a9c3c34c7fe6cb7f5ffae75488e4cb557bde97c84e044356471d618cfa9ca9ce350cf5346bf9251e89f9716126b1bc342b4765ea81de2235fdcc51527e9 SHA512 c4ebb92d1440fbbb5119341eae7d90944661da35236af1d7ea8ed6753913aa2805a2256e8cb58b7c72f0ff0c56022c72e7d432be9e3e729001004192cbef0642
 DIST Config-2.0.0_pre20140323.tar.gz 34309 BLAKE2B 4c9af6b488f874f58a54a6051a41dbbfd04d2ca042089ce1433b5a11ec2e3e7d35c0b4a08bae7cb5081a7da0d5d08c5f14e982178e1cc409194f80cc46cd4e32 SHA512 7056724cde7d39f5a2ac69c8e2dffd0ff57cb8caba6f014b5cb2a3b047946ca160fb4c30c01cf1986286d885893c9e0f504cee8920b46324987f707b5408be24

diff --git a/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild b/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild
deleted file mode 100644
index fc014c49708..00000000000
--- a/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit php-pear-r1
-
-DESCRIPTION="Provides multiple methods for configuration manipulation"
-LICENSE="PHP-2.02"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="xml"
-RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"

diff --git a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323.ebuild b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323.ebuild
deleted file mode 100644
index 684a28704a9..00000000000
--- a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2 vcs-snapshot
-
-DESCRIPTION="Provides multiple methods for configuration manipulation"
-LICENSE="PHP-2.02"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="xml"
-RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"
-SRC_URI="https://github.com/pear/Config/archive/606a24034ad80f9d6ccb5a8b698b702b392e4674.tar.gz -> ${PEAR_P}.tar.gz"
-DOCS=( docs/TODO )
-HTML_DOCS=( docs/Apache.php docs/IniCommented.php docs/IniFromScratch.php )
-
-src_prepare() {
-	# Move snapshot location to where the eclass expects
-	mv "${S}/package.xml" "${WORKDIR}/package.xml" || die
-	eapply_user
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Config/
@ 2019-08-16 12:57 Brian Evans
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Evans @ 2019-08-16 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     68bb219125dd960d6a3566dc42c148c01694f4cd
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 12:53:47 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 12:57:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bb2191

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

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

 dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild
index fd949ea89cf..441cc05883f 100644
--- a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild
+++ b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,6 +10,7 @@ LICENSE="PHP-2.02"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test xml"
+RESTRICT="!test? ( test )"
 RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"
 DEPEND="test? ( ${RDEPEND} )"
 SRC_URI="https://github.com/pear/Config/archive/606a24034ad80f9d6ccb5a8b698b702b392e4674.tar.gz -> ${PEAR_P}.tar.gz"


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

end of thread, other threads:[~2019-08-16 12:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-10  3:16 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Config/ Brian Evans
  -- strict thread matches above, loose matches on Subject: below --
2018-04-23 13:59 Brian Evans
2018-04-23 13:59 Brian Evans
2019-08-16 12:57 Brian Evans

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