summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-24 00:54:39 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-24 00:54:39 +0000
commiteb08e8382263c54b2fc06dede51de3b2d4c8ec67 (patch)
tree855a74774f52b3b97a92998749a47c199ae30bd3 /net-analyzer
parentVersion bump. (diff)
downloadgentoo-2-eb08e8382263c54b2fc06dede51de3b2d4c8ec67.tar.gz
gentoo-2-eb08e8382263c54b2fc06dede51de3b2d4c8ec67.tar.bz2
gentoo-2-eb08e8382263c54b2fc06dede51de3b2d4c8ec67.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/dsniff/ChangeLog6
-rw-r--r--net-analyzer/dsniff/dsniff-2.4_beta1-r5.ebuild59
-rw-r--r--net-analyzer/dsniff/dsniff-2.4_beta1-r6.ebuild65
3 files changed, 5 insertions, 125 deletions
diff --git a/net-analyzer/dsniff/ChangeLog b/net-analyzer/dsniff/ChangeLog
index d1adf1058892..38e717b04398 100644
--- a/net-analyzer/dsniff/ChangeLog
+++ b/net-analyzer/dsniff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/dsniff
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/ChangeLog,v 1.59 2015/02/07 10:32:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/ChangeLog,v 1.60 2015/05/24 00:54:39 mrueg Exp $
+
+ 24 May 2015; Manuel Rüger <mrueg@gentoo.org> -dsniff-2.4_beta1-r5.ebuild,
+ -dsniff-2.4_beta1-r6.ebuild:
+ Remove old.
*dsniff-2.4_beta1-r8 (07 Feb 2015)
diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r5.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r5.ebuild
deleted file mode 100644
index 491c2d2241e4..000000000000
--- a/net-analyzer/dsniff/dsniff-2.4_beta1-r5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/dsniff-2.4_beta1-r5.ebuild,v 1.2 2012/02/05 18:34:19 armin76 Exp $
-
-EAPI="2"
-
-inherit autotools eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="A collection of tools for network auditing and penetration testing"
-HOMEPAGE="http://monkey.org/~dugsong/dsniff/"
-SRC_URI="http://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz
- mirror://debian/pool/main/d/${PN}/${PN}_2.4b1+debian-18.diff.gz"
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="X"
-
-DEPEND="net-libs/libpcap
- >=net-libs/libnet-1.1.2.1-r1
- >=net-libs/libnids-1.21
- >=dev-libs/openssl-0.9.6e
- >=sys-libs/db-4.2.52_p4
- X? ( x11-libs/libXmu )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P/_beta1/}"
-
-src_prepare() {
- # Debian's patchset
- epatch "${DISTDIR}"/${PN}_2.4b1+debian-18.diff.gz
- epatch dsniff-2.4b1+debian/debian/patches/*.dpatch
-
- # Bug 125084
- epatch "${FILESDIR}"/${PV}-httppostfix.patch
-
- # various Makefile.in patches
- epatch "${FILESDIR}"/${PV}-make.patch
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with X x) \
- || die "econf failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- emake install install_prefix="${D}" || die "emake install failed"
- dodir /etc/dsniff
- cp "${D}"/usr/share/dsniff/{dnsspoof.hosts,dsniff.{magic,services}} \
- "${D}"/etc/dsniff/
- dodoc CHANGES README TODO
-}
diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r6.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r6.ebuild
deleted file mode 100644
index 9ad830e19d1f..000000000000
--- a/net-analyzer/dsniff/dsniff-2.4_beta1-r6.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/dsniff-2.4_beta1-r6.ebuild,v 1.1 2014/03/14 19:23:53 jer Exp $
-
-EAPI=5
-inherit autotools eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="A collection of tools for network auditing and penetration testing"
-HOMEPAGE="http://monkey.org/~dugsong/dsniff/"
-SRC_URI="
- http://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz
- mirror://debian/pool/main/d/${PN}/${PN}_2.4b1+debian-22.1.debian.tar.gz
-"
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="X"
-
-DEPEND="net-libs/libpcap
- >=net-libs/libnet-1.1.2.1-r1
- >=net-libs/libnids-1.21
- >=dev-libs/openssl-0.9.6e
- >=sys-libs/db-4.2.52_p4
- X? ( x11-libs/libXmu )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P/_beta1/}"
-
-src_prepare() {
- # Debian patchset, needs to be applied in the exact order that "series"
- # lists or patching will fail.
- # Bug #479882
- epatch $(
- for file in $(< "${WORKDIR}"/debian/patches/series ); do
- printf "%s/debian/patches/%s " "${WORKDIR}" "${file}"
- done
- )
-
- # Bug 125084
- epatch "${FILESDIR}"/${PV}-httppostfix.patch
-
- # various Makefile.in patches
- epatch "${FILESDIR}"/${PV}-make.patch
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with X x) \
- || die "econf failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- emake install install_prefix="${D}"
- dodir /etc/dsniff
- cp "${D}"/usr/share/dsniff/{dnsspoof.hosts,dsniff.{magic,services}} \
- "${D}"/etc/dsniff/
- dodoc CHANGES README TODO
-}