From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DE98D13829C for ; Fri, 3 Jun 2016 14:06:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47299141C9; Fri, 3 Jun 2016 14:05:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72740141C9 for ; Fri, 3 Jun 2016 14:05:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51E05340C54 for ; Fri, 3 Jun 2016 14:05:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAD231AE8 for ; Fri, 3 Jun 2016 14:05:54 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1464962865.53c6a0d3c4db4e078b7398230e0817cd1b3f98a2.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/ophcrack/ophcrack-3.3.1.ebuild app-crypt/ophcrack/ophcrack-3.4.0.ebuild app-crypt/ophcrack/ophcrack-3.6.0.ebuild X-VCS-Directories: app-crypt/ophcrack/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 53c6a0d3c4db4e078b7398230e0817cd1b3f98a2 X-VCS-Branch: master Date: Fri, 3 Jun 2016 14:05:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eba39c94-4b08-4d80-b0ff-01118155f20b X-Archives-Hash: 8b4d7a0aa2c50e29d5582f73c489c62b commit: 53c6a0d3c4db4e078b7398230e0817cd1b3f98a2 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jun 3 14:06:40 2016 +0000 Commit: Anthony G. Basile gentoo 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