summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 08:27:15 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:35:42 +0200
commit100dcc06f363f51bb91fef5673280d3b32af0866 (patch)
tree2e61a8aae1edfbae86bc064081c3da160166e245
parentdev-python/hyperlink: add missing setuptools dependency (diff)
downloadgentoo-100dcc06f363f51bb91fef5673280d3b32af0866.tar.gz
gentoo-100dcc06f363f51bb91fef5673280d3b32af0866.tar.bz2
gentoo-100dcc06f363f51bb91fef5673280d3b32af0866.zip
sci-physics/espresso++: use https for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--sci-physics/espresso++/espresso++-1.9.4.ebuild4
-rw-r--r--sci-physics/espresso++/espresso++-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-physics/espresso++/espresso++-1.9.4.ebuild b/sci-physics/espresso++/espresso++-1.9.4.ebuild
index ebcee6a1539f..0a19919baf75 100644
--- a/sci-physics/espresso++/espresso++-1.9.4.ebuild
+++ b/sci-physics/espresso++/espresso++-1.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.espresso-pp.de"
MY_PN="${PN//+/p}"
if [[ ${PV} = 9999 ]]; then
- EGIT_REPO_URI="git://github.com/${MY_PN}/${MY_PN}.git http://github.com/${MY_PN}/${MY_PN}.git"
+ EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 0fd4dd38999e..2f9ecca51ed3 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.espresso-pp.de"
MY_PN="${PN//+/p}"
if [[ ${PV} = 9999 ]]; then
- EGIT_REPO_URI="git://github.com/${MY_PN}/${MY_PN}.git http://github.com/${MY_PN}/${MY_PN}.git"
+ EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git"
inherit git-r3
else
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"