public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 25 Mar 2023 04:56:35 +0000 (UTC)	[thread overview]
Message-ID: <1679720177.6eaa6e392ca3e08f1a94e7cccddfdc4b89e972be.kensington@gentoo> (raw)

commit:     6eaa6e392ca3e08f1a94e7cccddfdc4b89e972be
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 04:56:17 2023 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 04:56:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eaa6e39

net-analyzer/testssl: drop 3.0.7

Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 net-analyzer/testssl/Manifest             |  1 -
 net-analyzer/testssl/testssl-3.0.7.ebuild | 74 -------------------------------
 2 files changed, 75 deletions(-)

diff --git a/net-analyzer/testssl/Manifest b/net-analyzer/testssl/Manifest
index 725ccb7becc9..af80db2cb572 100644
--- a/net-analyzer/testssl/Manifest
+++ b/net-analyzer/testssl/Manifest
@@ -1,3 +1,2 @@
 DIST testssl-3.0.5.tar.gz 9224554 BLAKE2B fed4f02f4c5db3975f711e5e1fa0f0018b5e89f8a3afbd94763ec86dc4f739ee25504769b61fc1dd0000ce7ce400f4d3267116cd21d14b003d9b6fd5706a84cb SHA512 0f3fa081f047bf2d3fb2f3b65fcdbec976af54143a2d8ffbece6eff7545cc2a6e134247f9533fb1614d52d900fc66d7f50c97f02678b5dfb9842c3c69c0f81f0
-DIST testssl-3.0.7.tar.gz 9219774 BLAKE2B d3b6abd5bb46e26ccb13afd9c9440e80fd80566db2bf04bb72b254dbebdc69957a0bae82436ce0b3f826f7c829a0cf73589eedc60735c629d010c8cb76e196a0 SHA512 703099f3c7d7d040f064466c721e30ee594a8d495add113b899b14d21848c8488e2d447c1af87ecd3d0d2b00dbeecc3a7914c26721b5b1936cfa818cf6599d53
 DIST testssl-3.0.8.tar.gz 9372229 BLAKE2B cf463236fb0812c2bc5fd5673d0d2d395fc405697817827ee8c660c96d789601a090b57febd48400e33fd9f28b23d42d432734b176b23a8e8ddf710c9b275485 SHA512 4634bc5dc57ad8910ca097b22d86511a26e855fb4dc7bef9550a795cb1f53a959b8472008756b40a670d7433ad56236b5a36fe0c88c15de99fdf586e9919b080

diff --git a/net-analyzer/testssl/testssl-3.0.7.ebuild b/net-analyzer/testssl/testssl-3.0.7.ebuild
deleted file mode 100644
index a3a082296157..000000000000
--- a/net-analyzer/testssl/testssl-3.0.7.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN}.sh"
-MY_PV="${PV/_p/-}"
-
-DESCRIPTION="Tool to check TLS/SSL cipher support"
-HOMEPAGE="https://testssl.sh/"
-SRC_URI="https://github.com/drwetter/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 bundled-openssl? ( openssl )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="bundled-openssl kerberos"
-
-RDEPEND="
-	app-shells/bash[net]
-	net-dns/bind-tools
-	sys-apps/util-linux
-	sys-libs/ncurses:0
-	sys-process/procps
-	bundled-openssl? (
-		kerberos? (
-			sys-libs/zlib
-			virtual/krb5
-		)
-	)
-	!bundled-openssl? ( dev-libs/openssl:0 )
-"
-
-S=${WORKDIR}/${MY_PN}-${MY_PV}
-
-QA_PREBUILT="opt/${PN}/*"
-
-pkg_setup() {
-	if use amd64; then
-		if use kerberos; then
-			BUNDLED_OPENSSL="openssl.Linux.x86_64.krb"
-		else
-			BUNDLED_OPENSSL="openssl.Linux.x86_64"
-		fi
-	elif use x86; then
-		BUNDLED_OPENSSL="openssl.Linux.i686"
-	fi
-}
-
-src_prepare() {
-	default
-	sed -i ${PN}.sh \
-		-e 's|TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-""}"|TESTSSL_INSTALL_DIR="/"|' \
-		-e 's|$TESTSSL_INSTALL_DIR/etc/|&testssl/|g' || die
-
-	if use bundled-openssl; then
-		sed -i ${PN}.sh \
-			-e "/find_openssl_binary()/a OPENSSL=\"/opt/${PN}/${BUNDLED_OPENSSL}\"" || die
-	fi
-}
-
-src_install() {
-	dodoc CHANGELOG.md CREDITS.md Readme.md
-	dodoc openssl-iana.mapping.html
-
-	dobin ${PN}.sh
-
-	insinto /etc/${PN}
-	doins etc/*
-
-	if use bundled-openssl; then
-		exeinto /opt/${PN}
-		use amd64 && doexe bin/${BUNDLED_OPENSSL}
-	fi
-}


             reply	other threads:[~2023-03-25  4:56 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-25  4: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
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-06-03 12:56 Michael Palimaka
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=1679720177.6eaa6e392ca3e08f1a94e7cccddfdc4b89e972be.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