commit: 8e59bc040cf6f81d0533e6003054881487fe756d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 07:17:06 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 07:17:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e59bc04
net-analyzer/dietsniff: Remove last-rited pkg Closes: https://bugs.gentoo.org/678520 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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(-) diff --git a/net-analyzer/dietsniff/Manifest b/net-analyzer/dietsniff/Manifest deleted file mode 100644 index cfc8f5265bc..00000000000 --- 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 525ed6964dc..00000000000 --- 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 9a1ccff140a..00000000000 --- a/net-analyzer/dietsniff/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <bugs-to>https://github.com/hynek/dietsniff/issues</bugs-to> - <maintainer status="active"> - <email>[email protected]</email> - <name>Hynek Schlawack</name> - </maintainer> - <remote-id type="github">hynek/dietsniff</remote-id> - </upstream> - <longdescription> -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. -</longdescription> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 51992c77c42..cf06292c4fa 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 <[email protected]> (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 <[email protected]> (01 Mar 2019) # Mask experimental software =mail-mta/postfix-3.5*
