commit: 39d98492885f2bbe5c54c382d5bbce522acc7b76 Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Sun Jan 1 23:30:52 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Sun Jan 1 23:32:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d98492
net-wireless/horst: Update live ebuild. Package-Manager: portage-2.2.28 net-wireless/horst/horst-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-wireless/horst/horst-9999.ebuild b/net-wireless/horst/horst-9999.ebuild index 5212aed..58222b0 100644 --- a/net-wireless/horst/horst-9999.ebuild +++ b/net-wireless/horst/horst-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs git-r3 DESCRIPTION="Small 802.11 wireless LAN analyzer" -HOMEPAGE="http://br1.einfach.org/tech/horst/" +HOMEPAGE="https://github.com/br101/horst" EGIT_REPO_URI="https://github.com/br101/${PN}" LICENSE="GPL-2" @@ -31,7 +31,7 @@ src_compile() { src_install() { dosbin ${PN}{,.sh} dodoc README.md - doman ${PN}.1 + doman ${PN}.8 ${PN}.conf.5 insinto /etc doins ${PN}.conf }
