commit: 01773928e767d542856983a19c8172738cab125a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 7 19:19:28 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Mar 7 19:33:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01773928
net-misc/gallery-dl: drop old 1.28.4
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
net-misc/gallery-dl/Manifest | 1 -
net-misc/gallery-dl/gallery-dl-1.28.4.ebuild | 49 ----------------------------
2 files changed, 50 deletions(-)
diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index adb3e511b6c1..9cee207b9a10 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,2 @@
-DIST gallery-dl-1.28.4.gh.tar.gz 783110 BLAKE2B
954fcff7f65b6c835aba935ca3707987729cecbaeab8b99387280a661c3440f110bbd7e71c6d2d6e655825f99ef18f1dd803fd934c2b4cd0316dd597515f84d7
SHA512
eb0810dfdbd4eed5d7586af7649e4d72a98f4ed3060448a749c9cd17a3dfde1688782bbfd29738e551324b75dc4a0d2c8134539f5e4356bcfe4532694a67d690
DIST gallery-dl-1.28.5.gh.tar.gz 787201 BLAKE2B
54023e19ed9dde897fe921595adc7cacd06a2e9b226957ea19e242bbcffdb6ecde64017906cc30b1551d559cccdaab3268e2fa8d2018a77992c866b52f219bf6
SHA512
877b4d3e29634625d89e28744a53f132c198399a309d2d912c022661a9961d67062b8f344a2f345dcfe4f3dfef549d3c4293f1d334e65bb0f636b826e3eb921c
DIST gallery-dl-1.29.0.gh.tar.gz 807857 BLAKE2B
9ac82c216099a12b89e9c64437ecd773f152548cc4734b76d46c76fdd87d669f668e843edf301cdb31f5f227d7de015e9411e4fcbb50546c918972b7ee911fbb
SHA512
4d7e8d55a67ce32882266786241763b30f2067f097e23a5519792f144353ca8599b86928e2a567f0e241b134f7970f1bc83b73d91ebfe944ef4ad6341c273477
diff --git a/net-misc/gallery-dl/gallery-dl-1.28.4.ebuild
b/net-misc/gallery-dl/gallery-dl-1.28.4.ebuild
deleted file mode 100644
index 4689de7ec568..000000000000
--- a/net-misc/gallery-dl/gallery-dl-1.28.4.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..13} )
-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
-}