From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-926155-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 7273E139085
	for <garchives@archives.gentoo.org>; Tue, 24 Jan 2017 15:39:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2C17B14347;
	Tue, 24 Jan 2017 15:39:13 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EFC5014347
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2017 15:39:12 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CF2273416BE
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2017 15:39:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 35C252DCB
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2017 15:39:10 +0000 (UTC)
From: "Andreas Hüttel" <dilfridge@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, "Andreas Hüttel" <dilfridge@gentoo.org>
Message-ID: <1485272326.c104852a08f86da7b65dd7e71f185dd4f34e9832.dilfridge@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/genlop/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-portage/genlop/genlop-0.30.10-r1.ebuild app-portage/genlop/genlop-0.30.10.ebuild app-portage/genlop/genlop-0.30.9-r1.ebuild app-portage/genlop/genlop-9999.ebuild
X-VCS-Directories: app-portage/genlop/
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas Hüttel
X-VCS-Revision: c104852a08f86da7b65dd7e71f185dd4f34e9832
X-VCS-Branch: master
Date: Tue, 24 Jan 2017 15:39:10 +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: e7d8508b-6883-4447-96ab-45d86ddc389d
X-Archives-Hash: 0ef07cbf9acea5491cad97dcfb21f1ec

commit:     c104852a08f86da7b65dd7e71f185dd4f34e9832
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 15:38:21 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 15:38:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c104852a

app-portage/genlop: Fix HOMEPAGE

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-portage/genlop/genlop-0.30.10-r1.ebuild | 4 ++--
 app-portage/genlop/genlop-0.30.10.ebuild    | 4 ++--
 app-portage/genlop/genlop-0.30.9-r1.ebuild  | 4 ++--
 app-portage/genlop/genlop-9999.ebuild       | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-portage/genlop/genlop-0.30.10-r1.ebuild b/app-portage/genlop/genlop-0.30.10-r1.ebuild
index f56a7ba..92396d8 100644
--- a/app-portage/genlop/genlop-0.30.10-r1.ebuild
+++ b/app-portage/genlop/genlop-0.30.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI=5
 inherit base bash-completion-r1
 
 DESCRIPTION="A nice emerge.log parser"
-HOMEPAGE="https://www.gentoo.org/proj/en/perl"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
 SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/app-portage/genlop/genlop-0.30.10.ebuild b/app-portage/genlop/genlop-0.30.10.ebuild
index bd10dd9..cbc30a0 100644
--- a/app-portage/genlop/genlop-0.30.10.ebuild
+++ b/app-portage/genlop/genlop-0.30.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI=5
 inherit bash-completion-r1
 
 DESCRIPTION="A nice emerge.log parser"
-HOMEPAGE="https://www.gentoo.org/proj/en/perl"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
 SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/app-portage/genlop/genlop-0.30.9-r1.ebuild b/app-portage/genlop/genlop-0.30.9-r1.ebuild
index e36ab25..3136356 100644
--- a/app-portage/genlop/genlop-0.30.9-r1.ebuild
+++ b/app-portage/genlop/genlop-0.30.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI="5"
 inherit base bash-completion-r1
 
 DESCRIPTION="A nice emerge.log parser"
-HOMEPAGE="https://www.gentoo.org/proj/en/perl"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
 SRC_URI="mirror://gentoo//${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/app-portage/genlop/genlop-9999.ebuild b/app-portage/genlop/genlop-9999.ebuild
index 58fd24c..1a16b21 100644
--- a/app-portage/genlop/genlop-9999.ebuild
+++ b/app-portage/genlop/genlop-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit git-2 bash-completion-r1
 
 EGIT_REPO_URI="git://github.com/gentoo-perl/genlop.git"
 DESCRIPTION="A nice emerge.log parser"
-HOMEPAGE="https://www.gentoo.org/proj/en/perl"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
 SRC_URI=""
 
 LICENSE="GPL-2"