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 ED668138306 for ; Wed, 13 Jul 2016 17:02:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC39721C1FF; Wed, 13 Jul 2016 17:02:23 +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 6303721C1FF for ; Wed, 13 Jul 2016 17:02:23 +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 95E82340CD2 for ; Wed, 13 Jul 2016 17:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 667752440 for ; Wed, 13 Jul 2016 17:02:15 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1468429247.7e6dbb60ae48dc1babf3922fb7c85c232a5f049b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mailparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild X-VCS-Directories: dev-php/pecl-mailparse/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 7e6dbb60ae48dc1babf3922fb7c85c232a5f049b X-VCS-Branch: master Date: Wed, 13 Jul 2016 17:02:15 +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: 5424c8f7-f4a0-4f59-a12e-264c159851ac X-Archives-Hash: c27284b6ddccf990727021c85a6413df commit: 7e6dbb60ae48dc1babf3922fb7c85c232a5f049b Author: Michael Orlitzky gentoo org> AuthorDate: Wed Jul 13 17:00:14 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Jul 13 17:00:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6dbb60 dev-php/pecl-mailparse: new revision of v2.1.6 supporting php-5.6. Version 2.1.6 of pecl-mailparse supports php-5.6.x, but said support was never added to the ebuild. This commit adds it, and upgrades the ebuild to EAPI=6 and the new revision of php-ext-pecl-r3.eclass. Gentoo-Bug: 588034 Package-Manager: portage-2.2.28 .../pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild | 32 ---------------------- .../pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild deleted file mode 100644 index 9c99d33..0000000 --- a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PHP_EXT_NAME="mailparse" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README" - -USE_PHP="php5-5 php5-4" - -inherit php-ext-pecl-r2 - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages" -LICENSE="PHP-2.02" -SLOT="0" -IUSE="" - -for target in ${USE_PHP}; do - slot=${target/php} - slot=${slot/-/.} - PHPUSEDEPEND="${PHPUSEDEPEND} - php_targets_${target}? ( dev-lang/php:${slot}[unicode] )" -done - -RDEPEND="${PHPUSEDEPEND}" -DEPEND="${RDEPEND} - dev-util/re2c" diff --git a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild new file mode 100644 index 0000000..97a2d1c --- /dev/null +++ b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PHP_EXT_NAME="mailparse" +DOCS=( README ) + +USE_PHP="php5-5 php5-6" + +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DESCRIPTION="PHP extension for parsing RFC822 and RFC2045 (MIME) messages" +LICENSE="PHP-2.02" +SLOT="0" +IUSE="" + +for _target in ${USE_PHP}; do + _slot=${_target/php} + _slot=${_slot/-/.} + _PHPUSEDEPEND="${_PHPUSEDEPEND} + php_targets_${_target}? ( dev-lang/php:${_slot}[unicode] )" +done +unset slot target + +RDEPEND="${_PHPUSEDEPEND}" +unset _PHPUSEDEPEND +DEPEND="${RDEPEND} + dev-util/re2c"