summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 00:46:21 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:22:45 +0200
commit9162b1c703cc1290b241cd6751f1e3b0d52ba6d2 (patch)
tree98313757706484dc6c918822971d88cc653d3ded /sys-cluster/libquo/libquo-1.2.3.ebuild
parentsys-kernel/cryptodev: use HTTPS for GitHub, replace defunct SRC_URI (diff)
downloadgentoo-9162b1c703cc1290b241cd6751f1e3b0d52ba6d2.tar.gz
gentoo-9162b1c703cc1290b241cd6751f1e3b0d52ba6d2.tar.bz2
gentoo-9162b1c703cc1290b241cd6751f1e3b0d52ba6d2.zip
sys-cluster/libquo: use HTTPS for GitHub, HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-cluster/libquo/libquo-1.2.3.ebuild')
-rw-r--r--sys-cluster/libquo/libquo-1.2.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a17da6712d0..69867bf0fe21 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -6,17 +6,17 @@ EAPI=5
inherit autotools-utils
if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="git://github.com/lanl/${PN}.git https://github.com/lanl/${PN}.git"
+ EGIT_REPO_URI="https://github.com/lanl/${PN}.git"
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
else
- SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz"
+ SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/"
+HOMEPAGE="https://lanl.github.io/libquo/"
LICENSE="BSD"
SLOT="0"