dev-php/pecl-haru: Drop old; silence repoman for unknown dependency

Package-Manager: portage-2.3.0
This commit is contained in:
Brian Evans
2016-07-14 16:45:48 -04:00
parent fdd3b6c0b2
commit a3e3fa4842
2 changed files with 2 additions and 30 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_PHP="php5-4 php5-5 php5-6"
USE_PHP="php5-5 php5-6"
inherit php-ext-pecl-r2

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_PHP="php5-4 php5-5"
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
}