public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/
@ 2016-06-03 14:05 Anthony G. Basile
  0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile @ 2016-06-03 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     53c6a0d3c4db4e078b7398230e0817cd1b3f98a2
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 14:06:40 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 14:07:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c6a0d3

app-crypt/ophcrack: add libressl support

Package-Manager: portage-2.2.28

 app-crypt/ophcrack/ophcrack-3.3.1.ebuild | 9 +++++----
 app-crypt/ophcrack/ophcrack-3.4.0.ebuild | 9 +++++----
 app-crypt/ophcrack/ophcrack-3.6.0.ebuild | 9 +++++----
 3 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/app-crypt/ophcrack/ophcrack-3.3.1.ebuild b/app-crypt/ophcrack/ophcrack-3.3.1.ebuild
index 22aa37c..1e1909f 100644
--- a/app-crypt/ophcrack/ophcrack-3.3.1.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI="5"
 inherit eutils
 
 DESCRIPTION="A time-memory-trade-off-cracker"
@@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="qt4 debug +tables"
+IUSE="debug libressl qt4 +tables"
 
-CDEPEND="dev-libs/openssl
+CDEPEND="!libressl? ( dev-libs/openssl:0= )
+		 libressl? ( dev-libs/libressl:0= )
 		 net-libs/netwib
 		 qt4? ( dev-qt/qtgui:4 )"
 DEPEND="app-arch/unzip

diff --git a/app-crypt/ophcrack/ophcrack-3.4.0.ebuild b/app-crypt/ophcrack/ophcrack-3.4.0.ebuild
index 22aa37c..1e1909f 100644
--- a/app-crypt/ophcrack/ophcrack-3.4.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.4.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI="5"
 inherit eutils
 
 DESCRIPTION="A time-memory-trade-off-cracker"
@@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="qt4 debug +tables"
+IUSE="debug libressl qt4 +tables"
 
-CDEPEND="dev-libs/openssl
+CDEPEND="!libressl? ( dev-libs/openssl:0= )
+		 libressl? ( dev-libs/libressl:0= )
 		 net-libs/netwib
 		 qt4? ( dev-qt/qtgui:4 )"
 DEPEND="app-arch/unzip

diff --git a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
index bf69121..1e1909f 100644
--- a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI="5"
 inherit eutils
 
 DESCRIPTION="A time-memory-trade-off-cracker"
@@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="qt4 debug +tables"
+IUSE="debug libressl qt4 +tables"
 
-CDEPEND="dev-libs/openssl
+CDEPEND="!libressl? ( dev-libs/openssl:0= )
+		 libressl? ( dev-libs/libressl:0= )
 		 net-libs/netwib
 		 qt4? ( dev-qt/qtgui:4 )"
 DEPEND="app-arch/unzip


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/
@ 2018-01-18 23:05 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2018-01-18 23:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ee95681ef24fc075f799ad540a858eb4311e04f8
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 23:04:10 2018 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 23:04:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee95681e

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

 app-crypt/ophcrack/Manifest                            |  2 +-
 app-crypt/ophcrack/ophcrack-3.6.0.ebuild               | 16 +++++-----------
 .../{ophcrack-3.4.0.ebuild => ophcrack-3.7.0.ebuild}   | 18 ++++++------------
 3 files changed, 12 insertions(+), 24 deletions(-)

diff --git a/app-crypt/ophcrack/Manifest b/app-crypt/ophcrack/Manifest
index be7e84e1a2e..ee7d083927e 100644
--- a/app-crypt/ophcrack/Manifest
+++ b/app-crypt/ophcrack/Manifest
@@ -1,2 +1,2 @@
-DIST ophcrack-3.4.0.tar.bz2 279806 BLAKE2B 13bed55784aab2cfa4770c7a79077ebc8def314b925895c15c8bf7213ae5455fe392da3fcc7b2ab624cc2a892b8aae50790bde01fe8344e7ff4c4535f9afeb3b SHA512 38c3b41e76be1b2990cbf6a8ddbe776df3d7821696e42939c759d554a7a52d40555f7e1c8f11e3ab7dc20b553f43d814e271d7519a3b4bb4f84b70468c123df0
 DIST ophcrack-3.6.0.tar.bz2 288830 BLAKE2B bc2782d08cb84df24b745fdf0e9723e058da614b73a8d25dfe77cfa2ce291eaf8abd83006a9a410f80bdd240eb81fc402d6d5ebd1c9b92b5a7f1785a203c0c7a SHA512 caa9090b622acac1114f5635c2c58a2c32453ae21a96fc4f424cbc197b056872c282cf9d41142e316a1ffbc9523832b8bc7355c1503c15ac8579470de407a5c9
