aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.4.9.ebuild')
-rw-r--r--mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.4.9.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.4.9.ebuild b/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.4.9.ebuild
deleted file mode 100644
index 21d82b623..000000000
--- a/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.4.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MPV_REQ_USE="lua"
-PYTHON_COMPAT=( python3_{8..10} )
-inherit mpv-plugin python-any-r1
-
-DESCRIPTION="A Lua script to show preview thumbnails in mpv's OSC seekbar"
-HOMEPAGE="https://github.com/marzzzello/mpv_thumbnail_script"
-
-SRC_URI="https://github.com/marzzzello/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64"
-
-BDEPEND="
- ${PYTHON_DEPS}
-"
-
-MPV_PLUGIN_FILES=(
- ${PN}_client_osc.lua
- ${PN}_server.lua
-)
-
-src_compile() {
- ${EPYTHON} concat_files.py -r "cat_osc.json" || die
- ${EPYTHON} concat_files.py -r "cat_server.json" || die
-}