net-analyzer/sslscan: libressl is masked, so no need for two ebuilds
authorJason A. Donenfeld <zx2c4@gentoo.org>
Fri, 4 Mar 2016 16:45:18 +0000 (17:45 +0100)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Fri, 4 Mar 2016 16:46:40 +0000 (17:46 +0100)
Package-Manager: portage-2.2.27

net-analyzer/sslscan/sslscan-1.11.3-r1.ebuild [deleted file]
net-analyzer/sslscan/sslscan-1.11.3.ebuild

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 (file)
index b44f183..0000000
+++ /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
-}
index a7cef35e02d6c7964511300bf20a7d7380baea42..61e15a6dbd06df28aed399fbdb351948923f8196 100644 (file)
@@ -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}"