+DIST ophcrack-3.7.0.tar.bz2 294045 BLAKE2B f506d29b27b4b90eadfd4d650512aea54db4228c4c63b90827a7957b544ab59dae757fc521fe62ab3be55d97e483ddde2aea9ad08c96b77d156e863a61f26312 SHA512 27e73979ca3d733629b9b34c490488cc27140efb8b90d266f270c0b95572cf40319a3fb658c02448fc7a3b825cf05c18a69f5d91bd0656d8410a30645f8dc8c6

diff --git a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
index 2d78a14dabf..af496d8184f 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
 }

diff --git a/app-crypt/ophcrack/ophcrack-3.4.0.ebuild b/app-crypt/ophcrack/ophcrack-3.7.0.ebuild
similarity index 67%
rename from app-crypt/ophcrack/ophcrack-3.4.0.ebuild
rename to app-crypt/ophcrack/ophcrack-3.7.0.ebuild
index a42ac68b77d..661cfdd2e15 100644
--- a/app-crypt/ophcrack/ophcrack-3.4.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.7.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 inherit eutils
 
 DESCRIPTION="A time-memory-trade-off-cracker"
@@ -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}"
 
@@ -27,16 +26,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
 }


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/
@ 2018-03-13  9:33 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-03-13  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a7990ab2ef9a6811b2571e76e8ed9aa8ca77b1cc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 09:33:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 09:33:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7990ab2

app-crypt/ophcrack: Drop no-op USE=qt4

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/ophcrack/ophcrack-3.6.0.ebuild | 2 +-
 app-crypt/ophcrack/ophcrack-3.7.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
index af496d8184f..1e5b264f0c7 100644
--- a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug libressl qt4 +tables"
+IUSE="debug libressl +tables"
 
 CDEPEND="!libressl? ( dev-libs/openssl:0= )
 		 libressl? ( dev-libs/libressl:0= )

diff --git a/app-crypt/ophcrack/ophcrack-3.7.0.ebuild b/app-crypt/ophcrack/ophcrack-3.7.0.ebuild
index 661cfdd2e15..0e985ea1117 100644
--- a/app-crypt/ophcrack/ophcrack-3.7.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug libressl qt4 +tables"
+IUSE="debug libressl +tables"
 
 CDEPEND="!libressl? ( dev-libs/openssl:0= )
 		 libressl? ( dev-libs/libressl:0= )


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/
@ 2018-05-31 22:09 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2018-05-31 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b2168c789622195e6e0b6e001b6d942e2149edee
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 22:09:22 2018 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Thu May 31 22:09:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2168c78

app-crypt/ophcrack: Bump to 3.8.0 (and drop ppc due to qtcharts)

dev-qt/qtcharts-5 isn't keyworded for ppc, so we've dropped ppc support until
then.  Fixes issue 656932.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/ophcrack/Manifest              |  1 +
 app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-crypt/ophcrack/Manifest b/app-crypt/ophcrack/Manifest
