commit: 4a6701de0e356efdee1d5557316f16cd58bead33 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sun Sep 19 06:08:47 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sun Sep 19 06:08:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6701de
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 <AT> gentoo.org> net-analyzer/netwox/Manifest | 2 - net-analyzer/netwox/metadata.xml | 11 ------ net-analyzer/netwox/netwox-5.39.0.ebuild | 66 -------------------------------- profiles/package.mask | 7 ---- 4 files changed, 86 deletions(-) diff --git a/net-analyzer/netwox/Manifest b/net-analyzer/netwox/Manifest deleted file mode 100644 index c24f76be1fd..00000000000 --- a/net-analyzer/netwox/Manifest +++ /dev/null @@ -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 diff --git a/net-analyzer/netwox/metadata.xml b/net-analyzer/netwox/metadata.xml deleted file mode 100644 index f7d28fa77de..00000000000 --- a/net-analyzer/netwox/metadata.xml +++ /dev/null @@ -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>[email protected]</email> - <name>Gentoo network monitoring and analysis project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">ntwox</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-analyzer/netwox/netwox-5.39.0.ebuild b/net-analyzer/netwox/netwox-5.39.0.ebuild deleted file mode 100644 index 60405d17bda..00000000000 --- a/net-analyzer/netwox/netwox-5.39.0.ebuild +++ /dev/null @@ -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 -} diff --git a/profiles/package.mask b/profiles/package.mask index a8e96ca9614..d50351d0e36 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -251,13 +251,6 @@ net-vpn/ipsec-tools # Removal on 2021-09-19. Bug #809239. dev-python/pydns -# Sam James <[email protected]> (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 <[email protected]> (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
