summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 14:50:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 14:50:21 +0200
commit60b6ef6fd18749aed458eb0c2fad7206572d0e76 (patch)
tree7dc6e2ddb565d92afc033e448e7b5b226b3c5397 /dev-php/pecl-haru
parentdev-php/pecl-haru: Drop USE png, zlib (diff)
downloadgentoo-60b6ef6fd18749aed458eb0c2fad7206572d0e76.tar.gz
gentoo-60b6ef6fd18749aed458eb0c2fad7206572d0e76.tar.bz2
gentoo-60b6ef6fd18749aed458eb0c2fad7206572d0e76.zip
dev-php/pecl-haru: Drop 1.0.4-r2
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-php/pecl-haru')
-rw-r--r--dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild
deleted file mode 100644
index 5b9771f7f0fb..000000000000
--- a/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_PHP="php5-6"
-
-inherit php-ext-pecl-r3
-
-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
- local PHP_EXT_ECONF_ARGS=(
- $(usex png '--with-png-dir=/usr' '')
- $(usex zlib '--with-zlib-dir=/usr' '')
- )
-
- php-ext-source-r3_src_configure
-}