diff options
author | 2019-12-30 09:48:01 -0500 | |
---|---|---|
committer | 2019-12-30 10:09:10 -0500 | |
commit | 4eb036e79bf4db6d7defa457ada33b3ffdbb1098 (patch) | |
tree | c8afd7c2bff61aa21d7fe27ca94b711f3e792b39 /dev-php/pecl-haru | |
parent | dev-php/dbx: Drop package (diff) | |
download | gentoo-4eb036e79bf4db6d7defa457ada33b3ffdbb1098.tar.gz gentoo-4eb036e79bf4db6d7defa457ada33b3ffdbb1098.tar.bz2 gentoo-4eb036e79bf4db6d7defa457ada33b3ffdbb1098.zip |
dev-php/pecl-haru: Drop package
Bug: https://bugs.gentoo.org/651784
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-haru')
-rw-r--r-- | dev-php/pecl-haru/Manifest | 1 | ||||
-rw-r--r-- | dev-php/pecl-haru/metadata.xml | 11 | ||||
-rw-r--r-- | dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild | 28 |
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-php/pecl-haru/Manifest b/dev-php/pecl-haru/Manifest deleted file mode 100644 index de35dd5d1d87..000000000000 --- a/dev-php/pecl-haru/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST haru-1.0.4.tgz 27538 BLAKE2B 9a070e76c98dc59895d3dea97bdd703fd1bf103ff0f285dc28d5568f74fbf74dc0de76b7ab32ff981505f639037ff67aaad4b0f4732e08f5d3c8264fd7a5bce9 SHA512 75cb8ae200cd41372ac738f5a4ed57607e13d538e2c9a46236dc05b7d0283ed4d152478e12fdff81735a4acd914055ebd58ff937ea0ca0a80056f255217b04c0 diff --git a/dev-php/pecl-haru/metadata.xml b/dev-php/pecl-haru/metadata.xml deleted file mode 100644 index 5092019265f0..000000000000 --- a/dev-php/pecl-haru/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> - </maintainer> - <longdescription lang="en">These functions allow you to create PDF documents - using the Haru Free PDF Library. - </longdescription> -</pkgmetadata> diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild deleted file mode 100644 index 44313c4831bb..000000000000 --- a/dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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="" - -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=( - --with-png-dir=/usr - --with-zlib-dir=/usr - ) - - php-ext-source-r3_src_configure -} |