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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1130713835A for ; Tue, 19 May 2020 21:35:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED930E0863; Tue, 19 May 2020 21:35:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D371DE0863 for ; Tue, 19 May 2020 21:35:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAB1434F1DC for ; Tue, 19 May 2020 21:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B1AA25D for ; Tue, 19 May 2020 21:35:25 +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: <1589924099.e2cf1e8ee184dd0851652abc6bf75dd317ae7cd7.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.2.1_p20200508.ebuild X-VCS-Directories: net-misc/igmpproxy/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e2cf1e8ee184dd0851652abc6bf75dd317ae7cd7 X-VCS-Branch: master Date: Tue, 19 May 2020 21:35:25 +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: b1f49504-f3aa-4b53-84b1-69103f7c4fde X-Archives-Hash: 1824988e932945b6153d82aa219178f6 commit: e2cf1e8ee184dd0851652abc6bf75dd317ae7cd7 Author: Conrad Kostecki gentoo org> AuthorDate: Tue May 19 21:34:43 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue May 19 21:34:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2cf1e8e net-misc/igmpproxy: bump to version 0.2.1_p20200508 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Conrad Kostecki gentoo.org> net-misc/igmpproxy/Manifest | 1 + .../igmpproxy/igmpproxy-0.2.1_p20200508.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/net-misc/igmpproxy/Manifest b/net-misc/igmpproxy/Manifest index 9e7d21c3d55..27fb3e49b4a 100644 --- a/net-misc/igmpproxy/Manifest +++ b/net-misc/igmpproxy/Manifest @@ -1 +1,2 @@ DIST igmpproxy-0.2.1.tar.gz 166951 BLAKE2B d47a2b236679c7d05cf453fb5d6dc3a9e4174776845e2a1f71ca28e02c6e6270b5db09eaf5a48581dd85ecca8ff198a3e4b7f84fd61e455fe33c4f60ec079c15 SHA512 17f6891bf49d3e70cdf3930ab1abe6a0ad7b9f12ff2d1cdde3761771988585301f459995ba5ea956c742597de4ce13fbf0ba3c1ae37d13b2eee2a09f16f51ae2 +DIST igmpproxy-0.2.1_p20200508.tar.gz 43672 BLAKE2B 886e293a30ec8b0a6bdfee9a7858d6de67b42e71628a604b108909f7eac31cfb129648f6eb8c47cf6aeec4d0a078f5a7a0f4487737b4f9338f727445a4f94dac SHA512 f0929537cac30664ed94231b2b31098dccea53a3e0d5ddfc14ae5ab08fa116438a983d06c17f41d8fec69b94d0c8725eb23525c94813d78310f2f2e3c03bcbf7 diff --git a/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild b/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild new file mode 100644 index 00000000000..e9a6c714137 --- /dev/null +++ b/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +EGIT_COMMIT="c3e813a077c26134aa7574b4b271a5ee3d781471" + +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}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2+" +SLOT="0" + +S="${WORKDIR}/${PN}-${EGIT_COMMIT}" + +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 +}