summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-27 09:34:32 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-27 09:34:32 -0500
commitae7c199fe66c7b0e666aecf6f836bfd9aa77df46 (patch)
treefcce5de926691606f8d1ee7eddc7413b269be5e6
parentnet-analyzer/mbrowse: drop old (diff)
downloadgentoo-ae7c199fe66c7b0e666aecf6f836bfd9aa77df46.tar.gz
gentoo-ae7c199fe66c7b0e666aecf6f836bfd9aa77df46.tar.bz2
gentoo-ae7c199fe66c7b0e666aecf6f836bfd9aa77df46.zip
net-analyzer/labrea: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--net-analyzer/labrea/labrea-2.5-r2.ebuild39
-rw-r--r--net-analyzer/labrea/labrea-2.5-r3.ebuild45
2 files changed, 0 insertions, 84 deletions
diff --git a/net-analyzer/labrea/labrea-2.5-r2.ebuild b/net-analyzer/labrea/labrea-2.5-r2.ebuild
deleted file mode 100644
index cdbff85668a0..000000000000
--- a/net-analyzer/labrea/labrea-2.5-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="'Sticky' Honeypot and IDS"
-HOMEPAGE="http://labrea.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-stable-1.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-DEPEND="net-libs/libpcap
- >=dev-libs/libdnet-1.7"
-RDEPEND="${DEPEND}"
-
-MY_P="${P}-stable-1"
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README TODO NEWS )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-stable-1-incdir.patch
- eautoreconf
-}
-
-src_install() {
- default
- newdoc INSTALL README.first
-}
-
-pkg_postinst() {
- ewarn "Before using this package READ the INSTALL and README"
- ewarn "as the author states that it can cause serious problems on your network."
-
-}
diff --git a/net-analyzer/labrea/labrea-2.5-r3.ebuild b/net-analyzer/labrea/labrea-2.5-r3.ebuild
deleted file mode 100644
index 1d43736622c7..000000000000
--- a/net-analyzer/labrea/labrea-2.5-r3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="'Sticky' Honeypot and IDS"
-HOMEPAGE="http://labrea.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-stable-1.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
- net-libs/libpcap
- >=dev-libs/libdnet-1.7
-"
-RDEPEND="
- ${DEPEND}
-"
-
-MY_P="${P}-stable-1"
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README TODO NEWS )
-PATCHES=(
- "${FILESDIR}"/${P}-stable-1-incdir.patch
- "${FILESDIR}"/${P}-pcap_open.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- default
- newdoc INSTALL README.first
-}
-
-pkg_postinst() {
- ewarn "Before using this package READ the INSTALL and README"
- ewarn "as the author states that it can cause serious problems on your network"
-}