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, 27 Jan 2021 19:21:41 +0000 (UTC)	[thread overview]
Message-ID: <1611775273.df99aeb8cb064e081a7f409c7922e73ab9a4d83e.grknight@gentoo> (raw)

commit:     df99aeb8cb064e081a7f409c7922e73ab9a4d83e
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 19:21:13 2021 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 19:21:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df99aeb8

dev-php/pecl-mailparse: Drop old

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/pecl-mailparse/Manifest                    |  2 --
 dev-php/pecl-mailparse/pecl-mailparse-3.0.4.ebuild | 28 ----------------------
 dev-php/pecl-mailparse/pecl-mailparse-3.1.0.ebuild | 28 ----------------------
 3 files changed, 58 deletions(-)

diff --git a/dev-php/pecl-mailparse/Manifest b/dev-php/pecl-mailparse/Manifest
index d1feeff56a5..e22f8ecc188 100644
--- a/dev-php/pecl-mailparse/Manifest
+++ b/dev-php/pecl-mailparse/Manifest
@@ -1,3 +1 @@
-DIST mailparse-3.0.4.tgz 940428 BLAKE2B e3e33ecfa953766744a6980e0c681bb9b473d4cbf46179c8099f5483e8da46f47bba30d953d1c3629ea6d1719fcdfb0cca8536de3c3159a979cb7b2cde9ff9a2 SHA512 71eaebc1dc8a4698e60e170facaba16a5a9314bcb21c375b2f9a3069d7f1da819bfabc736b244e3f87131149d4efd9363120e77d8a078a0ede15113123d13ce3
-DIST mailparse-3.1.0.tgz 941058 BLAKE2B 050b16d90ba2cb4443df05eadb85d9835d1af8940bbb348cd5c6dd180f706519f483e9af5fe57ed35a5ea8e66a9e8a868848e7f2a1eca397c247e7f4aa1c110f SHA512 5a2a0786fc62fc47a60dcd52158ed86a1a58a26dc764b62abd763f784553f853c6644e4de76c85ad9133c8359d040c546c662b5f838ff7a5c88307aa21a589ca
 DIST mailparse-3.1.1.tgz 941192 BLAKE2B 00b5a506031cd03439e3d67172c17aeeb6af3b950694251f7654007642bf80fff3cda900fc97ba177b91ca970e47416132080793ce64d8038e7aecbf2fdaf6c0 SHA512 01ddb8d4d27a74c14f70b02b49322c60fc79affab374205fee91b9da21e5148e08dba024f6bc620e4f26c2c937675e09092c52ca69172d2f7797c3e2bf374bee

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.0.4.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-3.0.4.ebuild
deleted file mode 100644
index d0c3ba6cd8c..00000000000
--- a/dev-php/pecl-mailparse/pecl-mailparse-3.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WANT_AUTOMAKE="none"
-PHP_EXT_NAME="mailparse"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_ECONF_ARGS=""
-USE_PHP="php7-1 php7-2 php7-3 php7-4"
-PHP_EXT_NEEDED_USE="unicode"
-DOCS=( README.md )
-
-inherit php-ext-pecl-r3
-
-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=""
-
-src_prepare() {
-	# Missing test source files in archive.  Fixed upstream in next release.
-	rm tests/011.phpt tests/bug001.phpt || die
-	php-ext-source-r3_src_prepare
-}

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.1.0.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-3.1.0.ebuild
deleted file mode 100644
index cb73196e10c..00000000000
--- a/dev-php/pecl-mailparse/pecl-mailparse-3.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WANT_AUTOMAKE="none"
-PHP_EXT_NAME="mailparse"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_ECONF_ARGS=""
-USE_PHP="php7-1 php7-2 php7-3 php7-4"
-PHP_EXT_NEEDED_USE="unicode"
-DOCS=( README.md )
-
-inherit php-ext-pecl-r3
-
-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=""
-
-src_prepare() {
-	# Missing test source files in archive.  Fixed upstream in next release.
-	rm tests/011.phpt tests/bug001.phpt || die
-	php-ext-source-r3_src_prepare
-}


             reply	other threads:[~2021-01-27 19:21 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-27 19:21 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-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-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=1611775273.df99aeb8cb064e081a7f409c7922e73ab9a4d83e.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