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 4A6B115817D for ; Sun, 9 Jun 2024 15:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FE4CE2AA4; Sun, 9 Jun 2024 15:35:13 +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 1146FE2AA4 for ; Sun, 9 Jun 2024 15:35:13 +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 F0066340C3C for ; Sun, 9 Jun 2024 15:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36B34117D for ; Sun, 9 Jun 2024 15:35:10 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1717947264.db78ddfc8579311c59bc041987ddf6462e22e479.tamiko@gentoo> Subject: [gentoo-commits] repo/dev/tamiko:master commit in: net-misc/udptunnel/files/, net-misc/udptunnel/ X-VCS-Repository: repo/dev/tamiko X-VCS-Files: net-misc/udptunnel/Manifest net-misc/udptunnel/files/udptunnel-1.1-strlen-prototype.patch net-misc/udptunnel/metadata.xml net-misc/udptunnel/udptunnel-1.1.ebuild X-VCS-Directories: net-misc/udptunnel/files/ net-misc/udptunnel/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: db78ddfc8579311c59bc041987ddf6462e22e479 X-VCS-Branch: master Date: Sun, 9 Jun 2024 15:35:10 +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: 4af9e17f-81c4-4242-bb53-649f2953b6ba X-Archives-Hash: b2d4e9a013a2728c4733bccc34578638 commit: db78ddfc8579311c59bc041987ddf6462e22e479 Author: Matthias Maier gentoo org> AuthorDate: Sun Jun 9 15:34:24 2024 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Jun 9 15:34:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=db78ddfc net-misc/udptunnel: treeclean Signed-off-by: Matthias Maier gentoo.org> net-misc/udptunnel/Manifest | 1 - .../files/udptunnel-1.1-strlen-prototype.patch | 16 ------------- net-misc/udptunnel/metadata.xml | 14 ----------- net-misc/udptunnel/udptunnel-1.1.ebuild | 27 ---------------------- 4 files changed, 58 deletions(-) diff --git a/net-misc/udptunnel/Manifest b/net-misc/udptunnel/Manifest deleted file mode 100644 index 6fe9f42..0000000 --- a/net-misc/udptunnel/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST udptunnel-1.1.tar.gz 30910 SHA256 45c0e12045735bc55734076ebbdc7622c746d1fe4e6f7267fa122e2421754670 SHA512 9f9f978caede9085723c6222443b020b44d688e9364ffd57455cdfe0686d6f492e758c2ac502602cf4809ab28c3d47525e74feb00caa2b692358a272976eaa52 WHIRLPOOL 22d1b2b347aaea30390a2765a653623c600ac23490c451782cf3375cc574618b514f79bcbfcae697a4671ce4eabb70af098ee8a2f65d26fdcd27e4576c9c6537 diff --git a/net-misc/udptunnel/files/udptunnel-1.1-strlen-prototype.patch b/net-misc/udptunnel/files/udptunnel-1.1-strlen-prototype.patch deleted file mode 100644 index 7a8b099..0000000 --- a/net-misc/udptunnel/files/udptunnel-1.1-strlen-prototype.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Include string.h header for strlen prototype for GCC 4.4. compatibility. -Author: Chris Lamb - -Taken from https://sources.debian.org/src/udptunnel/1.1-5/debian/patches/02-strlen-prototype.diff/ - -diff -urNad /tmp/bp-build/udptunnel-1.1.orig.orig/host2ip.c /tmp/bp-build/udptunnel-1.1.orig/host2ip.c ---- udptunnel-1.1.orig.orig/host2ip.c 2008-08-28 07:50:41.000000000 +0100 -+++ udptunnel-1.1.orig/host2ip.c 2008-08-28 07:50:49.000000000 +0100 -@@ -6,6 +6,7 @@ - #include /* inet_addr() */ - #include /* YP */ - #include /* isspace() */ -+#include /* strlen() */ - - #include "host2ip.h" - diff --git a/net-misc/udptunnel/metadata.xml b/net-misc/udptunnel/metadata.xml deleted file mode 100644 index 11831c8..0000000 --- a/net-misc/udptunnel/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - tamiko@gentoo.org - Matthias Maier - - - UDPTunnel is a small program which can tunnel UDP packets - bi-directionally over a TCP connection. Its primary purpose (and - original motivation) is to allow multi-media conferences to traverse a - firewall which allows only outgoing TCP connections. - - diff --git a/net-misc/udptunnel/udptunnel-1.1.ebuild b/net-misc/udptunnel/udptunnel-1.1.ebuild deleted file mode 100644 index c9343c8..0000000 --- a/net-misc/udptunnel/udptunnel-1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Tunnel UDP packets bi-directionally over a TCP connection" -HOMEPAGE="http://www1.cs.columbia.edu/~lennox/udptunnel/" -SRC_URI="http://www1.cs.columbia.edu/~lennox/udptunnel/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="sys-devel/automake" -RDEPEND="" - -PATCHES=( - "${FILESDIR}"/${P}-strlen-prototype.patch -) - -src_prepare() { - default - eautoreconf -}