public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mailparse/
Date: Wed, 13 Jul 2016 17:02:15 +0000 (UTC)	[thread overview]
Message-ID: <1468429247.7e6dbb60ae48dc1babf3922fb7c85c232a5f049b.mjo@gentoo> (raw)

commit:     7e6dbb60ae48dc1babf3922fb7c85c232a5f049b
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 17:00:14 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> 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"


             reply	other threads:[~2016-07-13 17:02 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-13 17:02 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10  2:02 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mailparse/ Michael Orlitzky
2024-09-20 11:01 Arthur Zamarin
2024-09-20  7:32 Arthur Zamarin
2024-09-20  7:19 Arthur Zamarin
2024-08-05  0:22 Michael Orlitzky
2022-07-13 17:43 Brian Evans
2022-07-01  8:16 Agostino Sarubbo
2022-07-01  6:30 Arthur Zamarin
2022-07-01  5:54 Arthur Zamarin
2022-06-30 19:36 Sam James
2022-06-30 15:10 Brian Evans
2022-06-30 14:27 Brian Evans
2022-05-03 16:58 Brian Evans
2022-05-03 16:58 Brian Evans
2021-10-15 14:33 Thomas Deutschmann
2021-01-27 19:21 Brian Evans
2021-01-25 22:58 Sam James
2021-01-24 13:33 Sam James
2021-01-24 12:10 Agostino Sarubbo
2021-01-22 16:53 Agostino Sarubbo
2020-12-08 21:40 Brian Evans
2020-09-30 18:05 Thomas Deutschmann
2020-07-08 12:49 Thomas Deutschmann
2020-05-15 12:57 Brian Evans
2020-05-06 14:30 Agostino Sarubbo
2020-05-06  9:12 Agostino Sarubbo
2020-05-06  7:18 Sergei Trofimovich
2020-05-06  7:01 Sergei Trofimovich
2019-12-22 22:20 Thomas Deutschmann
2019-10-14 13:09 Brian Evans
2019-10-14 13:09 Brian Evans
2019-04-05 20:21 Thomas Deutschmann
2018-10-14  9:14 Sergei Trofimovich
2018-10-14  8:59 Sergei Trofimovich
2018-10-04  9:12 Mikle Kolyada
2018-10-01 21:47 Thomas Deutschmann
2018-10-01 19:14 Brian Evans
2018-04-06 18:30 Brian Evans
2017-07-05  1:44 Brian Evans
2017-03-07 17:30 Michael Weber
2017-03-02 10:47 Agostino Sarubbo
2017-02-27  8:24 Agostino Sarubbo
2016-12-20  9:44 Agostino Sarubbo
2016-12-19 19:14 Brian Evans
2016-12-19 18:45 Brian Evans
2016-08-23 20:58 Brian Evans
2016-08-22 20:41 Brian Evans
2016-07-19 13:00 Brian Evans
2016-07-19 13:00 Brian Evans
2016-02-12 20:48 Brian Evans
2016-01-14 21:35 Brian Evans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1468429247.7e6dbb60ae48dc1babf3922fb7c85c232a5f049b.mjo@gentoo \
    --to=mjo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox