summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-04-04 09:01:51 -0400
committerBrian Evans <grknight@gentoo.org>2016-04-04 09:01:51 -0400
commit4a55f37b30bedad3210df4c4df3cd7f9b128b103 (patch)
tree40b5d7fb3e4b4eea6622f22c879156d0412f8a8f /dev-php/PEAR-Log/PEAR-Log-1.13.0.ebuild
parentsys-kernel/gentoo-sources: Cleanup 3.10.X series (diff)
downloadgentoo-4a55f37b30bedad3210df4c4df3cd7f9b128b103.tar.gz
gentoo-4a55f37b30bedad3210df4c4df3cd7f9b128b103.tar.bz2
gentoo-4a55f37b30bedad3210df4c4df3cd7f9b128b103.zip
dev-php/PEAR-Log: Version bump to 1.13.0
This version removes PHP 4 style constructors making it suitable for PHP 7 and beyond Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-php/PEAR-Log/PEAR-Log-1.13.0.ebuild')
-rw-r--r--dev-php/PEAR-Log/PEAR-Log-1.13.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.0.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.13.0.ebuild
new file mode 100644
index 000000000000..254e2408114e
--- /dev/null
+++ b/dev-php/PEAR-Log/PEAR-Log-1.13.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit php-pear-r1
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+
+DESCRIPTION="The Log framework provides an abstracted logging system"
+LICENSE="MIT"
+SLOT="0"
+IUSE="minimal"
+
+RDEPEND="!minimal? ( >=dev-php/PEAR-DB-1.7.6-r1
+ dev-php/PEAR-Mail
+ >=dev-php/PEAR-MDB2-2.0.0_rc1 )"