index ee7d083927e..823ea2bfcb1 100644
--- a/app-crypt/ophcrack/Manifest
+++ b/app-crypt/ophcrack/Manifest
@@ -1,2 +1,3 @@
 DIST ophcrack-3.6.0.tar.bz2 288830 BLAKE2B bc2782d08cb84df24b745fdf0e9723e058da614b73a8d25dfe77cfa2ce291eaf8abd83006a9a410f80bdd240eb81fc402d6d5ebd1c9b92b5a7f1785a203c0c7a SHA512 caa9090b622acac1114f5635c2c58a2c32453ae21a96fc4f424cbc197b056872c282cf9d41142e316a1ffbc9523832b8bc7355c1503c15ac8579470de407a5c9
 DIST ophcrack-3.7.0.tar.bz2 294045 BLAKE2B f506d29b27b4b90eadfd4d650512aea54db4228c4c63b90827a7957b544ab59dae757fc521fe62ab3be55d97e483ddde2aea9ad08c96b77d156e863a61f26312 SHA512 27e73979ca3d733629b9b34c490488cc27140efb8b90d266f270c0b95572cf40319a3fb658c02448fc7a3b825cf05c18a69f5d91bd0656d8410a30645f8dc8c6
+DIST ophcrack-3.8.0.tar.bz2 293033 BLAKE2B f20bf79d5cafffaab0667b073e8d9dbcfbae0a16f4139b6304c3f6fc80a24f6ca673db9cd53e28ff277ec35821539f3960265aa28467795e25c45049acca3f31 SHA512 c66276b72299744d3e0c9fc14220c7f568e383bd324c1ede228bda5d51da78db817388421c9f5f8cd2f18687e7e53cfb0c65bcc0354b3d55ac16324c61f62dbd

diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
new file mode 100644
index 00000000000..9165b752e55
--- /dev/null
+++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit eutils
+
+DESCRIPTION="A time-memory-trade-off-cracker"
+HOMEPAGE="http://ophcrack.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug libressl qt5 +tables"
+
+CDEPEND="!libressl? ( dev-libs/openssl:0= )
+		 libressl? ( dev-libs/libressl:0= )
+		 net-libs/netwib
+		 qt5? ( dev-qt/qtcharts:5
+		 		dev-qt/qtgui:5 )"
+DEPEND="app-arch/unzip
+		 virtual/pkgconfig
+		 ${CDEPEND}"
+RDEPEND="tables? ( app-crypt/ophcrack-tables )
+		 ${CDEPEND}"
+
+src_configure() {
+
+	local myconf
+
+	myconf="$(use_enable debug)"
+	myconf="${myconf} $(use_enable qt5 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
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/
@ 2018-06-01 19:34 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2018-06-01 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     38ebb2937974e8e8f44fae32a3545a564c7eda5b
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  1 19:33:25 2018 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Fri Jun  1 19:33:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ebb293

app-crypt/ophcrack: Fix QA warning that repoman full didn't spot.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
index 9165b752e55..47dd6396381 100644
--- a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
@@ -17,7 +17,7 @@ CDEPEND="!libressl? ( dev-libs/openssl:0= )
 		 libressl? ( dev-libs/libressl:0= )
 		 net-libs/netwib
 		 qt5? ( dev-qt/qtcharts:5
-		 		dev-qt/qtgui:5 )"
+		 dev-qt/qtgui:5 )"
 DEPEND="app-arch/unzip
 		 virtual/pkgconfig
 		 ${CDEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/
@ 2020-11-16  9:53 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2020-11-16  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8c6d9a8fd2fce86f98e502acfc3cf2238da919a4
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 09:52:51 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 09:52:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6d9a8f

app-crypt/ophcrack: Port to EAPI 7

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 45 +++++++++++++++++---------------
 1 file changed, 24 insertions(+), 21 deletions(-)

diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
index c35c0f3c154..02782e37778 100644
--- a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
-inherit eutils
+EAPI=7
+
+inherit desktop toolchain-funcs
 
 DESCRIPTION="A time-memory-trade-off-cracker"
 HOMEPAGE="http://ophcrack.sourceforge.net/"
@@ -13,32 +14,34 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug libressl qt5 +tables"
 
-CDEPEND="!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:0= )
-		net-libs/netwib
-		qt5? ( dev-qt/qtcharts:5
-		dev-qt/qtgui:5 )"
-DEPEND="app-arch/unzip
-		virtual/pkgconfig
-		${CDEPEND}"
-RDEPEND="tables? ( app-crypt/ophcrack-tables )
-		${CDEPEND}"
-PATCHES=("${FILESDIR}/ophcrack-ar.patch")
+DEPEND="
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	net-libs/netwib
+	qt5? (
+		dev-qt/qtcharts:5
+		dev-qt/qtgui:5
+	)"
+RDEPEND="
+	${DEPEND}
+	tables? ( app-crypt/ophcrack-tables )"
+BDEPEND="
+	app-arch/unzip
+	virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/ophcrack-ar.patch )
 
 src_configure() {
+	tc-export AR
 
-	local myconf
-
-	myconf="$(use_enable debug)"
-	myconf="${myconf} $(use_enable qt5 gui)"
-
-	econf ${myconf}
+	econf \
+		$(use_enable debug) \
+		$(use_enable qt5 gui)
 }
 
 src_install() {
-	emake install DESTDIR="${D}"
+	default
 
-	cd "${S}"
 	newicon src/gui/pixmaps/os.xpm ophcrack.xpm
 	make_desktop_entry "${PN}" OphCrack ophcrack
 }


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/
@ 2020-12-29 16:46 Mike Auty
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Auty @ 2020-12-29 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     2083f13d46be3c03cee8d5e355ede7bd1a75cfe3
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 16:44:27 2020 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 16:46:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2083f13d

