summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-21 12:15:17 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-21 12:23:49 +0100
commit0b2608b947bc26f0026f4f142f111779def0473e (patch)
tree4923551c0c42c04da428b31ea4352f28fefec92a /dev-perl/Net-Ident
parentdev-perl/Net-HTTP: Remove old (diff)
downloadgentoo-0b2608b947bc26f0026f4f142f111779def0473e.tar.gz
gentoo-0b2608b947bc26f0026f4f142f111779def0473e.tar.bz2
gentoo-0b2608b947bc26f0026f4f142f111779def0473e.zip
dev-perl/Net-Ident: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Net-Ident')
-rw-r--r--dev-perl/Net-Ident/Manifest1
-rw-r--r--dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/Net-Ident/Manifest b/dev-perl/Net-Ident/Manifest
index 8a87c5aeefaf..c9ef46d035a1 100644
--- a/dev-perl/Net-Ident/Manifest
+++ b/dev-perl/Net-Ident/Manifest
@@ -1,2 +1 @@
-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.240.0-r1.ebuild b/dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild
deleted file mode 100644
index 63dde7c46686..000000000000
--- a/dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TODDR
-DIST_VERSION=1.24
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
- virtual/perl-Socket
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-IO
- virtual/perl-Test-Simple
- )
-"