public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MaxMind-DB-Common/
@ 2020-02-05  1:02 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-02-05  1:02 UTC (permalink / raw
  To: gentoo-commits

commit:     72cec21dbd4723052c057a18949ba312d7935a2f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 03:14:09 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 01:01:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72cec21d

dev-perl/MaxMind-DB-Common: Add w/ v=0.40.1

Required for dev-perl/GeoIP2, as suggested by Tomáš Mózes

Bug: https://github.com/gentoo/gentoo/pull/13973
Bug: https://bugs.gentoo.org/675494
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/MaxMind-DB-Common/Manifest                |  1 +
 .../MaxMind-DB-Common-0.40.1.ebuild                | 48 ++++++++++++++++++++++
 dev-perl/MaxMind-DB-Common/metadata.xml            | 21 ++++++++++
 3 files changed, 70 insertions(+)

diff --git a/dev-perl/MaxMind-DB-Common/Manifest b/dev-perl/MaxMind-DB-Common/Manifest
new file mode 100644
index 00000000000..94abd2daf97
--- /dev/null
+++ b/dev-perl/MaxMind-DB-Common/Manifest
@@ -0,0 +1 @@
+DIST MaxMind-DB-Common-0.040001.tar.gz 22195 BLAKE2B c242abe2786bebb4f045d8e454e5044fa7c53db77b589e2d49f37d21f59d221e5ed543aa15c906cf8259b15b217b1bb103f5034c1ffdb10b6c2d89e2b5e97183 SHA512 4748ac66e09ec3c8017b7365562b8273399c85f359c35b22868e1b86e80e8a59a3a3fbfd851becf0ac997657b4e8288057204a2e14bb699815676f3214f6345c

diff --git a/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild b/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
new file mode 100644
index 00000000000..cbe7dca4de9
--- /dev/null
+++ b/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MAXMIND
+DIST_VERSION=0.040001
+inherit perl-module
+
+DESCRIPTION="Code shared by the MaxMind DB reader and writer modules"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	dev-perl/Data-Dumper-Concise
+	dev-perl/DateTime
+	virtual/perl-Exporter
+	dev-perl/List-AllUtils
+	virtual/perl-Math-BigInt
+	dev-perl/Moo
+	dev-perl/MooX-StrictConstructor
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Sub-Quote
+	virtual/perl-autodie
+	dev-perl/namespace-autoclean
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"
+PERL_RM_FILES=(
+	"t/author-00-compile.t"
+	"t/author-eol.t"
+	"t/author-no-tabs.t"
+	"t/author-pod-spell.t"
+	"t/author-pod-syntax.t"
+	"t/author-test-version.t"
+	"t/release-cpan-changes.t"
+	"t/release-portability.t"
+	"t/release-synopsis.t"
+	"t/release-tidyall.t"
+)

diff --git a/dev-perl/MaxMind-DB-Common/metadata.xml b/dev-perl/MaxMind-DB-Common/metadata.xml
new file mode 100644
index 00000000000..dec1ce3b6fa
--- /dev/null
+++ b/dev-perl/MaxMind-DB-Common/metadata.xml
@@ -0,0 +1,21 @@
+<?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>
+  <maintainer type="person">
+    <email>hydrapolic@gmail.com</email>
+    <name>Tomáš Mózes</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">MaxMind-DB-Common</remote-id>
+    <remote-id type="cpan-module">MaxMind::DB::Common</remote-id>
+    <remote-id type="cpan-module">MaxMind::DB::Metadata</remote-id>
+    <remote-id type="cpan-module">MaxMind::DB::Role::Debugs</remote-id>
+    <remote-id type="cpan-module">MaxMind::DB::Types</remote-id>
+    <remote-id type="cpan-module">Test::MaxMind::DB::Common::Data</remote-id>
+    <remote-id type="cpan-module">Test::MaxMind::DB::Common::Util</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MaxMind-DB-Common/
@ 2020-02-05  2:17 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-02-05  2:17 UTC (permalink / raw
  To: gentoo-commits

commit:     7e0e16b4407dfc19ddc18fef66a20cb260a435ce
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 02:16:56 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 02:17:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0e16b4

dev-perl/MaxMind-DB-Common: Restrict Tests w/o USE=test

Due to a QA Report.

This is somewhat a false positive, as the dependencies, being virtuals
and mapping to perl-itself, are 99% sure to work when USE="test" is
omitted.

However, getting complaints about QA is more annoying.

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

 dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild b/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
index cbe7dca4de9..1ae432918d1 100644
--- a/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
+++ b/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
@@ -12,6 +12,7 @@ LICENSE="Artistic-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MaxMind-DB-Common/
@ 2023-09-05 14:22 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-09-05 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0f846413c1665c700410b5bc74faf50a318b11a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 14:21:39 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 14:21:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f846413

dev-perl/MaxMind-DB-Common: Stabilize 0.40.1 x86, #913627

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

 dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild b/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
index 3a05137b1c33..2b80f1c76318 100644
--- a/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
+++ b/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Code shared by the MaxMind DB reader and writer modules"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~loong ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MaxMind-DB-Common/
@ 2023-09-05 14:22 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-09-05 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     514fee3d38d570ff3b96795d9404b0e4ecc4da8a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 14:21:44 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 14:21:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514fee3d

dev-perl/MaxMind-DB-Common: Stabilize 0.40.1 amd64, #913627

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

 dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild b/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
index 2b80f1c76318..e8d02d876865 100644
--- a/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
+++ b/dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Code shared by the MaxMind DB reader and writer modules"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~loong ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

end of thread, other threads:[~2023-09-05 14:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-05 14:22 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MaxMind-DB-Common/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-09-05 14:22 Sam James
2020-02-05  2:17 Kent Fredric
2020-02-05  1:02 Kent Fredric

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