Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/
Date: Fri, 03 Jun 2016 14:06:00
Message-Id: 1464962865.53c6a0d3c4db4e078b7398230e0817cd1b3f98a2.blueness@gentoo
1 commit: 53c6a0d3c4db4e078b7398230e0817cd1b3f98a2
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 14:06:40 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 14:07:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c6a0d3
7
8 app-crypt/ophcrack: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/ophcrack/ophcrack-3.3.1.ebuild | 9 +++++----
13 app-crypt/ophcrack/ophcrack-3.4.0.ebuild | 9 +++++----
14 app-crypt/ophcrack/ophcrack-3.6.0.ebuild | 9 +++++----
15 3 files changed, 15 insertions(+), 12 deletions(-)
16
17 diff --git a/app-crypt/ophcrack/ophcrack-3.3.1.ebuild b/app-crypt/ophcrack/ophcrack-3.3.1.ebuild
18 index 22aa37c..1e1909f 100644
19 --- a/app-crypt/ophcrack/ophcrack-3.3.1.ebuild
20 +++ b/app-crypt/ophcrack/ophcrack-3.3.1.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 -EAPI="3"
28 +EAPI="5"
29 inherit eutils
30
31 DESCRIPTION="A time-memory-trade-off-cracker"
32 @@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc ~x86"
36 -IUSE="qt4 debug +tables"
37 +IUSE="debug libressl qt4 +tables"
38
39 -CDEPEND="dev-libs/openssl
40 +CDEPEND="!libressl? ( dev-libs/openssl:0= )
41 + libressl? ( dev-libs/libressl:0= )
42 net-libs/netwib
43 qt4? ( dev-qt/qtgui:4 )"
44 DEPEND="app-arch/unzip
45
46 diff --git a/app-crypt/ophcrack/ophcrack-3.4.0.ebuild b/app-crypt/ophcrack/ophcrack-3.4.0.ebuild
47 index 22aa37c..1e1909f 100644
48 --- a/app-crypt/ophcrack/ophcrack-3.4.0.ebuild
49 +++ b/app-crypt/ophcrack/ophcrack-3.4.0.ebuild
50 @@ -1,8 +1,8 @@
51 -# Copyright 1999-2013 Gentoo Foundation
52 +# Copyright 1999-2016 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Id$
55
56 -EAPI="3"
57 +EAPI="5"
58 inherit eutils
59
60 DESCRIPTION="A time-memory-trade-off-cracker"
61 @@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 -IUSE="qt4 debug +tables"
66 +IUSE="debug libressl qt4 +tables"
67
68 -CDEPEND="dev-libs/openssl
69 +CDEPEND="!libressl? ( dev-libs/openssl:0= )
70 + libressl? ( dev-libs/libressl:0= )
71 net-libs/netwib
72 qt4? ( dev-qt/qtgui:4 )"
73 DEPEND="app-arch/unzip
74
75 diff --git a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
76 index bf69121..1e1909f 100644
77 --- a/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
78 +++ b/app-crypt/ophcrack/ophcrack-3.6.0.ebuild
79 @@ -1,8 +1,8 @@
80 -# Copyright 1999-2014 Gentoo Foundation
81 +# Copyright 1999-2016 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Id$
84
85 -EAPI="3"
86 +EAPI="5"
87 inherit eutils
88
89 DESCRIPTION="A time-memory-trade-off-cracker"
90 @@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
91 LICENSE="GPL-2"
92 SLOT="0"
93 KEYWORDS="~amd64 ~ppc ~x86"
94 -IUSE="qt4 debug +tables"
95 +IUSE="debug libressl qt4 +tables"
96
97 -CDEPEND="dev-libs/openssl
98 +CDEPEND="!libressl? ( dev-libs/openssl:0= )
99 + libressl? ( dev-libs/libressl:0= )
100 net-libs/netwib
101 qt4? ( dev-qt/qtgui:4 )"
102 DEPEND="app-arch/unzip