Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pg_activity/
Date: Sat, 11 Jan 2020 14:11:50
Message-Id: 1578751898.8e462c8674f9911325ff7800422b2b79e88db4df.ago@gentoo
1 commit: 8e462c8674f9911325ff7800422b2b79e88db4df
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 14:11:38 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 14:11:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e462c86
7
8 dev-db/pg_activity: update homepage
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 dev-db/pg_activity/pg_activity-1.5.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-db/pg_activity/pg_activity-1.5.0.ebuild b/dev-db/pg_activity/pg_activity-1.5.0.ebuild
17 index 4dfd633a9d5..bbd8162ba05 100644
18 --- a/dev-db/pg_activity/pg_activity-1.5.0.ebuild
19 +++ b/dev-db/pg_activity/pg_activity-1.5.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
27 inherit distutils-r1
28
29 DESCRIPTION="Realtime PostgreSQL database server monitoring tool"
30 -HOMEPAGE="https://github.com/julmon/pg_activity/"
31 -SRC_URI="https://github.com/julmon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 +HOMEPAGE="https://github.com/dalibo/pg_activity"
33 +SRC_URI="https://github.com/dalibo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 KEYWORDS="~amd64"
35 SLOT="0"
36 LICENSE="POSTGRESQL"