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 00A1D138350 for ; Sat, 11 Jan 2020 14:11:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F14DDE08FA; Sat, 11 Jan 2020 14:11:49 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D008FE08FA for ; Sat, 11 Jan 2020 14:11:49 +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 9221F34DE0E for ; Sat, 11 Jan 2020 14:11:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ED8BB0 for ; Sat, 11 Jan 2020 14:11:46 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1578751898.8e462c8674f9911325ff7800422b2b79e88db4df.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pg_activity/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pg_activity/pg_activity-1.5.0.ebuild X-VCS-Directories: dev-db/pg_activity/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8e462c8674f9911325ff7800422b2b79e88db4df X-VCS-Branch: master Date: Sat, 11 Jan 2020 14:11:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cecd92f0-0b85-4830-a8fd-8e0c1ab99529 X-Archives-Hash: 70bad34f4a71fd1b65c8624bc7177bf9 commit: 8e462c8674f9911325ff7800422b2b79e88db4df Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Jan 11 14:11:38 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Jan 11 14:11:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e462c86 dev-db/pg_activity: update homepage Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Agostino Sarubbo gentoo.org> dev-db/pg_activity/pg_activity-1.5.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/pg_activity/pg_activity-1.5.0.ebuild b/dev-db/pg_activity/pg_activity-1.5.0.ebuild index 4dfd633a9d5..bbd8162ba05 100644 --- a/dev-db/pg_activity/pg_activity-1.5.0.ebuild +++ b/dev-db/pg_activity/pg_activity-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Realtime PostgreSQL database server monitoring tool" -HOMEPAGE="https://github.com/julmon/pg_activity/" -SRC_URI="https://github.com/julmon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/dalibo/pg_activity" +SRC_URI="https://github.com/dalibo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" SLOT="0" LICENSE="POSTGRESQL"