app-crypt/ophcrack: Fix missing expat dependency

Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>

 app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
index 02782e37778..d3623f2b5da 100644
--- a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 inherit desktop toolchain-funcs
 
 DESCRIPTION="A time-memory-trade-off-cracker"
-HOMEPAGE="http://ophcrack.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://ophcrack.sourceforge.io/"
+SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -17,6 +17,7 @@ IUSE="debug libressl qt5 +tables"
 DEPEND="
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
+	dev-libs/expat
 	net-libs/netwib
 	qt5? (
 		dev-qt/qtcharts:5


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/
@ 2021-05-02 16:40 Mikle Kolyada
  0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2021-05-02 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     336d9c091bb85eb0e6dbc394128f84706318d0f0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 16:34:40 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 16:40:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336d9c09

app-crypt/ophcrack: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
index d3623f2b5da..e6f536daf1a 100644
--- a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,11 +12,10 @@ SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.bz
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug libressl qt5 +tables"
+IUSE="debug qt5 +tables"
 
 DEPEND="
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
+	dev-libs/openssl:0=
 	dev-libs/expat
 	net-libs/netwib
 	qt5? (


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/
@ 2022-06-02  3:00 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-06-02  3:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8fbf6d64174136c982cfb0beaeddf07bf255bf61
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 02:59:29 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 03:00:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbf6d64

app-crypt/ophcrack: fix finding qmake

Closes: https://bugs.gentoo.org/765229
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
index e6f536daf1ab..c74837410a94 100644
--- a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit desktop toolchain-funcs
+inherit desktop toolchain-funcs qmake-utils
 
 DESCRIPTION="A time-memory-trade-off-cracker"
 HOMEPAGE="https://ophcrack.sourceforge.io/"
@@ -34,6 +34,9 @@ PATCHES=( "${FILESDIR}"/ophcrack-ar.patch )
 src_configure() {
 	tc-export AR
 
+	# bug #765229
+	export PATH="$(qt5_get_bindir):${PATH}"
+
 	econf \
 		$(use_enable debug) \
 		$(use_enable qt5 gui)


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-06-02  3:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-31 22:09 [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/ Mike Auty
  -- strict thread matches above, loose matches on Subject: below --
2022-06-02  3:00 Sam James
2021-05-02 16:40 Mikle Kolyada
2020-12-29 16:46 Mike Auty
2020-11-16  9:53 David Seifert
2018-06-01 19:34 Mike Auty
2018-03-13  9:33 Andreas Sturmlechner
2018-01-18 23:05 Mike Auty
2016-06-03 14:05 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox