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: Thu, 14 Jul 2016 21:03:58
Message-Id: 1468530186.a3e3fa4842d74b0ec2c147c2d4e576cf718dcb96.grknight@gentoo
1 commit: a3e3fa4842d74b0ec2c147c2d4e576cf718dcb96
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 20:45:48 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 21:03:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e3fa48
7
8 dev-php/pecl-haru: Drop old; silence repoman for unknown dependency
9
10 Package-Manager: portage-2.3.0
11
12 dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild | 4 ++--
13 dev-php/pecl-haru/pecl-haru-1.0.4.ebuild | 28 ----------------------------
14 2 files changed, 2 insertions(+), 30 deletions(-)
15
16 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
17 index 75c98ab..b506367 100644
18 --- a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
19 +++ b/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27
28 -USE_PHP="php5-4 php5-5 php5-6"
29 +USE_PHP="php5-5 php5-6"
30
31 inherit php-ext-pecl-r2
32
33
34 diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild
35 deleted file mode 100644
36 index 27ca70d..0000000
37 --- a/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild
38 +++ /dev/null
39 @@ -1,28 +0,0 @@
40 -# Copyright 1999-2013 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -# $Id$
43 -
44 -EAPI=5
45 -
46 -USE_PHP="php5-4 php5-5"
47 -
48 -inherit php-ext-pecl-r2
49 -
50 -DESCRIPTION="An interface to libharu, a PDF generator"
51 -
52 -LICENSE="PHP-3.01"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -IUSE="png zlib"
56 -
57 -DEPEND="media-libs/libharu[png?,zlib?]"
58 -RDEPEND="${DEPEND}"
59 -
60 -src_configure() {
61 - # config.m4 is broken checking paths, so we need to override it
62 - my_conf=""
63 - use png && my_conf+=" --with-png-dir=/usr"
64 - use zlib && my_conf+=" --with-zlib-dir=/usr"
65 -
66 - php-ext-source-r2_src_configure
67 -}