summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-12 18:02:33 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-12 18:02:33 -0500
commit5e3fa1c0cda46f0f34da7e29c7438e572f9294e0 (patch)
tree24f66f90868c237843d1b09f14ab6ea85f113ae7 /net-misc
parentnet-analyzer/driftnet: drop old (diff)
downloadgentoo-5e3fa1c0cda46f0f34da7e29c7438e572f9294e0.tar.gz
gentoo-5e3fa1c0cda46f0f34da7e29c7438e572f9294e0.tar.bz2
gentoo-5e3fa1c0cda46f0f34da7e29c7438e572f9294e0.zip
net-misc/ipcalc: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ipcalc/Manifest1
-rw-r--r--net-misc/ipcalc/ipcalc-0.41.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/ipcalc/Manifest b/net-misc/ipcalc/Manifest
index 1e015262bb7f..5102ad1ca4e0 100644
--- a/net-misc/ipcalc/Manifest
+++ b/net-misc/ipcalc/Manifest
@@ -1,3 +1,2 @@
-DIST ipcalc-0.41.tar.gz 21599 BLAKE2B 3b54df9bb38fa42c9b11d1192a8e23e6cd7c9cdadc07716f8ec2322f8ff60f6098b89727b6c08d8d0c810974a8f046c0487910073db3390b803802820453d9b7 SHA512 089eb2b9a38b07caa182ff11547a93d86aed570311fc8cd9e636c7546ab4d15acc854b9d79bbba9c797dcfbbedd1d6f4d521aec97bf613905fe5198a29c9889d
DIST ipcalc_0.42-2.debian.tar.xz 6144 BLAKE2B 7fa1e32f9c713b4f3dfa8636f9bb4b0bd70e09e3d02e71f1f2186e8e2ab381638eb33e63c24f41dfa948db11b7e877a147d22363d105ac26e98ff509d1cd0aa2 SHA512 6b7049bc5e27e22dbbca12913716757cb3f5b91d0a8f729d35a67971c763b0bea8ab65c24fe31ad43755aedb68650c1d8b3f3e770228ed6517b43e83735086ec
DIST ipcalc_0.42.orig.tar.gz 25903 BLAKE2B 5abff0f234829ef84345645634f1b12287456c26a42cb65856f26ac12699d5f100a2ef432a6d19627f72d800e65257d46bc0edd8ec1bf4054dcdf843d2ee158f SHA512 4e67ccdbb7e42ced39ee8ac83e47585d400c1b0a26e74a909c2e29e7f2256e37b06855cc29f0272b71c5ff6bdd8252e2563ad89562cd8d04ce0fa032f6f3fb34
diff --git a/net-misc/ipcalc/ipcalc-0.41.ebuild b/net-misc/ipcalc/ipcalc-0.41.ebuild
deleted file mode 100644
index d316b75bd459..000000000000
--- a/net-misc/ipcalc/ipcalc-0.41.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="IP Calculator prints broadcast/network/etc for an IP address and netmask"
-LICENSE="GPL-2+"
-HOMEPAGE="http://jodies.de/ipcalc"
-SRC_URI="http://jodies.de/ipcalc-archive/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-
-RDEPEND=">=dev-lang/perl-5.6.0"
-
-src_install() {
- dobin ${PN}
- dodoc changelog contributors
-}