Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/hydra/
Date: Thu, 27 Jul 2017 13:27:02
Message-Id: 1501161923.9ce171dcddf6c936e711177b225cf19242be067f.jer@gentoo
1 commit: 9ce171dcddf6c936e711177b225cf19242be067f
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 27 13:25:23 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 27 13:25:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce171dc
7
8 net-analyzer/hydra: Old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-analyzer/hydra/Manifest | 1 -
13 net-analyzer/hydra/hydra-8.4.ebuild | 101 ------------------------------------
14 2 files changed, 102 deletions(-)
15
16 diff --git a/net-analyzer/hydra/Manifest b/net-analyzer/hydra/Manifest
17 index 994065c14d0..ab97565c5dd 100644
18 --- a/net-analyzer/hydra/Manifest
19 +++ b/net-analyzer/hydra/Manifest
20 @@ -1,4 +1,3 @@
21 DIST hydra-8.1.tar.gz 559031 SHA256 e4bc2fd11f97a8d985a38a31785c86d38cc60383e47a8f4a5c436351e5135f19 SHA512 7608dd365865e5976bea446faedaad9f0334e7572fd0ee47a601c471471fc7c8a922c7114f4df08705b34b29144d3a6552e66148adf6b0f92c67301119c94959 WHIRLPOOL b1555fe1a8257c88f8f5c110fce1d06834eb6dadad394b61e2a90c3289b8fdd117944da160871003b1583aefb81a02d5c49a653e8de7d3adcd07917ae760c83c
22 -DIST hydra-8.4.tar.gz 1205609 SHA256 482846580888f54e000bb125e263a65c32fa28ba86c9d4012371cf55c3bdc140 SHA512 62c53f1725eb5b965d16d293cd90ab5e74779eba8fe2e2ab9094f51851fa24acfd74574f509a7914af8254e43197d803cca6b41eace3557d9599d79d695f6a48 WHIRLPOOL aecc31645e7775662e32b766baa942e92e31143e5b6fbe64620ee85179288dc60f3ada477b4605444769c9e76c17d94835db5f3651af409d5562a2e8971279ef
23 DIST hydra-8.5.tar.gz 1193694 SHA256 69b69d16ce9499f3a941836b4d8a1c8a3ff9b905c921cc8c588a3af7f65a3b4b SHA512 67fd92bd5983a94314334471c526b71ca77dec6e359e55f4fb2fc78160e2065957b6c9af1ff694bcc5334893a8b5e0fe1b39d984248bde4e55dc2a9f9a8b1271 WHIRLPOOL a71e1cb94986ead4eb114f19738cc1e3ed7288220a79d67ef4e6d93bc5c59910ecee1207fd7a10da9300cba9c3b92d5c6f4cdc3bb1a30bde8db523d7d4cce998
24 DIST hydra-8.6.tar.gz 1200238 SHA256 05a87eb018507b24afca970081f067e64441460319fb75ca1e64c4a1f322b80b SHA512 d5d70b5df54fbc556c6db9e9e44b869f29e54aca03dc3cc9e1777d310fcf604b9602ba08250c5bb0d009963dc0ca5c169e61d3f64d7ec2383760fc819d6b6c61 WHIRLPOOL 898f605d556dcb6efe4f4c4b3114c4a2c53dd6baef4956cbf413ef98074ce30b4153f05ff4f69103407fd1a753b2530074293f03d13e83e93c88891821b06ee2
25
26 diff --git a/net-analyzer/hydra/hydra-8.4.ebuild b/net-analyzer/hydra/hydra-8.4.ebuild
27 deleted file mode 100644
28 index ce796181b20..00000000000
29 --- a/net-analyzer/hydra/hydra-8.4.ebuild
30 +++ /dev/null
31 @@ -1,101 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit eutils toolchain-funcs
37 -
38 -DESCRIPTION="Advanced parallized login hacker"
39 -HOMEPAGE="https://www.thc.org/thc-hydra/"
40 -SRC_URI="https://www.thc.org/releases/${P}.tar.gz"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~ppc ~x86"
45 -IUSE="firebird gtk idn libressl mysql ncp oracle pcre postgres ssl subversion"
46 -
47 -RDEPEND="
48 - !libressl? ( dev-libs/openssl:0= )
49 - libressl? ( dev-libs/libressl:0= )
50 - sys-libs/ncurses:=
51 - firebird? ( dev-db/firebird )
52 - gtk? (
53 - dev-libs/atk
54 - dev-libs/glib:2
55 - x11-libs/gdk-pixbuf:2
56 - x11-libs/gtk+:2
57 - )
58 - idn? ( net-dns/libidn )
59 - mysql? ( virtual/mysql )
60 - ncp? ( net-fs/ncpfs )
61 - oracle? ( dev-db/oracle-instantclient-basic )
62 - pcre? ( dev-libs/libpcre )
63 - postgres? ( dev-db/postgresql:* )
64 - ssl? ( >=net-libs/libssh-0.4.0 )
65 - subversion? ( dev-vcs/subversion )
66 -"
67 -DEPEND="
68 - ${RDEPEND}
69 - virtual/pkgconfig
70 -"
71 -PATCHES=(
72 - "${FILESDIR}"/${PN}-8.4-configure.patch
73 -)
74 -
75 -src_prepare() {
76 - default
77 - # None of the settings in Makefile.unix are useful to us
78 - : > Makefile.unix
79 -
80 - sed -i \
81 - -e 's:|| echo.*$::' \
82 - -e '/\t-$(CC)/s:-::' \
83 - -e '/^OPTS/{s|=|+=|;s| -O3||}' \
84 - -e '/ -o /s:$(OPTS):& $(LDFLAGS):g' \
85 - Makefile.am || die
86 -}
87 -
88 -src_configure() {
89 - export OPTS="${CFLAGS}"
90 -
91 - if ! use subversion; then
92 - sed -i 's/-lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1//;s/-DLIBSVN//' configure || die
93 - fi
94 -
95 - if ! use mysql; then
96 - sed -i 's/-lmysqlclient//;s/-DLIBMYSQLCLIENT//' configure || die
97 - fi
98 -
99 - # Linking against libtinfo might be enough here but pkg-config --libs tinfo
100 - # would require a USE=tinfo flag and recent linkers should drop libcurses
101 - # as needed
102 - sed -i \
103 - -e 's|-lcurses|'"$( $(tc-getPKG_CONFIG) --libs ncurses)"'|g' \
104 - configure || die
105 -
106 - # Note: despite the naming convention, the top level script is not an
107 - # autoconf-based script.
108 - export NCP_PATH=$(usex ncp /usr/$(get_libdir) '')
109 - export NCP_IPATH=$(usex ncp /usr/include '')
110 - sh configure \
111 - --prefix=/usr \
112 - --nostrip \
113 - $(use gtk && echo --disable-xhydra) \
114 - || die
115 -
116 - if use gtk ; then
117 - cd hydra-gtk && \
118 - econf
119 - fi
120 -}
121 -
122 -src_compile() {
123 - tc-export CC
124 - emake XLIBPATHS=''
125 - use gtk && emake -C hydra-gtk
126 -}
127 -
128 -src_install() {
129 - dobin hydra pw-inspector
130 - use gtk && dobin hydra-gtk/src/xhydra
131 - dodoc CHANGES README
132 -}