public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mailparse/
Date: Wed,  5 Jul 2017 01:44:35 +0000 (UTC)	[thread overview]
Message-ID: <1499219003.ad1ce0da4968bc0d50ea57fcd6b86d6bf58e9307.grknight@gentoo> (raw)

commit:     ad1ce0da4968bc0d50ea57fcd6b86d6bf58e9307
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 01:43:23 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 01:43:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1ce0da

dev-php/pecl-mailparse: Drop old versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/pecl-mailparse/Manifest                    |  1 -
 .../pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild  | 31 ----------------
 .../pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild  | 43 ----------------------
 3 files changed, 75 deletions(-)

diff --git a/dev-php/pecl-mailparse/Manifest b/dev-php/pecl-mailparse/Manifest
index 7f54b236380..b56f3e8579a 100644
--- a/dev-php/pecl-mailparse/Manifest
+++ b/dev-php/pecl-mailparse/Manifest
@@ -1,3 +1,2 @@
 DIST mailparse-2.1.6.tgz 36538 SHA256 73705197d2b2ee782efa5477eb2a21432f592c2cb05a72c3a037bbe39e02b5cc SHA512 a7337dd2e99a953a55b38c236da95a6bd2950c2bca16fc0ddfec39be8b0ffe01007353fc7b562d0509e0bb1623c3d2b03935d1c98a07dcd9f0b14bb508bce374 WHIRLPOOL 238f209a45d83eb9b91cf34f1398ff85c538e8273f73791d4736b15e21de3d48395fd0b838e927cd9dd247bff265782c3e96c87b1d90e73bffc1e6b04beea1ba
-DIST mailparse-3.0.1.tgz 38226 SHA256 42ee10de881a3739acf73ddef8800d80c3c57f70072f41bdb22e6e87ebc9cc62 SHA512 42318d145c49644b0a1aea0e18aa3c6899f8ee2a8def7b9c22f7c02737426de22aba00a4c899a269b1d8e64c190654413d857622c882b92caa07f201620f1e61 WHIRLPOOL 0f451f7059e983cc95b87672da07c241be94393b504d44a3faf096be10de4d270191a20591ce2e7fa12ad5572424064a6f10480a769ec5f0b4e09f4638c294dd
 DIST mailparse-3.0.2.tgz 38206 SHA256 d81a6f8a48e43fca1c0f0d6c90d666830c24d584a23a60add43062aaf221843b SHA512 be04e15cf3577542447186d7ead4e31159c171c99de0a255d4ee2f6f760b80ecb44be056bd9089180601f622b9a71f4331f194e1adaa702d1d964009682896f6 WHIRLPOOL d93cedfa38d5c746e680edcdcac2c6e8baf5f223b01c1868b1a8f9390ef1b3ebe50802c50e338b45528d68a4342c4b7020236e90cb397a97479b70cdf3f99e20

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
deleted file mode 100644
index 4334504cff4..00000000000
--- a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild
deleted file mode 100644
index ec3cb2ca0a2..00000000000
--- a/dev-php/pecl-mailparse/pecl-mailparse-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="mailparse"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( README )
-
-USE_PHP="php7-0 php5-6"
-
-inherit php-ext-pecl-r3
-
-# Only build for 7.0
-USE_PHP="php7-0"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME compliant messages"
-LICENSE="PHP-3.01"
-SLOT="7"
-IUSE=""
-
-for target in ${USE_PHP}; do
-	phpslot=${target/php}
-	phpslot=${phpslot/-/.}
-	PHPUSEDEPEND="${PHPUSEDEPEND}
-	php_targets_${target}? ( dev-lang/php:${phpslot}[unicode] )"
-done
-unset target phpslot
-
-DEPEND="${PHPUSEDEPEND}
-	dev-util/re2c"
-RDEPEND="${PHPUSEDEPEND} php_targets_php5-6? ( dev-php/pecl-mailparse:0[php_targets_php5-6] )"
-
-src_prepare() {
-	if use php_targets_php7-0 ; then
-		php-ext-source-r3_src_prepare
-	else
-		default_src_prepare
-	fi
-}


             reply	other threads:[~2017-07-05  1:44 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-05  1:44 Brian Evans [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-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-07-13 17:02 Michael Orlitzky
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=1499219003.ad1ce0da4968bc0d50ea57fcd6b86d6bf58e9307.grknight@gentoo \
    --to=grknight@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