From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-922760-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 4A32E139087
	for <garchives@archives.gentoo.org>; Fri, 13 Jan 2017 02:26:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1880E2340DF;
	Fri, 13 Jan 2017 02:26:45 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 E0A122340DF
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jan 2017 02:26:44 +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 DCCD6341732
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jan 2017 02:26:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 130DB2631
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jan 2017 02:26:42 +0000 (UTC)
From: "Brian Dolbec" <dolsen@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, "Brian Dolbec" <dolsen@gentoo.org>
Message-ID: <1484274201.a037a28fc10b2b50b836ef806ea71e14c2b1a2ad.dolsen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-console-view/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/buildbot-console-view/buildbot-console-view-0.9.1.ebuild dev-util/buildbot-console-view/buildbot-console-view-0.9.2.ebuild dev-util/buildbot-console-view/buildbot-console-view-0.9.3.ebuild
X-VCS-Directories: dev-util/buildbot-console-view/
X-VCS-Committer: dolsen
X-VCS-Committer-Name: Brian Dolbec
X-VCS-Revision: a037a28fc10b2b50b836ef806ea71e14c2b1a2ad
X-VCS-Branch: master
Date: Fri, 13 Jan 2017 02:26:42 +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: 28bbb848-3741-44ce-950f-379daa14ff54
X-Archives-Hash: 22a577d6e793498ac9102e23f24fddbe

commit:     a037a28fc10b2b50b836ef806ea71e14c2b1a2ad
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 01:54:40 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 02:23:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a037a28f

dev-util/buildbot-console-view: Update homepages

Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16

 dev-util/buildbot-console-view/buildbot-console-view-0.9.1.ebuild | 4 ++--
 dev-util/buildbot-console-view/buildbot-console-view-0.9.2.ebuild | 2 +-
 dev-util/buildbot-console-view/buildbot-console-view-0.9.3.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-0.9.1.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-0.9.1.ebuild
index 0f36146..8f1d0a7 100644
--- a/dev-util/buildbot-console-view/buildbot-console-view-0.9.1.ebuild
+++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.1.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$
 
@@ -12,7 +12,7 @@ EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
 inherit distutils-r1
 
 DESCRIPTION="Buildbot console-view plugin"
-HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot http://pypi.python.org/pypi/buildbot"
+HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-console-view"
 
 MY_V="0.9.1"
 MY_P="${PN}-${MY_V}"

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-0.9.2.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-0.9.2.ebuild
index 452a0f4..62b5c18 100644
--- a/dev-util/buildbot-console-view/buildbot-console-view-0.9.2.ebuild
+++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.2.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
 inherit distutils-r1
 
 DESCRIPTION="Buildbot console-view plugin"
-HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot http://pypi.python.org/pypi/buildbot"
+HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-console-view"
 
 MY_V="${PV/_p/p}"
 MY_P="${PN}-${MY_V}"

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-0.9.3.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-0.9.3.ebuild
index 452a0f4..62b5c18 100644
--- a/dev-util/buildbot-console-view/buildbot-console-view-0.9.3.ebuild
+++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.3.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
 inherit distutils-r1
 
 DESCRIPTION="Buildbot console-view plugin"
-HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot http://pypi.python.org/pypi/buildbot"
+HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-console-view"
 
 MY_V="${PV/_p/p}"
 MY_P="${PN}-${MY_V}"