diff options
-rw-r--r-- | net-analyzer/ettercap/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ettercap/Manifest | 14 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.0.ebuild | 66 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.1.ebuild | 66 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.2.ebuild | 66 | ||||
-rw-r--r-- | net-analyzer/ettercap/files/digest-ettercap-0.7.0 | 1 | ||||
-rw-r--r-- | net-analyzer/ettercap/files/digest-ettercap-0.7.1 | 1 | ||||
-rw-r--r-- | net-analyzer/ettercap/files/digest-ettercap-0.7.2 | 1 |
8 files changed, 8 insertions, 213 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog index f1d1f7a52c87..3e164159df02 100644 --- a/net-analyzer/ettercap/ChangeLog +++ b/net-analyzer/ettercap/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for net-analyzer/ettercap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.51 2005/06/11 01:58:02 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.52 2005/06/11 02:04:21 dragonheart Exp $ - 11 Jun 2005; Daniel Black <dragonheart@gentoo.org> ettercap-0.7.3.ebuild: + 11 Jun 2005; Daniel Black <dragonheart@gentoo.org> ettercap-0.7.3.ebuild + -ettercap-0.7.0.ebuild, -ettercap-0.7.1.ebuild, -ettercap-0.7.2.ebuild: x86 stable. libnet dependancy bumped to libnet-1.1.2.1-r1 due to pic issues with 1.1.2.1 + old version cleanout 10 Jun 2005; Rene Nussbaumer <killerfox@gentoo.org> ettercap-0.7.3.ebuild: Stable on hppa. bug #94474 diff --git a/net-analyzer/ettercap/Manifest b/net-analyzer/ettercap/Manifest index 6bf75dddfd74..792f0aed5a10 100644 --- a/net-analyzer/ettercap/Manifest +++ b/net-analyzer/ettercap/Manifest @@ -1,20 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 bc78d921da502c3bf97295a036884823 ChangeLog 5901 -MD5 908661e58c7ceecef6b9669a134f4a5c ettercap-0.7.2.ebuild 1704 +MD5 89172d248d57cbab671d09b6a021c607 ChangeLog 5997 MD5 7908168b78926215299ac14cf2ffc592 ettercap-0.7.3.ebuild 1559 -MD5 af0d7d60afd50554f602c2680adcf481 ettercap-0.7.0.ebuild 1691 -MD5 790244e0adb9c28e0c3607cfc46af7e4 ettercap-0.7.1.ebuild 1703 MD5 61da3c68a3ae57136cdc2a17fbaedfaf metadata.xml 223 -MD5 6dc46b78f823aea675d64411673851a2 files/digest-ettercap-0.7.0 70 MD5 fb19d64e65aa26fde0e7fe78ef8147c5 files/digest-ettercap-0.7.3 70 -MD5 2dfc113de5700233c282ca6a0d7c8ea0 files/digest-ettercap-0.7.1 70 -MD5 137f9af8e37b29a7035cc143186523e4 files/digest-ettercap-0.7.2 70 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCqkU6mdTrptrqvGERAnaSAJ98/WA/ny8N7F3UpwOFKz+asIpFKQCgluiI -GbSC5JbiHPGPiMSNbH0xFkU= -=zXP3 +iD8DBQFCqka1mdTrptrqvGERAkA9AJ4gpT04byUIAyJ3aTyzGVPCaUETNACdHosn +uvxIHXbfuwRGh51SRyeOIJ4= +=EcdV -----END PGP SIGNATURE----- diff --git a/net-analyzer/ettercap/ettercap-0.7.0.ebuild b/net-analyzer/ettercap/ettercap-0.7.0.ebuild deleted file mode 100644 index 9875a65e0814..000000000000 --- a/net-analyzer/ettercap/ettercap-0.7.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2005 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.ebuild,v 1.13 2005/01/29 05:12:51 dragonheart 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... - -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="x86 sparc ppc hppa alpha" -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 - virtual/libpcap - 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() { - strip-flags - - local myconf - - if use ssl; then - myconf="${myconf} --with-openssl=/usr" - else - myconf="${myconf} --without-openssl" - fi - - econf ${myconf} \ - `use_enable gtk gtk` \ - `use_enable debug debug` \ - `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.1.ebuild b/net-analyzer/ettercap/ettercap-0.7.1.ebuild deleted file mode 100644 index 0cc28d8c00d5..000000000000 --- a/net-analyzer/ettercap/ettercap-0.7.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.1.ebuild,v 1.3 2005/01/29 05:12:51 dragonheart 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="~x86 ~sparc ~ppc ~hppa ~alpha ~amd64" -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 - virtual/libpcap - 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() { - strip-flags - - local myconf - - if use ssl; then - myconf="${myconf} --with-openssl=/usr" - else - myconf="${myconf} --without-openssl" - fi - - econf ${myconf} \ - `use_enable gtk gtk` \ - `use_enable debug debug` \ - `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.2.ebuild b/net-analyzer/ettercap/ettercap-0.7.2.ebuild deleted file mode 100644 index 27d50e4bc52f..000000000000 --- a/net-analyzer/ettercap/ettercap-0.7.2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.2.ebuild,v 1.2 2005/01/29 05:12:51 dragonheart 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="~x86 ~sparc ~ppc ~hppa ~alpha ~amd64" -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 - virtual/libpcap - 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() { - strip-flags - - local myconf - - if use ssl; then - myconf="${myconf} --with-openssl=/usr" - else - myconf="${myconf} --without-openssl" - fi - - econf ${myconf} \ - `use_enable gtk gtk` \ - `use_enable debug debug` \ - `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 b/net-analyzer/ettercap/files/digest-ettercap-0.7.0 deleted file mode 100644 index 9c4bea5b268d..000000000000 --- a/net-analyzer/ettercap/files/digest-ettercap-0.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 41eb78c0f047dddbcb81c5444ecbfc96 ettercap-NG-0.7.0.tar.gz 1032162 diff --git a/net-analyzer/ettercap/files/digest-ettercap-0.7.1 b/net-analyzer/ettercap/files/digest-ettercap-0.7.1 deleted file mode 100644 index 7f74eca66f06..000000000000 --- a/net-analyzer/ettercap/files/digest-ettercap-0.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a78b914b9863668f962c9bd7b8733fc1 ettercap-NG-0.7.1.tar.gz 1112490 diff --git a/net-analyzer/ettercap/files/digest-ettercap-0.7.2 b/net-analyzer/ettercap/files/digest-ettercap-0.7.2 deleted file mode 100644 index df198c5bb951..000000000000 --- a/net-analyzer/ettercap/files/digest-ettercap-0.7.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 96c85eb0acb3a1b28823012c146239b9 ettercap-NG-0.7.2.tar.gz 1114060 |