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

commit:     d9e92002f87779bbded183b735fb59274a818c35
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 17:42:33 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon May 29 18:11:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e92002

dev-perl/MIME-Base32: Bump to version 1.303.0

- EAPI6
- Tests enabled

Upstream:
- Make decoding case insensitive

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/MIME-Base32/MIME-Base32-1.303.0.ebuild | 22 ++++++++++++++++++++++
 dev-perl/MIME-Base32/Manifest                   |  1 +
 dev-perl/MIME-Base32/metadata.xml               |  4 ++++
 3 files changed, 27 insertions(+)

diff --git a/dev-perl/MIME-Base32/MIME-Base32-1.303.0.ebuild b/dev-perl/MIME-Base32/MIME-Base32-1.303.0.ebuild
new file mode 100644
index 00000000000..05c711efd29
--- /dev/null
+++ b/dev-perl/MIME-Base32/MIME-Base32-1.303.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=1.303
+inherit perl-module
+
+DESCRIPTION="Base32 encoder / decoder"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-Exporter"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.900.0
+	)
+"

diff --git a/dev-perl/MIME-Base32/Manifest b/dev-perl/MIME-Base32/Manifest
index 8509c9d1bd9..3abc5e9af1d 100644
--- a/dev-perl/MIME-Base32/Manifest
+++ b/dev-perl/MIME-Base32/Manifest
@@ -1 +1,2 @@
 DIST MIME-Base32-1.02a.tar.gz 3136 SHA256 b269ba0c7a66d086ca5235ceb50b19847860183e53feb80fb888e714abab2b80 SHA512 8f2bf3e5da8de5f5aeaec50133180e98a1c50c4403a5d39cc9df941c124ff07e8aa3f12a08fdb1b449756789521f675d53ab3afe595989e347537718f4d9b8b3 WHIRLPOOL 6c2c6bbecbbda3b467798559ed3c22b79bc76b738ff4540bef210425573ae7b499a4238caee0bbdd471106799f843b3f9cfa930731c1a59b48acfa2ce3ae8629
+DIST MIME-Base32-1.303.tar.gz 14121 SHA256 ab21fa99130e33a0aff6cdb596f647e5e565d207d634ba2ef06bdbef50424e99 SHA512 48c2541d08976fba154816d4f803cc20d8d51f8a7e4084cd85e23f7559868611adcce133f7dd8728cb21bbec67c325a99e68e36149b4ae3bfae97a6e57f4b806 WHIRLPOOL 5822cfab5fafd4549a82c0b010581964173c951f0c6c54049752fbdcc52f150269d378d679b6e38e8ade165117115af73bcb81669aa4844f8c574bfe3235de59

diff --git a/dev-perl/MIME-Base32/metadata.xml b/dev-perl/MIME-Base32/metadata.xml
index 2b9a936fc0a..16988a90fed 100644
--- a/dev-perl/MIME-Base32/metadata.xml
+++ b/dev-perl/MIME-Base32/metadata.xml
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">MIME-Base32</remote-id>
+    <remote-id type="cpan-module">MIME::Base32</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MIME-Base32/
@ 2018-06-10  7:20 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2018-06-10  7:20 UTC (permalink / raw
  To: gentoo-commits

commit:     72586c0329f83be9651adb0b9150fae63dd99e09
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 07:01:25 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 07:20:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72586c03

dev-perl/MIME-Base32: Cleanup old version 1.20.0

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/MIME-Base32/MIME-Base32-1.20.0.ebuild | 19 -------------------
 dev-perl/MIME-Base32/Manifest                  |  1 -
 2 files changed, 20 deletions(-)

diff --git a/dev-perl/MIME-Base32/MIME-Base32-1.20.0.ebuild b/dev-perl/MIME-Base32/MIME-Base32-1.20.0.ebuild
deleted file mode 100644
index 6ec6d8d733e..00000000000
--- a/dev-perl/MIME-Base32/MIME-Base32-1.20.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DANPEDER
-MODULE_VERSION=1.02a
-inherit perl-module
-
-DESCRIPTION="Base32 encoder / decoder"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/perl-ExtUtils-MakeMaker"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}-1.02"

diff --git a/dev-perl/MIME-Base32/Manifest b/dev-perl/MIME-Base32/Manifest
index c74ffda8cb8..6f6ef37a474 100644
--- a/dev-perl/MIME-Base32/Manifest
+++ b/dev-perl/MIME-Base32/Manifest
@@ -1,2 +1 @@
-DIST MIME-Base32-1.02a.tar.gz 3136 BLAKE2B 288d1294d48b4fa5484ac7d411fd7fc12dba4537f31f25aeba82b8a015219d1b546b300cbbf4a86f9de049249b4a5006a503d204c185b5fee15ae15e2d89bf29 SHA512 8f2bf3e5da8de5f5aeaec50133180e98a1c50c4403a5d39cc9df941c124ff07e8aa3f12a08fdb1b449756789521f675d53ab3afe595989e347537718f4d9b8b3
 DIST MIME-Base32-1.303.tar.gz 14121 BLAKE2B d9dad50d7474a42741f7a61fad4a7b30c4acb72eb80684e24c45d0478480cfe936d6b87ab37b735ff2065afeb0b5457cc50130187264fcb6addefa8e8cb8d934 SHA512 48c2541d08976fba154816d4f803cc20d8d51f8a7e4084cd85e23f7559868611adcce133f7dd8728cb21bbec67c325a99e68e36149b4ae3bfae97a6e57f4b806


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MIME-Base32/
@ 2021-11-13 20:21 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-11-13 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     67f3c87a286ce0a3440ba486e0c9e760c1ea5f0a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 20:05:00 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 20:20:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f3c87a

dev-perl/MIME-Base32: EAPI=8 bump

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

 ...E-Base32-1.303.0.ebuild => MIME-Base32-1.303.0-r1.ebuild} | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-perl/MIME-Base32/MIME-Base32-1.303.0.ebuild b/dev-perl/MIME-Base32/MIME-Base32-1.303.0-r1.ebuild
similarity index 68%
rename from dev-perl/MIME-Base32/MIME-Base32-1.303.0.ebuild
rename to dev-perl/MIME-Base32/MIME-Base32-1.303.0-r1.ebuild
index 13ed8a743ce..6c104a673b4 100644
--- a/dev-perl/MIME-Base32/MIME-Base32-1.303.0.ebuild
+++ b/dev-perl/MIME-Base32/MIME-Base32-1.303.0-r1.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=REHSACK
 DIST_VERSION=1.303
@@ -11,11 +11,11 @@ DESCRIPTION="Base32 encoder / decoder"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND="virtual/perl-Exporter"
-DEPEND="${RDEPEND}
+RDEPEND="
+	virtual/perl-Exporter
+"
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		>=virtual/perl-Test-Simple-0.900.0


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

end of thread, other threads:[~2021-11-13 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-29 18:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MIME-Base32/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2018-06-10  7:20 Kent Fredric
2021-11-13 20:21 Andreas K. Hüttel

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