Gentoo Archives: gentoo-commits

From: Rui Huang <vowstar@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/kikoplay/
Date: Wed, 14 Jul 2021 06:42:58
Message-Id: 1626244813.bfda3d87549178447c21bf6a432392345853223e.vowstar@gentoo
1 commit: bfda3d87549178447c21bf6a432392345853223e
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 14 06:40:13 2021 +0000
4 Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
5 CommitDate: Wed Jul 14 06:40:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfda3d87
7
8 media-video/kikoplay: drop 0.8.0
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
12
13 media-video/kikoplay/Manifest | 1 -
14 media-video/kikoplay/kikoplay-0.8.0.ebuild | 58 ------------------------------
15 2 files changed, 59 deletions(-)
16
17 diff --git a/media-video/kikoplay/Manifest b/media-video/kikoplay/Manifest
18 index 23daea7ab..3570bae2f 100644
19 --- a/media-video/kikoplay/Manifest
20 +++ b/media-video/kikoplay/Manifest
21 @@ -1,2 +1 @@
22 -DIST kikoplay-0.8.0.tar.gz 10427854 BLAKE2B b4063b160d7fad816101fd98213037b188ff8569738b6757e69ba2fcaa61bb7c43e43866300cb1edd0649ffa97b4c6e000e058d7bacbcf7772caa3b3a77780d3 SHA512 68cfad08240fa283acb7361434b941cec8ff0effa6f64f6acde34cf3b1c96b8159cdd3531a8468052279ff53553b203373a14b3b032c5b524b14dcfeec996a08
23 DIST kikoplay-0.8.1.tar.gz 10428596 BLAKE2B 637b093b7747cd7e66d90b9e5c854ca0e4bf81e09ef636e7e755e1896f9994d016049ea7c4486e48057a1ab2f9d5a848e4346aed62278c0e20ae108791031e95 SHA512 191e6b8db357b2443a4c7dd5a3ee3621f3f7a4bc6403caafbaa951baf13f0b20cf2a3e4f63cfb0f43ecb9884c39484ab29bdd4024f152c657a2208b443c1a81e
24
25 diff --git a/media-video/kikoplay/kikoplay-0.8.0.ebuild b/media-video/kikoplay/kikoplay-0.8.0.ebuild
26 deleted file mode 100644
27 index 9614eea9b..000000000
28 --- a/media-video/kikoplay/kikoplay-0.8.0.ebuild
29 +++ /dev/null
30 @@ -1,58 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="7"
35 -
36 -GIT_PN="KikoPlay"
37 -
38 -LUA_COMPAT=( lua5-3 )
39 -
40 -inherit lua-single qmake-utils xdg
41 -
42 -DESCRIPTION="KikoPlay is a full-featured danmu player"
43 -HOMEPAGE="
44 - https://kikoplay.fun
45 - https://github.com/Protostars/KikoPlay
46 -"
47 -
48 -if [[ "${PV}" == "9999" ]] ; then
49 - inherit git-r3
50 - EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git"
51 -else
52 - SRC_URI="https://github.com/Protostars/${GIT_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 - KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86"
54 - S="${WORKDIR}/${GIT_PN}-${PV}"
55 -fi
56 -
57 -LICENSE="GPL-3"
58 -SLOT="0"
59 -
60 -RDEPEND="
61 - ${LUA_DEPS}
62 - dev-libs/qhttpengine:5
63 - dev-qt/qtconcurrent:5
64 - dev-qt/qtcore:5
65 - dev-qt/qtgui:5
66 - dev-qt/qtnetwork:5
67 - dev-qt/qtsql:5
68 - dev-qt/qtwidgets:5
69 - media-video/mpv[libmpv,lua]
70 - net-misc/aria2
71 -"
72 -
73 -DEPEND="
74 - ${RDEPEND}
75 -"
76 -
77 -BDEPEND="
78 - virtual/pkgconfig
79 -"
80 -
81 -src_configure() {
82 - eqmake5 PREFIX="${EPREFIX}/usr"
83 -}
84 -
85 -src_install() {
86 - # Can't use default, set INSTALL_ROOT
87 - emake INSTALL_ROOT="${D}" install
88 -}