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/Net-Ident/
Date: Mon, 12 Jul 2021 20:49:51
Message-Id: 1626122962.77c154bf5da3bfbed1a1a38b84c7b574af3e0be8.dilfridge@gentoo
1 commit: 77c154bf5da3bfbed1a1a38b84c7b574af3e0be8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 20:41:42 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 20:49:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c154bf
7
8 dev-perl/Net-Ident: Version bump 1.25
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Net-Ident/Manifest | 1 +
14 dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild | 26 ++++++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/dev-perl/Net-Ident/Manifest b/dev-perl/Net-Ident/Manifest
18 index 3750e77b879..8a87c5aeefa 100644
19 --- a/dev-perl/Net-Ident/Manifest
20 +++ b/dev-perl/Net-Ident/Manifest
21 @@ -1 +1,2 @@
22 DIST Net-Ident-1.24.tar.gz 26691 BLAKE2B f3133efbd32d568d333351111e36eb0d1cf2be88d5babc78465152a82e77f3e56d47a0f7e945719ea64233086a85add1c9c8645292d959e63cd5a3f2a186fbf4 SHA512 877a2699964323b009dbdbab134bb329acf71758e48165f4d19bb8e49d0c02786f58ab32bb1bc2ff6c4d375d4b64128207cbbf3c858a6db2e30bd2733474d740
23 +DIST Net-Ident-1.25.tar.gz 31423 BLAKE2B 99f4106a7bd8c47ac05dd0fdd1e6f1c627695db72391542ca61bd34d3f74014db1527b68f43dc76122c7582f47c1f5fd285293d1790d7099e22a66a95d8ab8ce SHA512 bc9e41d653380215e85908b87cac8858b4d50487f4c9e539de66a1c4d788a78250d3223d1edbf2c7dc475186db087dcf65d382c0ddb08a792c2f5f808f71dea5
24
25 diff --git a/dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild b/dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild
26 new file mode 100644
27 index 00000000000..54169ff11e6
28 --- /dev/null
29 +++ b/dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=TODDR
37 +DIST_VERSION=1.25
38 +inherit perl-module
39 +
40 +DESCRIPTION="lookup the username on the remote end of a TCP/IP connection"
41 +
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
44 +
45 +RDEPEND="
46 + virtual/perl-Carp
47 + virtual/perl-Exporter
48 + virtual/perl-Socket
49 +"
50 +BDEPEND="${RDEPEND}
51 + virtual/perl-ExtUtils-MakeMaker
52 + test? (
53 + virtual/perl-IO
54 + virtual/perl-Test-Simple
55 + )
56 +"