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/
Date: Mon, 28 Nov 2016 20:58:00
Message-Id: 1480366650.de2a05f269a35fc467601e1b41011c1b908dc3a3.grknight@gentoo
1 commit: de2a05f269a35fc467601e1b41011c1b908dc3a3
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 20:40:49 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 20:57:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2a05f2
7
8 dev-php/pecl-haru: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild | 28 ----------------------------
13 1 file changed, 28 deletions(-)
14
15 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
16 deleted file mode 100644
17 index b506367..00000000
18 --- a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -USE_PHP="php5-5 php5-6"
28 -
29 -inherit php-ext-pecl-r2
30 -
31 -DESCRIPTION="An interface to libharu, a PDF generator"
32 -
33 -LICENSE="PHP-3.01"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="png zlib"
37 -
38 -DEPEND="media-libs/libharu[png?,zlib?]"
39 -RDEPEND="${DEPEND}"
40 -
41 -src_configure() {
42 - # config.m4 is broken checking paths, so we need to override it
43 - my_conf=""
44 - use png && my_conf+=" --with-png-dir=/usr"
45 - use zlib && my_conf+=" --with-zlib-dir=/usr"
46 -
47 - php-ext-source-r2_src_configure
48 -}