summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-12-06 00:10:03 +0100
committerConrad Kostecki <conikost@gentoo.org>2020-12-06 00:25:55 +0100
commit1d9b5f014691ef26cd0c6f52b0e6236ead73bc3a (patch)
treeb4d809081728203ba02a4a347dd1211a08c5adae
parentapp-crypt/ekeyd: drop unused multilib eclass (diff)
downloadgentoo-1d9b5f01.tar.gz
gentoo-1d9b5f01.tar.bz2
gentoo-1d9b5f01.zip
media-libs/libquvi-scripts: bump to EAPI=7, drop multilib
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r2.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r2.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r2.ebuild
new file mode 100644
index 000000000000..ebc2c74d1a99
--- /dev/null
+++ b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Embedded lua scripts for libquvi"
+HOMEPAGE="http://quvi.sourceforge.net/"
+SRC_URI="mirror://sourceforge/quvi/${P}.tar.xz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="offensive"
+
+# tests fetch data from live websites
+RESTRICT="test"
+
+RDEPEND="
+ >=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
+"
+
+BDEPEND="
+ app-arch/xz-utils
+ virtual/pkgconfig
+"
+
+src_configure() {
+ econf $(use_with offensive nsfw) --with-manual
+}