Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/rethinkdb/
Date: Sat, 02 Jun 2018 00:57:06
Message-Id: 1527901012.12000ccfd3fd7c0e8c401a1a4eecad617a89b229.bman@gentoo
1 commit: 12000ccfd3fd7c0e8c401a1a4eecad617a89b229
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 1 16:35:01 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 00:56:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12000ccf
7
8 dev-db/rethinkdb: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8675
11
12 dev-db/rethinkdb/rethinkdb-2.3.6.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild b/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild
16 index 75c166abc66..3c1b8ac0ee8 100644
17 --- a/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild
18 +++ b/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -6,10 +6,10 @@ EAPI="6"
26 inherit python-utils-r1 systemd user
27
28 DESCRIPTION="The open-source database for the realtime web."
29 -HOMEPAGE="http://www.rethinkdb.com"
30 +HOMEPAGE="https://www.rethinkdb.com"
31 LICENSE="AGPL-3"
32 SLOT="0"
33 -SRC_URI="http://download.rethinkdb.com/dist/${P}.tgz"
34 +SRC_URI="https://download.rethinkdb.com/dist/${P}.tgz"
35
36 KEYWORDS="~amd64 ~x86"
37 IUSE="doc +jemalloc tcmalloc"