diff options
author | Brian Evans <grknight@gentoo.org> | 2016-11-28 14:14:56 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-11-28 14:37:57 -0500 |
commit | 59823fe0411843d1e6897fa7dd8f9335640937c1 (patch) | |
tree | f519468ff19df1472160e830542e43c97951949c /dev-php/pecl-cairo | |
parent | dev-php/pecl-cairo: Revbump to drop php 5.5 dependencies (diff) | |
download | gentoo-59823fe0411843d1e6897fa7dd8f9335640937c1.tar.gz gentoo-59823fe0411843d1e6897fa7dd8f9335640937c1.tar.bz2 gentoo-59823fe0411843d1e6897fa7dd8f9335640937c1.zip |
dev-php/pecl-cairo: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php/pecl-cairo')
-rw-r--r-- | dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild b/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild deleted file mode 100644 index a4c6e27e71b3..000000000000 --- a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -DOCS="TODO" - -USE_PHP="php5-5 php5-6" - -inherit php-ext-pecl-r2 - -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="${WORKDIR}/Cairo-${PV}" -PHP_EXT_S="$S" |