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-HTML_QuickForm2/
Date: Mon, 10 Jul 2017 14:01:42
Message-Id: 1499695283.966e4ecbcbad9aa9be5fe6ae4ca69c642b4e07e1.grknight@gentoo
1 commit: 966e4ecbcbad9aa9be5fe6ae4ca69c642b4e07e1
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 10 13:11:20 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 10 14:01:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966e4ecb
7
8 dev-php/PEAR-HTML_QuickForm2: Revbump for EAPI and eclass change; fix description
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 .../PEAR-HTML_QuickForm2-2.0.2-r1.ebuild | 22 ++++++++++++++++++++++
13 .../PEAR-HTML_QuickForm2-2.0.2.ebuild | 16 ----------------
14 2 files changed, 22 insertions(+), 16 deletions(-)
15
16 diff --git a/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.0.2-r1.ebuild b/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.0.2-r1.ebuild
17 new file mode 100644
18 index 00000000000..1fbe4adaf47
19 --- /dev/null
20 +++ b/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.0.2-r1.ebuild
21 @@ -0,0 +1,22 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +inherit php-pear-r2
28 +
29 +DESCRIPTION="Creating, validating, processing HTML forms methods (PHP5 optimize)"
30 +LICENSE="BSD"
31 +SLOT="0"
32 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 +IUSE="examples"
34 +
35 +DEPEND=">=dev-lang/php-5.2.0:*"
36 +RDEPEND="${DEPEND}
37 + >=dev-php/PEAR-HTML_Common2-2.0.0"
38 +
39 +src_install() {
40 + HTML_DOCS=( data/quickform.css data/js )
41 + use examples && HTML_DOCS+=( docs/examples )
42 + php-pear-r2_src_install
43 +}
44
45 diff --git a/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.0.2.ebuild b/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.0.2.ebuild
46 deleted file mode 100644
47 index 7c52a2f487d..00000000000
48 --- a/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-2.0.2.ebuild
49 +++ /dev/null
50 @@ -1,16 +0,0 @@
51 -# Copyright 1999-2015 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=5
55 -
56 -inherit php-pear-r1
57 -
58 -DESCRIPTION="The PEAR::HTML_QuickForm package provides methods for creating, validating, processing HTML forms"
59 -LICENSE="BSD"
60 -SLOT="0"
61 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 -IUSE=""
63 -
64 -DEPEND=">=dev-lang/php-5.2.0:*"
65 -RDEPEND="${DEPEND}
66 - >=dev-php/PEAR-HTML_Common2-2.0.0"