diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-12 22:41:42 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-12 22:49:22 +0200 |
commit | 77c154bf5da3bfbed1a1a38b84c7b574af3e0be8 (patch) | |
tree | ba167edfc3aa8b295a51e0f597482b9387fcecf6 /dev-perl | |
parent | dev-ml/ppx_sexp_conv: take maintainership (diff) | |
download | gentoo-77c154bf5da3bfbed1a1a38b84c7b574af3e0be8.tar.gz gentoo-77c154bf5da3bfbed1a1a38b84c7b574af3e0be8.tar.bz2 gentoo-77c154bf5da3bfbed1a1a38b84c7b574af3e0be8.zip |
dev-perl/Net-Ident: Version bump 1.25
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Net-Ident/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Net-Ident/Manifest b/dev-perl/Net-Ident/Manifest index 3750e77b879a..8a87c5aeefaf 100644 --- a/dev-perl/Net-Ident/Manifest +++ b/dev-perl/Net-Ident/Manifest @@ -1 +1,2 @@ DIST Net-Ident-1.24.tar.gz 26691 BLAKE2B f3133efbd32d568d333351111e36eb0d1cf2be88d5babc78465152a82e77f3e56d47a0f7e945719ea64233086a85add1c9c8645292d959e63cd5a3f2a186fbf4 SHA512 877a2699964323b009dbdbab134bb329acf71758e48165f4d19bb8e49d0c02786f58ab32bb1bc2ff6c4d375d4b64128207cbbf3c858a6db2e30bd2733474d740 +DIST Net-Ident-1.25.tar.gz 31423 BLAKE2B 99f4106a7bd8c47ac05dd0fdd1e6f1c627695db72391542ca61bd34d3f74014db1527b68f43dc76122c7582f47c1f5fd285293d1790d7099e22a66a95d8ab8ce SHA512 bc9e41d653380215e85908b87cac8858b4d50487f4c9e539de66a1c4d788a78250d3223d1edbf2c7dc475186db087dcf65d382c0ddb08a792c2f5f808f71dea5 diff --git a/dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild b/dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild new file mode 100644 index 000000000000..54169ff11e69 --- /dev/null +++ b/dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=TODDR +DIST_VERSION=1.25 +inherit perl-module + +DESCRIPTION="lookup the username on the remote end of a TCP/IP connection" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-Socket +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-IO + virtual/perl-Test-Simple + ) +" |