dev-php/pecl-haru: Drop old; silence repoman for unknown dependency
authorBrian Evans <grknight@gentoo.org>
Thu, 14 Jul 2016 20:45:48 +0000 (16:45 -0400)
committerBrian Evans <grknight@gentoo.org>
Thu, 14 Jul 2016 21:03:06 +0000 (17:03 -0400)
Package-Manager: portage-2.3.0

dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
dev-php/pecl-haru/pecl-haru-1.0.4.ebuild [deleted file]

index 75c98ab8773c25a15cad0f52354e7ac5493973c2..b50636746de3eeb86314bffbf8aa1f7bd3d192dc 100644 (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
 
diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild
deleted file mode 100644 (file)
index 27ca70d..0000000
+++ /dev/null
@@ -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
-}