diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 18:38:03 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:08:37 -0500 |
commit | 65e8ffa1540aef5d17911a84db837a7243e53aee (patch) | |
tree | 567ef3b9e47b695ebc2245a25c7692b1762417bc /net-misc/igmpproxy | |
parent | net-misc/igmpproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-65e8ffa1540aef5d17911a84db837a7243e53aee.tar.gz gentoo-65e8ffa1540aef5d17911a84db837a7243e53aee.tar.bz2 gentoo-65e8ffa1540aef5d17911a84db837a7243e53aee.zip |
net-misc/igmpproxy: remove old version
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/igmpproxy')
-rw-r--r-- | net-misc/igmpproxy/igmpproxy-0.1-r1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-misc/igmpproxy/igmpproxy-0.1-r1.ebuild b/net-misc/igmpproxy/igmpproxy-0.1-r1.ebuild deleted file mode 100644 index 508ca613cc52..000000000000 --- a/net-misc/igmpproxy/igmpproxy-0.1-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit linux-info systemd - -DESCRIPTION="Multicast Routing Daemon using only IGMP signalling (Internet Group Management Protocol)" -HOMEPAGE="http://sourceforge.net/projects/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" -} |