From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1003255-garchives=archives.gentoo.org@lists.gentoo.org> 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 559B91382C5 for <garchives@archives.gentoo.org>; Tue, 13 Feb 2018 11:00:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59B9AE0C07; Tue, 13 Feb 2018 11:00:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 32A18E0C07 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 11:00:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 29762335C2C for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 11:00:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF71078 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 10:59:58 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1518519596.872b65ae316beb7b02c326e1c0155bf6b25544ce.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ipt_netflow/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild net-firewall/ipt_netflow/ipt_netflow-2.2-r3.ebuild X-VCS-Directories: net-firewall/ipt_netflow/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 872b65ae316beb7b02c326e1c0155bf6b25544ce X-VCS-Branch: master Date: Tue, 13 Feb 2018 10:59:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ec2b0f7b-43c9-4cb0-bec6-38e8fbee604b X-Archives-Hash: d837da775bedb09710833a381b8c7894 commit: 872b65ae316beb7b02c326e1c0155bf6b25544ce Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Feb 13 10:59:30 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Feb 13 10:59:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872b65ae net-firewall/ipt_netflow: Add Github HOMEPAGE. Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild | 7 +++++-- 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 c4a7b8bba0c..256b146cb88 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 b2bda0e5889..eb772b4d9b2 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"