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-Text_CAPTCHA_Numeral/
Date: Thu, 15 Feb 2018 16:23:17
Message-Id: 1518711772.a18054f023f0aef18b82180903ff2afe3bd2daa8.grknight@gentoo
1 commit: a18054f023f0aef18b82180903ff2afe3bd2daa8
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 16:22:52 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 16:22:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18054f0
7
8 dev-php/PEAR-Text_CAPTCHA_Numeral: Revbump for tests, EAPI and eclass changes
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../PEAR-Text_CAPTCHA_Numeral-1.3.2-r1.ebuild | 20 ++++++++++++++++++++
13 1 file changed, 20 insertions(+)
14
15 diff --git a/dev-php/PEAR-Text_CAPTCHA_Numeral/PEAR-Text_CAPTCHA_Numeral-1.3.2-r1.ebuild b/dev-php/PEAR-Text_CAPTCHA_Numeral/PEAR-Text_CAPTCHA_Numeral-1.3.2-r1.ebuild
16 new file mode 100644
17 index 00000000000..b370be7a461
18 --- /dev/null
19 +++ b/dev-php/PEAR-Text_CAPTCHA_Numeral/PEAR-Text_CAPTCHA_Numeral-1.3.2-r1.ebuild
20 @@ -0,0 +1,20 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +inherit php-pear-r2
27 +
28 +DESCRIPTION="Generates mathematical operations and answers to prove user is human"
29 +LICENSE="BSD"
30 +SLOT="0"
31 +
32 +KEYWORDS="~amd64 ~x86"
33 +IUSE="test"
34 +DEPEND="test? ( dev-php/PEAR-PEAR )"
35 +
36 +HTML_DOCS=( examples/liveNumeral.php examples/numeral1.php )
37 +
38 +src_test() {
39 + peardev run-tests tests || die
40 +}