Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-haru/, profiles/
Date: Mon, 30 Dec 2019 15:09:34
Message-Id: 1577718550.4eb036e79bf4db6d7defa457ada33b3ffdbb1098.grknight@gentoo
1 commit: 4eb036e79bf4db6d7defa457ada33b3ffdbb1098
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 14:48:01 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 15:09:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb036e7
7
8 dev-php/pecl-haru: Drop package
9
10 Bug: https://bugs.gentoo.org/651784
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/pecl-haru/Manifest | 1 -
14 dev-php/pecl-haru/metadata.xml | 11 -----------
15 dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild | 28 ----------------------------
16 profiles/package.mask | 1 -
17 4 files changed, 41 deletions(-)
18
19 diff --git a/dev-php/pecl-haru/Manifest b/dev-php/pecl-haru/Manifest
20 deleted file mode 100644
21 index de35dd5d1d8..00000000000
22 --- a/dev-php/pecl-haru/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST haru-1.0.4.tgz 27538 BLAKE2B 9a070e76c98dc59895d3dea97bdd703fd1bf103ff0f285dc28d5568f74fbf74dc0de76b7ab32ff981505f639037ff67aaad4b0f4732e08f5d3c8264fd7a5bce9 SHA512 75cb8ae200cd41372ac738f5a4ed57607e13d538e2c9a46236dc05b7d0283ed4d152478e12fdff81735a4acd914055ebd58ff937ea0ca0a80056f255217b04c0
26
27 diff --git a/dev-php/pecl-haru/metadata.xml b/dev-php/pecl-haru/metadata.xml
28 deleted file mode 100644
29 index 5092019265f..00000000000
30 --- a/dev-php/pecl-haru/metadata.xml
31 +++ /dev/null
32 @@ -1,11 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>php-bugs@g.o</email>
38 - <name>PHP</name>
39 - </maintainer>
40 - <longdescription lang="en">These functions allow you to create PDF documents
41 - using the Haru Free PDF Library.
42 - </longdescription>
43 -</pkgmetadata>
44
45 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
46 deleted file mode 100644
47 index 44313c4831b..00000000000
48 --- a/dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild
49 +++ /dev/null
50 @@ -1,28 +0,0 @@
51 -# Copyright 1999-2019 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=6
55 -
56 -USE_PHP="php5-6"
57 -
58 -inherit php-ext-pecl-r3
59 -
60 -DESCRIPTION="An interface to libharu, a PDF generator"
61 -
62 -LICENSE="PHP-3.01"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 -IUSE=""
66 -
67 -DEPEND="media-libs/libharu[png(+),zlib(+)]"
68 -RDEPEND="${DEPEND}"
69 -
70 -src_configure() {
71 - # config.m4 is broken checking paths, so we need to override it
72 - local PHP_EXT_ECONF_ARGS=(
73 - --with-png-dir=/usr
74 - --with-zlib-dir=/usr
75 - )
76 -
77 - php-ext-source-r3_src_configure
78 -}
79
80 diff --git a/profiles/package.mask b/profiles/package.mask
81 index 2500762b6de..612e7cfffa0 100644
82 --- a/profiles/package.mask
83 +++ b/profiles/package.mask
84 @@ -781,7 +781,6 @@ virtual/httpd-php:5.6
85 # Old extensions which only work with PHP <7
86 # pecl-mongo is replaced by pecl-monogodb
87 # Removal in 90 days. Bug 651784
88 -dev-php/pecl-haru
89 dev-php/pecl-htscanner
90 dev-php/pecl-libevent
91 dev-php/pecl-mongo