media-video/tartube: treeclean

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-05-02 09:31:57 +03:00
parent 3d92e5c242
commit 29f333d20c
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
4 changed files with 0 additions and 139 deletions

View File

@ -1 +0,0 @@
DIST tartube-2.3.110.tar.gz 5746711 BLAKE2B 9313335bf91b2858f5dc37d30fe0d567f6f143a5edeaaf8261fab7697d4da05b461546deead3f0551a92257b81056464ec96f586dba1d23ef570d01972c4ce8b SHA512 6c0306a1150b657357a1474085b4d24948a9d966554baf47228d76f950290655ff627a33ec2947218a5da388689315f5fbf5f91d157ec5d7d61d1c94c02df921

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<use>
<flag name="atomicparsley">Use AtomicParsley for embedding thumbnails in audio files</flag>
</use>
<upstream>
<remote-id type="github">axcore/tartube</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,62 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{7..9} )
inherit xdg distutils-r1
DESCRIPTION="A GUI front-end for youtube-dl"
HOMEPAGE="https://tartube.sourceforge.io"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/axcore/${PN}.git"
else
SRC_URI="https://github.com/axcore/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="GPL-3"
SLOT="0"
IUSE="+atomicparsley"
RDEPEND="
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
x11-themes/adwaita-icon-theme
atomicparsley? (
media-video/atomicparsley
)
"
DOCS=(
AUTHORS
CHANGES
README.rst
)
src_prepare() {
export TARTUBE_PKG_STRICT=1
distutils-r1_src_prepare
}
src_install() {
distutils-r1_src_install
}
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
elog "You may need to set path to (system) youtube-dl"
elog "in Tartube's System preferences"
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}

View File

@ -1,62 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{7..9} )
inherit xdg distutils-r1
DESCRIPTION="A GUI front-end for youtube-dl"
HOMEPAGE="https://tartube.sourceforge.io"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/axcore/${PN}.git"
else
SRC_URI="https://github.com/axcore/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="GPL-3"
SLOT="0"
IUSE="+atomicparsley"
RDEPEND="
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
x11-themes/adwaita-icon-theme
atomicparsley? (
media-video/atomicparsley
)
"
DOCS=(
AUTHORS
CHANGES
README.rst
)
src_prepare() {
export TARTUBE_PKG_STRICT=1
distutils-r1_src_prepare
}
src_install() {
distutils-r1_src_install
}
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
elog "You may need to set path to (system) youtube-dl"
elog "in Tartube's System preferences"
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}