net-misc/gallery-dl: drop old 1.30.6

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-09-27 15:23:02 +02:00
parent 4520ebe686
commit 2a57bef691
2 changed files with 0 additions and 50 deletions

View File

@@ -1,5 +1,4 @@
DIST gallery-dl-1.30.2.gh.tar.gz 918363 BLAKE2B b79f9e1dce8061f3a9b69ae916563ac23d4d20fa401e50785a4465d7f4b7a56f6c71511eba9d183e1e6df8443d5ff033485e945afd92016774a5d209aaf4c108 SHA512 493caa4d3aa71bf4e40142dff7ed60431277b9d8032304f5816e966e8ab27d4c3c988ff22f9debe14971bcda50150d69282055a249b7a6b48bb52ee16e7c7544
DIST gallery-dl-1.30.4.gh.tar.gz 938199 BLAKE2B e8d9f245fe5da37dd996bf2bd66edf7e1ee553ea62fe16ce9fb98c0d473bdb2dd0cbe3459da2fa5c9215cffc4eef7b599e3c25135ffaa7af0a36bf6e285c404c SHA512 7c1b723d5e8bba3020b669f47543653ef04dd2c99bcc3109006631c4963237caadb791befe80288d810f2e897d0272b20f6ce75a46dc87f66a1c85da25709ee0
DIST gallery-dl-1.30.6.gh.tar.gz 955999 BLAKE2B 865485af007dcb3aa211b6b18ea8bf4be4be47e46133939e4f8f4d76d490d5ab12bf09e0613f30fee7997bb9d2454f1070efc0a03b7b886727559c3e0cbbcf7a SHA512 661dad760388497f71344e04f1d1b138ecc98de98bf07194302c2ddfcfdff8417dcd0a9558ca8fcf0339122588f8ec018a350d14d53db4740cdba3e2eb224600
DIST gallery-dl-1.30.7.gh.tar.gz 966725 BLAKE2B c59b156c9a9c81f7ee9d73ed7f8c2f127b25b3112774596ca6dc6244252826488563b270052d8eee249489326079ce366f5b109dc647884e7750b7bb8caf5e10 SHA512 bc1f2af34d0d69f1aa13e4318c689b2f2383e73be9a2cfb2d17e7ab6ca5187ee7a52ff47b5d40e41b9f545dd1618a5a2dd75351e9e80eed245bfe0b69faf7c0f
DIST gallery-dl-1.30.8.gh.tar.gz 981766 BLAKE2B 8c5f620cbd7af620aab62ff4ce2cf12054e32002570af0547d86448865a32d4d2686e9988e1d95d9fad5a639c68608e20723c88a23cc4135192f13d19144656d SHA512 e9c070f5bdc1bd24b675a31a568971420bbcb26b6ad9ec0db87b6504d8ced7ed1b8087f2fa37f5b50f6a736c22a900c379596f230c41eed0ec7c071816ed1be2

View File

@@ -1,49 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="sqlite,ssl,xml(+)"
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1 optfeature
DESCRIPTION="Download image galleries and collections from several image hosting sites"
HOMEPAGE="https://github.com/mikf/gallery-dl/"
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/mikf/${PN}.git"
else
SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
fi
LICENSE="GPL-2"
SLOT="0"
RDEPEND="
>=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest
src_prepare() {
# Tests against real servers, some tests always fail and some are subject to change.
rm ./test/test_{extractor,results}.py || die
distutils-r1_src_prepare
}
python_compile_all() {
emake PYTHON="${EPYTHON}" ./data/completion/{,_}gallery-dl man
}
pkg_postinst() {
optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
optfeature "video downloads" net-misc/yt-dlp
}