diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-12-03 01:07:31 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-12-03 01:29:38 +0100 |
commit | 46862628240538cba2a8f04e4416a78cbdd65473 (patch) | |
tree | 7d4066f1310a2b48a1fa3b028593468dbec62706 /net-misc | |
parent | dev-lang/nprolog: bump to 3.51 (diff) | |
download | gentoo-46862628240538cba2a8f04e4416a78cbdd65473.tar.gz gentoo-46862628240538cba2a8f04e4416a78cbdd65473.tar.bz2 gentoo-46862628240538cba2a8f04e4416a78cbdd65473.zip |
net-misc/gallery-dl: drop old 1.27.6
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gallery-dl/Manifest | 1 | ||||
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-1.27.6.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest index f2ea0ef1400e..c0f002656c31 100644 --- a/net-misc/gallery-dl/Manifest +++ b/net-misc/gallery-dl/Manifest @@ -1,2 +1 @@ -DIST gallery-dl-1.27.6.gh.tar.gz 730206 BLAKE2B 4b47cb50599d401e3b3edf726afbe175e82b1617397cdd9c0ce389f1e43b16ece6d94dc44a015e515bb3e397f52b11f863e56b12fccb3bedc8e5d9e39fd90bcc SHA512 a72c30e0c7e64fb7eb8fd2b5a8de0c0b1570b5c2fc13adaddeb0a1ce9e721b299132b2e7ebbf932155b8880283c1b3e2783e037151557a167a8664ef01cce0f8 DIST gallery-dl-1.27.7.gh.tar.gz 738516 BLAKE2B af29a40de14c392101c50698ae2199f64b458c8e5ab997982625773f21b069d5b3133c1a7897a743255962c5494e0536f36f4c4067872a06761a5a3a333e44ca SHA512 384c5a5c7dfac01ad48dbbe12750e5bec5814620bebd1d49866a9a3b6d64f7aac60e4173f737ed2678c6d57e372b6957cb747d28444981a4ddb7721bd4f9cff9 diff --git a/net-misc/gallery-dl/gallery-dl-1.27.6.ebuild b/net-misc/gallery-dl/gallery-dl-1.27.6.ebuild deleted file mode 100644 index c166188396ab..000000000000 --- a/net-misc/gallery-dl/gallery-dl-1.27.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{12..13} ) -PYTHON_REQ_USE="sqlite,ssl,xml(+)" - -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_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 -} |