diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-02-13 11:59:30 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-02-13 11:59:56 +0100 |
commit | 872b65ae316beb7b02c326e1c0155bf6b25544ce (patch) | |
tree | ab77a084639ebc8f0dc7485c0ce54b91f52b4f34 /net-firewall | |
parent | media-fonts/viga: Fix SRC_URI (diff) | |
download | gentoo-872b65ae316beb7b02c326e1c0155bf6b25544ce.tar.gz gentoo-872b65ae316beb7b02c326e1c0155bf6b25544ce.tar.bz2 gentoo-872b65ae316beb7b02c326e1c0155bf6b25544ce.zip |
net-firewall/ipt_netflow: Add Github HOMEPAGE.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild | 7 | ||||
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-2.2-r3.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild index c4a7b8bba0cf..256b146cb88b 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,10 @@ MY_P="${MY_PN}-${PV}" inherit linux-info linux-mod toolchain-funcs DESCRIPTION="Netflow iptables module" -HOMEPAGE="https://sourceforge.net/projects/ipt-netflow" +HOMEPAGE=" + https://sourceforge.net/projects/ipt-netflow + https://github.com/aabc/ipt-netflow +" SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tgz" LICENSE="GPL-2" diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.2-r3.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.2-r3.ebuild index b2bda0e58894..eb772b4d9b21 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.2-r3.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.2-r3.ebuild @@ -7,7 +7,10 @@ MY_P="${MY_PN}-${PV}" inherit linux-info linux-mod toolchain-funcs DESCRIPTION="Netflow iptables module" -HOMEPAGE="https://sourceforge.net/projects/ipt-netflow" +HOMEPAGE=" + https://sourceforge.net/projects/ipt-netflow + https://github.com/aabc/ipt-netflow +" SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tgz" LICENSE="GPL-2" |