Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pchar/files/, net-analyzer/pchar/, profiles/
Date: Fri, 21 Feb 2020 19:15:04
Message-Id: 1582312365.2a601616a5ef999439bfe0b3d70e36bd590a0986.mgorny@gentoo
1 commit: 2a601616a5ef999439bfe0b3d70e36bd590a0986
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 19:11:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 19:12:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a601616
7
8 net-analyzer/pchar: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/384031
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-analyzer/pchar/Manifest | 1 -
14 net-analyzer/pchar/files/pchar-1.5-snmp.patch | 24 ---------------
15 net-analyzer/pchar/metadata.xml | 17 -----------
16 net-analyzer/pchar/pchar-1.5-r1.ebuild | 42 ---------------------------
17 profiles/package.mask | 5 ----
18 5 files changed, 89 deletions(-)
19
20 diff --git a/net-analyzer/pchar/Manifest b/net-analyzer/pchar/Manifest
21 deleted file mode 100644
22 index 7e249db080e..00000000000
23 --- a/net-analyzer/pchar/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST pchar-1.5.tar.gz 117678 BLAKE2B adf146867fae37e20f33cde9055b2766e3261a4da992de4d12cd937ea4afc0b9e8ed8a5ccfb43a34526b39a84ad06dfd204b979d0a9aefb20f4dcf1090c813bd SHA512 56784589a16638a12230a11a177b8dd97a7abac927624beaaea89e0169423f7242c2b434a36aad1a07d977e6b006fd71eb9132aecb1d35e3e3363eb2d1549d84
27
28 diff --git a/net-analyzer/pchar/files/pchar-1.5-snmp.patch b/net-analyzer/pchar/files/pchar-1.5-snmp.patch
29 deleted file mode 100644
30 index 9ebfbad39eb..00000000000
31 --- a/net-analyzer/pchar/files/pchar-1.5-snmp.patch
32 +++ /dev/null
33 @@ -1,24 +0,0 @@
34 ---- GetIfInfo.h.old 2005-02-12 21:32:18.000000000 +0100
35 -+++ GetIfInfo.h 2006-09-22 11:08:44.000000000 +0200
36 -@@ -17,7 +17,7 @@
37 - bool IsValid(void);
38 -
39 - const char * GetDescription(void) const;
40 -- const char * GetIfInfo::GetName(void) const;
41 -+ const char * GetName(void) const;
42 - const char * GetContact(void) const;
43 - const char * GetLocation(void) const;
44 - const char * GetIfDescription(void) const;
45 ---- configure.in.old 2005-02-12 21:32:18.000000000 +0100
46 -+++ configure.in 2006-10-24 23:08:38.000000000 +0200
47 -@@ -128,8 +128,8 @@
48 - LDFLAGS="-L$with_snmp/lib $LDFLAGS"
49 - CPPFLAGS="-I$with_snmp/include $CPPFLAGS"
50 - fi
51 -- AC_CHECK_LIB(crypto, des_cbc_encrypt)
52 -- AC_CHECK_LIB(snmp, snmp_sess_init,,,-lcrypto)
53 -+ AC_CHECK_LIB(crypto, DES_cbc_encrypt)
54 -+ AC_CHECK_LIB(snmp, snmp_sess_init)
55 - fi
56 -
57 - dnl pcap support if desired. If the user enabled --with-pcap,
58
59 diff --git a/net-analyzer/pchar/metadata.xml b/net-analyzer/pchar/metadata.xml
60 deleted file mode 100644
61 index f1fd21ae99d..00000000000
62 --- a/net-analyzer/pchar/metadata.xml
63 +++ /dev/null
64 @@ -1,17 +0,0 @@
65 -<?xml version="1.0" encoding="UTF-8"?>
66 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 -<pkgmetadata>
68 -<maintainer type="person">
69 - <email>chutzpah@g.o</email>
70 - <name>Patrick McLean</name>
71 -</maintainer>
72 -<longdescription lang="en">
73 -pchar is a reimplementation of the pathchar utility, written by Van
74 -Jacobson. Both programs attempt to characterize the bandwidth,
75 -latency, and loss of links along an end-to-end path through the
76 -Internet. pchar works in both IPv4 and IPv6 networks.
77 -</longdescription>
78 -<use>
79 - <flag name="pcap">Use the <pkg>net-libs/libpcap</pkg> library</flag>
80 -</use>
81 -</pkgmetadata>
82
83 diff --git a/net-analyzer/pchar/pchar-1.5-r1.ebuild b/net-analyzer/pchar/pchar-1.5-r1.ebuild
84 deleted file mode 100644
85 index 37006d24eea..00000000000
86 --- a/net-analyzer/pchar/pchar-1.5-r1.ebuild
87 +++ /dev/null
88 @@ -1,42 +0,0 @@
89 -# Copyright 1999-2014 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=4
93 -
94 -WANT_AUTOCONF=2.1
95 -WANT_AUTOMAKE=none
96 -
97 -inherit eutils autotools toolchain-funcs
98 -
99 -DESCRIPTION="Internet bandwidth, latency, and loss of links analyzer"
100 -HOMEPAGE="http://www.kitchenlab.org/www/bmah/Software/pchar/"
101 -SRC_URI="http://www.kitchenlab.org/www/bmah/Software/${PN}/${P}.tar.gz"
102 -
103 -LICENSE="BSD"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
106 -IUSE="ipv6 pcap snmp"
107 -
108 -DEPEND=">=dev-libs/openssl-0.9.7
109 - snmp? ( net-analyzer/net-snmp[ucd-compat(+)] )
110 - pcap? ( net-libs/libpcap )"
111 -
112 -src_prepare() {
113 - epatch "${FILESDIR}"/${P}-snmp.patch
114 -
115 - eautoreconf
116 -}
117 -
118 -src_configure() {
119 - tc-export CC CXX
120 -
121 - econf --without-suid \
122 - $(use_with ipv6) \
123 - $(use_with snmp snmp /usr/lib) \
124 - $(use_with pcap)
125 -}
126 -
127 -src_install() {
128 - einstall
129 - dodoc FAQ CHANGES README
130 -}
131
132 diff --git a/profiles/package.mask b/profiles/package.mask
133 index a783cb58845..0bec36dd04f 100644
134 --- a/profiles/package.mask
135 +++ b/profiles/package.mask
136 @@ -719,11 +719,6 @@ net-ftp/oftpd
137 # Bug #634442, #664766. Removal in 30 days.
138 net-dns/validns
139
140 -# David Seifert <soap@g.o> (2020-01-18)
141 -# EAPI 4, doesn't build, last release in 2005.
142 -# Bug #384031, #638492, #663644. Removal in 30 days.
143 -net-analyzer/pchar
144 -
145 # Michał Górny <mgorny@g.o> (2020-01-16)
146 # The new version loses Python 2 support but does not introduce any real
147 # changes. Let's mask it to reduce the noise, and hopefully try to get