diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-07-21 21:44:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-21 23:46:13 +0200 |
commit | 0e7cab9bb8723e2cda5215c2fa96e0775179e51f (patch) | |
tree | 26dcac5261db5b1dabb52dffc3268c5d6dfffe48 /net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild | |
parent | net-dns/dnssec-validator: drop old version (diff) | |
download | gentoo-0e7cab9bb8723e2cda5215c2fa96e0775179e51f.tar.gz gentoo-0e7cab9bb8723e2cda5215c2fa96e0775179e51f.tar.bz2 gentoo-0e7cab9bb8723e2cda5215c2fa96e0775179e51f.zip |
net-misc/igmpproxy: drop old version
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild')
-rw-r--r-- | net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild b/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild deleted file mode 100644 index 3d8447540d82..000000000000 --- a/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit linux-info systemd - -DESCRIPTION="Multicast Routing Daemon using only IGMP signalling" -HOMEPAGE="https://github.com/pali/igmpproxy" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 Stanford" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -CONFIG_CHECK="~IP_MULTICAST ~IP_MROUTE" - -src_install() { - emake DESTDIR="${D}" install - newinitd "${FILESDIR}/${PN}-init.d" ${PN} - newconfd "${FILESDIR}/${PN}-conf.d" ${PN} - systemd_dounit "${FILESDIR}/${PN}.service" -} |