Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/
Date: Sun, 30 May 2021 08:08:49
Message-Id: 1622362119.29dc4cf0b995c76b251742b933d434b586aa52a8.juippis@gentoo
1 commit: 29dc4cf0b995c76b251742b933d434b586aa52a8
2 Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
3 AuthorDate: Fri May 7 20:51:39 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 08:08:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29dc4cf0
7
8 net-misc/gallery-dl: drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
12 Closes: https://github.com/gentoo/gentoo/pull/20671
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 net-misc/gallery-dl/Manifest | 2 --
16 net-misc/gallery-dl/gallery-dl-1.17.1.ebuild | 42 ----------------------------
17 net-misc/gallery-dl/gallery-dl-1.17.2.ebuild | 42 ----------------------------
18 3 files changed, 86 deletions(-)
19
20 diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
21 index dc4a4b359f9..c57bd5d63b0 100644
22 --- a/net-misc/gallery-dl/Manifest
23 +++ b/net-misc/gallery-dl/Manifest
24 @@ -1,4 +1,2 @@
25 -DIST gallery-dl-1.17.1.tar.gz 344091 BLAKE2B e5a108d088083e3aa1881919e74f6631321312a225c0dd6d9c6cbee87ecc957d19a6c3812d3f0c80c5937089d1402ca2e0a779c23537f28ab78ad9654c06852d SHA512 015346cec09ab85fa408b3faa6b63d61fa1f2004b39b45d36741cb63e2809c62c48b544c57b0a02b797db6f36cc66172e9c120ff6cf1bf1a2c3d6f05f7ceb627
26 -DIST gallery-dl-1.17.2.tar.gz 347680 BLAKE2B 443d859a6cf45cc36eb03dfd591f5f512f4ac7128aeb6da7530c3758c813023a08c324c6ecf0d8cd6a7db597c1b147dc6dad744af38374a3a9f80e9d9a556746 SHA512 1b62f0607f2a153909029672ecf91ec25a0e5473e8ec2c9974ff3a1a03e99a94616565c5092035cbd34865606f4ee9bbb8cf1949f5792f6edb07b7eeaa5dab51
27 DIST gallery-dl-1.17.3.tar.gz 353605 BLAKE2B bae09e7a71457510c5d05c897e0082a6dca1b9c9a0a7bb57cd4585fd3a3748af7dd9c85cd92340fe3fb8329562c7153af717ef07d7c0a4a486a3400d37869031 SHA512 ee11058f04197695a2a47b50a9bef81f91b10875959841bca0f9ae27d9229b9ce1fa1e6fd32b7199163d458d698ccd92be7a700aeaed55078feaf70063883f47
28 DIST gallery-dl-1.17.4.tar.gz 354616 BLAKE2B b8730759af439b9a06b3498cbe2aa5ca758040dbdd812d00f5944d82e050ab09bfd69658aeb861d29bf597b6fa8976e29d3ce41e7a2073c479536cf819b83046 SHA512 f46fa38fcb58724fcfbed247c5e9da91f06ac70bc9fbaa8013f7bafd6de1f0563ac2b5c712216686d660e400aac9cb3f95b74218c8cfba85210fb0417e8f6db2
29
30 diff --git a/net-misc/gallery-dl/gallery-dl-1.17.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.17.1.ebuild
31 deleted file mode 100644
32 index c0680f91535..00000000000
33 --- a/net-misc/gallery-dl/gallery-dl-1.17.1.ebuild
34 +++ /dev/null
35 @@ -1,42 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -PYTHON_COMPAT=(python3_{7..9})
42 -PYTHON_REQ_USE="sqlite,ssl,xml"
43 -DISTUTILS_USE_SETUPTOOLS=rdepend
44 -
45 -inherit distutils-r1 optfeature
46 -
47 -DESCRIPTION="Download image galleries and collections from several image hosting sites"
48 -HOMEPAGE="https://github.com/mikf/gallery-dl"
49 -
50 -if [[ ${PV} == *9999 ]]; then
51 - inherit git-r3
52 - EGIT_REPO_URI="https://github.com/mikf/${PN}.git"
53 -else
54 - SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
55 - KEYWORDS="~amd64"
56 -fi
57 -
58 -# tests require network access
59 -RESTRICT="test"
60 -LICENSE="GPL-2"
61 -SLOT="0"
62 -
63 -RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
64 -
65 -distutils_enable_tests setup.py
66 -
67 -src_compile() {
68 - emake data/completion/gallery-dl
69 - emake data/completion/_gallery-dl
70 - emake man
71 - distutils-r1_src_compile
72 -}
73 -
74 -pkg_postinst() {
75 - optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
76 - optfeature "video downloads" net-misc/youtube-dl
77 -}
78
79 diff --git a/net-misc/gallery-dl/gallery-dl-1.17.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.17.2.ebuild
80 deleted file mode 100644
81 index c0680f91535..00000000000
82 --- a/net-misc/gallery-dl/gallery-dl-1.17.2.ebuild
83 +++ /dev/null
84 @@ -1,42 +0,0 @@
85 -# Copyright 1999-2021 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=7
89 -
90 -PYTHON_COMPAT=(python3_{7..9})
91 -PYTHON_REQ_USE="sqlite,ssl,xml"
92 -DISTUTILS_USE_SETUPTOOLS=rdepend
93 -
94 -inherit distutils-r1 optfeature
95 -
96 -DESCRIPTION="Download image galleries and collections from several image hosting sites"
97 -HOMEPAGE="https://github.com/mikf/gallery-dl"
98 -
99 -if [[ ${PV} == *9999 ]]; then
100 - inherit git-r3
101 - EGIT_REPO_URI="https://github.com/mikf/${PN}.git"
102 -else
103 - SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
104 - KEYWORDS="~amd64"
105 -fi
106 -
107 -# tests require network access
108 -RESTRICT="test"
109 -LICENSE="GPL-2"
110 -SLOT="0"
111 -
112 -RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
113 -
114 -distutils_enable_tests setup.py
115 -
116 -src_compile() {
117 - emake data/completion/gallery-dl
118 - emake data/completion/_gallery-dl
119 - emake man
120 - distutils-r1_src_compile
121 -}
122 -
123 -pkg_postinst() {
124 - optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
125 - optfeature "video downloads" net-misc/youtube-dl
126 -}