commit: 8b8dbd3ce04d684afe188ca332f63e4e8466367b
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 15:29:43 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 15:32:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8dbd3c
dev-php/PEAR-Translation2: Revbump for EAPI and eclass updates
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../PEAR-Translation2-2.0.4-r1.ebuild | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.4-r1.ebuild
b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.4-r1.ebuild
new file mode 100644
index 00000000000..45e54b9d649
--- /dev/null
+++ b/dev-php/PEAR-Translation2/PEAR-Translation2-2.0.4-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit php-pear-r2
+
+DESCRIPTION="Class for multilingual applications management"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="examples minimal xml"
+
+RDEPEND="dev-lang/php:*[nls]
+ !minimal? ( dev-php/PEAR-Cache_Lite
+ dev-php/PEAR-DB
+ dev-php/PEAR-DB_DataObject
+ dev-php/PEAR-MDB
+ dev-php/PEAR-MDB2
+ dev-php/PEAR-File_Gettext
+ >=dev-php/PEAR-I18Nv2-0.9.1 )
+ xml? ( >=dev-php/PEAR-XML_Serializer-0.13.0 )"
+
+src_install() {
+ local DOCS=( docs/gettext_readme.txt )
+ php-pear-r2_src_install
+ use examples && dodoc -r docs/examples
+ # Fix this for PHP5
+ # dobin scripts/t2xmlchk.php
+}