summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-01-18 18:31:47 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-01-18 18:31:47 +0000
commit6d2df86964d3f689c75d706ac2a7cb4a518f645b (patch)
tree79ff410df8d25ece80c672e809aa9e0cd2db951b /net-analyzer
parentalpha/sparc/x86 stable (diff)
downloadgentoo-2-6d2df86964d3f689c75d706ac2a7cb4a518f645b.tar.gz
gentoo-2-6d2df86964d3f689c75d706ac2a7cb4a518f645b.tar.bz2
gentoo-2-6d2df86964d3f689c75d706ac2a7cb4a518f645b.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/hydra/ChangeLog8
-rw-r--r--net-analyzer/hydra/files/digest-hydra-4.43
-rw-r--r--net-analyzer/hydra/files/digest-hydra-5.33
-rw-r--r--net-analyzer/hydra/hydra-4.4.ebuild64
-rw-r--r--net-analyzer/hydra/hydra-5.3.ebuild63
5 files changed, 6 insertions, 135 deletions
diff --git a/net-analyzer/hydra/ChangeLog b/net-analyzer/hydra/ChangeLog
index c39d4d0357eb..f4e6277ae54e 100644
--- a/net-analyzer/hydra/ChangeLog
+++ b/net-analyzer/hydra/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/hydra
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.25 2007/08/13 21:22:10 dertobi123 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.26 2008/01/18 18:31:47 armin76 Exp $
+
+ 18 Jan 2008; Raúl Porcel <armin76@gentoo.org> -hydra-4.4.ebuild,
+ -hydra-5.3.ebuild:
+ old
13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> hydra-5.4.ebuild:
ppc. stable
diff --git a/net-analyzer/hydra/files/digest-hydra-4.4 b/net-analyzer/hydra/files/digest-hydra-4.4
deleted file mode 100644
index ae9ce41f34d5..000000000000
--- a/net-analyzer/hydra/files/digest-hydra-4.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3a2e76b03f2e534119517aaa18083322 hydra-4.4-src.tar.gz 173109
-RMD160 f56e32bccac5165c66291ca5b2cc9583eb26c65f hydra-4.4-src.tar.gz 173109
-SHA256 1019b3fbeb3e7e2d0c8faf81191e722bfabc714ee03ec08703faf91dab443b64 hydra-4.4-src.tar.gz 173109
diff --git a/net-analyzer/hydra/files/digest-hydra-5.3 b/net-analyzer/hydra/files/digest-hydra-5.3
deleted file mode 100644
index 7753f44bc189..000000000000
--- a/net-analyzer/hydra/files/digest-hydra-5.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9c13a4909387284cebe867587be2fd98 hydra-5.3-src.tar.gz 207043
-RMD160 c833d9c401d11c14085652f95e89cb03a657166f hydra-5.3-src.tar.gz 207043
-SHA256 cd64dd23e6f5e21fe3cffbbeefeb7f4f6fd5ac8339add63fd102886694e7028a hydra-5.3-src.tar.gz 207043
diff --git a/net-analyzer/hydra/hydra-4.4.ebuild b/net-analyzer/hydra/hydra-4.4.ebuild
deleted file mode 100644
index 6279c07c3f22..000000000000
--- a/net-analyzer/hydra/hydra-4.4.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.4.ebuild,v 1.4 2005/04/08 17:57:01 hansmi 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-5.3.ebuild b/net-analyzer/hydra/hydra-5.3.ebuild
deleted file mode 100644
index 0f22a9587e69..000000000000
--- a/net-analyzer/hydra/hydra-5.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-5.3.ebuild,v 1.2 2007/03/20 14:14:59 armin76 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="~amd64 ~ppc x86"
-IUSE="gtk ssl"
-
-DEPEND="gtk? ( >=x11-libs/gtk+-1.2 )
- ssl? (
- dev-libs/openssl
- =net-libs/libssh-0.11
- )"
-
-S="${WORKDIR}/${P}-src"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i "s:-O2:${CFLAGS}:" Makefile.am || die "sed failed"
-}
-
-src_compile() {
- if use gtk ; then
- ./configure --prefix=/usr || die "configure failed"
- else
- ./configure --prefix=/usr --disable-xhydra || die "configure failed"
- fi
-
- 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
-}