From fab849d1daed0ba7f2ac497d07985c3dbb692543 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 16 Jun 2019 21:23:20 +0100 Subject: gentoo resync : 16.06.2019 --- dev-php/pecl-haru/Manifest | 2 +- dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild | 28 ---------------------------- dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild create mode 100644 dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild (limited to 'dev-php/pecl-haru') diff --git a/dev-php/pecl-haru/Manifest b/dev-php/pecl-haru/Manifest index 7beaea865cc9..f166f5a3bcc4 100644 --- a/dev-php/pecl-haru/Manifest +++ b/dev-php/pecl-haru/Manifest @@ -1,3 +1,3 @@ DIST haru-1.0.4.tgz 27538 BLAKE2B 9a070e76c98dc59895d3dea97bdd703fd1bf103ff0f285dc28d5568f74fbf74dc0de76b7ab32ff981505f639037ff67aaad4b0f4732e08f5d3c8264fd7a5bce9 SHA512 75cb8ae200cd41372ac738f5a4ed57607e13d538e2c9a46236dc05b7d0283ed4d152478e12fdff81735a4acd914055ebd58ff937ea0ca0a80056f255217b04c0 -EBUILD pecl-haru-1.0.4-r2.ebuild 574 BLAKE2B 1d8046e2bd66739a89c74e1622b7703983f6603d603f17607015a3ebc8c7d0cfff6047c721d1caed80bb0498c17a2d9ae255f8588a7a8c3096f5dfcba8c3e95a SHA512 1e379a868e2bb4f537e596208a9e47479fe59749a64f4720d4a616f8b441099386ac53e279da90ada9600df3913995e950441cca1bae46f119161e200b3bcaef +EBUILD pecl-haru-1.0.4-r3.ebuild 532 BLAKE2B a20dec56321614b7bcf417141e0504e002b598045b3e3dce33e5afa590a21a5fa220a10aa40ad943b25ca8f7990cd78d94b9666cb6fe80ecd6ac55e85db94ab8 SHA512 23471e487ea3312eb204d9193591c8c0404fd997d76452b9d8baf078c1f605c41e10f64996f13d011b0eaed0aca955614402a52f30d9d16a7face37edec27016 MISC metadata.xml 372 BLAKE2B 3c879fc263286d0ed2e08861b809fde72d9be20dd92199c72ace37d963f588c9336232aecd8b937737850416f7053a2a8420b6f3b4ee9fe72e6b246e3e1e447c SHA512 0451f4f1a39d2b353470f3141ed3d1026d000eee29ea6f74655069993c9d2a0761865df148d1e0dc2239c6be3a0d580702dab49ac24d107df85c8aa0c7b2951c 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 deleted file mode 100644 index 5b9771f7f0fb..000000000000 --- a/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# 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="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 -} 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 new file mode 100644 index 000000000000..44313c4831bb --- /dev/null +++ b/dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild @@ -0,0 +1,28 @@ +# 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 +} -- cgit v1.2.3