diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-libs/libcec | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-libs/libcec')
-rw-r--r-- | dev-libs/libcec/libcec-2.1.3.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libcec/libcec-2.1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libcec/libcec-2.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libcec/libcec-3.0.1.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libcec/libcec-2.1.3.ebuild b/dev-libs/libcec/libcec-2.1.3.ebuild index 24197aca8487..2e0d621b367d 100644 --- a/dev-libs/libcec/libcec-2.1.3.ebuild +++ b/dev-libs/libcec/libcec-2.1.3.ebuild @@ -8,7 +8,7 @@ inherit autotools eutils linux-info vcs-snapshot DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" HOMEPAGE="http://libcec.pulse-eight.com" -SRC_URI="http://github.com/Pulse-Eight/${PN}/tarball/${P} -> ${P}.tar.gz" +SRC_URI="https://github.com/Pulse-Eight/${PN}/tarball/${P} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-libs/libcec/libcec-2.1.4.ebuild b/dev-libs/libcec/libcec-2.1.4.ebuild index 559be7c88a2b..6931bf857b83 100644 --- a/dev-libs/libcec/libcec-2.1.4.ebuild +++ b/dev-libs/libcec/libcec-2.1.4.ebuild @@ -8,7 +8,7 @@ inherit autotools eutils linux-info DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" HOMEPAGE="http://libcec.pulse-eight.com" -SRC_URI="http://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz" +SRC_URI="https://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" diff --git a/dev-libs/libcec/libcec-2.2.0.ebuild b/dev-libs/libcec/libcec-2.2.0.ebuild index ee8dcfc7983f..57bc42c9df37 100644 --- a/dev-libs/libcec/libcec-2.2.0.ebuild +++ b/dev-libs/libcec/libcec-2.2.0.ebuild @@ -8,7 +8,7 @@ inherit autotools eutils linux-info DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" HOMEPAGE="http://libcec.pulse-eight.com" -SRC_URI="http://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz" +SRC_URI="https://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" diff --git a/dev-libs/libcec/libcec-3.0.1.ebuild b/dev-libs/libcec/libcec-3.0.1.ebuild index e1f411b1cf74..0c343ba05056 100644 --- a/dev-libs/libcec/libcec-3.0.1.ebuild +++ b/dev-libs/libcec/libcec-3.0.1.ebuild @@ -9,7 +9,7 @@ inherit cmake-utils eutils linux-info python-single-r1 DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor" HOMEPAGE="http://libcec.pulse-eight.com" -SRC_URI="http://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz" +SRC_URI="https://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" |