public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2017-03-18 11:21 Kent Fredric
  0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2017-03-18 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     bf3c4d64f2fe09e2b72e987fdcab4bddb436f4f6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 10:39:03 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 11:13:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3c4d64

dev-perl/Mail-Transport: Add w/ version 3.0.0

- Forked out of dev-perl/Mail-Box
- Keywords preserved from Mail-Box
- Needs hardblock on Mail-Box due to File-Collisions and temporal
  breakage with Mail-Box testing itself against this.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../Mail-Transport/Mail-Transport-3.0.0.ebuild     | 29 ++++++++++++++++++++++
 dev-perl/Mail-Transport/Manifest                   |  1 +
 dev-perl/Mail-Transport/metadata.xml               | 19 ++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
new file mode 100644
index 00000000000..94e625a329b
--- /dev/null
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=3.000
+inherit perl-module
+
+DESCRIPTION="Base class for Email Message Exchange"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=virtual/perl-File-Spec-0.700.0
+	virtual/perl-IO
+	>=dev-perl/Mail-Message-3
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-libnet
+	!!<dev-perl/Mail-Box-3
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/Mail-Transport/Manifest b/dev-perl/Mail-Transport/Manifest
new file mode 100644
index 00000000000..b7f7aaabae4
--- /dev/null
+++ b/dev-perl/Mail-Transport/Manifest
@@ -0,0 +1 @@
+DIST Mail-Transport-3.000.tar.gz 14839 SHA256 a725974524d109ec8d984be8015293c06e3ac34650f6b02b045ae147d5cb6231 SHA512 6a209aac34fd79141ce8559038a3e523e50338301391ff08e6450afc8494058afbe5c8930ac919a9e0c20227d1a3a5a08d7c6dd1a02641e94951923736772d4a WHIRLPOOL 0af845f670b20f293e08cece8a5b2025b80b67f277eeeba4a1dfe3aa6d7d568729beef3b63091bbfbf54061ca4d24c58ff4c5629b4ac31e7deda960a73ccffd7

diff --git a/dev-perl/Mail-Transport/metadata.xml b/dev-perl/Mail-Transport/metadata.xml
new file mode 100644
index 00000000000..9f77126858f
--- /dev/null
+++ b/dev-perl/Mail-Transport/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Mail-Transport</remote-id>
+    <remote-id type="cpan-module">Mail::Transport</remote-id>
+    <remote-id type="cpan-module">Mail::Transport::Exim</remote-id>
+    <remote-id type="cpan-module">Mail::Transport::Mailx</remote-id>
+    <remote-id type="cpan-module">Mail::Transport::Qmail</remote-id>
+    <remote-id type="cpan-module">Mail::Transport::Receive</remote-id>
+    <remote-id type="cpan-module">Mail::Transport::SMTP</remote-id>
+    <remote-id type="cpan-module">Mail::Transport::Send</remote-id>
+    <remote-id type="cpan-module">Mail::Transport::Sendmail</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2020-05-20  5:51 Georgy Yakovlev
  0 siblings, 0 replies; 15+ messages in thread
