public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-LocalDelivery/
@ 2016-08-08  8:11 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2016-08-08  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     9a46607f17308777e83e54289b4dc3cf826d4c25
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 07:28:57 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 08:11:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a46607f

dev-perl/Email-LocalDelivery: Remove unused Test-Pod{,-Coverage} deps.

No user executable code uses this anymore.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild     | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild
index cb3a96a..a2c8600 100644
--- a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild
+++ b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,9 +18,7 @@ RDEPEND="dev-perl/Email-Simple
 	dev-perl/Email-FolderType
 	dev-perl/File-Path-Expand"
 DEPEND="${RDEPEND}
-	test? (
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
-	)"
+	test? ( virtual/perl-Test-Simple )
+"
 
 SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-LocalDelivery/
@ 2019-07-10 15:43 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2019-07-10 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     82d334d2f9e30fed099bc24899342fd31a2416b4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 15:41:46 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 15:42:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d334d2

dev-perl/Email-LocalDelivery: Fix deps for bug #661462

- Convert to EAPI6
- Enable parallel tests
- Square up dependencies
- Add missing Capture-Tiny test dependency

Bug: https://bugs.gentoo.org/661462
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Email-LocalDelivery-1.200.0-r2.ebuild          | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r2.ebuild b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r2.ebuild
new file mode 100644
index 00000000000..a012f214e0e
--- /dev/null
+++ b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.200
+inherit perl-module
+
+DESCRIPTION="Local delivery of RFC2822 message format and headers"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=dev-perl/Email-Simple-1.998.0
+	>=dev-perl/Email-FolderType-0.700.0
+	virtual/perl-File-Path
+	>=dev-perl/File-Path-Expand-1.10.0
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		dev-perl/Capture-Tiny
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-LocalDelivery/
@ 2019-10-13 15:13 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2019-10-13 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     56f91f421309f185550f45bc438cf6a174d53ae3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 15:12:58 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 15:12:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f91f42

dev-perl/Email-LocalDelivery: Remove old

Closes: https://bugs.gentoo.org/661462
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Email-LocalDelivery-1.200.0-r1.ebuild          | 23 ----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild
deleted file mode 100644
index 31da1b8a6b3..00000000000
--- a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r1.ebuild
+++ /dev/null
@@ -1,23 +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=1.200
-inherit perl-module
-
-DESCRIPTION="Local delivery of RFC2822 message format and headers"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Email-Simple
-	dev-perl/Email-FolderType
-	dev-perl/File-Path-Expand"
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )
-"
-
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-LocalDelivery/
@ 2021-10-24 11:36 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-10-24 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c72a92b6660efe7769cc85d2e7e14e91304cc3aa
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 11:27:10 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 11:36:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72a92b6

dev-perl/Email-LocalDelivery: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...ry-1.200.0-r2.ebuild => Email-LocalDelivery-1.200.0-r3.ebuild} | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r2.ebuild b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r3.ebuild
similarity index 83%
rename from dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r2.ebuild
rename to dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r3.ebuild
index 52c179736dc..f8a83647505 100644
--- a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r2.ebuild
+++ b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.200.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=RJBS
 DIST_VERSION=1.200
@@ -11,8 +11,6 @@ DESCRIPTION="Local delivery of RFC2822 message format and headers"
 
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	virtual/perl-Carp
@@ -21,7 +19,7 @@ RDEPEND="
 	virtual/perl-File-Path
 	>=dev-perl/File-Path-Expand-1.10.0
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
 	test? (
 		dev-perl/Capture-Tiny


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-LocalDelivery/
@ 2022-08-19  2:40 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-08-19  2:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b19f182106b61eb21740a5d6efbb4dc12c62b2cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 02:30:03 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 02:30:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19f1821

dev-perl/Email-LocalDelivery: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Email-LocalDelivery/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Email-LocalDelivery/metadata.xml b/dev-perl/Email-LocalDelivery/metadata.xml
index b87869af4e54..fcc4155929f3 100644
--- a/dev-perl/Email-LocalDelivery/metadata.xml
+++ b/dev-perl/Email-LocalDelivery/metadata.xml
@@ -10,5 +10,6 @@
     <remote-id type="cpan-module">Email::LocalDelivery</remote-id>
     <remote-id type="cpan-module">Email::LocalDelivery::Maildir</remote-id>
     <remote-id type="cpan-module">Email::LocalDelivery::Mbox</remote-id>
+    <remote-id type="github">rjbs/Email-LocalDelivery</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-LocalDelivery/
@ 2023-06-21  6:05 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-06-21  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     538cb2a252873c7a9a6ce80f4758bd86dedadf29
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 05:59:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 06:04:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538cb2a2

dev-perl/Email-LocalDelivery: add 1.201.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Email-LocalDelivery-1.201.0.ebuild             | 29 ++++++++++++++++++++++
 dev-perl/Email-LocalDelivery/Manifest              |  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.201.0.ebuild b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.201.0.ebuild
new file mode 100644
index 000000000000..c64f123e6c19
--- /dev/null
+++ b/dev-perl/Email-LocalDelivery/Email-LocalDelivery-1.201.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.201
+inherit perl-module
+
+DESCRIPTION="Local delivery of RFC2822 message format and headers"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=dev-perl/Email-Simple-1.998.0
+	>=dev-perl/Email-FolderType-0.700.0
+	virtual/perl-File-Path
+	>=dev-perl/File-Path-Expand-1.10.0
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.780.0
+	test? (
+		dev-perl/Capture-Tiny
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"

diff --git a/dev-perl/Email-LocalDelivery/Manifest b/dev-perl/Email-LocalDelivery/Manifest
index cbd37f8e0491..25df41670782 100644
--- a/dev-perl/Email-LocalDelivery/Manifest
+++ b/dev-perl/Email-LocalDelivery/Manifest
@@ -1 +1,2 @@
 DIST Email-LocalDelivery-1.200.tar.gz 15809 BLAKE2B 544d38f839ebe558e776f26293c55d1ce6e0bc8222fe1d1abcaa7a4ebea30e9d155bd8b2ec9b17bf69305ba03596b1e68fa1ef5c29cc20f94ea468c4d50f1d10 SHA512 a635e18b15fe01ede787b4e4c3c6511a547a5b4a35f80b4c8089bfe75b2cf9e7beec4ff3f7b00380163e671c54df79b0486137663e7bf49a50c1b1c302bc0258
+DIST Email-LocalDelivery-1.201.tar.gz 19179 BLAKE2B c0cc5686807444f838536e0622d5c2656c209afba77b33680862b90a35e607d9d459d6b3c8c6a0b5ae00f60dd7d947a8773d178c590d207a7fc3a928d21a736e SHA512 b0d467ef716b7e04d61a2a578c4646fe88a6aa287e7800799cac10c9fb2dbd33c29c4193a375c1ae6ade9552981b396be7f30f7257f093548687d3841b92cd39


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-21  6:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-24 11:36 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-LocalDelivery/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21  6:05 Sam James
2022-08-19  2:40 Sam James
2019-10-13 15:13 Andreas K. Hüttel
2019-07-10 15:43 Kent Fredric
2016-08-08  8:11 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox