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: app-portage/esearch/
Date: Sun, 30 Jul 2017 08:47:53
Message-Id: 1501404413.023d99c23d7cefe027eaa41c648d8dc8625c6968.mgorny@gentoo
1 commit: 023d99c23d7cefe027eaa41c648d8dc8625c6968
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:25:31 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:46:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023d99c2
7
8 app-portage/esearch: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-portage/esearch/esearch-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
16 index 05204a08bab..114acaf455e 100644
17 --- a/app-portage/esearch/esearch-9999.ebuild
18 +++ b/app-portage/esearch/esearch-9999.ebuild
19 @@ -7,7 +7,7 @@ PYTHON_REQ_USE="readline(+)"
20
21 inherit distutils-r1 git-2
22
23 -EGIT_REPO_URI="git://github.com/fuzzyray/esearch.git"
24 +EGIT_REPO_URI="https://github.com/fuzzyray/esearch.git"
25
26 DESCRIPTION="Replacement for 'emerge --search' with search-index"
27 HOMEPAGE="https://github.com/fuzzyray/esearch"