rm testssl patch, update category
This commit is contained in:
2
net-analyzer/testssl/Manifest
Normal file
2
net-analyzer/testssl/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
AUX follow_symlinks.patch 1294 SHA256 f7d6ca114a3c18cc2e64272f846e827261f0918ab302cd031c5b4fd3f07f5259 SHA512 7171777e0efe07fbb0219a18f4271157cde6225ccc98d7948a14ec78e62e73cdb10d4bfb5f6c99d9f67fee593254b76b3e23067acf057014620f61840336b854 WHIRLPOOL 19b178abb29b8289a59f1e58e3be6d844bc1da8361497778565dc6b86b4c64e77e98332852acfe0dafd1de09fe2a8924f5dc1e7eaab4fbffe32132ff023ad2fa
|
||||
EBUILD testssl-9999.ebuild 873 SHA256 b450eb3faf053a407e77e46129c836757ebe85784baedbdcc2226eb9adf8e2d1 SHA512 9d5e9ae5c0a6b42a7d3d2701f4a4a7fa37366eeb634aac4d953f1ba6982fae9e3d805bf0bd1cb284e2f5e3f979dd6d0bcf7547d0433efcc0bb71baefd86d3e8d WHIRLPOOL 39799ab075020640903290348f9323909a31fe40758f1eb7db49f40d751d7e5f12fe502709a2a3c9ea7c2400cbef3929b5d20ddcb0cf3e8b78bc4361396b94fe
|
||||
40
net-analyzer/testssl/testssl-9999.ebuild
Normal file
40
net-analyzer/testssl/testssl-9999.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Testing TLS/SSL encryption"
|
||||
HOMEPAGE="https://testssl.sh"
|
||||
EGIT_REPO_URI="https://github.com/drwetter/testssl.sh.git"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
# Don't strip debug symbols from the provided OpenSSL binaries.
|
||||
RESTRICT="strip"
|
||||
|
||||
INSTALLDIR="/usr/share/${PN}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/follow_symlinks.patch"
|
||||
)
|
||||
|
||||
src_install() {
|
||||
dodir "${INSTALLDIR}"
|
||||
dodir "${INSTALLDIR}/bin"
|
||||
dodir "${INSTALLDIR}/etc"
|
||||
exeinto "${INSTALLDIR}"
|
||||
doexe testssl.sh
|
||||
insinto "${INSTALLDIR}/etc"
|
||||
doins etc/*
|
||||
exeinto "${INSTALLDIR}/bin"
|
||||
doexe bin/openssl.*
|
||||
dosym "${INSTALLDIR}/testssl.sh" /usr/bin/testssl
|
||||
}
|
||||
Reference in New Issue
Block a user