commit:     e69aeecde42c3b740e830fe883d82335b404635f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 21:40:08 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 21:40:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69aeecd

net-misc/gallery-dl: drop old 1.29.6

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 net-misc/gallery-dl/Manifest                 |  1 -
 net-misc/gallery-dl/gallery-dl-1.29.6.ebuild | 49 ----------------------------
 2 files changed, 50 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 0d1e8a964cc4..5daf46c691c9 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,2 +1 @@
-DIST gallery-dl-1.29.6.gh.tar.gz 844013 BLAKE2B 
8ed1f0372eb326d5c914215a8eeda67a967a2c5c5906703d24f3daec585c195dff8bd8133f4ad62a090f1d4c50ed34e414260488ec07672e6a9591a671cc1a02
 SHA512 
bc0f1c74a9ed3d28e46e52f0c130491853ac095570a07b4078667e19abc0fe16e7b946798655f69ea42174a3eb2e711e89b235c34fc39915a59ea72c672d6474
 DIST gallery-dl-1.29.7.gh.tar.gz 852964 BLAKE2B 
a5870e526b7df4c12b877bd0b0cf5582a206ef79bd006f8fb15041ae09838a9fdb209e6ecc299550cb9f7f3b0343c9fa856a8e9351ec01a1570e125a2e095ab9
 SHA512 
632a703ec18dbaf127e60b4f90210f83fc5f2e3f0db3471ec5295671d84550c1c75eea4c1a1903473d4729e8132f564ebd4bf924fed56cdcd89cee418c80b9e5

diff --git a/net-misc/gallery-dl/gallery-dl-1.29.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.29.6.ebuild
deleted file mode 100644
index 8bb9fcbbb941..000000000000
--- a/net-misc/gallery-dl/gallery-dl-1.29.6.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
-}

Reply via email to