commit:     de2a05f269a35fc467601e1b41011c1b908dc3a3
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 20:40:49 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 20:57:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2a05f2

dev-php/pecl-haru: Drop old

Package-Manager: portage-2.3.2

 dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild | 28 ----------------------------
 1 file changed, 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 b506367..00000000
--- 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
-}

Reply via email to