diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-01-27 19:32:08 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-01-27 19:34:51 +0100 |
commit | 80a98788e5c56094f4ed6b2b671311759f80f21e (patch) | |
tree | fc4d6825109484750f2a5f1a44a897a47417e13d /media-libs/libquvi-scripts | |
parent | app-benchmarks/sysbench: drop old version (diff) | |
download | gentoo-80a98788e5c56094f4ed6b2b671311759f80f21e.tar.gz gentoo-80a98788e5c56094f4ed6b2b671311759f80f21e.tar.bz2 gentoo-80a98788e5c56094f4ed6b2b671311759f80f21e.zip |
media-libs/libquvi-scripts: drop old version
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-libs/libquvi-scripts')
-rw-r--r-- | media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild | 34 | ||||
-rw-r--r-- | media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r2.ebuild | 32 |
2 files changed, 0 insertions, 66 deletions
diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild deleted file mode 100644 index d4abf353873b..000000000000 --- a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# note: if pkg-config lands in /usr/share, multilib-build with Lua module -# RDEPs will be enough. -inherit multilib-minimal - -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" - -RDEPEND=">=dev-lua/LuaBitOp-1.0.1-r1[${MULTILIB_USEDEP}] - >=dev-lua/luaexpat-1.3.0-r1[${MULTILIB_USEDEP}] - >=dev-lua/luajson-1.1.1 - >=dev-lua/luasocket-3.0_rc1-r2[${MULTILIB_USEDEP}]" -DEPEND="app-arch/xz-utils - virtual/pkgconfig" - -# tests fetch data from live websites -RESTRICT="test" - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - econf \ - $(use_with offensive nsfw) \ - --with-manual -} 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 deleted file mode 100644 index ebc2c74d1a99..000000000000 --- a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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 -} |