summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2017-01-02 00:30:52 +0100
committerMichael Weber <xmw@gentoo.org>2017-01-02 00:32:14 +0100
commit39d98492885f2bbe5c54c382d5bbce522acc7b76 (patch)
tree8617344f92a850b32e6313dd630c060ec9a4a8ba /net-wireless
parentnet-misc/stunnel: version bump to 5.39 and EAPI=6 (diff)
downloadgentoo-39d98492885f2bbe5c54c382d5bbce522acc7b76.tar.gz
gentoo-39d98492885f2bbe5c54c382d5bbce522acc7b76.tar.bz2
gentoo-39d98492885f2bbe5c54c382d5bbce522acc7b76.zip
net-wireless/horst: Update live ebuild.
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/horst/horst-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/horst/horst-9999.ebuild b/net-wireless/horst/horst-9999.ebuild
index 5212aed280a4..58222b048c78 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
}