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 87D65138306 for ; Thu, 14 Jul 2016 21:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE02421C285; Thu, 14 Jul 2016 21:03:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29D2921C287 for ; Thu, 14 Jul 2016 21:03:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4364E340D32 for ; Thu, 14 Jul 2016 21:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C34D92449 for ; Thu, 14 Jul 2016 21:03:40 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1468530186.a3e3fa4842d74b0ec2c147c2d4e576cf718dcb96.grknight@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-r1.ebuild dev-php/pecl-haru/pecl-haru-1.0.4.ebuild X-VCS-Directories: dev-php/pecl-haru/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: a3e3fa4842d74b0ec2c147c2d4e576cf718dcb96 X-VCS-Branch: master Date: Thu, 14 Jul 2016 21:03:40 +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-Archives-Salt: 3c8012db-509b-4baf-ba0c-350f4121c09c X-Archives-Hash: 072a57704dd078ee259d4c49014ce40e commit: a3e3fa4842d74b0ec2c147c2d4e576cf718dcb96 Author: Brian Evans gentoo org> AuthorDate: Thu Jul 14 20:45:48 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Jul 14 21:03:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e3fa48 dev-php/pecl-haru: Drop old; silence repoman for unknown dependency Package-Manager: portage-2.3.0 dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild | 4 ++-- dev-php/pecl-haru/pecl-haru-1.0.4.ebuild | 28 ---------------------------- 2 files changed, 2 insertions(+), 30 deletions(-) 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 index 75c98ab..b506367 100644 --- a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild +++ b/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_PHP="php5-4 php5-5 php5-6" +USE_PHP="php5-5 php5-6" inherit php-ext-pecl-r2 diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild deleted file mode 100644 index 27ca70d..0000000 --- a/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_PHP="php5-4 php5-5" - -inherit php-ext-pecl-r2 - -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 - my_conf="" - use png && my_conf+=" --with-png-dir=/usr" - use zlib && my_conf+=" --with-zlib-dir=/usr" - - php-ext-source-r2_src_configure -}