diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 01:27:37 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:37:48 +0200 |
commit | 061fc30692a4f842ce421984d2dae45235415159 (patch) | |
tree | 45ba1f2857f154fc1393932e6b8d4acdc236fd60 /dev-util/qdevicemonitor | |
parent | dev-python/pandocfilters: Utilities for writing pandoc filters in python (diff) | |
download | gentoo-061fc30692a4f842ce421984d2dae45235415159.tar.gz gentoo-061fc30692a4f842ce421984d2dae45235415159.tar.bz2 gentoo-061fc30692a4f842ce421984d2dae45235415159.zip |
dev-util/qdevicemonitor: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-util/qdevicemonitor')
-rw-r--r-- | dev-util/qdevicemonitor/qdevicemonitor-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1.ebuild index 62329fcec464..c055bb2fca97 100644 --- a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1.ebuild +++ b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1.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" @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/alopatindev/qdevicemonitor" if [[ ${PV} == "9999" ]] ; then inherit git-r3 - EGIT_REPO_URI="git://github.com/alopatindev/qdevicemonitor" + EGIT_REPO_URI="https://github.com/alopatindev/${PN}" else SRC_URI="https://github.com/alopatindev/qdevicemonitor/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild index 62329fcec464..c055bb2fca97 100644 --- a/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild +++ b/dev-util/qdevicemonitor/qdevicemonitor-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" @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/alopatindev/qdevicemonitor" if [[ ${PV} == "9999" ]] ; then inherit git-r3 - EGIT_REPO_URI="git://github.com/alopatindev/qdevicemonitor" + EGIT_REPO_URI="https://github.com/alopatindev/${PN}" else SRC_URI="https://github.com/alopatindev/qdevicemonitor/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" |