commit:     52d6a92c0351c08603471906be5a96577c574055
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 16:45:18 2016 +0000
Commit:     Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 16:46:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d6a92c

net-analyzer/sslscan: libressl is masked, so no need for two ebuilds

Package-Manager: portage-2.2.27

 net-analyzer/sslscan/sslscan-1.11.3-r1.ebuild | 27 ---------------------------
 net-analyzer/sslscan/sslscan-1.11.3.ebuild    |  4 ++--
 2 files changed, 2 insertions(+), 29 deletions(-)

diff --git a/net-analyzer/sslscan/sslscan-1.11.3-r1.ebuild 
b/net-analyzer/sslscan/sslscan-1.11.3-r1.ebuild
deleted file mode 100644
index b44f183..0000000
--- a/net-analyzer/sslscan/sslscan-1.11.3-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Fast SSL configuration scanner"
-HOMEPAGE="https://github.com/rbsec/sslscan";
-MY_FORK="rbsec"
-SRC_URI="https://github.com/${MY_FORK}/${PN}/archive/${PV}-${MY_FORK}.tar.gz 
-> ${P}-${MY_FORK}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
-
-# Depend on -bindist since sslscan unconditionally requires elliptic
-# curve support, bug 491102
-DEPEND="!libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( 
dev-libs/libressl )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}-${MY_FORK}"
-src_install() {
-       DESTDIR="${D}" emake install
-}

diff --git a/net-analyzer/sslscan/sslscan-1.11.3.ebuild 
b/net-analyzer/sslscan/sslscan-1.11.3.ebuild
index a7cef35..61e15a6 100644
--- a/net-analyzer/sslscan/sslscan-1.11.3.ebuild
+++ b/net-analyzer/sslscan/sslscan-1.11.3.ebuild
@@ -14,11 +14,11 @@ 
SRC_URI="https://github.com/${MY_FORK}/${PN}/archive/${PV}-${MY_FORK}.tar.gz ->
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
+IUSE="libressl"
 
 # Depend on -bindist since sslscan unconditionally requires elliptic
 # curve support, bug 491102
-DEPEND="dev-libs/openssl:0[-bindist]"
+DEPEND="!libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( 
dev-libs/libressl )"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${P}-${MY_FORK}"

Reply via email to