From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 285F1158020 for ; Sun, 13 Nov 2022 01:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49192E086F; Sun, 13 Nov 2022 01:23:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26F86E086F for ; Sun, 13 Nov 2022 01:23:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FB17340DB1 for ; Sun, 13 Nov 2022 01:23:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92D3E6FE for ; Sun, 13 Nov 2022 01:23:02 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1668302189.5bdf124019d91837b2b7a84ccec3d329efdb7ee1.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/stunnel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/stunnel/stunnel-5.64-r1.ebuild net-misc/stunnel/stunnel-5.64-r2.ebuild net-misc/stunnel/stunnel-5.65-r1.ebuild net-misc/stunnel/stunnel-5.65-r2.ebuild X-VCS-Directories: net-misc/stunnel/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5bdf124019d91837b2b7a84ccec3d329efdb7ee1 X-VCS-Branch: master Date: Sun, 13 Nov 2022 01:23:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce9a5ad5-1462-4079-8114-a0e6a6a0df15 X-Archives-Hash: e74e20184e1d72b3e442508ba4baa0e3 commit: 5bdf124019d91837b2b7a84ccec3d329efdb7ee1 Author: Mike Gilbert gentoo org> AuthorDate: Sun Nov 13 01:16:29 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Nov 13 01:16:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdf1240 net-misc/stunnel: remove /usr/sbin/stunnel symlink Closes: https://bugs.gentoo.org/878409 Signed-off-by: Mike Gilbert gentoo.org> net-misc/stunnel/{stunnel-5.64-r1.ebuild => stunnel-5.64-r2.ebuild} | 4 ---- net-misc/stunnel/{stunnel-5.65-r1.ebuild => stunnel-5.65-r2.ebuild} | 4 ---- 2 files changed, 8 deletions(-) diff --git a/net-misc/stunnel/stunnel-5.64-r1.ebuild b/net-misc/stunnel/stunnel-5.64-r2.ebuild similarity index 95% rename from net-misc/stunnel/stunnel-5.64-r1.ebuild rename to net-misc/stunnel/stunnel-5.64-r2.ebuild index b286859a5830..da5dd47943e9 100644 --- a/net-misc/stunnel/stunnel-5.64-r1.ebuild +++ b/net-misc/stunnel/stunnel-5.64-r2.ebuild @@ -67,10 +67,6 @@ src_install() { "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8 use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3 - # The binary was moved to /usr/bin with 4.21, - # symlink for backwards compatibility - dosym ../bin/stunnel /usr/sbin/stunnel - dodoc AUTHORS.md BUGS.md CREDITS.md PORTS.md README.md TODO.md docinto html dodoc doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \ diff --git a/net-misc/stunnel/stunnel-5.65-r1.ebuild b/net-misc/stunnel/stunnel-5.65-r2.ebuild similarity index 95% rename from net-misc/stunnel/stunnel-5.65-r1.ebuild rename to net-misc/stunnel/stunnel-5.65-r2.ebuild index f58e4922369d..3f171dd6f00c 100644 --- a/net-misc/stunnel/stunnel-5.65-r1.ebuild +++ b/net-misc/stunnel/stunnel-5.65-r2.ebuild @@ -67,10 +67,6 @@ src_install() { "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8 use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3 - # The binary was moved to /usr/bin with 4.21, - # symlink for backwards compatibility - dosym ../bin/stunnel /usr/sbin/stunnel - dodoc AUTHORS.md BUGS.md CREDITS.md PORTS.md README.md TODO.md docinto html dodoc doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \