public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mime-construct/
@ 2021-11-19 19:40 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-11-19 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     8e2cca4abbf72786e543b48bd4211863724de136
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 19:36:36 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 19:40:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2cca4a

dev-perl/mime-construct: EAPI=8 bump

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

 ...truct-1.1100.0-r1.ebuild => mime-construct-1.1100.0-r2.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild b/dev-perl/mime-construct/mime-construct-1.1100.0-r2.ebuild
similarity index 86%
rename from dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
rename to dev-perl/mime-construct/mime-construct-1.1100.0-r2.ebuild
index beb8dbcc95a4..4a2e38667ad3 100644
--- a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
+++ b/dev-perl/mime-construct/mime-construct-1.1100.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=ROSCH
 DIST_VERSION=1.11   # the author made 1.11 follow 1.9, so we need to be creative
@@ -12,7 +12,6 @@ DESCRIPTION="construct and optionally mail MIME messages"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
-IUSE=""
 
 RDEPEND="
 	virtual/perl-MIME-Base64
@@ -20,6 +19,7 @@ RDEPEND="
 	dev-perl/MIME-Types
 	dev-perl/Proc-WaitStat
 "
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}
+"
 
 PATCHES=( "${FILESDIR}/${PN}-add-date-header.patch" )


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mime-construct/
@ 2020-04-15  9:53 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-04-15  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     3f5ed702a0aad0eec9868502df27985402db46ff
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 09:49:47 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 09:51:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5ed702

dev-perl/mime-construct: Remove old 1.900.0-r1

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/mime-construct/Manifest                    |  1 -
 .../mime-construct/mime-construct-1.900.0-r1.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/mime-construct/Manifest b/dev-perl/mime-construct/Manifest
index 39f6bee65f7..1231bb062fe 100644
--- a/dev-perl/mime-construct/Manifest
+++ b/dev-perl/mime-construct/Manifest
@@ -1,2 +1 @@
 DIST mime-construct-1.11.tar.gz 12906 BLAKE2B 250054cd263cd3df91ff45ba3cfe0d99a43f26eeb3af9b5a70ddbfd4c4b448a9830a9ca6d1dac7eebe54f68a76f16075111079832730168eab4e65fdf30424d2 SHA512 1192c5a0cd1c7675aaf4d1570c910672d3c3b6585f33e4781de289e8e1d9530c17b6d48083ad68349b46faa8e03be1dfeef16701b12763adc36bfa4f3b399a5f
-DIST mime-construct-1.9.tar.gz 11803 BLAKE2B 8297ee7f9936e5b58f59b673fe52c8e6f9e2a5b46b19a0970c038d23a66298b8252aae77108a76748219ac446f9932f641190578321afac83da500c5070928a5 SHA512 b57908befd0b13ba44172fdcb0c7eb6929bbff89e0c1fd37dbe081323dc0a69af18a72913f9e4a421b377f292b697e9dcfc6ef5ec3ad42d7e603a17b1f2ed36a

diff --git a/dev-perl/mime-construct/mime-construct-1.900.0-r1.ebuild b/dev-perl/mime-construct/mime-construct-1.900.0-r1.ebuild
deleted file mode 100644
index 0c7f2421ce4..00000000000
--- a/dev-perl/mime-construct/mime-construct-1.900.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ROSCH
-MODULE_VERSION=1.9
-inherit perl-module
-
-DESCRIPTION="construct and optionally mail MIME messages"
-
-LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="dev-perl/MIME-Types
-	dev-perl/Proc-WaitStat"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mime-construct/
@ 2018-07-20 23:18 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2018-07-20 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     155466acb092e7788e12fa9df8e5c4e3c2dd2369
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 23:00:12 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 23:17:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155466ac

dev-perl/mime-construct: stable 1.1100.0-r1 for ppc, bug #661196

Bug: https://bugs.gentoo.org/661196
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild b/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
index 1747742a99e..92dbf3df1f0 100644
--- a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
+++ b/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="construct and optionally mail MIME messages"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ia64 ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mime-construct/
@ 2018-07-20  8:08 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2018-07-20  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3c48dd7ae9d49074bb8ea39d2f2566cb9fa99d79
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 08:01:35 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 08:07:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c48dd7a

