commit: dab5905740c7967858ee1bd00571a11c140f2566
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 2 23:17:35 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Mar 2 23:20:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab59057
net-misc/gallery-dl: drop old 1.28.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
net-misc/gallery-dl/Manifest | 1 -
net-misc/gallery-dl/gallery-dl-1.28.3.ebuild | 49 ----------------------------
2 files changed, 50 deletions(-)
diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index f8d2898cb781..275e3f5bdf10 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,2 @@
-DIST gallery-dl-1.28.3.gh.tar.gz 713131 BLAKE2B
0d5776b3a643bb58018bed427fca4d5dc0a892d601fdf58c2546cdbe014cf9a76d959fd54ce3ca38b919b9b54181158d2e0c3c183f4238cb3928eaac08d5063f
SHA512
7390745f5bda7fa2864a113cf5484aeb28949a89e51847534941c19eaed8c971398411c5b70d12c3443c0b1af208e62e92c67f499deb3f0aa31b1f5d46b572e7
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
diff --git a/net-misc/gallery-dl/gallery-dl-1.28.3.ebuild
b/net-misc/gallery-dl/gallery-dl-1.28.3.ebuild
deleted file mode 100644
index 4689de7ec568..000000000000
--- a/net-misc/gallery-dl/gallery-dl-1.28.3.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
-}