summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2006-12-22 14:39:10 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2006-12-22 14:39:10 +0000
commitc279b7e80091ec3c42a30b1a908e019931cbf2f1 (patch)
tree54f75b13d122fa415b27c6ed208c29e439aed3d8 /net-analyzer
parentNew ebuild (diff)
downloaddrizzt-c279b7e80091ec3c42a30b1a908e019931cbf2f1.tar.gz
drizzt-c279b7e80091ec3c42a30b1a908e019931cbf2f1.tar.bz2
drizzt-c279b7e80091ec3c42a30b1a908e019931cbf2f1.zip
In main tree
svn path=/; revision=71
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ettercap/Manifest12
-rw-r--r--net-analyzer/ettercap/ettercap-0.7.3-r1.ebuild68
-rw-r--r--net-analyzer/ettercap/files/digest-ettercap-0.7.3-r13
-rw-r--r--net-analyzer/ettercap/files/ettercap-0.7.3-as-needed.patch14
4 files changed, 0 insertions, 97 deletions
diff --git a/net-analyzer/ettercap/Manifest b/net-analyzer/ettercap/Manifest
deleted file mode 100644
index 8f5b62c..0000000
--- a/net-analyzer/ettercap/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
-AUX ettercap-0.7.3-as-needed.patch 476 RMD160 1c7f5d24a4b77922e6499d048cd8b7b984db6eb4 SHA1 fd137a91ec37a5b1fbfa28fc075191cc92d298c7 SHA256 7722bd2e6f993d45e74ae8b36b200d34e10257fc7b2b8de7f76a6946f7a8046a
-MD5 e3bf174f8719e24db5331413940a06ef files/ettercap-0.7.3-as-needed.patch 476
-RMD160 1c7f5d24a4b77922e6499d048cd8b7b984db6eb4 files/ettercap-0.7.3-as-needed.patch 476
-SHA256 7722bd2e6f993d45e74ae8b36b200d34e10257fc7b2b8de7f76a6946f7a8046a files/ettercap-0.7.3-as-needed.patch 476
-DIST ettercap-NG-0.7.3.tar.gz 1138643 RMD160 f4e6c0d87b2064b3775e9af60f34575273742616 SHA1 7a2c3f848ca4f39c07fddeb0d6308641265bc4ff SHA256 c74239052d62565c13a82f9bbf217a4fdcce4b34949e361b53bb3f28e3168543
-EBUILD ettercap-0.7.3-r1.ebuild 1664 RMD160 752cb73363d3003d69799393068d9af9eb2b1f0d SHA1 44adf85fa65aa5f9f0d4103c994ca556115957e5 SHA256 05e9a2ae86dd4c518b427af067aaa3f3ab411fa122b885271b5e20818d596e7a
-MD5 a2bf8cab9247fc525c7db7bfe4f31c98 ettercap-0.7.3-r1.ebuild 1664
-RMD160 752cb73363d3003d69799393068d9af9eb2b1f0d ettercap-0.7.3-r1.ebuild 1664
-SHA256 05e9a2ae86dd4c518b427af067aaa3f3ab411fa122b885271b5e20818d596e7a ettercap-0.7.3-r1.ebuild 1664
-MD5 2063ae5fcf7595ed3346dc6c22e44a9e files/digest-ettercap-0.7.3-r1 256
-RMD160 b76cf90077a3b3275e5bbf106d43fd1bbca06e40 files/digest-ettercap-0.7.3-r1 256
-SHA256 8f1f64d3cd96d2893c3194830350996b9c8099fdc0b2fb75e1c740965e7fda68 files/digest-ettercap-0.7.3-r1 256
diff --git a/net-analyzer/ettercap/ettercap-0.7.3-r1.ebuild b/net-analyzer/ettercap/ettercap-0.7.3-r1.ebuild
deleted file mode 100644
index 36a210f..0000000
--- a/net-analyzer/ettercap/ettercap-0.7.3-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.3.ebuild,v 1.10 2006/10/25 08:37:12 drizzt Exp $
-
-# the actual version is "NG-0.7.0" but I suppose portage people will not be
-# happy with it (as for the 0.6.b version), so let's set it to "0.7.0".
-# since 'ettercap NG' has to be intended as an upgrade to 0.6.x series and not as
-# a new project or branch, this will be fine...
-
-WANT_AUTOMAKE="1.8"
-
-inherit flag-o-matic autotools
-
-MY_P="${PN}-NG-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="A suite for man in the middle attacks and network mapping"
-HOMEPAGE="http://ettercap.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
-IUSE="ssl ncurses gtk debug"
-
-# libtool is needed because it provides libltdl (needed for plugins)
-RDEPEND=">=sys-devel/libtool-1.4.3
- >=net-libs/libnet-1.1.2.1-r1
- net-libs/libpcap
- ncurses? ( sys-libs/ncurses )
- ssl? ( dev-libs/openssl )
- gtk? ( >=x11-libs/gtk+-2.2.2 )"
-
-DEPEND=">=sys-apps/sed-4.0.5
- ${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-as-needed.patch
-
- eautomake
-}
-
-src_compile() {
- strip-flags
-
- local myconf
-
- if use ssl; then
- myconf="${myconf} --with-openssl=/usr"
- else
- myconf="${myconf} --without-openssl"
- fi
-
- econf ${myconf} \
- $(use_enable gtk) \
- $(use_enable debug) \
- $(use_with ncurses) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-}
diff --git a/net-analyzer/ettercap/files/digest-ettercap-0.7.3-r1 b/net-analyzer/ettercap/files/digest-ettercap-0.7.3-r1
deleted file mode 100644
index 658da46..0000000
--- a/net-analyzer/ettercap/files/digest-ettercap-0.7.3-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 28fb15cd024162c55249888fe1b97820 ettercap-NG-0.7.3.tar.gz 1138643
-RMD160 f4e6c0d87b2064b3775e9af60f34575273742616 ettercap-NG-0.7.3.tar.gz 1138643
-SHA256 c74239052d62565c13a82f9bbf217a4fdcce4b34949e361b53bb3f28e3168543 ettercap-NG-0.7.3.tar.gz 1138643
diff --git a/net-analyzer/ettercap/files/ettercap-0.7.3-as-needed.patch b/net-analyzer/ettercap/files/ettercap-0.7.3-as-needed.patch
deleted file mode 100644
index 3a74210..0000000
--- a/net-analyzer/ettercap/files/ettercap-0.7.3-as-needed.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -uNr ettercap-NG-0.7.3.orig/src/Makefile.am ettercap-NG-0.7.3/src/Makefile.am
---- ettercap-NG-0.7.3.orig/src/Makefile.am 2006-04-03 19:33:36.000000000 +0100
-+++ ettercap-NG-0.7.3/src/Makefile.am 2006-04-03 19:35:09.000000000 +0100
-@@ -140,7 +140,9 @@
- ettercap_LDADD += interfaces/gtk/libec_gtk.a
- endif
-
--ettercap_LDFLAGS = -export-dynamic @EC_LIBS@
-+ettercap_LDADD += @EC_LIBS@
-+
-+ettercap_LDFLAGS = -export-dynamic
-
- CLEANFILES = *.log *.out core* missing/*.o *~
-