summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-14 09:17:06 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-14 09:17:06 +0200
commit8e59bc040cf6f81d0533e6003054881487fe756d (patch)
treed17c614ae8651b4e21eb24355356cab2385e52f2 /net-analyzer
parentdev-libs/libgcrypt: Remove last-rited slot (diff)
downloadgentoo-8e59bc040cf6f81d0533e6003054881487fe756d.tar.gz
gentoo-8e59bc040cf6f81d0533e6003054881487fe756d.tar.bz2
gentoo-8e59bc040cf6f81d0533e6003054881487fe756d.zip
net-analyzer/dietsniff: Remove last-rited pkg
Closes: https://bugs.gentoo.org/678520 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/dietsniff/Manifest1
-rw-r--r--net-analyzer/dietsniff/dietsniff-0.4.ebuild37
-rw-r--r--net-analyzer/dietsniff/metadata.xml21
3 files changed, 0 insertions, 59 deletions
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 @@
-<?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>