From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 893741388C1 for ; Thu, 26 Nov 2015 10:07:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2513721C0E8; Thu, 26 Nov 2015 10:07:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6674321C0E3 for ; Thu, 26 Nov 2015 10:07:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 265953403C1 for ; Thu, 26 Nov 2015 10:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 744CFABD for ; Thu, 26 Nov 2015 10:07:34 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1448501983.6ad2bf618716cc13e8fe1f95f8c6832d4eac6a53.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwknop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/fwknop/fwknop-2.6.7-r1.ebuild net-firewall/fwknop/fwknop-2.6.7-r2.ebuild X-VCS-Directories: net-firewall/fwknop/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6ad2bf618716cc13e8fe1f95f8c6832d4eac6a53 X-VCS-Branch: master Date: Thu, 26 Nov 2015 10:07:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2d9029bf-d0ae-4dd0-82e5-bc245896177d X-Archives-Hash: d288586187306a4f70fb45fcf00951bc commit: 6ad2bf618716cc13e8fe1f95f8c6832d4eac6a53 Author: Ilya Tumaykin gmail com> AuthorDate: Thu Nov 26 01:37:34 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 26 01:39:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad2bf61 net-firewall/fwknop: add GitHub repo to HOMEPAGE As cipherdyne.org tends to be down sometimes. net-firewall/fwknop/fwknop-2.6.7-r1.ebuild | 2 +- net-firewall/fwknop/fwknop-2.6.7-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/fwknop/fwknop-2.6.7-r1.ebuild b/net-firewall/fwknop/fwknop-2.6.7-r1.ebuild index 1a798bd..006ebd0 100644 --- a/net-firewall/fwknop/fwknop-2.6.7-r1.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.7-r1.ebuild @@ -15,7 +15,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools-utils distutils-r1 linux-info readme.gentoo systemd DESCRIPTION="Single Packet Authorization and Port Knocking application" -HOMEPAGE="http://www.cipherdyne.org/fwknop/" +HOMEPAGE="http://www.cipherdyne.org/fwknop/ https://github.com/mrash/fwknop" SRC_URI="https://github.com/mrash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild b/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild index 18c6e90..46dbcae 100644 --- a/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild @@ -15,7 +15,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools-utils distutils-r1 linux-info readme.gentoo systemd DESCRIPTION="Single Packet Authorization and Port Knocking application" -HOMEPAGE="http://www.cipherdyne.org/fwknop/" +HOMEPAGE="http://www.cipherdyne.org/fwknop/ https://github.com/mrash/fwknop" SRC_URI="https://github.com/mrash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"