From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12248138334 for ; Wed, 12 Jun 2019 12:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3956E09B1; Wed, 12 Jun 2019 12:50:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB356E09A1 for ; Wed, 12 Jun 2019 12:50:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11350345F45 for ; Wed, 12 Jun 2019 12:50:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14A4760B for ; Wed, 12 Jun 2019 12:50:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1560343821.60b6ef6fd18749aed458eb0c2fad7206572d0e76.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-haru/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild X-VCS-Directories: dev-php/pecl-haru/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 60b6ef6fd18749aed458eb0c2fad7206572d0e76 X-VCS-Branch: master Date: Wed, 12 Jun 2019 12:50:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf59c5ba-0014-45f0-8e5e-5dfb9a8d3a4c X-Archives-Hash: 22e11c171ca6f061ee6d6cc2df16562e commit: 60b6ef6fd18749aed458eb0c2fad7206572d0e76 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 12 12:50:01 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 12 12:50:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b6ef6f dev-php/pecl-haru: Drop 1.0.4-r2 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) 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 5b9771f7f0f..00000000000 --- 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 -}