summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2016-03-04 17:45:18 +0100
committerJason A. Donenfeld <zx2c4@gentoo.org>2016-03-04 17:46:40 +0100
commit52d6a92c0351c08603471906be5a96577c574055 (patch)
tree61b3597bdb7a864de5278b52ed188c27a367c8ff /net-analyzer
parentapp-misc/vifm: Don't depend on ncurses:5 (diff)
downloadgentoo-52d6a92c0351c08603471906be5a96577c574055.tar.gz
gentoo-52d6a92c0351c08603471906be5a96577c574055.tar.bz2
gentoo-52d6a92c0351c08603471906be5a96577c574055.zip
net-analyzer/sslscan: libressl is masked, so no need for two ebuilds
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/sslscan/sslscan-1.11.3-r1.ebuild27
-rw-r--r--net-analyzer/sslscan/sslscan-1.11.3.ebuild4
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 b44f1830c7a3..000000000000
--- 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 a7cef35e02d6..61e15a6dbd06 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}"