diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-12-25 00:02:37 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2017-12-25 00:02:49 +0100 |
commit | f8bc607f3c6d5ff2d18c7ab043c9953642a3621b (patch) | |
tree | 26f8b25241b0a81035a235d781a7782d109f9c41 /net-misc/igmpproxy | |
parent | dev-java/ecj-gcj: Drop older versions (diff) | |
download | gentoo-f8bc607f3c6d5ff2d18c7ab043c9953642a3621b.tar.gz gentoo-f8bc607f3c6d5ff2d18c7ab043c9953642a3621b.tar.bz2 gentoo-f8bc607f3c6d5ff2d18c7ab043c9953642a3621b.zip |
net-misc/igmpproxy: Update HOMEPAGE
Project moved from SF to github.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-misc/igmpproxy')
-rw-r--r-- | net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild b/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild index 12ba0b99a436..3d8447540d82 100644 --- a/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild +++ b/net-misc/igmpproxy/igmpproxy-0.1-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit linux-info systemd DESCRIPTION="Multicast Routing Daemon using only IGMP signalling" -HOMEPAGE="https://sourceforge.net/projects/igmpproxy" +HOMEPAGE="https://github.com/pali/igmpproxy" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 Stanford" @@ -17,7 +17,6 @@ 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" |