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 AAD19158083 for ; Sat, 14 Sep 2024 09:41:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4825E29A7; Sat, 14 Sep 2024 09:40:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C7D73E29A7 for ; Sat, 14 Sep 2024 09:40:59 +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 D0A6033BF39 for ; Sat, 14 Sep 2024 09:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B6427DE for ; Sat, 14 Sep 2024 09:40:57 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1726306762.453d878d97e9ac5ac1ebeff77a9105b99a377347.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/redir/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/redir/Manifest net-misc/redir/redir-3.2.ebuild X-VCS-Directories: net-misc/redir/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 453d878d97e9ac5ac1ebeff77a9105b99a377347 X-VCS-Branch: master Date: Sat, 14 Sep 2024 09:40:57 +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: 6f5d667c-861e-4cea-aa1f-fff9233d575f X-Archives-Hash: cdccdeeaa4dd12bc661c89de415479cc commit: 453d878d97e9ac5ac1ebeff77a9105b99a377347 Author: Petr Vaněk gentoo org> AuthorDate: Sat Sep 14 09:37:23 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sat Sep 14 09:39:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453d878d net-misc/redir: drop 3.2 Signed-off-by: Petr Vaněk gentoo.org> net-misc/redir/Manifest | 1 - net-misc/redir/redir-3.2.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/net-misc/redir/Manifest b/net-misc/redir/Manifest index c33c5d91ac03..c6455573a575 100644 --- a/net-misc/redir/Manifest +++ b/net-misc/redir/Manifest @@ -1,2 +1 @@ -DIST redir-3.2.tar.xz 84240 BLAKE2B d1b48a14ea83cdcd58b7b2449e340e5cc110e212f17ec2f56cb8a914bc2c880d009d102dcb2cb1ee723ec4e3ceb48cd396731863fdc9ae864fe4fbf15ed90eec SHA512 b379047e94f377847b15c4e4c94fa34be996fbf6b26a83670061d705791902b184e89270887a967b2aed993f9ca46c3d0a41cde6b162ff9b32dbb689c1384c6f DIST redir-3.3.tar.xz 84980 BLAKE2B 3275e8315dbcd4666adc5064af80848f3c41378c46880ef825bae4d5a6d5a4246b959596a6810f5484db033d3f27a1b1860e40c250b29c75defa600cdf48a5d1 SHA512 89d9b45bc62538751cc0d8baf8dc3dc5ed84888faf18125c4044bb813ca415607b4906e9f5ccd60484eb737ad44d5c3bd22458444dee58d6e3be31446a71c3f3 diff --git a/net-misc/redir/redir-3.2.ebuild b/net-misc/redir/redir-3.2.ebuild deleted file mode 100644 index 7259b3b6f425..000000000000 --- a/net-misc/redir/redir-3.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Redir is a port redirector" -HOMEPAGE="https://github.com/troglobit/redir" -SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ~sparc x86" - -DOCS=( ChangeLog.md README.md transproxy.txt )