From 2b5995216bcbe109a7160adaf83b074e9e88b2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 6 Oct 2025 22:50:57 +0200 Subject: [PATCH] net-misc/gallery-dl: drop old 1.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- net-misc/gallery-dl/Manifest | 1 - net-misc/gallery-dl/gallery-dl-1.30.2.ebuild | 49 -------------------- 2 files changed, 50 deletions(-) delete mode 100644 net-misc/gallery-dl/gallery-dl-1.30.2.ebuild diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest index b7b1883e59225..752661236b4eb 100644 --- a/net-misc/gallery-dl/Manifest +++ b/net-misc/gallery-dl/Manifest @@ -1,4 +1,3 @@ -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.7.gh.tar.gz 966725 BLAKE2B c59b156c9a9c81f7ee9d73ed7f8c2f127b25b3112774596ca6dc6244252826488563b270052d8eee249489326079ce366f5b109dc647884e7750b7bb8caf5e10 SHA512 bc1f2af34d0d69f1aa13e4318c689b2f2383e73be9a2cfb2d17e7ab6ca5187ee7a52ff47b5d40e41b9f545dd1618a5a2dd75351e9e80eed245bfe0b69faf7c0f DIST gallery-dl-1.30.8.gh.tar.gz 981766 BLAKE2B 8c5f620cbd7af620aab62ff4ce2cf12054e32002570af0547d86448865a32d4d2686e9988e1d95d9fad5a639c68608e20723c88a23cc4135192f13d19144656d SHA512 e9c070f5bdc1bd24b675a31a568971420bbcb26b6ad9ec0db87b6504d8ced7ed1b8087f2fa37f5b50f6a736c22a900c379596f230c41eed0ec7c071816ed1be2 diff --git a/net-misc/gallery-dl/gallery-dl-1.30.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.30.2.ebuild deleted file mode 100644 index bbdbf901a8709..0000000000000 --- a/net-misc/gallery-dl/gallery-dl-1.30.2.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 -}