summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/gallery-dl/Manifest1
-rw-r--r--net-misc/gallery-dl/gallery-dl-1.30.9.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 62d3e6e21d2e..cb082583ab08 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,2 +1 @@
DIST gallery-dl-1.30.10.gh.tar.gz 1000053 BLAKE2B 13e653d05b5b4c0df6e5ca51cc25cc0f3c3d00bf606ce6274fe93751cf714ed7d76df38306bd4908d5b4d54fdb5291f3f993e142437eeecb68d8f7899b9f801e SHA512 fd2e2b2a8095d376e8fc9fcc0379bceb209385e50c708cb66b3168e5dc67dd0da8b51d70b944f1a426b9bb515b606db9b688fd5855d014cb1a63876d75e9c644
-DIST gallery-dl-1.30.9.gh.tar.gz 995697 BLAKE2B 6033b02474bb3306528bcefe523e8e1acfad71fe6949cc4995a1f247a5e2c1c69645342fbebbfd9cff9a2331b6a201a110199ce65b37fc320caec41d30754e1c SHA512 60b157ab437d807b799f927ef15c21c42d113725f0712cf5fef62ad5f18aee42cd3c9d62cd707ac9dfaedc14de267a8ad79824b16dca41d9511a0682e35f935e
diff --git a/net-misc/gallery-dl/gallery-dl-1.30.9.ebuild b/net-misc/gallery-dl/gallery-dl-1.30.9.ebuild
deleted file mode 100644
index bbdbf901a870..000000000000
--- a/net-misc/gallery-dl/gallery-dl-1.30.9.ebuild
+++ /dev/null
@@ -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
-}