dev-perl/mime-construct: stable 1.1100.0-r1 for ia64, bug #661196

Bug: https://bugs.gentoo.org/661196
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild b/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
index afd1005eec8..1747742a99e 100644
--- a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
+++ b/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="construct and optionally mail MIME messages"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ia64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mime-construct/
@ 2018-07-15 18:55 Thomas Deutschmann
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-07-15 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     060cf5c46cb798e20b4378397f87997baeda67ab
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 18:55:08 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 18:55:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060cf5c4

dev-perl/mime-construct: x86 stable (bug #661196)

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild b/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
index c7dd9f0ab82..afd1005eec8 100644
--- a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
+++ b/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="construct and optionally mail MIME messages"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mime-construct/
@ 2018-07-15 15:51 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-07-15 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     cf1640139ed8c0e5015cd0845e210ebc5a8dce93
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 15:49:53 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 15:51:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf164013

dev-perl/mime-construct: amd64 stable wrt bug #661196

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild b/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
index 820e0a22315..c7dd9f0ab82 100644
--- a/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
+++ b/dev-perl/mime-construct/mime-construct-1.1100.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="construct and optionally mail MIME messages"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/mime-construct/
@ 2017-01-01 11:21 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2017-01-01 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d81a6517f48f6faf73c629baa650b149552f157f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 11:21:20 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 11:21:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81a6517

dev-perl/mime-construct: Version bump

Needs creativity since the author "increased" the version
from 1.9 to 1.11 ...

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/mime-construct/Manifest                   |  1 +
 .../mime-construct/mime-construct-1.1100.0.ebuild  | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/mime-construct/Manifest b/dev-perl/mime-construct/Manifest
index e7762cf..d76e464 100644
--- a/dev-perl/mime-construct/Manifest
+++ b/dev-perl/mime-construct/Manifest
@@ -1 +1,2 @@
+DIST mime-construct-1.11.tar.gz 12906 SHA256 4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a4a9303 SHA512 1192c5a0cd1c7675aaf4d1570c910672d3c3b6585f33e4781de289e8e1d9530c17b6d48083ad68349b46faa8e03be1dfeef16701b12763adc36bfa4f3b399a5f WHIRLPOOL 53165381fb5f5e8fc8495751571bfb73fc58682152c7e8969c63c136baf7ca6470a2e45a4dbe201496100b952672f4ee698e443800e6230e66ee4f3be08f25dd
 DIST mime-construct-1.9.tar.gz 11803 SHA256 10a6998da10bede89f7cbf09a3355034ffbc5f52bb505798e5468eb83da5cc76 SHA512 b57908befd0b13ba44172fdcb0c7eb6929bbff89e0c1fd37dbe081323dc0a69af18a72913f9e4a421b377f292b697e9dcfc6ef5ec3ad42d7e603a17b1f2ed36a WHIRLPOOL 0e97f6d10b6ee14a11f972e77efb590ccef8522ba110d691db191ad1bb47f4ff8d263fe7c806a2f7d3a37ee450752ff387ae179e3693a0e684b4a95caaec96b9

diff --git a/dev-perl/mime-construct/mime-construct-1.1100.0.ebuild b/dev-perl/mime-construct/mime-construct-1.1100.0.ebuild
new file mode 100644
index 00000000..1705397
--- /dev/null
+++ b/dev-perl/mime-construct/mime-construct-1.1100.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ROSCH
+DIST_VERSION=1.11   # the author made 1.11 follow 1.9, so we need to be creative
+inherit perl-module
+
+DESCRIPTION="construct and optionally mail MIME messages"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+	virtual/perl-MIME-Base64
+	dev-perl/MIME-Types
+	dev-perl/Proc-WaitStat
+"
+DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2021-11-19 19:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-19 19:40 [gentoo-commits] repo/gentoo:master commit in: dev-perl/mime-construct/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2020-04-15  9:53 Kent Fredric
2018-07-20 23:18 Sergei Trofimovich
2018-07-20  8:08 Sergei Trofimovich
2018-07-15 18:55 Thomas Deutschmann
2018-07-15 15:51 Mikle Kolyada
2017-01-01 11:21 Andreas Hüttel

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