From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52DBC1382C5 for ; Mon, 5 Apr 2021 02:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7586DE086F; Mon, 5 Apr 2021 02:41:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36EADE086F for ; Mon, 5 Apr 2021 02:41:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE25C33BEB8 for ; Mon, 5 Apr 2021 02:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E53663E for ; Mon, 5 Apr 2021 02:41:44 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1617590497.f5dae09489a099eb4df9c828c60fc2dcec61af7e.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/kikoplay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/kikoplay/Manifest media-video/kikoplay/kikoplay-0.7.2.ebuild X-VCS-Directories: media-video/kikoplay/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: f5dae09489a099eb4df9c828c60fc2dcec61af7e X-VCS-Branch: dev Date: Mon, 5 Apr 2021 02:41:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 71ee9b7c-8b41-44bb-8c81-93b851e6a403 X-Archives-Hash: 7a981e8dea2b1f08e5da51de2d816bca commit: f5dae09489a099eb4df9c828c60fc2dcec61af7e Author: Huang Rui gmail com> AuthorDate: Mon Apr 5 02:41:37 2021 +0000 Commit: Rui Huang gmail com> CommitDate: Mon Apr 5 02:41:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5dae094 media-video/kikoplay: drop 0.7.2 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Huang Rui gmail.com> media-video/kikoplay/Manifest | 1 - media-video/kikoplay/kikoplay-0.7.2.ebuild | 58 ------------------------------ 2 files changed, 59 deletions(-) diff --git a/media-video/kikoplay/Manifest b/media-video/kikoplay/Manifest index 34dd11a31..877623b68 100644 --- a/media-video/kikoplay/Manifest +++ b/media-video/kikoplay/Manifest @@ -1,2 +1 @@ -DIST kikoplay-0.7.2.tar.gz 9036604 BLAKE2B 1909e8b5505110c8548923594acb2861d7d7c3bf92137d670b748bd2c2960293cdab4ba86c3c48cb32a3d276c823630de12ea8ee3665e7c4ded968fdaa9b7a5a SHA512 d80819c97dd7f02670d2ae4338961c1eab40890b7d7876fef855ba7b0fa333158da7429cff04309baf22c5a24781356ecbac9822b939dcfc403df38ffa749e93 DIST kikoplay-0.8.0.tar.gz 10427854 BLAKE2B b4063b160d7fad816101fd98213037b188ff8569738b6757e69ba2fcaa61bb7c43e43866300cb1edd0649ffa97b4c6e000e058d7bacbcf7772caa3b3a77780d3 SHA512 68cfad08240fa283acb7361434b941cec8ff0effa6f64f6acde34cf3b1c96b8159cdd3531a8468052279ff53553b203373a14b3b032c5b524b14dcfeec996a08 diff --git a/media-video/kikoplay/kikoplay-0.7.2.ebuild b/media-video/kikoplay/kikoplay-0.7.2.ebuild deleted file mode 100644 index 9614eea9b..000000000 --- a/media-video/kikoplay/kikoplay-0.7.2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -GIT_PN="KikoPlay" - -LUA_COMPAT=( lua5-3 ) - -inherit lua-single qmake-utils xdg - -DESCRIPTION="KikoPlay is a full-featured danmu player" -HOMEPAGE=" - https://kikoplay.fun - https://github.com/Protostars/KikoPlay -" - -if [[ "${PV}" == "9999" ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git" -else - SRC_URI="https://github.com/Protostars/${GIT_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86" - S="${WORKDIR}/${GIT_PN}-${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - ${LUA_DEPS} - dev-libs/qhttpengine:5 - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsql:5 - dev-qt/qtwidgets:5 - media-video/mpv[libmpv,lua] - net-misc/aria2 -" - -DEPEND=" - ${RDEPEND} -" - -BDEPEND=" - virtual/pkgconfig -" - -src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" -} - -src_install() { - # Can't use default, set INSTALL_ROOT - emake INSTALL_ROOT="${D}" install -}