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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 967E615812D for ; Tue, 07 Jan 2025 05:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2D3DE07D0; Tue, 07 Jan 2025 05:20:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA74AE07D0 for ; Tue, 07 Jan 2025 05:20:42 +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 07CD9340BE0 for ; Tue, 07 Jan 2025 05:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15DFF1D63 for ; Tue, 07 Jan 2025 05:20:34 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1736227131.f9f1e9ec67c73ab29266ee5f21c1ca483b712531.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ubridge/Manifest net-misc/ubridge/ubridge-0.9.18.ebuild X-VCS-Directories: net-misc/ubridge/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f9f1e9ec67c73ab29266ee5f21c1ca483b712531 X-VCS-Branch: master Date: Tue, 07 Jan 2025 05:20:34 +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: 66d2003b-3bc7-4082-912e-3f4c6e6f4b11 X-Archives-Hash: 4b997af31f2979098510b62701aee4c3 commit: f9f1e9ec67c73ab29266ee5f21c1ca483b712531 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jan 7 02:13:29 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jan 7 05:18:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f1e9ec net-misc/ubridge: drop 0.9.18 Signed-off-by: Ionen Wolkens gentoo.org> net-misc/ubridge/Manifest | 1 - net-misc/ubridge/ubridge-0.9.18.ebuild | 47 ---------------------------------- 2 files changed, 48 deletions(-) diff --git a/net-misc/ubridge/Manifest b/net-misc/ubridge/Manifest index 5cf3d291486a..e0c9e79c5f09 100644 --- a/net-misc/ubridge/Manifest +++ b/net-misc/ubridge/Manifest @@ -1,2 +1 @@ -DIST ubridge-0.9.18.tar.gz 64340 BLAKE2B 7ac540ccf180adc8bf0bb0d440d6a0335626181ba680f7f94cea43d6b6b70745cd64f8ee8048aa1621b7407fea83cf03039147ffe38236e70970c014771ab09b SHA512 f2c9e9d0242f61363a3f4ce6f1acf4013245ff0854a7f64c96d6b8737bd3cc505a38aaf43a0928e2a5a88bcd39f786e00fab68748ad56770d18d713005750c60 DIST ubridge-0.9.19.tar.gz 66911 BLAKE2B c9de0485b84fa7cb78edb6651f0022c6e3f3d6e62aa2e1c56927c62d540ae1efaee25225bc7eb843ad688b7bd0aa39eb8a2ff1015a5c01f2d23d5a798b21ff14 SHA512 b693a64569ba17fcb40f8a7894fcc205efba17fc3103150bb6f1d7a8a165505c88251e75f56d003f4c4337e97bffa57b5948156e42d01a2938b8d969a088ff32 diff --git a/net-misc/ubridge/ubridge-0.9.18.ebuild b/net-misc/ubridge/ubridge-0.9.18.ebuild deleted file mode 100644 index adfeeba6492c..000000000000 --- a/net-misc/ubridge/ubridge-0.9.18.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit fcaps toolchain-funcs - -DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces" -HOMEPAGE="https://github.com/GNS3/ubridge" -SRC_URI="https://github.com/GNS3/ubridge/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -LICENSE="GPL-3+" - -RDEPEND=" - acct-group/ubridge - dev-libs/iniparser:4= - net-libs/libpcap" - -DEPEND="${RDEPEND}" - -# Bugs: https://bugs.gentoo.org/647588 -# https://github.com/GNS3/ubridge/issues/60 -PATCHES=( "${FILESDIR}/${PN}-0.9.16_add_slotted_iniparser-4.1+_support.patch" ) - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - SYSTEM_INIPARSER=1 -} - -src_install() { - exeinto /usr/bin - exeopts -m 710 -g ubridge - doexe ubridge - - dodoc README.rst -} - -pkg_postinst() { - fcaps -g ubridge -m 4710 -M 0710 cap_net_raw,cap_net_admin \ - "${EROOT}"/usr/bin/ubridge - - einfo "\nNOTE: To read packets from the network interfaces with ubridge as" - einfo "normal user you have to add trusted users to the \"ubridge\" group.\n" -}