net-analyzer/dietsniff: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 14 Apr 2019 07:17:06 +0000 (09:17 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 14 Apr 2019 07:17:06 +0000 (09:17 +0200)
Closes: https://bugs.gentoo.org/678520
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-analyzer/dietsniff/Manifest [deleted file]
net-analyzer/dietsniff/dietsniff-0.4.ebuild [deleted file]
net-analyzer/dietsniff/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-analyzer/dietsniff/Manifest b/net-analyzer/dietsniff/Manifest
deleted file mode 100644 (file)
index cfc8f52..0000000
+++ /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 (file)
index 525ed69..0000000
+++ /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 (file)
index 9a1ccff..0000000
+++ /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>hs@ox.cx</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>
index 51992c77c4233cd4cfac4b141847ea7fa42eb2ab..cf06292c4fad959238d36e5140244e2c2c725461 100644 (file)
@@ -745,14 +745,6 @@ app-text/rfcutil
 # Removal in 30 days.  Bug #676728.
 app-admin/fleet
 
-# Michał Górny <mgorny@gentoo.org> (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 <eras@gentoo.org> (01 Mar 2019)
 # Mask experimental software
 =mail-mta/postfix-3.5*