Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwknop/
Date: Thu, 26 Nov 2015 10:07:42
Message-Id: 1448501983.6ad2bf618716cc13e8fe1f95f8c6832d4eac6a53.monsieurp@gentoo
1 commit: 6ad2bf618716cc13e8fe1f95f8c6832d4eac6a53
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 26 01:37:34 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 01:39:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad2bf61
7
8 net-firewall/fwknop: add GitHub repo to HOMEPAGE
9
10 As cipherdyne.org tends to be down sometimes.
11
12 net-firewall/fwknop/fwknop-2.6.7-r1.ebuild | 2 +-
13 net-firewall/fwknop/fwknop-2.6.7-r2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-firewall/fwknop/fwknop-2.6.7-r1.ebuild b/net-firewall/fwknop/fwknop-2.6.7-r1.ebuild
17 index 1a798bd..006ebd0 100644
18 --- a/net-firewall/fwknop/fwknop-2.6.7-r1.ebuild
19 +++ b/net-firewall/fwknop/fwknop-2.6.7-r1.ebuild
20 @@ -15,7 +15,7 @@ PYTHON_COMPAT=( python2_7 )
21 inherit autotools-utils distutils-r1 linux-info readme.gentoo systemd
22
23 DESCRIPTION="Single Packet Authorization and Port Knocking application"
24 -HOMEPAGE="http://www.cipherdyne.org/fwknop/"
25 +HOMEPAGE="http://www.cipherdyne.org/fwknop/ https://github.com/mrash/fwknop"
26 SRC_URI="https://github.com/mrash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="GPL-2"
29
30 diff --git a/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild b/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild
31 index 18c6e90..46dbcae 100644
32 --- a/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild
33 +++ b/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild
34 @@ -15,7 +15,7 @@ PYTHON_COMPAT=( python2_7 )
35 inherit autotools-utils distutils-r1 linux-info readme.gentoo systemd
36
37 DESCRIPTION="Single Packet Authorization and Port Knocking application"
38 -HOMEPAGE="http://www.cipherdyne.org/fwknop/"
39 +HOMEPAGE="http://www.cipherdyne.org/fwknop/ https://github.com/mrash/fwknop"
40 SRC_URI="https://github.com/mrash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41
42 LICENSE="GPL-2"