From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/testssl/
Date: Sat, 3 Jun 2017 12:56:59 +0000 (UTC) [thread overview]
Message-ID: <1496494611.53db8dd4cd5c3d071b06dc8cb3e3b04bf87dd0f6.kensington@gentoo> (raw)
commit: 53db8dd4cd5c3d071b06dc8cb3e3b04bf87dd0f6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 12:56:47 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 12:56:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53db8dd4
net-analyzer/testssl: remove 2.6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-analyzer/testssl/Manifest | 1 -
net-analyzer/testssl/testssl-2.6.ebuild | 58 ---------------------------------
2 files changed, 59 deletions(-)
diff --git a/net-analyzer/testssl/Manifest b/net-analyzer/testssl/Manifest
index 2b6e2367a6f..f5525c87c34 100644
--- a/net-analyzer/testssl/Manifest
+++ b/net-analyzer/testssl/Manifest
@@ -1,2 +1 @@
-DIST testssl-2.6.tar.gz 12296414 SHA256 286b3285f096a5d249de1507eee88b14848514696bc5bbc4faceffa46b563ebd SHA512 c09ef82a8062cac484df956ea68d459dcedaa9e96301f5d5108323eb482dd4ef226e6a41446eb230cdb459404357e3fb3ec02a386697e335a58a2b14db327780 WHIRLPOOL 290c4202358ac647ca7ed2ce0d17cf5ace6c533f7c79cee066d599193f9e77cfdd1e440e7670c5216fec9b1f882986dcf26f5cad638384b8b7a278fbcbe5eace
DIST testssl-2.8.tar.gz 8529038 SHA256 2e4588bfcd5f4e6b30b2e250d51b39e4209131a5366f1e75354aaa4a5ee6a22d SHA512 9c30a0640c4c516bb6fd776d6d7d76af4f86be51ec2c282fad01b8ac14161d29732caf08ed64a0a93ad53c3afabe6641f423bc73f0323bd9526a4283fccad584 WHIRLPOOL 04564912e3e0ed3afac283da994edc032bc3b23c2c003ea02f531da25555dbb758f76e8ab04be38c6af8df340f7400545072f33dbb074586144bc2258d0de5e0
diff --git a/net-analyzer/testssl/testssl-2.6.ebuild b/net-analyzer/testssl/testssl-2.6.ebuild
deleted file mode 100644
index 567e038f0a9..00000000000
--- a/net-analyzer/testssl/testssl-2.6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="${PN}.sh"
-
-DESCRIPTION="Tool to check TLS/SSL cipher support"
-HOMEPAGE="https://testssl.sh/"
-SRC_URI="https://github.com/drwetter/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 bundled-openssl? ( openssl )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="bundled-openssl"
-
-RDEPEND="
- dev-libs/openssl:0
- net-dns/bind-tools
- sys-apps/util-linux
-"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-QA_PREBUILT="opt/${PN}/*"
-
-pkg_setup() {
- use amd64 && BUNDLED_OPENSSL="openssl.Linux.x86_64"
-}
-
-src_prepare() {
- sed -i -e "s|MAPPING_FILE_RFC=\"\"|MAPPING_FILE_RFC=\"/usr/share/${PN}/mapping-rfc.txt\"|" ${PN}.sh || die
-}
-
-src_install() {
- dodoc CHANGELOG.stable-releases.txt CREDITS.md Readme.md
- dodoc openssl-rfc.mappping.html
-
- dobin ${PN}.sh
-
- insinto /usr/share/${PN}
- doins mapping-rfc.txt
-
- if use bundled-openssl; then
- exeinto /opt/${PN}
- use amd64 && doexe bin/${BUNDLED_OPENSSL}
- fi
-}
-
-pkg_postinst() {
- if use bundled-openssl; then
- einfo "A precompiled version of OpenSSL has been installed into /opt/${PN},"
- einfo "configured to enable a wider range of features to allow better testing."
- einfo ""
- einfo "To use it, call ${PN} appropriately:"
- einfo "${MY_PN} --openssl /opt/${PN}/${BUNDLED_OPENSSL} example.com"
- fi
-}
next reply other threads:[~2017-06-03 12:57 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-03 12:56 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-24 13:43 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/testssl/ Petr Vaněk
2024-11-23 16:44 Michał Górny
2024-11-23 15:47 Michał Górny
2024-07-05 17:41 Conrad Kostecki
2024-06-06 1:58 Sam James
2024-01-03 22:15 Sam James
2023-04-21 11:16 Michael Palimaka
2023-03-25 6:07 Sam James
2023-03-25 5:57 Sam James
2023-03-25 4:56 Michael Palimaka
2022-10-01 2:55 Michael Palimaka
2022-06-17 12:07 Jakov Smolić
2022-06-17 10:44 Jakov Smolić
2022-04-24 12:52 Michael Palimaka
2022-02-25 1:57 Michael Palimaka
2021-12-02 6:40 Michael Palimaka
2021-10-26 7:54 Michael Palimaka
2021-10-26 7:45 Michael Palimaka
2021-09-22 6:54 Agostino Sarubbo
2021-09-21 6:37 Agostino Sarubbo
2021-06-04 7:38 Michael Palimaka
2021-02-05 9:34 Michael Palimaka
2021-02-04 7:58 Agostino Sarubbo
2021-02-03 23:55 Thomas Deutschmann
2020-11-24 11:42 Michael Palimaka
2020-07-01 9:08 Michael Palimaka
2020-06-28 20:56 Thomas Deutschmann
2020-06-26 17:43 Agostino Sarubbo
2020-05-11 11:24 Michael Palimaka
2020-04-21 9:07 Michael Palimaka
2020-03-28 3:04 Michael Palimaka
2020-03-20 9:04 Agostino Sarubbo
2020-03-20 8:59 Agostino Sarubbo
2020-02-10 11:33 Michael Palimaka
2020-02-10 11:18 Michael Palimaka
2019-11-26 12:27 Agostino Sarubbo
2019-11-26 0:58 Thomas Deutschmann
2019-08-04 9:45 Michael Palimaka
2019-04-25 2:23 Michael Palimaka
2019-04-18 20:32 Thomas Deutschmann
2019-04-17 11:47 Mikle Kolyada
2019-03-16 5:00 Michael Palimaka
2018-10-11 13:23 Michael Palimaka
2018-10-06 10:54 Michael Palimaka
2018-08-22 14:54 Richard Farina
2018-08-10 11:47 Michael Palimaka
2018-08-10 11:47 Michael Palimaka
2018-06-11 0:00 Michael Palimaka
2017-10-31 12:59 Michael Palimaka
2017-10-31 12:59 Michael Palimaka
2017-09-24 5:40 Michael Palimaka
2017-06-04 10:34 Agostino Sarubbo
2017-04-17 3:06 Michael Palimaka
2015-10-05 14:19 Michael Palimaka
2015-10-04 16:23 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1496494611.53db8dd4cd5c3d071b06dc8cb3e3b04bf87dd0f6.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox