summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-06 16:31:55 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-06 16:31:55 +0000
commitbe2b46141252b1eeaebd18c482c9816ea278a4f2 (patch)
tree2b675c71b4326edba2a40d064000aaad10bdbdc5 /net-analyzer/ettercap
parentRemove unneeded amd64? qt-static? for this build. (diff)
downloadgentoo-2-be2b46141252b1eeaebd18c482c9816ea278a4f2.tar.gz
gentoo-2-be2b46141252b1eeaebd18c482c9816ea278a4f2.tar.bz2
gentoo-2-be2b46141252b1eeaebd18c482c9816ea278a4f2.zip
Cleanup
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-analyzer/ettercap')
-rw-r--r--net-analyzer/ettercap/ChangeLog5
-rw-r--r--net-analyzer/ettercap/ettercap-0.7.3.ebuild59
-rw-r--r--net-analyzer/ettercap/files/digest-ettercap-0.7.33
3 files changed, 4 insertions, 63 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog
index 222d67988ebb..73630d212335 100644
--- a/net-analyzer/ettercap/ChangeLog
+++ b/net-analyzer/ettercap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ettercap
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.64 2007/05/31 13:41:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.65 2007/09/06 16:31:55 jokey Exp $
+
+ 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -ettercap-0.7.3.ebuild:
+ Cleanup
31 May 2007; Raúl Porcel <armin76@gentoo.org> ettercap-0.7.3-r2.ebuild:
alpha stable wrt #164922
diff --git a/net-analyzer/ettercap/ettercap-0.7.3.ebuild b/net-analyzer/ettercap/ettercap-0.7.3.ebuild
deleted file mode 100644
index f60dfc96118b..000000000000
--- a/net-analyzer/ettercap/ettercap-0.7.3.ebuild
+++ /dev/null
@@ -1,59 +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...
-
-inherit flag-o-matic
-
-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="virtual/libc
- sys-libs/zlib
- >=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_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() {
- make DESTDIR="${D}" install || die "make install failed"
-}
diff --git a/net-analyzer/ettercap/files/digest-ettercap-0.7.3 b/net-analyzer/ettercap/files/digest-ettercap-0.7.3
deleted file mode 100644
index 658da46ad006..000000000000
--- a/net-analyzer/ettercap/files/digest-ettercap-0.7.3
+++ /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