Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-04-27 11:39:55 +00:00
8 changed files with 33 additions and 18 deletions

View File

@@ -99,6 +99,13 @@ BDEPEND="
" "
RDEPEND="zsh-completion? ( !app-shells/zsh-completions )" RDEPEND="zsh-completion? ( !app-shells/zsh-completions )"
src_test() {
# we can't use the default behavior
# since the check rule performs formatting
# with a non-standard go tool
emake test
}
src_install() { src_install() {
dobin "dist/${PN}" dobin "dist/${PN}"
if use zsh-completion; then if use zsh-completion; then

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI="7"
GIT_PN="KikoPlay" GIT_PN="KikoPlay"
@@ -13,7 +13,7 @@ HOMEPAGE="
https://github.com/Protostars/KikoPlay https://github.com/Protostars/KikoPlay
" "
if [[ ${PV} == "9999" ]] ; then if [[ "${PV}" == "9999" ]] ; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git" EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git"
else else
@@ -25,9 +25,12 @@ fi
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
#not available # Please unmask dev-lang/lua:5.3 in /etc/portage/package.unmask/lua
# dev-lang/lua:5.3 # Waiting for dev-lang/lua:5.3 unmasked in ::gentoo
# With out dev-lang/lua:5.3, this package can't work
# See also: https://github.com/gentoo/guru/issues/9
RDEPEND=" RDEPEND="
dev-lang/lua:5.3
dev-libs/qhttpengine:5 dev-libs/qhttpengine:5
dev-qt/qtconcurrent:5 dev-qt/qtconcurrent:5
dev-qt/qtcore:5 dev-qt/qtcore:5

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI="7"
GIT_PN="KikoPlay" GIT_PN="KikoPlay"
@@ -13,21 +13,24 @@ HOMEPAGE="
https://github.com/Protostars/KikoPlay https://github.com/Protostars/KikoPlay
" "
if [[ ${PV} == "9999" ]] ; then if [[ "${PV}" == "9999" ]] ; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git" EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git"
else else
SRC_URI="https://github.com/Protostars/${GIT_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/Protostars/${GIT_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86"
S="${WORKDIR}/${GIT_PN}-${PV}" S="${WORKDIR}/${GIT_PN}-${PV}"
fi fi
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
#not available # Please unmask dev-lang/lua:5.3 in /etc/portage/package.unmask/lua
# dev-lang/lua:5.3 # Waiting for dev-lang/lua:5.3 unmasked in ::gentoo
# With out dev-lang/lua:5.3, this package can't work
# See also: https://github.com/gentoo/guru/issues/9
RDEPEND=" RDEPEND="
dev-lang/lua:5.3
dev-libs/qhttpengine:5 dev-libs/qhttpengine:5
dev-qt/qtconcurrent:5 dev-qt/qtconcurrent:5
dev-qt/qtcore:5 dev-qt/qtcore:5

View File

@@ -1,2 +1,4 @@
#depend on lua5.3 that is not available # Huang Rui <vowstar@gmail.com> (2020-04-27)
# Requires >=dev-lang/lua-5.3 which is masked
# User should unmask dev-lang/lua-5.3 and media-video/kikoplay to install
media-video/kikoplay media-video/kikoplay

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI="7"
inherit xdg inherit xdg
@@ -11,7 +11,7 @@ HOMEPAGE="
https://github.com/kactus2/kactus2dev https://github.com/kactus2/kactus2dev
" "
if [[ ${PV} == "9999" ]] ; then if [[ "${PV}" == "9999" ]] ; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git" EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
else else

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI="7"
inherit xdg inherit xdg
@@ -11,7 +11,7 @@ HOMEPAGE="
https://github.com/kactus2/kactus2dev https://github.com/kactus2/kactus2dev
" "
if [[ ${PV} == "9999" ]] ; then if [[ "${PV}" == "9999" ]] ; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git" EGIT_REPO_URI="https://github.com/${PN}/${PN}dev.git"
else else

View File

@@ -1,14 +1,14 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI="7"
inherit autotools inherit autotools
DESCRIPTION="The fast free Verilog/SystemVerilog simulator" DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
HOMEPAGE="https://www.veripool.org/wiki/verilator" HOMEPAGE="https://www.veripool.org/wiki/verilator"
if [[ ${PV} == "9999" ]] ; then if [[ "${PV}" == "9999" ]] ; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://git.veripool.org/git/${PN}" EGIT_REPO_URI="https://git.veripool.org/git/${PN}"
else else

View File

@@ -1,14 +1,14 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI="7"
inherit autotools inherit autotools
DESCRIPTION="The fast free Verilog/SystemVerilog simulator" DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
HOMEPAGE="https://www.veripool.org/wiki/verilator" HOMEPAGE="https://www.veripool.org/wiki/verilator"
if [[ ${PV} == "9999" ]] ; then if [[ "${PV}" == "9999" ]] ; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://git.veripool.org/git/${PN}" EGIT_REPO_URI="https://git.veripool.org/git/${PN}"
else else