diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-12 21:09:09 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-12 21:34:26 +1000 |
commit | 45d96fa614308112fd0b17f0f6b012800f2777bc (patch) | |
tree | 8c47cd50f22ab75eaf0e54f3d194da0d6c427053 /dev-lua | |
parent | dev-lua/luajson: use HTTPS (diff) | |
download | gentoo-45d96fa614308112fd0b17f0f6b012800f2777bc.tar.gz gentoo-45d96fa614308112fd0b17f0f6b012800f2777bc.tar.bz2 gentoo-45d96fa614308112fd0b17f0f6b012800f2777bc.zip |
dev-lua/luvit: use HTTPS
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luvit/luvit-0.7.0.ebuild | 6 | ||||
-rw-r--r-- | dev-lua/luvit/luvit-0.8.2.ebuild | 6 | ||||
-rw-r--r-- | dev-lua/luvit/luvit-9999.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-lua/luvit/luvit-0.7.0.ebuild b/dev-lua/luvit/luvit-0.7.0.ebuild index 67719fbf2604..da21771c0b31 100644 --- a/dev-lua/luvit/luvit-0.7.0.ebuild +++ b/dev-lua/luvit/luvit-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,8 @@ inherit eutils toolchain-funcs multilib # TODO: FHS https://github.com/luvit/luvit/issues/379 DESCRIPTION="Takes node.js' architecture and dependencies and fits it in the Lua language" -HOMEPAGE="http://luvit.io/" -SRC_URI="http://luvit.io/dist/latest/${P}.tar.gz" +HOMEPAGE="https://luvit.io/" +SRC_URI="https://luvit.io/dist/latest/${P}.tar.gz" KEYWORDS="amd64 x86" SLOT="0" diff --git a/dev-lua/luvit/luvit-0.8.2.ebuild b/dev-lua/luvit/luvit-0.8.2.ebuild index 0ed88827d64a..9dedec697b3b 100644 --- a/dev-lua/luvit/luvit-0.8.2.ebuild +++ b/dev-lua/luvit/luvit-0.8.2.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=5 @@ -8,8 +8,8 @@ inherit eutils toolchain-funcs multilib # TODO: FHS https://github.com/luvit/luvit/issues/379 DESCRIPTION="Takes node.js' architecture and dependencies and fits it in the Lua language" -HOMEPAGE="http://luvit.io/" -SRC_URI="http://luvit.io/dist/latest/${P}.tar.gz" +HOMEPAGE="https://luvit.io/" +SRC_URI="https://luvit.io/dist/latest/${P}.tar.gz" KEYWORDS="~amd64 ~x86" SLOT="0" diff --git a/dev-lua/luvit/luvit-9999.ebuild b/dev-lua/luvit/luvit-9999.ebuild index 7a9323a349c2..0238fd7cd9bd 100644 --- a/dev-lua/luvit/luvit-9999.ebuild +++ b/dev-lua/luvit/luvit-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=5 @@ -8,7 +8,7 @@ inherit toolchain-funcs multilib git-2 # TODO: FHS https://github.com/luvit/luvit/issues/379 DESCRIPTION="Takes node.js' architecture and dependencies and fits it in the Lua language" -HOMEPAGE="http://luvit.io/" +HOMEPAGE="https://luvit.io/" EGIT_REPO_URI="git://github.com/luvit/luvit.git" KEYWORDS="" |