commit: 45d96fa614308112fd0b17f0f6b012800f2777bc Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Mon Jun 12 11:09:09 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Mon Jun 12 11:34:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d96fa6
dev-lua/luvit: use HTTPS Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-lua/luvit/luvit-0.7.0.ebuild | 6 +++--- dev-lua/luvit/luvit-0.8.2.ebuild | 6 +++--- 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 67719fbf260..da21771c0b3 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 0ed88827d64..9dedec697b3 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 7a9323a349c..0238fd7cd9b 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=""
