From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 576EB138350 for ; Wed, 5 Feb 2020 01:02:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD383E0937; Wed, 5 Feb 2020 01:02:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F52FE0937 for ; Wed, 5 Feb 2020 01:02:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77CC334E755 for ; Wed, 5 Feb 2020 01:02:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4225512C for ; Wed, 5 Feb 2020 01:02:26 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1580864513.72cec21dbd4723052c057a18949ba312d7935a2f.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MaxMind-DB-Common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MaxMind-DB-Common/Manifest dev-perl/MaxMind-DB-Common/MaxMind-DB-Common-0.40.1.ebuild dev-perl/MaxMind-DB-Common/metadata.xml X-VCS-Directories: dev-perl/MaxMind-DB-Common/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 72cec21dbd4723052c057a18949ba312d7935a2f X-VCS-Branch: master Date: Wed, 5 Feb 2020 01:02:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e8c58fb-c4be-471a-ad80-3f289d9a2f7d X-Archives-Hash: 91daa9d692fe8aaf80bfa72fa761f9a6 commit: 72cec21dbd4723052c057a18949ba312d7935a2f Author: Kent Fredric gentoo org> AuthorDate: Tue Feb 4 03:14:09 2020 +0000 Commit: Kent Fredric gentoo 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 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 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + hydrapolic@gmail.com + Tomáš Mózes + + + MaxMind-DB-Common + MaxMind::DB::Common + MaxMind::DB::Metadata + MaxMind::DB::Role::Debugs + MaxMind::DB::Types + Test::MaxMind::DB::Common::Data + Test::MaxMind::DB::Common::Util + +