Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgbadger/
Date: Sun, 07 Oct 2018 10:25:15
Message-Id: 1538907887.1b3464ae5cbec1a422bf1bf6c8914acfe1585b72.titanofold@gentoo
1 commit: 1b3464ae5cbec1a422bf1bf6c8914acfe1585b72
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 15 15:21:07 2018 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 10:24:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3464ae
7
8 dev-db/pgbadger: use HTTPS, update HOMEPAGE
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://bugs.gentoo.org/667870
12 Closes: https://github.com/gentoo/gentoo/pull/9876
13 Signed-off-by: Aaron Swenson <titanofold <AT> gentoo.org>
14
15 dev-db/pgbadger/pgbadger-10.0.ebuild | 4 ++--
16 dev-db/pgbadger/pgbadger-9.2.ebuild | 6 +++---
17 2 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-db/pgbadger/pgbadger-10.0.ebuild b/dev-db/pgbadger/pgbadger-10.0.ebuild
20 index aa5e31f4579..5fbe33c8576 100644
21 --- a/dev-db/pgbadger/pgbadger-10.0.ebuild
22 +++ b/dev-db/pgbadger/pgbadger-10.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -6,7 +6,7 @@ EAPI=6
30 inherit perl-module
31
32 DESCRIPTION="pgBadger is a PostgreSQL log analyzer."
33 -HOMEPAGE="http://dalibo.github.io/pgbadger/"
34 +HOMEPAGE="https://pgbadger.darold.net/"
35 SRC_URI="https://github.com/darold/pgbadger/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36
37 LICENSE="BSD"
38
39 diff --git a/dev-db/pgbadger/pgbadger-9.2.ebuild b/dev-db/pgbadger/pgbadger-9.2.ebuild
40 index 16ecc3a80b9..cbbf9fb4146 100644
41 --- a/dev-db/pgbadger/pgbadger-9.2.ebuild
42 +++ b/dev-db/pgbadger/pgbadger-9.2.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -6,8 +6,8 @@ EAPI=6
50 inherit perl-module
51
52 DESCRIPTION="pgBadger is a PostgreSQL log analyzer."
53 -HOMEPAGE="http://dalibo.github.io/pgbadger/"
54 -SRC_URI="https://github.com/dalibo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
55 +HOMEPAGE="https://pgbadger.darold.net/"
56 +SRC_URI="https://github.com/darold/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
57
58 LICENSE="BSD"
59 SLOT="0"