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
+}

Reply via email to