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 08713158020 for ; Sat, 3 Dec 2022 00:07:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DC7AE0EA4; Sat, 3 Dec 2022 00:07:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 799EAE0EA4 for ; Sat, 3 Dec 2022 00:07:26 +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 73611341338 for ; Sat, 3 Dec 2022 00:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7416773 for ; Sat, 3 Dec 2022 00:07:23 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1670025806.7863967addb485f5cbc1f15a7bf11f0753eff06c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/igmpproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/igmpproxy/Manifest net-misc/igmpproxy/igmpproxy-0.3-r1.ebuild X-VCS-Directories: net-misc/igmpproxy/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7863967addb485f5cbc1f15a7bf11f0753eff06c X-VCS-Branch: master Date: Sat, 3 Dec 2022 00:07:23 +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: 3a3f19a9-afe4-4ffb-98c2-2b5bfa533ae7 X-Archives-Hash: 7eceacd3e3f9076fe14c0f0256455eaa commit: 7863967addb485f5cbc1f15a7bf11f0753eff06c Author: Conrad Kostecki gentoo org> AuthorDate: Sat Dec 3 00:03:26 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Dec 3 00:03:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7863967a net-misc/igmpproxy: drop 0.3-r1 Signed-off-by: Conrad Kostecki gentoo.org> net-misc/igmpproxy/Manifest | 1 - net-misc/igmpproxy/igmpproxy-0.3-r1.ebuild | 31 ------------------------------ 2 files changed, 32 deletions(-) diff --git a/net-misc/igmpproxy/Manifest b/net-misc/igmpproxy/Manifest index 993628fbced8..aab75a3ba6de 100644 --- a/net-misc/igmpproxy/Manifest +++ b/net-misc/igmpproxy/Manifest @@ -1,2 +1 @@ -DIST igmpproxy-0.3.tar.gz 168403 BLAKE2B 4dd07936074fbd9b3c869851f5b592f1eec33109be78ee5a05b3658c26afb67c30379f7cc66dfa20af276aae0a1c21dbf5c9fd337c853d623b08126324b06561 SHA512 0b1deca544317e2f0b1ff550e5921e8d6f64565f7cd72b6210fc7d3d7c3a301875088687a31ca5a29d310b2931695bd7a77e41dc5685ab7175ea1d41fe9246af DIST igmpproxy-0.4.tar.gz 170700 BLAKE2B 233af2fe35a0d661211d205fec89cce0a7dc91fe1530e940703e6d56eeb69f4490ca16d18787dbbaf7c0087dc2ebcb61d212778993af6fbb8acc7ba33429f7e0 SHA512 ad5d8f0794cf74e42f6f99a57815402904ef7f03b76a901885c16aa0d148e552ce001832e82e4cc4ac33e2d4fd6059c51352363f13f192bca48ea9bca12c640c diff --git a/net-misc/igmpproxy/igmpproxy-0.3-r1.ebuild b/net-misc/igmpproxy/igmpproxy-0.3-r1.ebuild deleted file mode 100644 index cfbcbd34dfb9..000000000000 --- a/net-misc/igmpproxy/igmpproxy-0.3-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools linux-info systemd - -DESCRIPTION="A multicast routing daemon which uses IGMP forwarding" -HOMEPAGE="https://github.com/pali/igmpproxy" -SRC_URI="https://github.com/pali/${PN}/releases/download/${PV}/${P}.tar.gz" - -KEYWORDS="amd64 x86" -LICENSE="GPL-2+" -SLOT="0" - -CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE" - -src_prepare() { - default - - eautoreconf -} - -src_install() { - default - - newinitd "${FILESDIR}"/igmpproxy.initd-r1 igmpproxy - systemd_dounit "${FILESDIR}"/"${PN}".service - - newconfd "${FILESDIR}"/igmpproxy.confd igmpproxy -}