Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Config/
Date: Mon, 10 Jul 2017 03:16:57
Message-Id: 1499655744.8f232d00ef80770488b6deeeb88b4f959075055b.grknight@gentoo
1 commit: 8f232d00ef80770488b6deeeb88b4f959075055b
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 10 03:02:24 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 10 03:02:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f232d00
7
8 dev-php/PEAR-Config: Version bump to git snapshot 20140323; fix description
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-php/PEAR-Config/Manifest | 1 +
13 dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild | 4 ++--
14 .../PEAR-Config-2.0.0_pre20140323.ebuild | 22 ++++++++++++++++++++++
15 3 files changed, 25 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-php/PEAR-Config/Manifest b/dev-php/PEAR-Config/Manifest
18 index 32497d3cc12..1e37dfa6ade 100644
19 --- a/dev-php/PEAR-Config/Manifest
20 +++ b/dev-php/PEAR-Config/Manifest
21 @@ -1 +1,2 @@
22 DIST Config-1.10.12.tgz 32291 SHA256 ad4d340fb2fbc43355d66612cd890b19c78cd623c2752f005c3a7ed809f78421 SHA512 c4ebb92d1440fbbb5119341eae7d90944661da35236af1d7ea8ed6753913aa2805a2256e8cb58b7c72f0ff0c56022c72e7d432be9e3e729001004192cbef0642 WHIRLPOOL 5cdf22fbba8bcc1a9bd9b465a750972f37bdf65fe6f637f3a8457e14d69d9663c3a8551f0ba7b709e92006ca0a7603fa46aae0b04de18dade09b4a974fc0dc04
23 +DIST Config-2.0.0_pre20140323.tar.gz 34309 SHA256 49e220ea88ef5f34d1fd5c15b130675ae55660ab02bc6f831e93793b69c1b5db SHA512 7056724cde7d39f5a2ac69c8e2dffd0ff57cb8caba6f014b5cb2a3b047946ca160fb4c30c01cf1986286d885893c9e0f504cee8920b46324987f707b5408be24 WHIRLPOOL dc9f3ee0f8987260d1d16a21b57b470924e6f38d4022c35563c1549f58275fe50500306e0c8b809b35b71939aba5d0986f307a958f2b5c0b2441b87662587c0e
24
25 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
26 index f89f56e6d86..fc014c49708 100644
27 --- a/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild
28 +++ b/dev-php/PEAR-Config/PEAR-Config-1.10.12-r1.ebuild
29 @@ -1,11 +1,11 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 +# Copyright 1999-2017 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=5
35
36 inherit php-pear-r1
37
38 -DESCRIPTION="Provides methods for configuration manipulation. Your configuration's swiss-army knife"
39 +DESCRIPTION="Provides multiple methods for configuration manipulation"
40 LICENSE="PHP-2.02"
41 SLOT="0"
42 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
43
44 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
45 new file mode 100644
46 index 00000000000..684a28704a9
47 --- /dev/null
48 +++ b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323.ebuild
49 @@ -0,0 +1,22 @@
50 +# Copyright 1999-2017 Gentoo Foundation
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=6
54 +
55 +inherit php-pear-r2 vcs-snapshot
56 +
57 +DESCRIPTION="Provides multiple methods for configuration manipulation"
58 +LICENSE="PHP-2.02"
59 +SLOT="0"
60 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
61 +IUSE="xml"
62 +RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"
63 +SRC_URI="https://github.com/pear/Config/archive/606a24034ad80f9d6ccb5a8b698b702b392e4674.tar.gz -> ${PEAR_P}.tar.gz"
64 +DOCS=( docs/TODO )
65 +HTML_DOCS=( docs/Apache.php docs/IniCommented.php docs/IniFromScratch.php )
66 +
67 +src_prepare() {
68 + # Move snapshot location to where the eclass expects
69 + mv "${S}/package.xml" "${WORKDIR}/package.xml" || die
70 + eapply_user
71 +}