From 8b6ea13ae9ef8d4a176c699b35a0bfab91fe13a0 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 19 Feb 2018 09:02:16 -0500 Subject: dev-php/PEAR-HTML_Common2: Version bump with EAPI change and enable tests Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- dev-php/PEAR-HTML_Common2/Manifest | 1 + .../PEAR-HTML_Common2/PEAR-HTML_Common2-2.1.1.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.1.1.ebuild (limited to 'dev-php') diff --git a/dev-php/PEAR-HTML_Common2/Manifest b/dev-php/PEAR-HTML_Common2/Manifest index 6218557810d2..01b12a78fc2a 100644 --- a/dev-php/PEAR-HTML_Common2/Manifest +++ b/dev-php/PEAR-HTML_Common2/Manifest @@ -1 +1,2 @@ DIST HTML_Common2-2.1.0.tgz 8630 BLAKE2B d48ac91409b93e5dcc24163618b55ac4bf3fb535a4317d538c7ed3c91331afbcc2ef6d5b74ac8abc2aad17d7bc029d06286a9c8b4098bfc4ff5f2107179264a7 SHA512 486ea3f9479905468124e6960b7679e19de121c4e8a0e4eca6462124089bd5d434da6527552b8314bcabe849012f1d3a44659049d3a461c26628d62aa3023357 +DIST HTML_Common2-2.1.1.tgz 8664 BLAKE2B 2422d0d32f1ff55bf0e40cda5460d3e891cb9bc27001b8d72b7f52d43a2ed6ed2507593a780819550aa11b9aaff75b286995d013cf3e74051abb8700b9f96ac1 SHA512 3fc868c0c5d69a542d205cf853f8993fe6849eec58b35b080db44a7a788b19dfdc9cd669d269ddab70f37edcde763d1beff4c60f2befc2cf2548f63197634124 diff --git a/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.1.1.ebuild b/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.1.1.ebuild new file mode 100644 index 000000000000..ca39a6f72e9f --- /dev/null +++ b/dev-php/PEAR-HTML_Common2/PEAR-HTML_Common2-2.1.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit php-pear-r2 + +DESCRIPTION="Abstract base class for HTML classes (PHP5 port of PEAR-HTML_Common package)" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="test" +DEPEND="test? ( dev-php/phpunit )" + +src_test() { + phpunit tests/AllTests.php || die +} -- cgit v1.2.3-65-gdbad