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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58754158020 for ; Fri, 28 Oct 2022 15:06:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51336E0809; Fri, 28 Oct 2022 15:06:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 30EA4E0809 for ; Fri, 28 Oct 2022 15:06:46 +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 21B2F34027D for ; Fri, 28 Oct 2022 15:06:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D9295E7 for ; Fri, 28 Oct 2022 15:06:39 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1666969420.d1c800af7578ae45bb9aa38353cfbd477f46d724.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/tayga/tayga-0.9.2-r1.ebuild X-VCS-Directories: net-proxy/tayga/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d1c800af7578ae45bb9aa38353cfbd477f46d724 X-VCS-Branch: master Date: Fri, 28 Oct 2022 15:06:39 +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: 6b16c763-eb68-419c-b80d-68d9be17ba8e X-Archives-Hash: 1ed4f73c2531aa2b8e77e0a1ad1595cd commit: d1c800af7578ae45bb9aa38353cfbd477f46d724 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 28 15:03:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 28 15:03:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c800af net-proxy/tayga: drop 0.9.2-r1 Closes: https://bugs.gentoo.org/867217 Signed-off-by: Andreas Sturmlechner gentoo.org> net-proxy/tayga/tayga-0.9.2-r1.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/net-proxy/tayga/tayga-0.9.2-r1.ebuild b/net-proxy/tayga/tayga-0.9.2-r1.ebuild deleted file mode 100644 index e8ff90697f75..000000000000 --- a/net-proxy/tayga/tayga-0.9.2-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit autotools - -DESCRIPTION="out-of-kernel stateless NAT64 implementation based on TUN" -HOMEPAGE="http://www.litech.org/tayga/" -SRC_URI="http://www.litech.org/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - default - sed -e '/^CFLAGS/d' \ - -i configure.ac || die "sed failed" - eautoreconf -}