From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6B541396D0 for ; Thu, 31 Aug 2017 14:34:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3FC31FC041; Thu, 31 Aug 2017 14:34:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4C871FC041 for ; Thu, 31 Aug 2017 14:34:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDA2633FE7D for ; Thu, 31 Aug 2017 14:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90EED8916 for ; Thu, 31 Aug 2017 14:34:03 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504189998.0c70ca1ea3c6b26de1222376e0dbed9f219ffe56.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firehol/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firehol/firehol-3.1.3-r1.ebuild net-firewall/firehol/firehol-3.1.3.ebuild X-VCS-Directories: net-firewall/firehol/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 0c70ca1ea3c6b26de1222376e0dbed9f219ffe56 X-VCS-Branch: master Date: Thu, 31 Aug 2017 14:34:03 +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: ee10edd2-0b08-410a-ad93-75ad4b2bea64 X-Archives-Hash: abb1a4d17d2143f1fc2f1fbd9bcec62e commit: 0c70ca1ea3c6b26de1222376e0dbed9f219ffe56 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 14:32:42 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 14:33:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c70ca1e net-firewall/firehol: add the main website to HOMEPAGE net-firewall/firehol/firehol-3.1.3-r1.ebuild | 2 +- net-firewall/firehol/firehol-3.1.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/firehol/firehol-3.1.3-r1.ebuild b/net-firewall/firehol/firehol-3.1.3-r1.ebuild index 92789cbbace..f95d2d08acf 100644 --- a/net-firewall/firehol/firehol-3.1.3-r1.ebuild +++ b/net-firewall/firehol/firehol-3.1.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit linux-info DESCRIPTION="iptables firewall generator" -HOMEPAGE="https://github.com/firehol/firehol" +HOMEPAGE="https://firehol.org/ https://github.com/firehol/firehol" SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-2" diff --git a/net-firewall/firehol/firehol-3.1.3.ebuild b/net-firewall/firehol/firehol-3.1.3.ebuild index 72db0e343d5..dec6cac43af 100644 --- a/net-firewall/firehol/firehol-3.1.3.ebuild +++ b/net-firewall/firehol/firehol-3.1.3.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit linux-info DESCRIPTION="iptables firewall generator" -HOMEPAGE="https://github.com/firehol/firehol" +HOMEPAGE="https://firehol.org/ https://github.com/firehol/firehol" SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-2"