summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-07-14 16:45:48 -0400
committerBrian Evans <grknight@gentoo.org>2016-07-14 17:03:06 -0400
commita3e3fa4842d74b0ec2c147c2d4e576cf718dcb96 (patch)
treef7baab4ab304896610e0e14a198a133f3353b1ed /dev-php/pecl-haru
parentdev-php/pecl-geoip: Drop old (diff)
downloadgentoo-a3e3fa4842d74b0ec2c147c2d4e576cf718dcb96.tar.gz
gentoo-a3e3fa4842d74b0ec2c147c2d4e576cf718dcb96.tar.bz2
gentoo-a3e3fa4842d74b0ec2c147c2d4e576cf718dcb96.zip
dev-php/pecl-haru: Drop old; silence repoman for unknown dependency
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php/pecl-haru')
-rw-r--r--dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild4
-rw-r--r--dev-php/pecl-haru/pecl-haru-1.0.4.ebuild28
2 files changed, 2 insertions, 30 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
index 75c98ab8773c..b50636746de3 100644
--- a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
+++ b/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
@@ -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
index 27ca70df08df..000000000000
--- a/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild
+++ /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
-}