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 3856A159C9B for ; Sat, 10 Aug 2024 06:58:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41B0F2BC17D; Sat, 10 Aug 2024 06:58:36 +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 2229D2BC17D for ; Sat, 10 Aug 2024 06:58:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CFC73430E1 for ; Sat, 10 Aug 2024 06:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86DB81ED4 for ; Sat, 10 Aug 2024 06:58:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1723273108.1db8c5ad06a633a7d20a0b4d4df4d001e5d55ec0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/stuntman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/stuntman/Manifest net-misc/stuntman/stuntman-1.2.15.ebuild X-VCS-Directories: net-misc/stuntman/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1db8c5ad06a633a7d20a0b4d4df4d001e5d55ec0 X-VCS-Branch: master Date: Sat, 10 Aug 2024 06:58:32 +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: abf296ca-ef91-44f8-b505-e22bb946e756 X-Archives-Hash: 998d4c612b25744356ee38ec7a5c740f commit: 1db8c5ad06a633a7d20a0b4d4df4d001e5d55ec0 Author: Filip Kobierski pm me> AuthorDate: Thu Aug 1 14:57:28 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Aug 10 06:58:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db8c5ad net-misc/stuntman: drop 1.2.15 Signed-off-by: Filip Kobierski pm.me> Signed-off-by: Joonas Niilola gentoo.org> net-misc/stuntman/Manifest | 1 - net-misc/stuntman/stuntman-1.2.15.ebuild | 38 -------------------------------- 2 files changed, 39 deletions(-) diff --git a/net-misc/stuntman/Manifest b/net-misc/stuntman/Manifest index f4c204a44972..7d6b48dc95e1 100644 --- a/net-misc/stuntman/Manifest +++ b/net-misc/stuntman/Manifest @@ -1,2 +1 @@ -DIST stunserver-1.2.15.tgz 124675 BLAKE2B fc59a400dea30382aec80d6b634ed7c2a1823712788b7775c1bbf8511fa62173224084ae9b05a402e0efb11f0077087e515d9639eb9eec5d0ced48ce37c20cef SHA512 8af5341cd3a78bd3a68f75e2da1b6d5e75de94c9baa4f48824667e2c50f9b8323a60d33711c658c7e628e2a170cea7584e4d4012603736ad7140fe1a37ad9b66 DIST stunserver-1.2.16.tgz 123549 BLAKE2B 6b5d31d9567d687236414a853ed3723c3dccb7d7eeea9d99d1384758ca34f430538b40b54fc9447ca55beccb82dfe45fd8cd0a330ef36b25f88d53f5e148e8cb SHA512 d6444954c9d1791eba52418a63c36ae41d009731b1bfebdcb216af4242e816b1fd878b43c3c3dccb5c9c462a993ae5f53f3256d949f3e6ce889659ba6fe211a5 diff --git a/net-misc/stuntman/stuntman-1.2.15.ebuild b/net-misc/stuntman/stuntman-1.2.15.ebuild deleted file mode 100644 index 4801a72bba39..000000000000 --- a/net-misc/stuntman/stuntman-1.2.15.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Open source implementation of the STUN protocol" -HOMEPAGE="http://www.stunprotocol.org" -SRC_URI="http://www.stunprotocol.org/stunserver-${PV}.tgz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-libs/openssl:0= -" -DEPEND="${RDEPEND} - dev-libs/boost -" - -S="${WORKDIR}/stunserver" - -src_compile() { - emake T="" -} - -src_install() { - dobin stunclient - dosbin stunserver - dodoc HISTORY README - newinitd "${FILESDIR}/${PN}.initd" ${PN} - newconfd "${FILESDIR}/${PN}.confd" ${PN} -} - -src_test() { - ./stuntestcode -}