Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libquvi-scripts/
Date: Wed, 27 Jan 2021 18:35:06
Message-Id: 1611772491.80a98788e5c56094f4ed6b2b671311759f80f21e.conikost@gentoo
1 commit: 80a98788e5c56094f4ed6b2b671311759f80f21e
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 18:32:08 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 18:34:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a98788
7
8 media-libs/libquvi-scripts: drop old version
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 .../libquvi-scripts-0.9.20131130-r1.ebuild | 34 ----------------------
14 .../libquvi-scripts-0.9.20131130-r2.ebuild | 32 --------------------
15 2 files changed, 66 deletions(-)
16
17 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
18 deleted file mode 100644
19 index d4abf353873..00000000000
20 --- a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild
21 +++ /dev/null
22 @@ -1,34 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -# note: if pkg-config lands in /usr/share, multilib-build with Lua module
29 -# RDEPs will be enough.
30 -inherit multilib-minimal
31 -
32 -DESCRIPTION="Embedded lua scripts for libquvi"
33 -HOMEPAGE="http://quvi.sourceforge.net/"
34 -SRC_URI="mirror://sourceforge/quvi/${P}.tar.xz"
35 -
36 -LICENSE="AGPL-3"
37 -SLOT="0"
38 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86"
39 -IUSE="offensive"
40 -
41 -RDEPEND=">=dev-lua/LuaBitOp-1.0.1-r1[${MULTILIB_USEDEP}]
42 - >=dev-lua/luaexpat-1.3.0-r1[${MULTILIB_USEDEP}]
43 - >=dev-lua/luajson-1.1.1
44 - >=dev-lua/luasocket-3.0_rc1-r2[${MULTILIB_USEDEP}]"
45 -DEPEND="app-arch/xz-utils
46 - virtual/pkgconfig"
47 -
48 -# tests fetch data from live websites
49 -RESTRICT="test"
50 -
51 -multilib_src_configure() {
52 - ECONF_SOURCE=${S} \
53 - econf \
54 - $(use_with offensive nsfw) \
55 - --with-manual
56 -}
57
58 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
59 deleted file mode 100644
60 index ebc2c74d1a9..00000000000
61 --- a/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r2.ebuild
62 +++ /dev/null
63 @@ -1,32 +0,0 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=7
68 -
69 -DESCRIPTION="Embedded lua scripts for libquvi"
70 -HOMEPAGE="http://quvi.sourceforge.net/"
71 -SRC_URI="mirror://sourceforge/quvi/${P}.tar.xz"
72 -
73 -LICENSE="AGPL-3"
74 -SLOT="0"
75 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
76 -IUSE="offensive"
77 -
78 -# tests fetch data from live websites
79 -RESTRICT="test"
80 -
81 -RDEPEND="
82 - >=dev-lua/LuaBitOp-1.0.1-r1
83 - >=dev-lua/luaexpat-1.3.0-r1
84 - >=dev-lua/luajson-1.1.1
85 - >=dev-lua/luasocket-3.0_rc1-r2
86 -"
87 -
88 -BDEPEND="
89 - app-arch/xz-utils
90 - virtual/pkgconfig
91 -"
92 -
93 -src_configure() {
94 - econf $(use_with offensive nsfw) --with-manual
95 -}