Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country/
Date: Thu, 29 Dec 2022 22:13:03
Message-Id: 1672351952.930378dce0d72f1deb6bc5c822f67320f876f2c7.dilfridge@gentoo
1 commit: 930378dce0d72f1deb6bc5c822f67320f876f2c7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 22:12:32 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 22:12:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930378dc
7
8 dev-perl/IP-Country: fix version
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 .../IP-Country/{IP-Country-2.28.ebuild => IP-Country-2.280.0.ebuild} | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-perl/IP-Country/IP-Country-2.28.ebuild b/dev-perl/IP-Country/IP-Country-2.280.0.ebuild
16 similarity index 91%
17 rename from dev-perl/IP-Country/IP-Country-2.28.ebuild
18 rename to dev-perl/IP-Country/IP-Country-2.280.0.ebuild
19 index e0803eaac8c7..80efa8bd6c15 100644
20 --- a/dev-perl/IP-Country/IP-Country-2.28.ebuild
21 +++ b/dev-perl/IP-Country/IP-Country-2.280.0.ebuild
22 @@ -4,13 +4,11 @@
23 EAPI=8
24
25 DIST_AUTHOR=NWETTERS
26 -
27 +DIST_VERSION=2.28
28 inherit perl-module
29
30 DESCRIPTION="Lookup country from IP address or hostname"
31 -
32 SLOT="0"
33 -LICENSE="|| ( Artistic GPL-1+ )"
34 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
35
36 BDEPEND="test? ( virtual/perl-Test-Harness )"