diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-20 10:09:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-20 10:09:02 +0200 |
commit | 079044e15687a901cf268d1d65f2ecf769bab132 (patch) | |
tree | 224a95df46661c480e4820d40c96b2fa9eb4b626 /net-analyzer | |
parent | net-analyzer/nodebrain: Remove last-rited pkg (diff) | |
download | gentoo-079044e15687a901cf268d1d65f2ecf769bab132.tar.gz gentoo-079044e15687a901cf268d1d65f2ecf769bab132.tar.bz2 gentoo-079044e15687a901cf268d1d65f2ecf769bab132.zip |
net-analyzer/ffp: Remove last-rited pkg
Closes: https://bugs.gentoo.org/674244
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ffp/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/ffp/ffp-0.0.8-r1.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/ffp/metadata.xml | 8 |
3 files changed, 0 insertions, 39 deletions
diff --git a/net-analyzer/ffp/Manifest b/net-analyzer/ffp/Manifest deleted file mode 100644 index 13e6b1392a06..000000000000 --- a/net-analyzer/ffp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ffp-0.0.8.tar.gz 201602 BLAKE2B 9b348d325e91ce59d0fc4e585ecf3827d7343ae9777854ac0e36ceb46a98dd50830498cab5d0f5ce95c2cef1ae825818956aefce390b9290c312d50d4f4466dd SHA512 b2e844905dd08a5c6180ac8e3988effb13b9a8dd8fa1432e65c61a3d4ea2c30c75fb560d392fd3d5b7df2ab364c82f769b57d93d88d4b0f6d52772ef1c3d71bc diff --git a/net-analyzer/ffp/ffp-0.0.8-r1.ebuild b/net-analyzer/ffp/ffp-0.0.8-r1.ebuild deleted file mode 100644 index cbc60fb821f7..000000000000 --- a/net-analyzer/ffp/ffp-0.0.8-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit toolchain-funcs - -DESCRIPTION="a tool to do fuzzy fingerprinting for man-in-the-middle attacks" -HOMEPAGE="http://www.thc.org/thc-ffp/" -SRC_URI="http://www.thc.org/releases/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="libressl" - -DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) -" -RDEPEND="${DEPEND}" - -DOCS=( README TODO doc/ffp.pdf ) - -src_prepare() { - tc-export CC -} -src_install() { - default - dohtml doc/ffp.html -} diff --git a/net-analyzer/ffp/metadata.xml b/net-analyzer/ffp/metadata.xml deleted file mode 100644 index 74c2baebb4ec..000000000000 --- a/net-analyzer/ffp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>netmon@gentoo.org</email> - <name>Gentoo network monitoring and analysis project</name> -</maintainer> -</pkgmetadata> |