mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-lua/luvit: use HTTPS
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user