mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/netwox: Remove last-rited package
Closes: https://bugs.gentoo.org/790680 Closes: https://bugs.gentoo.org/711088 Closes: https://bugs.gentoo.org/775944 Closes: https://bugs.gentoo.org/806953 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST netwox-5.39.0-doc_html.tgz 146301 BLAKE2B 5d65cce6dc36f7fb682a7ab3d51b04366a9e43541837a07ff82e7dba29367adad92fcefcd68eb68a7f30c36adbce7765ee0cbd1d77a6a873a53c0b03ee9f0f1c SHA512 1bb6c87f2aeea8b10e9bec0725ed82b21c41290d2f2626024b13525fd92596e7aa9f91788d966a51900c0e1b346ac9fb30000344fa5b1450fe9ceb724df4be56
|
||||
DIST netwox-5.39.0-src.tgz 771942 BLAKE2B f6115e799404f420fdcee4551b78f3aeb5a3db5b5d528425fd4a68f0a5509bcace2f7d66cbbd56ae380d466425791b0a0b74325967dc2248ba25b1b55b70438b SHA512 3781c1c860d1545c269b27a702c59f1cb6b12af2e66fb3cbe776f3e085681a75ed3096d64cfdf92f65eff7213ceaab474b7e15c169c12e2c05220790ce337e37
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>netmon@gentoo.org</email>
|
||||
<name>Gentoo network monitoring and analysis project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">ntwox</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,66 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# NOTE: netwib, netwox and netwag go together, bump all or bump none
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Toolbox of 217 utilities for testing Ethernet/IP networks"
|
||||
HOMEPAGE="
|
||||
http://ntwox.sourceforge.net/
|
||||
http://www.laurentconstantin.com/en/netw/netwox/
|
||||
"
|
||||
SRC_URI="mirror://sourceforge/ntwox/${P}-src.tgz
|
||||
doc? ( mirror://sourceforge/ntwox/${P}-doc_html.tgz )"
|
||||
S="${WORKDIR}"/${P}-src/src
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ppc x86"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="
|
||||
net-libs/libnet:1.1
|
||||
net-libs/libpcap
|
||||
~net-libs/netwib-${PV}
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i \
|
||||
-e 's:/man$:/share/man:g' \
|
||||
-e "s:/lib:/$(get_libdir):" \
|
||||
-e "s:/usr/local:/usr:" \
|
||||
-e "s:=ar:=$(tc-getAR):" \
|
||||
-e "s:=ranlib:=$(tc-getRANLIB):" \
|
||||
-e "s:=gcc:=$(tc-getCC):" \
|
||||
-e "s:-O2:${CFLAGS}:" \
|
||||
config.dat || die
|
||||
sed -i \
|
||||
-e "s:-o netwox:& \${LDFLAGS}:g" \
|
||||
-e 's: ; make: ; \\$(MAKE):g' \
|
||||
genemake || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
sh genemake || die
|
||||
}
|
||||
|
||||
DOCS=(
|
||||
"${WORKDIR}"/${P}-src/README.TXT
|
||||
"${WORKDIR}"/${P}-src/doc/{changelog.txt,credits.txt}
|
||||
"${WORKDIR}"/${P}-src/doc/{problemreport.txt,problemusageunix.txt,todo.txt}
|
||||
)
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
if use doc ; then
|
||||
docinto html
|
||||
dodoc -r "${WORKDIR}"/${P}-doc_html/*
|
||||
fi
|
||||
}
|
||||
@@ -251,13 +251,6 @@ net-vpn/ipsec-tools
|
||||
# Removal on 2021-09-19. Bug #809239.
|
||||
dev-python/pydns
|
||||
|
||||
# Sam James <sam@gentoo.org> (2021-08-18)
|
||||
# Fails to build with glibc-2.34. End of maintenance
|
||||
# upstream was declared in 2007. Several other serious
|
||||
# bugs open. Removal on 2021-09-19.
|
||||
# bug #711088, bug #775944, bug #790680, bug #806953.
|
||||
net-analyzer/netwox
|
||||
|
||||
# David Seifert <soap@gentoo.org> (2021-08-04)
|
||||
# Last release over 4 years ago, upstream pretty much dead, the
|
||||
# ecosystem has switched to dev-util/pkgconf, which is alive. Testing
|
||||
|
||||
Reference in New Issue
Block a user