Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firehol/
Date: Thu, 31 Aug 2017 14:34:07
Message-Id: 1504189998.0c70ca1ea3c6b26de1222376e0dbed9f219ffe56.radhermit@gentoo
1 commit: 0c70ca1ea3c6b26de1222376e0dbed9f219ffe56
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 14:32:42 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 14:33:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c70ca1e
7
8 net-firewall/firehol: add the main website to HOMEPAGE
9
10 net-firewall/firehol/firehol-3.1.3-r1.ebuild | 2 +-
11 net-firewall/firehol/firehol-3.1.3.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/net-firewall/firehol/firehol-3.1.3-r1.ebuild b/net-firewall/firehol/firehol-3.1.3-r1.ebuild
15 index 92789cbbace..f95d2d08acf 100644
16 --- a/net-firewall/firehol/firehol-3.1.3-r1.ebuild
17 +++ b/net-firewall/firehol/firehol-3.1.3-r1.ebuild
18 @@ -5,7 +5,7 @@ EAPI=6
19 inherit linux-info
20
21 DESCRIPTION="iptables firewall generator"
22 -HOMEPAGE="https://github.com/firehol/firehol"
23 +HOMEPAGE="https://firehol.org/ https://github.com/firehol/firehol"
24 SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz"
25
26 LICENSE="GPL-2"
27
28 diff --git a/net-firewall/firehol/firehol-3.1.3.ebuild b/net-firewall/firehol/firehol-3.1.3.ebuild
29 index 72db0e343d5..dec6cac43af 100644
30 --- a/net-firewall/firehol/firehol-3.1.3.ebuild
31 +++ b/net-firewall/firehol/firehol-3.1.3.ebuild
32 @@ -5,7 +5,7 @@ EAPI=6
33 inherit linux-info
34
35 DESCRIPTION="iptables firewall generator"
36 -HOMEPAGE="https://github.com/firehol/firehol"
37 +HOMEPAGE="https://firehol.org/ https://github.com/firehol/firehol"
38 SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz"
39
40 LICENSE="GPL-2"