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-python/RecSQL/
Date: Sun, 30 Jul 2017 09:16:00
Message-Id: 1501406141.a3f80898b84dd38e293c7edf842dc2e4211a3716.mgorny@gentoo
1 commit: a3f80898b84dd38e293c7edf842dc2e4211a3716
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 10:19:49 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:15:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f80898
7
8 dev-python/RecSQL: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/RecSQL/RecSQL-0.7.8.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/RecSQL/RecSQL-0.7.8.ebuild b/dev-python/RecSQL/RecSQL-0.7.8.ebuild
16 index 1ff3aa9db93..6df5fe8e285 100644
17 --- a/dev-python/RecSQL/RecSQL-0.7.8.ebuild
18 +++ b/dev-python/RecSQL/RecSQL-0.7.8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -8,9 +8,7 @@ PYTHON_REQ_USE="sqlite"
26
27 if [[ $PV = *9999* ]]; then
28 scm_eclass=git-2
29 - EGIT_REPO_URI="
30 - git://github.com/orbeckst/${PN}.git
31 - https://github.com/orbeckst/${PN}.git"
32 + EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git"
33 SRC_URI=""
34 KEYWORDS=""
35 else