From 8e59bc040cf6f81d0533e6003054881487fe756d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 14 Apr 2019 09:17:06 +0200 Subject: [PATCH] net-analyzer/dietsniff: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/678520 Signed-off-by: Michał Górny --- net-analyzer/dietsniff/Manifest | 1 - net-analyzer/dietsniff/dietsniff-0.4.ebuild | 37 --------------------- net-analyzer/dietsniff/metadata.xml | 21 ------------ profiles/package.mask | 8 ----- 4 files changed, 67 deletions(-) delete mode 100644 net-analyzer/dietsniff/Manifest delete mode 100644 net-analyzer/dietsniff/dietsniff-0.4.ebuild delete mode 100644 net-analyzer/dietsniff/metadata.xml diff --git a/net-analyzer/dietsniff/Manifest b/net-analyzer/dietsniff/Manifest deleted file mode 100644 index cfc8f5265bc0..000000000000 --- a/net-analyzer/dietsniff/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dietsniff-0.4.tar.gz 14375 BLAKE2B 8a66b0ebe4d010b2337e16b3d00e1defd52590293227e871e33c760b4456fe0dc4c08f2b4efe071807074e75ae5e44e53875e635766b97978f408b7943f343eb SHA512 fb6a1578f7c0554f51f2035449bbde3d810d0ec67c397ebcdf7d43bd704928dd304e2f519372f5b5d9e4168a2a9e5b4f3ccc46341862276d9c3bf3da0132f1fa diff --git a/net-analyzer/dietsniff/dietsniff-0.4.ebuild b/net-analyzer/dietsniff/dietsniff-0.4.ebuild deleted file mode 100644 index 525ed6964dc3..000000000000 --- a/net-analyzer/dietsniff/dietsniff-0.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit toolchain-funcs vcs-snapshot - -DESCRIPTION="small and static packet sniffer based on dietlibc and libowfat" -HOMEPAGE="https://github.com/hynek/dietsniff" -SRC_URI="https://github.com/hynek/dietsniff/tarball/a80c0e64b3 -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-libs/libowfat - dev-libs/dietlibc" - -src_prepare() { - sed -e '/^prefix=/s:=.*:=/usr:' \ - -e '/^MAN1DIR=/s:man/man1:share/man/man1:' \ - -e '/^CC/s:=:?=:' \ - -e '/^CFLAGS/s:=:+=:' \ - -e '/^LDFLAGS/s:=-s:+=:' \ - -e '/^dietsniff/,+3s: -o : $(LDFLAGS) -o :' \ - -e '/^dietsniff/,+3s:strip:#strip:' \ - -i Makefile - export CC="diet -Os $(tc-getCC)" -} - -src_install() { - default - - dodoc AUTHORS ChangeLog README -} diff --git a/net-analyzer/dietsniff/metadata.xml b/net-analyzer/dietsniff/metadata.xml deleted file mode 100644 index 9a1ccff140a7..000000000000 --- a/net-analyzer/dietsniff/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - https://github.com/hynek/dietsniff/issues - - hs@ox.cx - Hynek Schlawack - - hynek/dietsniff - - -dietsniff is a network-debugging tool like tcpdump or ethereal. The -difference to those powerful tools however is that dietsniff is linked -against Felix von Leitner's dietlibc and doesn't require libpcap. -Therefore it's really small while being static. dietsniff's most -useful scenario is probably to sniff the packets into a pcap-logfile which -can be later viewed using more user friendly applications. - - diff --git a/profiles/package.mask b/profiles/package.mask index 51992c77c423..cf06292c4fad 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -745,14 +745,6 @@ app-text/rfcutil # Removal in 30 days. Bug #676728. app-admin/fleet -# Michał Górny (15 Mar 2019) -# Unmaintained in Gentoo, abandoned upstream. Last commit in 2012. -# Fails to build, in multiple ways (#638842, #672190, #672196). -# One of the two remaining unconditional revdeps of dev-libs/dietlibc. -# Many alternatives exist, starting with net-analyzer/dsniff. -# Removal in 30 days. Bug #678520. -net-analyzer/dietsniff - # Eray Aslan (01 Mar 2019) # Mask experimental software =mail-mta/postfix-3.5* -- 2.26.2