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 DB996138334 for ; Sun, 7 Oct 2018 10:25:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45273E0C30; Sun, 7 Oct 2018 10:25:09 +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 1EC71E0C30 for ; Sun, 7 Oct 2018 10:25:09 +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 D266F335C8D for ; Sun, 7 Oct 2018 10:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E4B53FB for ; Sun, 7 Oct 2018 10:25:06 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1538907887.1b3464ae5cbec1a422bf1bf6c8914acfe1585b72.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgbadger/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgbadger/pgbadger-10.0.ebuild dev-db/pgbadger/pgbadger-9.2.ebuild X-VCS-Directories: dev-db/pgbadger/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 1b3464ae5cbec1a422bf1bf6c8914acfe1585b72 X-VCS-Branch: master Date: Sun, 7 Oct 2018 10:25:06 +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: d8e19c96-9ef6-40f7-80e2-3ecf7ba11bc2 X-Archives-Hash: f0b60a90009e0fe9ae50cfbfbd83fc1a commit: 1b3464ae5cbec1a422bf1bf6c8914acfe1585b72 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Sep 15 15:21:07 2018 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Sun Oct 7 10:24:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3464ae dev-db/pgbadger: use HTTPS, update HOMEPAGE Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://bugs.gentoo.org/667870 Closes: https://github.com/gentoo/gentoo/pull/9876 Signed-off-by: Aaron Swenson gentoo.org> dev-db/pgbadger/pgbadger-10.0.ebuild | 4 ++-- dev-db/pgbadger/pgbadger-9.2.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-db/pgbadger/pgbadger-10.0.ebuild b/dev-db/pgbadger/pgbadger-10.0.ebuild index aa5e31f4579..5fbe33c8576 100644 --- a/dev-db/pgbadger/pgbadger-10.0.ebuild +++ b/dev-db/pgbadger/pgbadger-10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit perl-module DESCRIPTION="pgBadger is a PostgreSQL log analyzer." -HOMEPAGE="http://dalibo.github.io/pgbadger/" +HOMEPAGE="https://pgbadger.darold.net/" SRC_URI="https://github.com/darold/pgbadger/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-db/pgbadger/pgbadger-9.2.ebuild b/dev-db/pgbadger/pgbadger-9.2.ebuild index 16ecc3a80b9..cbbf9fb4146 100644 --- a/dev-db/pgbadger/pgbadger-9.2.ebuild +++ b/dev-db/pgbadger/pgbadger-9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2017 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit perl-module DESCRIPTION="pgBadger is a PostgreSQL log analyzer." -HOMEPAGE="http://dalibo.github.io/pgbadger/" -SRC_URI="https://github.com/dalibo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://pgbadger.darold.net/" +SRC_URI="https://github.com/darold/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"