public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-haru/
Date: Mon, 28 Nov 2016 20:57:54 +0000 (UTC)	[thread overview]
Message-ID: <1480366645.a241f29e3b7bc1a0d76f140de27d9df6d3863215.grknight@gentoo> (raw)

commit:     a241f29e3b7bc1a0d76f140de27d9df6d3863215
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 20:40:04 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 20:57:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a241f29e

dev-php/pecl-haru: Revbump to drop php 5.5 dependencies

Package-Manager: portage-2.3.2

 dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild
new file mode 100644
index 00000000..54bd863
--- /dev/null
+++ b/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="png zlib"
+
+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=(
+		$(usex png '--with-png-dir=/usr' '')
+		$(usex zlib '--with-zlib-dir=/usr' '')
+	)
+
+	php-ext-source-r3_src_configure
+}


             reply	other threads:[~2016-11-28 20:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-28 20:57 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-06-12 12:50 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-haru/ Andreas Sturmlechner
2019-06-12 12:50 Andreas Sturmlechner
2016-11-28 20:57 Brian Evans
2016-07-14 21:03 Brian Evans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480366645.a241f29e3b7bc1a0d76f140de27d9df6d3863215.grknight@gentoo \
    --to=grknight@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox