Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/phppgadmin/
Date: Sun, 30 Jul 2017 08:48:01
Message-Id: 1501404446.436c4bf6e1b592fb5dced28f5de1505c6f0a8061.mgorny@gentoo
1 commit: 436c4bf6e1b592fb5dced28f5de1505c6f0a8061
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 07:43:05 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436c4bf6
7
8 dev-db/phppgadmin: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-db/phppgadmin/phppgadmin-9999.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-db/phppgadmin/phppgadmin-9999.ebuild b/dev-db/phppgadmin/phppgadmin-9999.ebuild
16 index 51ad630e488..61ae2918cea 100644
17 --- a/dev-db/phppgadmin/phppgadmin-9999.ebuild
18 +++ b/dev-db/phppgadmin/phppgadmin-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="2"
25 @@ -7,8 +7,7 @@ inherit webapp git-2
26
27 DESCRIPTION="Web-based administration for Postgres database in php"
28 HOMEPAGE="http://phppgadmin.sourceforge.net/"
29 -EGIT_REPO_URI="git://github.com/xzilla/${PN}.git
30 - https://github.com/xzilla/${PN}.git"
31 +EGIT_REPO_URI="https://github.com/xzilla/${PN}.git"
32
33 LICENSE="GPL-2"
34 KEYWORDS=""