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 C0FD41395E3 for ; Mon, 28 Nov 2016 20:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE16FE0B07; Mon, 28 Nov 2016 20:57:58 +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 D350BE0B07 for ; Mon, 28 Nov 2016 20:57:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 00C3E3414E9 for ; Mon, 28 Nov 2016 20:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D3C124AE for ; Mon, 28 Nov 2016 20:57:55 +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: <1480366650.de2a05f269a35fc467601e1b41011c1b908dc3a3.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 X-VCS-Directories: dev-php/pecl-haru/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: de2a05f269a35fc467601e1b41011c1b908dc3a3 X-VCS-Branch: master Date: Mon, 28 Nov 2016 20:57:55 +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: 67f4c2a7-8e61-4112-b2d7-985b98a95a39 X-Archives-Hash: 1f3324ad05fc3d63beab1c672556557d commit: de2a05f269a35fc467601e1b41011c1b908dc3a3 Author: Brian Evans gentoo org> AuthorDate: Mon Nov 28 20:40:49 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Nov 28 20:57:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2a05f2 dev-php/pecl-haru: Drop old Package-Manager: portage-2.3.2 dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild | 28 ---------------------------- 1 file changed, 28 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 deleted file mode 100644 index b506367..00000000 --- a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_PHP="php5-5 php5-6" - -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 -}