summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-11-12 19:11:17 +0000
committerPeter Volkov <pva@gentoo.org>2009-11-12 19:11:17 +0000
commit5debe1c2bef904299e8695ab03a7578adde75383 (patch)
tree18667f11ea0387c3736b3f1d0c32a0e90e767711 /net-analyzer/hydra
parentadd 190.29 series for OpenCL support (diff)
downloadgentoo-2-5debe1c2bef904299e8695ab03a7578adde75383.tar.gz
gentoo-2-5debe1c2bef904299e8695ab03a7578adde75383.tar.bz2
gentoo-2-5debe1c2bef904299e8695ab03a7578adde75383.zip
Drop old.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/hydra')
-rw-r--r--net-analyzer/hydra/ChangeLog6
-rw-r--r--net-analyzer/hydra/hydra-5.4-r1.ebuild67
-rw-r--r--net-analyzer/hydra/hydra-5.4.ebuild63
3 files changed, 5 insertions, 131 deletions
diff --git a/net-analyzer/hydra/ChangeLog b/net-analyzer/hydra/ChangeLog
index 25e60c3f42a6..474c48b46a92 100644
--- a/net-analyzer/hydra/ChangeLog
+++ b/net-analyzer/hydra/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/hydra
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.31 2009/10/24 14:35:24 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.32 2009/11/12 19:11:17 pva Exp $
+
+ 12 Nov 2009; Peter Volkov <pva@gentoo.org> -hydra-5.4.ebuild,
+ -hydra-5.4-r1.ebuild:
+ Drop old.
24 Oct 2009; nixnut <nixnut@gentoo.org> hydra-5.4-r2.ebuild:
ppc stable #289676
diff --git a/net-analyzer/hydra/hydra-5.4-r1.ebuild b/net-analyzer/hydra/hydra-5.4-r1.ebuild
deleted file mode 100644
index 00230baf0e00..000000000000
--- a/net-analyzer/hydra/hydra-5.4-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-5.4-r1.ebuild,v 1.2 2009/05/25 21:04:29 pva Exp $
-
-inherit eutils
-
-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.2
- )"
-
-S=${WORKDIR}/${P}-src
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i "s:-O2:${CFLAGS}:" Makefile.am || die "sed failed"
- epatch "${FILESDIR}/${P}-_FORTIFY_SOURCE.patch"
- epatch "${FILESDIR}/${P}-free-without-malloc.patch"
-}
-
-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
- 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
-}
diff --git a/net-analyzer/hydra/hydra-5.4.ebuild b/net-analyzer/hydra/hydra-5.4.ebuild
deleted file mode 100644
index 9aa03f15bb59..000000000000
--- a/net-analyzer/hydra/hydra-5.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-5.4.ebuild,v 1.4 2009/05/25 21:04:29 pva 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.2
- )"
-
-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
-}