dev-lang/mujs: use HTTPS, remove obsolete eclass

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12143
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2019-05-31 19:08:11 +02:00
committed by Virgil Dupras
parent c23afe7a74
commit 6bcca7dce9

View File

@@ -3,11 +3,11 @@
EAPI=7
inherit flag-o-matic multilib toolchain-funcs
inherit flag-o-matic toolchain-funcs
DESCRIPTION="An embeddable Javascript interpreter in C."
HOMEPAGE="
http://mujs.com/
https://mujs.com/
https://github.com/ccxvii/mujs/
"
SRC_URI="https://github.com/ccxvii/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"