public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Simple/
Date: Sun, 29 Jul 2018 06:16:43 +0000 (UTC)	[thread overview]
Message-ID: <1532844987.3cb17f7c7331e6de402d89553d9ea51e48fd8b63.kentnl@gentoo> (raw)

commit:     3cb17f7c7331e6de402d89553d9ea51e48fd8b63
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 06:11:19 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 06:16:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb17f7c

dev-perl/Email-Simple: Cleanup old versions 2.2{06,08,11,13}.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild | 29 -----------------------
 dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild | 26 --------------------
 dev-perl/Email-Simple/Email-Simple-2.211.0.ebuild | 27 ---------------------
 dev-perl/Email-Simple/Email-Simple-2.213.0.ebuild | 27 ---------------------
 dev-perl/Email-Simple/Manifest                    |  4 ----
 5 files changed, 113 deletions(-)

diff --git a/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild
deleted file mode 100644
index f84627de8e0..00000000000
--- a/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=2.206
-inherit perl-module
-
-DESCRIPTION="Simple parsing of RFC2822 message format and headers"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~sparc-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Carp
-	dev-perl/Email-Date-Format
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.960.0
-		virtual/perl-File-Spec
-		dev-perl/Capture-Tiny
-	)
-"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild
deleted file mode 100644
index 9ca12da4d50..00000000000
--- a/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RJBS
-DIST_VERSION=2.208
-inherit perl-module
-
-DESCRIPTION="Simple parsing of RFC2822 message format and headers"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Carp
-	dev-perl/Email-Date-Format
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-Test-Simple-0.960.0
-		virtual/perl-File-Spec
-	)
-"

diff --git a/dev-perl/Email-Simple/Email-Simple-2.211.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.211.0.ebuild
deleted file mode 100644
index ee9249b4068..00000000000
--- a/dev-perl/Email-Simple/Email-Simple-2.211.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RJBS
-DIST_VERSION=2.211
-inherit perl-module
-
-DESCRIPTION="Simple parsing of RFC2822 message format and headers"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Carp
-	dev-perl/Email-Date-Format
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-CPAN-Meta-2.120.900
-		>=virtual/perl-Test-Simple-0.960.0
-		virtual/perl-File-Spec
-	)
-"

diff --git a/dev-perl/Email-Simple/Email-Simple-2.213.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.213.0.ebuild
deleted file mode 100644
index d99e3d13b7b..00000000000
--- a/dev-perl/Email-Simple/Email-Simple-2.213.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RJBS
-DIST_VERSION=2.213
-inherit perl-module
-
-DESCRIPTION="Simple parsing of RFC2822 message format and headers"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Carp
-	dev-perl/Email-Date-Format
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		>=virtual/perl-CPAN-Meta-2.120.900
-		>=virtual/perl-Test-Simple-0.960.0
-		virtual/perl-File-Spec
-	)
-"

diff --git a/dev-perl/Email-Simple/Manifest b/dev-perl/Email-Simple/Manifest
index 780559ffba7..972c5ea8ae2 100644
--- a/dev-perl/Email-Simple/Manifest
+++ b/dev-perl/Email-Simple/Manifest
@@ -1,5 +1 @@
-DIST Email-Simple-2.206.tar.gz 37604 BLAKE2B 5b2a2a9c0416452d257d354823cb1212a03fd6b4909bc7f446ce1c42d33e860ee7d3ad34a7b0478d0cfaf4cbdfc66e03a7dc3b999888df1161066c448b61091d SHA512 4980247a98e7192b47f7307245b66056e5e6a1fb684c262be6121d094c75e57b69884817b121ad632d515a4f06275ac91e716cbec400ce6a51a60433a0fbbbe1
-DIST Email-Simple-2.208.tar.gz 38289 BLAKE2B 3bd87040bbbe1a496e5dfb6203ebc8e2482728be9f95aeb327d7d9315fecc5fcd0e96fdf34c8abc54b94721a6139f80c6b0e84c2b5b71a8fd0808ec8287495f9 SHA512 fee04ac6dfef6c0f48899a3d95662fbb8f2b803969a7d317a6ee82b2f7de4dc0e7a14388d4589e04963d8d6377b7033f0b3f4c57f761b20d3001267bb80ec647
-DIST Email-Simple-2.211.tar.gz 38920 BLAKE2B d1a3a7a35df749a138ea4f990fb096a7ce6ec09afcf5e2ae1abd85ee0f1fb70592f6035208b3ccaab4149db37b0220d4a3c87cc811ab41b51c010b79511d62da SHA512 376609efdac99e8c92a1f8aede56b9cf762b560ae2fd8a05d2e981f74c4484b7961a8a85d4b8e66fca376515c11675f1c763a0c9fa036fde798da311cd64c8b9
-DIST Email-Simple-2.213.tar.gz 39302 BLAKE2B 715950854ad18174b32be4e3547e73e7c27c727e64d03a75732534c77accdd4d357a6bf18ccd680955a399f4c8db4c672174509eb43d694e45b3ca9c918e2df9 SHA512 78e026399ae0f2449c7c4a6b8c7839a60bc9385545dcf81318de0d7ae179bd8bd510a17138f4f8d6d38ecdd6bd6b973cac0a19674244b214ca218e248af0b49f
 DIST Email-Simple-2.214.tar.gz 39590 BLAKE2B b3f1b9a2904493c5df2bd445035ca93fcb348fe33212a779109101e3727a1fe887ccd0513d7520782a04eb473b51d019715ce8ad7b38f860dc3b6b687201362c SHA512 0a2b721b48e621c3cda2453934943dad0b779c30aa20821536f189f2d1c02512ec0451b8273ebef2618b42741cf72b59a6b6e7fbe4db2b1891f436815ed7c117


             reply	other threads:[~2018-07-29  6:16 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-29  6:16 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21  9:12 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Simple/ Arthur Zamarin
2023-06-21  9:12 Arthur Zamarin
2023-06-21  8:31 Arthur Zamarin
2023-06-21  8:24 Arthur Zamarin
2023-06-21  8:24 Arthur Zamarin
2023-06-21  8:18 Sam James
2023-06-21  8:18 Sam James
2023-04-03 19:10 Arthur Zamarin
2023-04-01 18:14 Arthur Zamarin
2023-03-22  5:22 Sam James
2023-02-26 18:21 Arthur Zamarin
2023-02-24 20:02 Arthur Zamarin
2022-12-31 15:53 Arthur Zamarin
2022-12-31 15:51 Arthur Zamarin
2022-12-25 17:29 Arthur Zamarin
2022-09-14 15:30 Jakov Smolić
2022-08-19  2:40 Sam James
2021-10-24 14:46 Andreas K. Hüttel
2021-05-29  8:43 Agostino Sarubbo
2021-05-29  8:41 Agostino Sarubbo
2021-05-29  6:09 Sam James
2020-08-13  9:54 Kent Fredric
2018-06-10 16:55 Thomas Deutschmann
2018-06-10 15:38 Aaron Bauman
2017-10-21  3:32 Kent Fredric
2017-01-17 12:24 Kent Fredric
2016-12-08 19:09 Kent Fredric
2016-08-05  0:53 Kent Fredric
2016-01-05 13:10 Andreas Hüttel
2016-01-05  9:19 Agostino Sarubbo
2016-01-04 18:48 Andreas Hüttel

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=1532844987.3cb17f7c7331e6de402d89553d9ea51e48fd8b63.kentnl@gentoo \
    --to=kentnl@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