From: Georgy Yakovlev @ 2020-05-20  5:51 UTC (permalink / raw
  To: gentoo-commits

commit:     0ea378923d4623bd8fe403df44496a3037afd38f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 05:45:41 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed May 20 05:50:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea37892

dev-perl/Mail-Transport: add ~ppc64 keyword

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
index a3de5e505ea..baf925325aa 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 x86"
+KEYWORDS="~alpha amd64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2020-08-25  1:51 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2020-08-25  1:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5f83c31906949e3ca31cedb56a2e403f17e8cdad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 01:50:16 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 01:50:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f83c319

dev-perl/Mail-Transport: arm64 keyworded (bug #734840)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
index baf925325aa..e61a98e26f1 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2020-10-11 17:48 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2020-10-11 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8e70c379039d27a7b6a56cefa1e77e18314e97db
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 17:41:32 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 17:41:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e70c379

dev-perl/Mail-Transport: Stabilize 3.0.0 arm64, #747643

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

 dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
index e61a98e26f1..e21a77b7d25 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2020-10-12 11:49 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2020-10-12 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     c6f336a67c75165366cb3c03904a06a348926456
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 11:49:26 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 11:49:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f336a6

dev-perl/Mail-Transport: ppc64 stable wrt bug #747643

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
index e21a77b7d25..208e41ba9d4 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm64 ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2020-10-27 23:31 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2020-10-27 23:31 UTC (permalink / raw
  To: gentoo-commits

commit:     582734c64d802b456582ef1c8ff004491508f338
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 23:25:44 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 23:25:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582734c6

dev-perl/Mail-Transport: Keyword 3.0.0 arm, #751022

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

 dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
index 208e41ba9d4..e8302cdadfa 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2021-06-27 19:13 Andreas K. Hüttel
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2021-06-27 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     77fcc73dabd5fc6d3bea30a2a19e6d5abb3d09a3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 27 19:06:12 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 27 19:13:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77fcc73d

dev-perl/Mail-Transport: Version bump 3.005

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

 .../Mail-Transport/Mail-Transport-3.5.0.ebuild     | 28 ++++++++++++++++++++++
 dev-perl/Mail-Transport/Manifest                   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
new file mode 100644
index 00000000000..8d038544d23
--- /dev/null
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=3.005
+inherit perl-module
+
+DESCRIPTION="Base class for Email Message Exchange"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=virtual/perl-File-Spec-0.700.0
+	virtual/perl-IO
+	>=dev-perl/Mail-Message-3
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-libnet
+	!!<dev-perl/Mail-Box-3
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/Mail-Transport/Manifest b/dev-perl/Mail-Transport/Manifest
index ae1943388b8..0122e4ce14f 100644
--- a/dev-perl/Mail-Transport/Manifest
+++ b/dev-perl/Mail-Transport/Manifest
@@ -1 +1,2 @@
 DIST Mail-Transport-3.000.tar.gz 14839 BLAKE2B 5213d2b4ce042dba5358c4d70bb638e1c797d88564c7b4935d75e692215a10b2e8715b75d95499edeb2a0b978f03f97f6901447c1844e72f07c4b6705f031a91 SHA512 6a209aac34fd79141ce8559038a3e523e50338301391ff08e6450afc8494058afbe5c8930ac919a9e0c20227d1a3a5a08d7c6dd1a02641e94951923736772d4a
+DIST Mail-Transport-3.005.tar.gz 16470 BLAKE2B ae631369ebfcd2ff8c2b82b0933d8514509ac25b67eebeebab7e2b5a8379234a939eaf06efb1f8d48f15079f77f82f597825055d10fd1d79307d4fa12357fda3 SHA512 58e5b445207707cc259ce189d506423d66bd455c41c933ef3c5eb8a72645dd7f993276345a1be86658d5bab8fbb207eed48faecba6428b65fb48701c72585ad7


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2021-07-30 15:10 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2021-07-30 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3146e96ff76674276f655815329f504b33ce6ea7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 15:10:15 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 15:10:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3146e96f

dev-perl/Mail-Transport: amd64 stable wrt bug #805104

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
index 8d038544d23..28135ba30fb 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2021-07-31 13:04 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2021-07-31 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1855b2cc1380f6c8c4571d6ca8a4ee0aacdc169f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 13:04:07 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 13:04:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1855b2cc

dev-perl/Mail-Transport: ppc64 stable wrt bug #805104

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
index 28135ba30fb..1582298f0c9 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc64 ~x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2021-07-31 13:07 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2021-07-31 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     286374128ad5d8d5b483a2d0d3ab14d8657da832
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 13:06:04 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 13:06:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28637412

dev-perl/Mail-Transport: x86 stable wrt bug #805104

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
index 1582298f0c9..dff0408ba2b 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc64 x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2021-08-03 23:37 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-08-03 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     961796de33784b8a908900d9f0d61264637f3073
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 23:37:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 23:37:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=961796de

dev-perl/Mail-Transport: Stabilize 3.5.0 arm64, #805104

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

 dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
index dff0408ba2b..71684b7fa47 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ppc64 x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2021-09-07  0:09 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-09-07  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     4fe1aa02d19b92cf09f4bc46a18992c5efbd7f10
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  7 00:08:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  7 00:08:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe1aa02

dev-perl/Mail-Transport: Stabilize 3.0.0 arm, #803104

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

 dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
index e8302cdadfa..620143d034d 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2022-03-03 15:14 Yixun Lan
  0 siblings, 0 replies; 15+ messages in thread
From: Yixun Lan @ 2022-03-03 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c7b8add496f080496e02abfe872070ab5d3bbe15
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 14:17:21 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Mar  3 15:13:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b8add4

dev-perl/Mail-Transport: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
index 71684b7fa47c..1d44005a5344 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ppc64 ~riscv x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2022-06-29 11:40 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-06-29 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e41ed19dcb7b7e5620bb7934483b37d7fc41c019
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 11:40:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 11:40:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41ed19d

dev-perl/Mail-Transport: Stabilize 3.5.0 arm, #855092

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

 dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
index 1d44005a5344..b89c912148a7 100644
--- a/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
+++ b/dev-perl/Mail-Transport/Mail-Transport-3.5.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Base class for Email Message Exchange"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 arm arm64 ppc64 ~riscv x86"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/
@ 2022-06-29 13:02 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-06-29 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     498ec756e09bae9a9bcff04db68c3feeba627d9f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 11:20:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 13:02:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498ec756

dev-perl/Mail-Transport: drop 3.0.0

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

 .../Mail-Transport/Mail-Transport-3.0.0.ebuild     | 30 ----------------------
 dev-perl/Mail-Transport/Manifest                   |  1 -
 2 files changed, 31 deletions(-)

diff --git a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild b/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
deleted file mode 100644
index 620143d034dc..000000000000
--- a/dev-perl/Mail-Transport/Mail-Transport-3.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=3.000
-inherit perl-module
-
-DESCRIPTION="Base class for Email Message Exchange"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Carp
-	>=virtual/perl-File-Spec-0.700.0
-	virtual/perl-IO
-	>=dev-perl/Mail-Message-3
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-libnet
-	!!<dev-perl/Mail-Box-3
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"

diff --git a/dev-perl/Mail-Transport/Manifest b/dev-perl/Mail-Transport/Manifest
index 0122e4ce14f6..e356a27e14e6 100644
--- a/dev-perl/Mail-Transport/Manifest
+++ b/dev-perl/Mail-Transport/Manifest
@@ -1,2 +1 @@
-DIST Mail-Transport-3.000.tar.gz 14839 BLAKE2B 5213d2b4ce042dba5358c4d70bb638e1c797d88564c7b4935d75e692215a10b2e8715b75d95499edeb2a0b978f03f97f6901447c1844e72f07c4b6705f031a91 SHA512 6a209aac34fd79141ce8559038a3e523e50338301391ff08e6450afc8494058afbe5c8930ac919a9e0c20227d1a3a5a08d7c6dd1a02641e94951923736772d4a
 DIST Mail-Transport-3.005.tar.gz 16470 BLAKE2B ae631369ebfcd2ff8c2b82b0933d8514509ac25b67eebeebab7e2b5a8379234a939eaf06efb1f8d48f15079f77f82f597825055d10fd1d79307d4fa12357fda3 SHA512 58e5b445207707cc259ce189d506423d66bd455c41c933ef3c5eb8a72645dd7f993276345a1be86658d5bab8fbb207eed48faecba6428b65fb48701c72585ad7


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

end of thread, other threads:[~2022-06-29 13:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-07  0:09 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Transport/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-06-29 13:02 Sam James
2022-06-29 11:40 Sam James
2022-03-03 15:14 Yixun Lan
2021-08-03 23:37 Sam James
2021-07-31 13:07 Agostino Sarubbo
2021-07-31 13:04 Agostino Sarubbo
2021-07-30 15:10 Agostino Sarubbo
2021-06-27 19:13 Andreas K. Hüttel
2020-10-27 23:31 Sam James
2020-10-12 11:49 Agostino Sarubbo
2020-10-11 17:48 Sam James
2020-08-25  1:51 Sam James
2020-05-20  5:51 Georgy Yakovlev
2017-03-18 11:21 Kent Fredric

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