Install this version:
emerge -a =media-libs/libquvi-scripts-0.9.20131130-r101
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/libquvi-scripts-0.9.20131130-r101
Or alternatively:
emerge --autounmask-write -a =media-libs/libquvi-scripts-0.9.20131130-r101
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.20131130-r101 | 8 | amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~sparc x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
LUA_COMPAT=( lua5-1 lua5-4 luajit )
inherit lua-single
DESCRIPTION="Embedded lua scripts for libquvi"
HOMEPAGE="http://quvi.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/quvi/${P}.tar.xz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~sparc x86"
IUSE="offensive"
REQUIRED_USE="${LUA_REQUIRED_USE}"
# tests fetch data from live websites
RESTRICT="test"
RDEPEND="$(lua_gen_cond_dep '
>=dev-lua/LuaBitOp-1.0.1-r1[${LUA_USEDEP}]
>=dev-lua/luaexpat-1.3.0-r1[${LUA_USEDEP}]
>=dev-lua/luajson-1.1.1[${LUA_USEDEP}]
>=dev-lua/luasocket-3.0_rc1-r2[${LUA_USEDEP}]
')"
BDEPEND="
app-arch/xz-utils
virtual/pkgconfig
"
src_configure() {
econf $(use_with offensive nsfw) --with-manual
}
Manage flags for this package:
euse -i <flag> -p media-libs/libquvi-scripts |
euse -E <flag> -p media-libs/libquvi-scripts |
euse -D <flag> -p media-libs/libquvi-scripts
$(lua_gen_cond_dep ' >=dev-lua/LuaBitOp-1.0.1-r1[] >=dev-lua/luaexpat-1.3.0-r1[] >=dev-lua/luajson-1.1.1[] >=dev-lua/luasocket-3.0_rc1-r2[] ')
app-arch/xz-utils virtual/pkgconfig