summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-11-28 15:40:49 -0500
committerBrian Evans <grknight@gentoo.org>2016-11-28 15:57:30 -0500
commitde2a05f269a35fc467601e1b41011c1b908dc3a3 (patch)
treec2899a3c0884cbd8e9f43a099b6d1fe001b37507 /dev-php/pecl-haru
parentdev-php/pecl-haru: Revbump to drop php 5.5 dependencies (diff)
downloadgentoo-de2a05f269a35fc467601e1b41011c1b908dc3a3.tar.gz
gentoo-de2a05f269a35fc467601e1b41011c1b908dc3a3.tar.bz2
gentoo-de2a05f269a35fc467601e1b41011c1b908dc3a3.zip
dev-php/pecl-haru: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php/pecl-haru')
-rw-r--r--dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
deleted file mode 100644
index b50636746de3..000000000000
--- a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_PHP="php5-5 php5-6"
-
-inherit php-ext-pecl-r2
-
-DESCRIPTION="An interface to libharu, a PDF generator"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="png zlib"
-
-DEPEND="media-libs/libharu[png?,zlib?]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # config.m4 is broken checking paths, so we need to override it
- my_conf=""
- use png && my_conf+=" --with-png-dir=/usr"
- use zlib && my_conf+=" --with-zlib-dir=/usr"
-
- php-ext-source-r2_src_configure
-}