aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-05-13 16:43:43 -0400
committerJulien Roy <julien@jroy.ca>2024-05-13 18:02:22 -0400
commit47bbb447308846fb07568141b0aa00c7952bc687 (patch)
treefa9ea045f9d5922af0a11dae96c42cbc22b420ce /mpv-plugin
parentprofiles: mask dev-python/{orderedmultidict,multipart,portion} (diff)
downloadguru-47bbb447308846fb07568141b0aa00c7952bc687.tar.gz
guru-47bbb447308846fb07568141b0aa00c7952bc687.tar.bz2
guru-47bbb447308846fb07568141b0aa00c7952bc687.zip
mpv-plugin/autosubsync-mpv: treeclean
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'mpv-plugin')
-rw-r--r--mpv-plugin/autosubsync-mpv/Manifest1
-rw-r--r--mpv-plugin/autosubsync-mpv/autosubsync-mpv-20220402.ebuild32
-rw-r--r--mpv-plugin/autosubsync-mpv/metadata.xml11
3 files changed, 0 insertions, 44 deletions
diff --git a/mpv-plugin/autosubsync-mpv/Manifest b/mpv-plugin/autosubsync-mpv/Manifest
deleted file mode 100644
index ce241e8f5..000000000
--- a/mpv-plugin/autosubsync-mpv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST autosubsync-mpv-20220402.tar.gz 9480 BLAKE2B 91cdbde4cef7fd3899d5e2bec649489ed9edb30f544ca333a679cca9ca7b472f5eb7075667f136f364eb4dfcd75430408da8f38d5c639bbf860e21e2db2a8f1c SHA512 f56404fe9fcdf5f77b1a4d5829741fe5737c16e88e4a07e8bea845b1f2b982345446140c3e9663ff41b0b13b953cdddb39c5bcb4203e020f7c53d9d855dc138b
diff --git a/mpv-plugin/autosubsync-mpv/autosubsync-mpv-20220402.ebuild b/mpv-plugin/autosubsync-mpv/autosubsync-mpv-20220402.ebuild
deleted file mode 100644
index cbbfccd38..000000000
--- a/mpv-plugin/autosubsync-mpv/autosubsync-mpv-20220402.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_MPV="rdepend"
-MPV_REQ_USE="lua"
-inherit mpv-plugin
-
-COMMIT="989e73fd25800d4722b9bb1105aac65f55fec035"
-MY_P="${PN}-${COMMIT}"
-
-DESCRIPTION="Automatic subtitle synchronization script for mpv media player"
-HOMEPAGE="https://github.com/joaquintorres/autosubsync-mpv/"
-
-SRC_URI="https://github.com/joaquintorres/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-
-RDEPEND="
- media-video/ffsubsync
-" # alass is supported but not in the gentoo tree
-
-S="${WORKDIR}/${MY_P}"
-
-MPV_PLUGIN_FILES=(
- autosubsync.lua
- main.lua
- menu.lua
- subtitle.lua
-)
diff --git a/mpv-plugin/autosubsync-mpv/metadata.xml b/mpv-plugin/autosubsync-mpv/metadata.xml
deleted file mode 100644
index 39479cdf5..000000000
--- a/mpv-plugin/autosubsync-mpv/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>smaniotto.nicola@gmail.com</email>
- <name>Nicola Smaniotto</name>
- </maintainer>
- <upstream>
- <remote-id type="github">joaquintorres/autosubsync-mpv</remote-id>
- </upstream>
-</pkgmetadata>