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/files/, media-video/kikoplay/
Date: Fri, 18 Sep 2020 09:30:20
Message-Id: 1600421404.d75a3ffa9482ee504accdb39163944d71bfc08f3.vowstar@gentoo
1 commit: d75a3ffa9482ee504accdb39163944d71bfc08f3
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 18 09:30:04 2020 +0000
4 Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 18 09:30:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d75a3ffa
7
8 media-video/kikoplay: drop old
9
10 Package-Manager: Portage-3.0.7, Repoman-3.0.1
11 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
12
13 media-video/kikoplay/Manifest | 2 -
14 .../kikoplay/files/kikoplay-0.6.2-fix-define.patch | 12 ----
15 media-video/kikoplay/kikoplay-0.6.2.ebuild | 64 ----------------------
16 media-video/kikoplay/kikoplay-0.7.0.ebuild | 60 --------------------
17 4 files changed, 138 deletions(-)
18
19 diff --git a/media-video/kikoplay/Manifest b/media-video/kikoplay/Manifest
20 index 4c037e88..b9a3fb9b 100644
21 --- a/media-video/kikoplay/Manifest
22 +++ b/media-video/kikoplay/Manifest
23 @@ -1,3 +1 @@
24 -DIST kikoplay-0.6.2.tar.gz 7520940 BLAKE2B 4015463b137a7605107a87db86d56658ef5e563374f67cc42f401d71ef2b72be10c9b817b90cb294674c9ee4a285fd908521be7b01fa37df879214c3c37c54a2 SHA512 c436da509b89d3ecb0e86cb195cb058fbe594e643959f24a91792b69ce2649ef5186116bc4b3e01b14bcb7286d30303276d48d4f0b2db45d6fbf385e370b8db5
25 -DIST kikoplay-0.7.0.tar.gz 7721267 BLAKE2B 33e1afa2485b8fe35bc88b1557f825823a501d82927c5e65f9bda87e45b9bc7c257c5cce3f0e6462bf0cb216f4b9559575afdcc136c3230d0a6f2505be367f0d SHA512 38478ce735eba6363061ec235054e2021b89a5f4277b28fa4e03271cfd003e85b3e77285aafb06db8df4e62f01e1fc39f721c66af014f54c8d4e6b18c4ba91f1
26 DIST kikoplay-0.7.1.tar.gz 8176092 BLAKE2B d0798272b1e58fa45738dc8ffc5c3c14c076d9bb15feed31aa4c4076b644f4c5c910665f55c69c3babb9c8a5aed781cc46da7b43c47e81333e3608204f9f249c SHA512 4817ac9a39470598ebe965235cb0afb247fe5435d4ab6292d6d1f0219c8039dcccef5a4f3bf1a53113958be0641418cb48a7d37b74b6b610ca073b1d94121199
27
28 diff --git a/media-video/kikoplay/files/kikoplay-0.6.2-fix-define.patch b/media-video/kikoplay/files/kikoplay-0.6.2-fix-define.patch
29 deleted file mode 100644
30 index eb79d8d9..00000000
31 --- a/media-video/kikoplay/files/kikoplay-0.6.2-fix-define.patch
32 +++ /dev/null
33 @@ -1,12 +0,0 @@
34 -diff --git a/KikoPlay.pro b/KikoPlay.pro
35 -index 7270328..1fe6f8d 100644
36 ---- a/KikoPlay.pro
37 -+++ b/KikoPlay.pro
38 -@@ -268,5 +268,6 @@ contains(QT_ARCH, i386){
39 - unix:web.files = web/*
40 -
41 - INSTALLS += target icons desktop web
42 -+ DEFINES += CONFIG_UNIX_DATA
43 - }
44 - }
45 -
46
47 diff --git a/media-video/kikoplay/kikoplay-0.6.2.ebuild b/media-video/kikoplay/kikoplay-0.6.2.ebuild
48 deleted file mode 100644
49 index edbaf887..00000000
50 --- a/media-video/kikoplay/kikoplay-0.6.2.ebuild
51 +++ /dev/null
52 @@ -1,64 +0,0 @@
53 -# Copyright 1999-2020 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI="7"
57 -
58 -GIT_PN="KikoPlay"
59 -
60 -inherit qmake-utils xdg
61 -
62 -DESCRIPTION="KikoPlay is a full-featured danmu player"
63 -HOMEPAGE="
64 - https://kikoplay.fun
65 - https://github.com/Protostars/KikoPlay
66 -"
67 -
68 -if [[ "${PV}" == "9999" ]] ; then
69 - inherit git-r3
70 - EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git"
71 -else
72 - SRC_URI="https://github.com/Protostars/${GIT_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
73 - KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86"
74 - S="${WORKDIR}/${GIT_PN}-${PV}"
75 -fi
76 -
77 -LICENSE="GPL-3"
78 -SLOT="0"
79 -
80 -# Please unmask dev-lang/lua:5.3 in /etc/portage/package.unmask/lua
81 -# Waiting for dev-lang/lua:5.3 unmasked in ::gentoo
82 -# With out dev-lang/lua:5.3, this package can't work
83 -# See also: https://github.com/gentoo/guru/issues/9
84 -RDEPEND="
85 - dev-lang/lua:5.3
86 - dev-libs/qhttpengine:5
87 - dev-qt/qtconcurrent:5
88 - dev-qt/qtcore:5
89 - dev-qt/qtgui:5
90 - dev-qt/qtnetwork:5
91 - dev-qt/qtsql:5
92 - dev-qt/qtwidgets:5
93 - media-video/mpv[libmpv,-luajit]
94 - net-misc/aria2
95 -"
96 -
97 -DEPEND="
98 - ${RDEPEND}
99 -"
100 -
101 -BDEPEND="
102 - virtual/pkgconfig
103 -"
104 -
105 -PATCHES=(
106 - "${FILESDIR}"/${PN}-0.6.2-fix-define.patch # fix define problem
107 -)
108 -
109 -src_configure() {
110 - eqmake5 PREFIX="${D}"/usr
111 -}
112 -
113 -src_install() {
114 - # Can't use default, set INSTALL_ROOT
115 - emake INSTALL_ROOT="${D}" install
116 -}
117
118 diff --git a/media-video/kikoplay/kikoplay-0.7.0.ebuild b/media-video/kikoplay/kikoplay-0.7.0.ebuild
119 deleted file mode 100644
120 index 05c327c6..00000000
121 --- a/media-video/kikoplay/kikoplay-0.7.0.ebuild
122 +++ /dev/null
123 @@ -1,60 +0,0 @@
124 -# Copyright 1999-2020 Gentoo Authors
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI="7"
128 -
129 -GIT_PN="KikoPlay"
130 -
131 -inherit qmake-utils xdg
132 -
133 -DESCRIPTION="KikoPlay is a full-featured danmu player"
134 -HOMEPAGE="
135 - https://kikoplay.fun
136 - https://github.com/Protostars/KikoPlay
137 -"
138 -
139 -if [[ "${PV}" == "9999" ]] ; then
140 - inherit git-r3
141 - EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git"
142 -else
143 - SRC_URI="https://github.com/Protostars/${GIT_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
144 - KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86"
145 - S="${WORKDIR}/${GIT_PN}-${PV}"
146 -fi
147 -
148 -LICENSE="GPL-3"
149 -SLOT="0"
150 -
151 -# Please unmask dev-lang/lua:5.3 in /etc/portage/package.unmask/lua
152 -# Waiting for dev-lang/lua:5.3 unmasked in ::gentoo
153 -# With out dev-lang/lua:5.3, this package can't work
154 -# See also: https://github.com/gentoo/guru/issues/9
155 -RDEPEND="
156 - dev-lang/lua:5.3
157 - dev-libs/qhttpengine:5
158 - dev-qt/qtconcurrent:5
159 - dev-qt/qtcore:5
160 - dev-qt/qtgui:5
161 - dev-qt/qtnetwork:5
162 - dev-qt/qtsql:5
163 - dev-qt/qtwidgets:5
164 - media-video/mpv[libmpv,-luajit]
165 - net-misc/aria2
166 -"
167 -
168 -DEPEND="
169 - ${RDEPEND}
170 -"
171 -
172 -BDEPEND="
173 - virtual/pkgconfig
174 -"
175 -
176 -src_configure() {
177 - eqmake5 PREFIX="${D}"/usr
178 -}
179 -
180 -src_install() {
181 - # Can't use default, set INSTALL_ROOT
182 - emake INSTALL_ROOT="${D}" install
183 -}