commit: a18054f023f0aef18b82180903ff2afe3bd2daa8
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 16:22:52 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 16:22:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18054f0
dev-php/PEAR-Text_CAPTCHA_Numeral: Revbump for tests, EAPI and eclass changes
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../PEAR-Text_CAPTCHA_Numeral-1.3.2-r1.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
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
new file mode 100644
index 00000000000..b370be7a461
--- /dev/null
+++
b/dev-php/PEAR-Text_CAPTCHA_Numeral/PEAR-Text_CAPTCHA_Numeral-1.3.2-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Generates mathematical operations and answers to prove user is
human"
+LICENSE="BSD"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+DEPEND="test? ( dev-php/PEAR-PEAR )"
+
+HTML_DOCS=( examples/liveNumeral.php examples/numeral1.php )
+
+src_test() {
+ peardev run-tests tests || die
+}