diff options
author | Benjamin Smee <strerror@gentoo.org> | 2005-11-26 15:13:31 +0000 |
---|---|---|
committer | Benjamin Smee <strerror@gentoo.org> | 2005-11-26 15:13:31 +0000 |
commit | a55bb8edb108ce0984d9b2de01ad92c9e031ce7e (patch) | |
tree | 9ec6aa72fab8f5355c10f9715a9876a0517bdff3 /net-analyzer | |
parent | revbump for bug #112745 - thanks aqu (diff) | |
download | gentoo-2-a55bb8edb108ce0984d9b2de01ad92c9e031ce7e.tar.gz gentoo-2-a55bb8edb108ce0984d9b2de01ad92c9e031ce7e.tar.bz2 gentoo-2-a55bb8edb108ce0984d9b2de01ad92c9e031ce7e.zip |
cleanup
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/hydra/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/hydra/files/digest-hydra-4.3 | 1 | ||||
-rw-r--r-- | net-analyzer/hydra/files/digest-hydra-4.6 | 1 | ||||
-rw-r--r-- | net-analyzer/hydra/hydra-4.3.ebuild | 64 | ||||
-rw-r--r-- | net-analyzer/hydra/hydra-4.6.ebuild | 58 |
5 files changed, 5 insertions, 125 deletions
diff --git a/net-analyzer/hydra/ChangeLog b/net-analyzer/hydra/ChangeLog index da4a074729ed..b765c8a6d244 100644 --- a/net-analyzer/hydra/ChangeLog +++ b/net-analyzer/hydra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/hydra # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.17 2005/11/26 15:01:29 strerror Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.18 2005/11/26 15:13:31 strerror Exp $ + + 26 Nov 2005; Benjamin Smee <strerror@gentoo.org> -hydra-4.3.ebuild, + -hydra-4.6.ebuild: + cleanup *hydra-5.0 (26 Nov 2005) diff --git a/net-analyzer/hydra/files/digest-hydra-4.3 b/net-analyzer/hydra/files/digest-hydra-4.3 deleted file mode 100644 index c2bc59d0bb28..000000000000 --- a/net-analyzer/hydra/files/digest-hydra-4.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 e135798de515bb2f7a231625046210a9 hydra-4.3-src.tar.gz 172215 diff --git a/net-analyzer/hydra/files/digest-hydra-4.6 b/net-analyzer/hydra/files/digest-hydra-4.6 deleted file mode 100644 index 5839f7382131..000000000000 --- a/net-analyzer/hydra/files/digest-hydra-4.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 e41a6653cb0b75c0ab2033c84ebb92cc hydra-4.6-src.tar.gz 171063 diff --git a/net-analyzer/hydra/hydra-4.3.ebuild b/net-analyzer/hydra/hydra-4.3.ebuild deleted file mode 100644 index 3bbd04cad4b6..000000000000 --- a/net-analyzer/hydra/hydra-4.3.ebuild +++ /dev/null @@ -1,64 +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/hydra/hydra-4.3.ebuild,v 1.2 2005/03/05 18:21:55 ka0ttic Exp $ - -DESCRIPTION="Advanced parallized login hacker" -HOMEPAGE="http://www.thc.org/" -SRC_URI="http://www.thc.org/releases/${P}-src.tar.gz" - -LICENSE="HYDRA GPL-2" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="gtk ssl" - -DEPEND="gtk? ( >=x11-libs/gtk+-1.2 ) - ssl? ( - dev-libs/openssl - =net-libs/libssh-0.1 - )" - -S=${WORKDIR}/${P}-src - -src_unpack() { - unpack ${A} - cd ${S} - sed -i "s:-O2:${CFLAGS}:" Makefile.am - - cd hydra-gtk - rm make_xhydra.sh || die - if use gtk ; then - make distclean || die - fi -} - -src_compile() { - # has it's own stupid custom configure script - ./configure --prefix=/usr || die "configure failed" - sed -i \ - -e '/^XDEFINES=/s:=.*:=:' \ - -e '/^XLIBS=/s:=.*:=:' \ - -e '/^XLIBPATHS/s:=.*:=:' \ - -e '/^XIPATHS=/s:=.*:=:' \ - Makefile || die "pruning vars" - if use ssl ; then - sed -i \ - -e '/^XDEFINES=/s:=:=-DLIBOPENSSL -DLIBSSH:' \ - -e '/^XLIBS=/s:=:=-lcrypto -lssl -lssh:' \ - Makefile || die "adding ssl" - fi - emake || die "make failed" - - if use gtk ; then - cd hydra-gtk - econf || die - emake || die - fi -} - -src_install() { - dobin hydra pw-inspector || die "dobin failed" - if use gtk ; then - dobin hydra-gtk/src/xhydra || die "gtk" - fi - dodoc CHANGES README TODO -} diff --git a/net-analyzer/hydra/hydra-4.6.ebuild b/net-analyzer/hydra/hydra-4.6.ebuild deleted file mode 100644 index 0760c8d6d92f..000000000000 --- a/net-analyzer/hydra/hydra-4.6.ebuild +++ /dev/null @@ -1,58 +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/hydra/hydra-4.6.ebuild,v 1.2 2005/03/05 18:21:55 ka0ttic Exp $ - -DESCRIPTION="Advanced parallized login hacker" -HOMEPAGE="http://www.thc.org/thc-hydra/" -SRC_URI="http://www.thc.org/releases/${P}-src.tar.gz" - -LICENSE="HYDRA GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="gtk ssl" - -DEPEND="gtk? ( >=x11-libs/gtk+-1.2 ) - ssl? ( - dev-libs/openssl - =net-libs/libssh-0.1 - )" - -S=${WORKDIR}/${P}-src - -src_unpack() { - unpack ${A} - cd ${S} - sed -i "s:-O2:${CFLAGS}:" Makefile.am || die "sed failed" -} - -src_compile() { - # has it's own stupid custom configure script - ./configure --prefix=/usr || die "configure failed" - sed -i \ - -e '/^XDEFINES=/s:=.*:=:' \ - -e '/^XLIBS=/s:=.*:=:' \ - -e '/^XLIBPATHS/s:=.*:=:' \ - -e '/^XIPATHS=/s:=.*:=:' \ - Makefile || die "pruning vars" - if use ssl ; then - sed -i \ - -e '/^XDEFINES=/s:=:=-DLIBOPENSSL -DLIBSSH:' \ - -e '/^XLIBS=/s:=:=-lcrypto -lssl -lssh:' \ - Makefile || die "adding ssl" - fi - emake || die "make failed" - - if use gtk ; then - cd hydra-gtk - econf || die "econf hydra-gtk failed" - emake || die "emake hydra-gtk failed" - fi -} - -src_install() { - dobin hydra pw-inspector || die "dobin failed" - if use gtk ; then - dobin hydra-gtk/src/xhydra || die "gtk" - fi - dodoc CHANGES README TODO -} |