net-analyzer/pchar: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 19:11:28 +0000 (20:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 19:12:45 +0000 (20:12 +0100)
Closes: https://bugs.gentoo.org/384031
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-analyzer/pchar/Manifest [deleted file]
net-analyzer/pchar/files/pchar-1.5-snmp.patch [deleted file]
net-analyzer/pchar/metadata.xml [deleted file]
net-analyzer/pchar/pchar-1.5-r1.ebuild [deleted file]
profiles/package.mask

diff --git a/net-analyzer/pchar/Manifest b/net-analyzer/pchar/Manifest
deleted file mode 100644 (file)
index 7e249db..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST pchar-1.5.tar.gz 117678 BLAKE2B adf146867fae37e20f33cde9055b2766e3261a4da992de4d12cd937ea4afc0b9e8ed8a5ccfb43a34526b39a84ad06dfd204b979d0a9aefb20f4dcf1090c813bd SHA512 56784589a16638a12230a11a177b8dd97a7abac927624beaaea89e0169423f7242c2b434a36aad1a07d977e6b006fd71eb9132aecb1d35e3e3363eb2d1549d84
diff --git a/net-analyzer/pchar/files/pchar-1.5-snmp.patch b/net-analyzer/pchar/files/pchar-1.5-snmp.patch
deleted file mode 100644 (file)
index 9ebfbad..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- GetIfInfo.h.old    2005-02-12 21:32:18.000000000 +0100
-+++ GetIfInfo.h        2006-09-22 11:08:44.000000000 +0200
-@@ -17,7 +17,7 @@
-   bool        IsValid(void);
-   const char *        GetDescription(void) const;
--  const char *        GetIfInfo::GetName(void) const;
-+  const char *        GetName(void) const;
-   const char *        GetContact(void) const;
-   const char *        GetLocation(void) const;
-   const char *        GetIfDescription(void) const;
---- configure.in.old   2005-02-12 21:32:18.000000000 +0100
-+++ configure.in       2006-10-24 23:08:38.000000000 +0200
-@@ -128,8 +128,8 @@
-       LDFLAGS="-L$with_snmp/lib $LDFLAGS"
-       CPPFLAGS="-I$with_snmp/include $CPPFLAGS"
-     fi
--    AC_CHECK_LIB(crypto, des_cbc_encrypt)
--    AC_CHECK_LIB(snmp, snmp_sess_init,,,-lcrypto)
-+    AC_CHECK_LIB(crypto, DES_cbc_encrypt)
-+    AC_CHECK_LIB(snmp, snmp_sess_init)
- fi
- dnl pcap support if desired.  If the user enabled --with-pcap,
diff --git a/net-analyzer/pchar/metadata.xml b/net-analyzer/pchar/metadata.xml
deleted file mode 100644 (file)
index f1fd21a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-       <email>chutzpah@gentoo.org</email>
-       <name>Patrick McLean</name>
-</maintainer>
-<longdescription lang="en">
-pchar is a reimplementation of the pathchar utility, written by Van
-Jacobson.  Both programs attempt to characterize the bandwidth,
-latency, and loss of links along an end-to-end path through the
-Internet.  pchar works in both IPv4 and IPv6 networks.
-</longdescription>
-<use>
-       <flag name="pcap">Use the <pkg>net-libs/libpcap</pkg> library</flag>
-</use>
-</pkgmetadata>
diff --git a/net-analyzer/pchar/pchar-1.5-r1.ebuild b/net-analyzer/pchar/pchar-1.5-r1.ebuild
deleted file mode 100644 (file)
index 37006d2..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-WANT_AUTOCONF=2.1
-WANT_AUTOMAKE=none
-
-inherit eutils autotools toolchain-funcs
-
-DESCRIPTION="Internet bandwidth, latency, and loss of links analyzer"
-HOMEPAGE="http://www.kitchenlab.org/www/bmah/Software/pchar/"
-SRC_URI="http://www.kitchenlab.org/www/bmah/Software/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="ipv6 pcap snmp"
-
-DEPEND=">=dev-libs/openssl-0.9.7
-       snmp? ( net-analyzer/net-snmp[ucd-compat(+)] )
-       pcap? ( net-libs/libpcap )"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-snmp.patch
-
-       eautoreconf
-}
-
-src_configure() {
-       tc-export CC CXX
-
-       econf --without-suid \
-               $(use_with ipv6) \
-               $(use_with snmp snmp /usr/lib) \
-               $(use_with pcap)
-}
-
-src_install() {
-       einstall
-       dodoc FAQ CHANGES README
-}
index a783cb5884589cb7f8fd8461090b1456e87df38d..0bec36dd04fa55edae3419169a8f66e5ac7b4750 100644 (file)
@@ -719,11 +719,6 @@ net-ftp/oftpd
 # Bug #634442, #664766. Removal in 30 days.
 net-dns/validns
 
-# David Seifert <soap@gentoo.org> (2020-01-18)
-# EAPI 4, doesn't build, last release in 2005.
-# Bug #384031, #638492, #663644. Removal in 30 days.
-net-analyzer/pchar
-
 # Michał Górny <mgorny@gentoo.org> (2020-01-16)
 # The new version loses Python 2 support but does not introduce any real
 # changes.  Let's mask it to reduce the noise, and hopefully try to get