summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2018-01-18 23:04:10 +0000
committerMike Auty <ikelos@gentoo.org>2018-01-18 23:04:53 +0000
commitee95681ef24fc075f799ad540a858eb4311e04f8 (patch)
tree5d901cbd4ce2408cab18997a61a0090a8f4aa69e /app-crypt/ophcrack/ophcrack-3.6.0.ebuild
parentsys-kernel/ck-sources: v.bump (4.9.77) (diff)
downloadgentoo-ee95681ef24fc075f799ad540a858eb4311e04f8.tar.gz
gentoo-ee95681ef24fc075f799ad540a858eb4311e04f8.tar.bz2
gentoo-ee95681ef24fc075f799ad540a858eb4311e04f8.zip
app-crypt/ophcrack: Remove deprecated qt4 USE flag
Remove qt4 USE flag, drop old versions, bump to 3.7.0 and fix whitespace issues as mentioned in bug 644410. Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-crypt/ophcrack/ophcrack-3.6.0.ebuild')
-rw-r--r--app-crypt/ophcrack/ophcrack-3.6.0.ebuild16
1 files changed, 5 insertions, 11 deletions
diff --git a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
index 2d78a14dabf4..af496d8184f3 100644
--- a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -15,11 +15,10 @@ IUSE="debug libressl qt4 +tables"
CDEPEND="!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
- net-libs/netwib
- qt4? ( dev-qt/qtgui:4 )"
+ net-libs/netwib"
DEPEND="app-arch/unzip
- virtual/pkgconfig
- ${CDEPEND}"
+ virtual/pkgconfig
+ ${CDEPEND}"
RDEPEND="tables? ( app-crypt/ophcrack-tables )
${CDEPEND}"
@@ -29,16 +28,11 @@ src_configure() {
local myconf
- myconf="$(use_enable qt4 gui)"
- myconf="${myconf} $(use_enable debug)"
+ myconf="${myconf} $(use_enable debug) --disable-gui"
econf ${myconf} || die "Failed to compile"
}
src_install() {
emake install DESTDIR="${D}" || die "Installation failed."
-
- cd "${S}"
- newicon src/gui/pixmaps/os.xpm ophcrack.xpm
- make_desktop_entry "${PN}" OphCrack ophcrack
}