This commit is contained in:
Mario Fetka
2022-08-23 12:41:36 +02:00
parent 812553d3a0
commit c846ee1e1d
53 changed files with 110 additions and 1216 deletions

View File

@@ -0,0 +1,2 @@
DIST ytdlp-servustv-2022.7.17.zip 24449 BLAKE2B 033d602cdd4b7adea27e57290d5c07d5039d81861c5508ae84146e8f6aaa84bdab641fe12fe21c2fc6dc2718f45dee4f3418a8225576aa7e7d7a4f02706a2ca4 SHA512 0c432ea3324083349ac99daf5b49f14cdef0ed4f4fa169eb06c7318e6c15a4302d159cf6d76c260eee64b3282af1afcedbd8f15c7b9d1e22bdb273ad95ddde53
EBUILD ytdlp-servustv-2022.7.17.ebuild 546 BLAKE2B c3cd95acdd05c9ed25cdce1f75c456c553799a0145af8b4102356d9c3bb4a7f661cbb491e5cb2f202e8e8a5a3a92d57757b5e236d2fc294a3eddd70a1e90cd46 SHA512 be3f978465960c1c72b38417e7fcd0aa7c7cc37bd3313fecc61906cb6d355d6943f846870f5cb6b64d2dbd0f438ddebc1906c615ea0774a009a6ce110f4d2b43

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="servustv.com support for yt-dlp"
HOMEPAGE="https://pypi.org/project/ytdlp-servustv"
SRC_URI="https://github.com/flashdagger/ytdlp-plugins/archive/refs/heads/servustv.zip -> ${P}.zip"
LICENSE="Public Domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S=${WORKDIR}/ytdlp-plugins-servustv
DEPEND="${PYTHON_DEPEND}
net-misc/ytdlp-plugins"
RDEPEND="${DEPEND}"