summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-07-06 12:58:51 +0000
committerEldad Zack <eldad@gentoo.org>2004-07-06 12:58:51 +0000
commit10bc01efdd363c6b2bdefe234b59af26b1bfc043 (patch)
tree31f9058e10e787c0b6d1fc97ac90104ac572788d /net-analyzer/ettercap
parentFixed typo (gtk2 -> gtk) (Manifest recommit) (diff)
downloadgentoo-2-10bc01efdd363c6b2bdefe234b59af26b1bfc043.tar.gz
gentoo-2-10bc01efdd363c6b2bdefe234b59af26b1bfc043.tar.bz2
gentoo-2-10bc01efdd363c6b2bdefe234b59af26b1bfc043.zip
Purged 0.7.0_pre1,2 and rc1
Diffstat (limited to 'net-analyzer/ettercap')
-rw-r--r--net-analyzer/ettercap/ettercap-0.7.0_pre1.ebuild56
-rw-r--r--net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild47
-rw-r--r--net-analyzer/ettercap/ettercap-0.7.0_rc1.ebuild56
-rw-r--r--net-analyzer/ettercap/files/digest-ettercap-0.7.0_pre11
-rw-r--r--net-analyzer/ettercap/files/digest-ettercap-0.7.0_pre21
-rw-r--r--net-analyzer/ettercap/files/digest-ettercap-0.7.0_rc11
6 files changed, 0 insertions, 162 deletions
diff --git a/net-analyzer/ettercap/ettercap-0.7.0_pre1.ebuild b/net-analyzer/ettercap/ettercap-0.7.0_pre1.ebuild
deleted file mode 100644
index e86053f05daa..000000000000
--- a/net-analyzer/ettercap/ettercap-0.7.0_pre1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.0_pre1.ebuild,v 1.3 2004/07/01 17:32:15 squinky86 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 serie and not as
-# a new project or branch, this will be fine...
-
-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="~x86"
-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
- >=net-libs/libpcap-0.8.1
- ncurses? ( sys-libs/ncurses )
- ssl? ( dev-libs/openssl )
- gtk? ( >=x11-libs/gtk+-2.2.2 )"
-
-DEPEND=">=sys-apps/sed-4.0.5
- >=sys-apps/portage-2.0.45-r3
- ${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i 's:exec_prefix="/usr/local":exec_prefix="$prefix":' configure
-}
-
-src_compile() {
- econf \
- `use_enable gtk2 gtk` \
- `use_enable debug debug` \
- `use_with ssl openssl` \
- `use_with ncurses ncurses` \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-}
diff --git a/net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild b/net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild
deleted file mode 100644
index 744563db1d8b..000000000000
--- a/net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.0_pre2.ebuild,v 1.4 2004/07/01 17:32:15 squinky86 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 serie and not as
-# a new project or branch, this will be fine...
-
-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="~x86 ~arm"
-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
- >=net-libs/libpcap-0.8.1
- ncurses? ( sys-libs/ncurses )
- ssl? ( dev-libs/openssl )
- gtk? ( >=x11-libs/gtk+-2.2.2 )"
-DEPEND=">=sys-apps/portage-2.0.45-r3
- ${RDEPEND}"
-
-src_compile() {
- econf \
- `use_enable gtk2 gtk` \
- `use_enable debug debug` \
- `use_with ssl openssl` \
- `use_with ncurses ncurses` \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-}
diff --git a/net-analyzer/ettercap/ettercap-0.7.0_rc1.ebuild b/net-analyzer/ettercap/ettercap-0.7.0_rc1.ebuild
deleted file mode 100644
index 1dac486ca1a9..000000000000
--- a/net-analyzer/ettercap/ettercap-0.7.0_rc1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.0_rc1.ebuild,v 1.2 2004/07/01 17:32:15 squinky86 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 serie and not as
-# a new project or branch, this will be fine...
-
-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="~x86"
-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
- >=net-libs/libpcap-0.8.1
- ncurses? ( sys-libs/ncurses )
- ssl? ( dev-libs/openssl )
- gtk? ( >=x11-libs/gtk+-2.2.2 )"
-
-DEPEND=">=sys-apps/sed-4.0.5
- >=sys-apps/portage-2.0.45-r3
- ${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i 's:exec_prefix="/usr/local":exec_prefix="$prefix":' configure
-}
-
-src_compile() {
- econf \
- `use_enable gtk2 gtk` \
- `use_enable debug debug` \
- `use_with ssl openssl` \
- `use_with ncurses 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.0_pre1 b/net-analyzer/ettercap/files/digest-ettercap-0.7.0_pre1
deleted file mode 100644
index de107ac9340f..000000000000
--- a/net-analyzer/ettercap/files/digest-ettercap-0.7.0_pre1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 865ca11ddeb58893e78242d6e25f291b ettercap-NG-0.7.0_pre1.tar.gz 993351
diff --git a/net-analyzer/ettercap/files/digest-ettercap-0.7.0_pre2 b/net-analyzer/ettercap/files/digest-ettercap-0.7.0_pre2
deleted file mode 100644
index 238af018a071..000000000000
--- a/net-analyzer/ettercap/files/digest-ettercap-0.7.0_pre2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cdeccf5d2b1e0e9173fe7531c4539577 ettercap-NG-0.7.0_pre2.tar.gz 1004442
diff --git a/net-analyzer/ettercap/files/digest-ettercap-0.7.0_rc1 b/net-analyzer/ettercap/files/digest-ettercap-0.7.0_rc1
deleted file mode 100644
index 8db206869347..000000000000
--- a/net-analyzer/ettercap/files/digest-ettercap-0.7.0_rc1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7344ec31635069737cbd53e58ce93b58 ettercap-NG-0.7.0_rc1.tar.gz 1023445