summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-11-28 14:14:27 -0500
committerBrian Evans <grknight@gentoo.org>2016-11-28 14:37:52 -0500
commite3884572316bdb2dc4e764f164f458cf1565796e (patch)
treec6621e1d002e033f53a2c3f5a26ab511b17661f7
parentdev-php/pecl-bbcode: Drop old (diff)
downloadgentoo-e3884572316bdb2dc4e764f164f458cf1565796e.tar.gz
gentoo-e3884572316bdb2dc4e764f164f458cf1565796e.tar.bz2
gentoo-e3884572316bdb2dc4e764f164f458cf1565796e.zip
dev-php/pecl-cairo: Revbump to drop php 5.5 dependencies
This package has not been ported and fails with PHP 7.0. Patches are welcome, but this package is in danger of being dropped when PHP 5.6 becomes obsolete. Package-Manager: portage-2.3.2
-rw-r--r--dev-php/pecl-cairo/pecl-cairo-0.3.2-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-php/pecl-cairo/pecl-cairo-0.3.2-r1.ebuild b/dev-php/pecl-cairo/pecl-cairo-0.3.2-r1.ebuild
new file mode 100644
index 000000000000..05536dbddc8a
--- /dev/null
+++ b/dev-php/pecl-cairo/pecl-cairo-0.3.2-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DOCS=( TODO )
+
+USE_PHP="php5-6"
+
+PHP_EXT_S="${WORKDIR}/Cairo-${PV}"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Cairo bindings for PHP"
+LICENSE="PHP-3.01"
+SLOT="0"
+
+DEPEND=">=x11-libs/cairo-1.4[svg]"
+RDEPEND="${DEPEND}"
+
+IUSE=""
+
+S="${PHP_EXT_S}"