From 57868c3058bf5f594762c8132490e8c3df6e0887 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Mon, 12 Jun 2017 07:08:46 +0200 Subject: net-libs/libprotoident: Old. Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- net-libs/libprotoident/Manifest | 1 - net-libs/libprotoident/libprotoident-2.0.9.ebuild | 27 ----------------------- 2 files changed, 28 deletions(-) delete mode 100644 net-libs/libprotoident/libprotoident-2.0.9.ebuild (limited to 'net-libs/libprotoident') diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest index d0dd53d0201b..0636f1c9ca1e 100644 --- a/net-libs/libprotoident/Manifest +++ b/net-libs/libprotoident/Manifest @@ -1,2 +1 @@ DIST libprotoident-2.0.10.tar.gz 534718 SHA256 a5ef504967c34fa07ed967b3a629a9df2768eb9da799858ceecd8026ca1efceb SHA512 88f2088cc4662fc02ee3d70c86e55ced716ff62a2fb7479ee04f55f78a34bea7346d81cc01663ef61f2fe29cffc4c1bc6ddca34c45abb93c9929d9422df0db22 WHIRLPOOL 9689d7ce90643d4b4d5173596c0c448af46c7b1e7f311b9296372c569bce7a6d57fd5aec34c286ee5ea4815202d56317836cbef6d9571aff54e2fe6fda492ef3 -DIST libprotoident-2.0.9.tar.gz 532743 SHA256 da8c68e6e792285346c5a5c9fa64d03536662c4a11b192fb05ea6cc013d1dfe6 SHA512 480508bf3b40ca9c18d35d888a18b476437cc79988fa9476fa04f45d0764752a41c02436a47d873fe6be977eedc7e870f1bd1da3edae526322247d33d8de204b WHIRLPOOL 838603801ae7064ea0d45887e556a6bd5289f31870806c76b56718d6f30cb6ab61cc7c2ca7158383271eafe85b676d50f2db9070443f57a3d3af580db57aa797 diff --git a/net-libs/libprotoident/libprotoident-2.0.9.ebuild b/net-libs/libprotoident/libprotoident-2.0.9.ebuild deleted file mode 100644 index d0f49de9ddc2..000000000000 --- a/net-libs/libprotoident/libprotoident-2.0.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A library that performs application layer protocol identification for flows" -HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php" -SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0/2" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs +tools" - -DEPEND=" - >=net-libs/libtrace-3.0.9 - tools? ( net-libs/libflowmanager ) -" -RDEPEND=" - ${DEPEND} -" - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_with tools) -} -- cgit v1.2.3