Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/slony1/
Date: Thu, 03 Dec 2020 14:31:23
Message-Id: 1607005807.474de973212a8f2d195a042229e1a1cc031c77ae.titanofold@gentoo
1 commit: 474de973212a8f2d195a042229e1a1cc031c77ae
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 14:30:07 2020 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 14:30:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474de973
7
8 dev-db/slony1: Update Homepage
9
10 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
11
12 dev-db/slony1/slony1-2.2.9.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-db/slony1/slony1-2.2.9.ebuild b/dev-db/slony1/slony1-2.2.9.ebuild
16 index bd13243822d..0e854d2ba2c 100644
17 --- a/dev-db/slony1/slony1-2.2.9.ebuild
18 +++ b/dev-db/slony1/slony1-2.2.9.ebuild
19 @@ -11,11 +11,11 @@ inherit postgres-multi
20 IUSE="doc perl"
21
22 DESCRIPTION="A replication system for the PostgreSQL Database Management System"
23 -HOMEPAGE="http://slony.info/"
24 +HOMEPAGE="https://slony.info/"
25
26 MAJ_PV=$(ver_cut 1-2)
27 -SRC_URI="https://www.slony.info/downloads/${MAJ_PV}/source/${P}.tar.bz2
28 - doc? ( https://www.slony.info/downloads/${MAJ_PV}/source/${P}-docs.tar.bz2 )
29 +SRC_URI="https://slony.info/downloads/${MAJ_PV}/source/${P}.tar.bz2
30 + doc? ( https://slony.info/downloads/${MAJ_PV}/source/${P}-docs.tar.bz2 )
31 "
32
33 LICENSE="BSD GPL-2"