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, 28 Jan 2023 20:46:39
Message-Id: 1674938793.19ca9833b57a025d388982234d0fc63971a61773.xgqt@gentoo
1 commit: 19ca9833b57a025d388982234d0fc63971a61773
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 20:43:02 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 20:46:33 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ca9833
7
8 net-misc/gallery-dl: drop old 1.23.3
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.23.3.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 862e11b9d49f..cf92760399a2 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.23.3.gh.tar.gz 488200 BLAKE2B 88482c7f41da00447b6eeb6331d61f6c0f7eebc5c597f16bb197b2f3c431803c15179a27ba66909ca5354d9031667bbe4303653701cae96d9aadecb507f9df00 SHA512 ca7bf54ac3244fbf62398981b82094220c6cfe5c548b4a1bacddc67ab8abc87fa8f1f59bdeff4015ce9406ca289fa4ec8965c85b839acb9f218545f28d368d39
22 DIST gallery-dl-1.23.5.gh.tar.gz 491336 BLAKE2B 6690444508af66f1293f773f2795aae1546e1ce2daf4bedef32fa7aa801d0d6ce82b2825e008a6db7e2e8e6e6c4bce095f0a453cfd23d7ae9ebf09a717b8d07e SHA512 541d1452e55e58a319e3c2523d81d190b2c348c798977d32c091118f5f2eb6a930e27b0029900d98a9cb731e86c43c3fd8e0121fe4caf05db4296c15c8637194
23 DIST gallery-dl-1.24.1.gh.tar.gz 504352 BLAKE2B 52b5cc5022e74a9453e378c65d6f42216362531c1b3afac7ddf5a87b8e78acbe629e302e08b8273dcad6e25738c0009bd2e197d4cb6fee2bffdd9e20e9d7a296 SHA512 65e00b7d7d6f959f3aa62701b683ce6d6ca30c23f9e0f82c206ed102746b8627bf88f89d5f54bbd4afd4135ddf143a9da1ba05c202f82c114cac1cb926b41efc
24 DIST gallery-dl-1.24.2.gh.tar.gz 509230 BLAKE2B e0be565c00d4c81b613bdc3fe9983a5a7cc7a1f131750ec79f16e3b38d134f49ef8fb8f9585767c1abdb3c3d3abc4681f5546460373d53da0646f7fd73a3d47b SHA512 2b8780d9ebf868635f76315a5f7a426ed72b4db4e7a12f97ebc86520fa6d5908f39fb26e876cbc46e8249b083f3bf5dc4d38a3c2ddb27873c473c80bac0af415
25
26 diff --git a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild b/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
27 deleted file mode 100644
28 index f6cab0159f71..000000000000
29 --- a/net-misc/gallery-dl/gallery-dl-1.23.3.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2023 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_{9..11} )
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}.gh.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/yt-dlp
70 -}