Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/
Date: Sat, 29 Oct 2022 23:06:29
Message-Id: 1667084782.a01127bec2837d75eca44835eb89fb6b730808ee.xgqt@gentoo
1 commit: a01127bec2837d75eca44835eb89fb6b730808ee
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 19:21:37 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 23:06:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01127be
7
8 net-misc/gallery-dl: drop old 1.21.2-r1
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 net-misc/gallery-dl/Manifest | 1 -
13 net-misc/gallery-dl/gallery-dl-1.21.2-r1.ebuild | 39 -------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
17 index db4d8c57701a..95486dece893 100644
18 --- a/net-misc/gallery-dl/Manifest
19 +++ b/net-misc/gallery-dl/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST gallery-dl-1.21.2.tar.gz 434114 BLAKE2B 2f1335d0745c3fd3de95f9f3005fc67f079fec16925b7ac8fb3f2e9c8521139e56bf18675e15e7e0edbad2889cd7fa895552e8b40d9f1cf6bc555894c8d1da48 SHA512 11615ebb3cab5a6d9e042a94cf802f3781af6166eb199ac22f70a0d3351299bdc82dda212a3a363c323e0edb6707355fe9b6f3d89a851037a8f6ebc12894558f
22 DIST gallery-dl-1.22.4.tar.gz 467129 BLAKE2B f2f656b3255d091361bd2c80bb2647de47af14c11823fcc0e7e5790ea0b04047195e435a7a4c2b24a645c6e2a27cf53c3ce456a405b97ee014272af1a77ea4a1 SHA512 d20535115b464cb51a0fcb6bcd9e64e12fca5a199841cf4e501eae558c842d7d51dda4823b29d7ee2f1e267e59245f8e1cb1a702a96e5c45935918dbf3e6a448
23 DIST gallery-dl-1.23.0.gh.tar.gz 473431 BLAKE2B 1f485477ea150585050f24fbe3605195b9b8ffca3d39d3dde5f2160c2ceb3dd75bb691cc14c178d236c690ff6d2effe147242abcb67feda7b77b829f440e2ac4 SHA512 8e17532c094c9516593f9009eca7139e60d7474a56c76bb07a68c03eae4e2e8e31c6bd1f167388d05a1104d5964e2d0b62272c506b2b6988b1832a36a492cbf9
24 DIST gallery-dl-1.23.1.gh.tar.gz 477797 BLAKE2B abb04762755cc941d3fef31ba2cf21eab4b0afa196a67276d26199a044950cf68607bf7bd4e26bd3631de1e715a7ca25248a658aac1ac56cbb3e2a6ef5b2d71b SHA512 898fd952cc6e590a11e4154449153bd48547c9f21cba6864c95953f9be18ad27391d8033e5350d41714b28ded5711ddefefd4ca0f3c13016972a16b028a0fc1d
25
26 diff --git a/net-misc/gallery-dl/gallery-dl-1.21.2-r1.ebuild b/net-misc/gallery-dl/gallery-dl-1.21.2-r1.ebuild
27 deleted file mode 100644
28 index d9cd4396c21d..000000000000
29 --- a/net-misc/gallery-dl/gallery-dl-1.21.2-r1.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -PYTHON_REQ_USE="sqlite,ssl,xml(+)"
40 -
41 -inherit distutils-r1 optfeature
42 -
43 -DESCRIPTION="Download image galleries and collections from several image hosting sites"
44 -HOMEPAGE="https://github.com/mikf/gallery-dl"
45 -
46 -if [[ ${PV} == 9999 ]]; then
47 - inherit git-r3
48 - EGIT_REPO_URI="https://github.com/mikf/${PN}.git"
49 -else
50 - SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 - KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
52 -fi
53 -
54 -LICENSE="GPL-2"
55 -SLOT="0"
56 -# tests require network access
57 -RESTRICT="test"
58 -
59 -RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
60 -
61 -distutils_enable_tests setup.py
62 -
63 -python_compile_all() {
64 - emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
65 -}
66 -
67 -pkg_postinst() {
68 - optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
69 - optfeature "video downloads" net-misc/youtube-dl
70 -}