diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-02-08 10:42:41 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-08 10:58:43 +0100 |
commit | 24856158dce4b2c15d96d0b4e7f2ef81096d3d73 (patch) | |
tree | b8ea8414235d1a295cde893167b5369513e1ff73 /net-misc/igmpproxy | |
parent | net-misc/igmpproxy: x86 stable (diff) | |
download | gentoo-24856158dce4b2c15d96d0b4e7f2ef81096d3d73.tar.gz gentoo-24856158dce4b2c15d96d0b4e7f2ef81096d3d73.tar.bz2 gentoo-24856158dce4b2c15d96d0b4e7f2ef81096d3d73.zip |
net-misc/igmpproxy: drop old version
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/igmpproxy')
-rw-r--r-- | net-misc/igmpproxy/Manifest | 1 | ||||
-rw-r--r-- | net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/net-misc/igmpproxy/Manifest b/net-misc/igmpproxy/Manifest index 201e093e6a01..b95a32c6d533 100644 --- a/net-misc/igmpproxy/Manifest +++ b/net-misc/igmpproxy/Manifest @@ -1,2 +1 @@ -DIST igmpproxy-0.2.1_p20200508.tar.gz 43672 BLAKE2B 886e293a30ec8b0a6bdfee9a7858d6de67b42e71628a604b108909f7eac31cfb129648f6eb8c47cf6aeec4d0a078f5a7a0f4487737b4f9338f727445a4f94dac SHA512 f0929537cac30664ed94231b2b31098dccea53a3e0d5ddfc14ae5ab08fa116438a983d06c17f41d8fec69b94d0c8725eb23525c94813d78310f2f2e3c03bcbf7 DIST igmpproxy-0.3.tar.gz 168403 BLAKE2B 4dd07936074fbd9b3c869851f5b592f1eec33109be78ee5a05b3658c26afb67c30379f7cc66dfa20af276aae0a1c21dbf5c9fd337c853d623b08126324b06561 SHA512 0b1deca544317e2f0b1ff550e5921e8d6f64565f7cd72b6210fc7d3d7c3a301875088687a31ca5a29d310b2931695bd7a77e41dc5685ab7175ea1d41fe9246af diff --git a/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild b/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild deleted file mode 100644 index a25a15192766..000000000000 --- a/net-misc/igmpproxy/igmpproxy-0.2.1_p20200508.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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 -} |