[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-07-08 Thread Sam James
commit: 8426c61354e9c7b37058b95379a9cffbf0d6bcf9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  9 01:55:01 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  9 01:55:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8426c613

net-misc/gallery-dl: Stabilize 1.27.0 ALLARCHES, #935762

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.27.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.27.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.27.0.ebuild
index fea34fbde450..64a17799c780 100644
--- a/net-misc/gallery-dl/gallery-dl-1.27.0.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.27.0.ebuild
@@ -20,7 +20,7 @@ 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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-06-22 Thread Maciej Barć
commit: 7f16d20281767d293d758aed62d71576880a9b0c
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jun 22 18:58:39 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jun 22 19:04:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f16d202

net-misc/gallery-dl: bump to 1.27.1

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.27.1.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 25823e830774..679dbae9c060 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,4 @@
 DIST gallery-dl-1.26.9-5227bb6.patch 3415 BLAKE2B 
864d6877ba9f6ee6449465ebce9b6648325c176f2ae4062c27e7059852b05983a99f203aabc9e3c361214b14d489bdb450920879171385474ddec50d83f1b937
 SHA512 
6931eeb00f6fcd6b9005672aa23ed2b0270846758a762a8a86ef51ca860bea2563673b02881abd5a1a224b7518a89e66de46da5cc0a7994d58078886aa090c64
 DIST gallery-dl-1.26.9.gh.tar.gz 670467 BLAKE2B 
849d20ff6fd802915b3bc4f6bb11d638d1e8f24f1dbdcfd5946461798044d59bf9243faa370cdddcdffe40a24d39d44a43abc79b4c8e89e7c60b40e5e204603a
 SHA512 
54c2a86a67c53b7d5c62e6c23c549fd89503386549dc9d2f9c7de058b52ecb60b5089555e97dd0b63d33686e1bd08a3be940152715a6d26647e6949e641df9cb
 DIST gallery-dl-1.27.0.gh.tar.gz 682957 BLAKE2B 
7a376c22d970533ac3668d9893fed74551100463d7d24c93940971238c568b70c644cd78df1edb506c9a5ef0d7154d3566f61fb9bcc047c47f0868900936b5d5
 SHA512 
129df83eafecf3ce680318ff9360fd99feb2136e236f377eb7921406e3f4ea93bb2479265dcec18cae77b83f013223612c0cae7ffd7ac2e122e0395de7beb92a
+DIST gallery-dl-1.27.1.gh.tar.gz 686087 BLAKE2B 
c80f37d314671637f435957abf9d79d01d421e48c89e90a3290e6fbf6e32f89d4b7495deeaf2ce0528750b65d4b404108fe78bc42f0e39dda4bcfd4267aa9dff
 SHA512 
d3243bd23e7a743d98b9745d78b653546a49a97dd8468b60014fa6ba74071de8057c8b479dc3d74854b4c194034b027fe15bc530a60dea34dcc6221b105c285c

diff --git a/net-misc/gallery-dl/gallery-dl-1.27.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.27.1.ebuild
new file mode 100644
index ..fea34fbde450
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.27.1.ebuild
@@ -0,0 +1,49 @@
+# 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_{10..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}" == ** ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-06-02 Thread Maciej Barć
commit: 451dc43f9b63e4d26c998e34c89799b520c2ddd9
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jun  1 19:20:34 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jun  2 13:37:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451dc43f

net-misc/gallery-dl: sync live  version

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/gallery-dl-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-.ebuild 
b/net-misc/gallery-dl/gallery-dl-.ebuild
index 1e6696f28666..fea34fbde450 100644
--- a/net-misc/gallery-dl/gallery-dl-.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 PYTHON_REQ_USE="sqlite,ssl,xml(+)"
 
 inherit distutils-r1 optfeature



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-06-02 Thread Maciej Barć
commit: 7533e56dda02bb225b174b10530131aa1c253ae0
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jun  1 19:18:52 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jun  2 13:37:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7533e56d

net-misc/gallery-dl: bump to 1.27.0

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.27.0.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 36f39dcc40a0..25823e830774 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,2 +1,3 @@
 DIST gallery-dl-1.26.9-5227bb6.patch 3415 BLAKE2B 
864d6877ba9f6ee6449465ebce9b6648325c176f2ae4062c27e7059852b05983a99f203aabc9e3c361214b14d489bdb450920879171385474ddec50d83f1b937
 SHA512 
6931eeb00f6fcd6b9005672aa23ed2b0270846758a762a8a86ef51ca860bea2563673b02881abd5a1a224b7518a89e66de46da5cc0a7994d58078886aa090c64
 DIST gallery-dl-1.26.9.gh.tar.gz 670467 BLAKE2B 
849d20ff6fd802915b3bc4f6bb11d638d1e8f24f1dbdcfd5946461798044d59bf9243faa370cdddcdffe40a24d39d44a43abc79b4c8e89e7c60b40e5e204603a
 SHA512 
54c2a86a67c53b7d5c62e6c23c549fd89503386549dc9d2f9c7de058b52ecb60b5089555e97dd0b63d33686e1bd08a3be940152715a6d26647e6949e641df9cb
+DIST gallery-dl-1.27.0.gh.tar.gz 682957 BLAKE2B 
7a376c22d970533ac3668d9893fed74551100463d7d24c93940971238c568b70c644cd78df1edb506c9a5ef0d7154d3566f61fb9bcc047c47f0868900936b5d5
 SHA512 
129df83eafecf3ce680318ff9360fd99feb2136e236f377eb7921406e3f4ea93bb2479265dcec18cae77b83f013223612c0cae7ffd7ac2e122e0395de7beb92a

diff --git a/net-misc/gallery-dl/gallery-dl-1.27.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.27.0.ebuild
new file mode 100644
index ..fea34fbde450
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.27.0.ebuild
@@ -0,0 +1,49 @@
+# 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_{10..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}" == ** ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-05-17 Thread Maciej Barć
commit: b5d869ef9dd1dd8612056a9828acd7d3d3b19e31
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri May 17 23:21:52 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 18 01:17:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d869ef

net-misc/gallery-dl: patch for test_parse_query

Bug: https://github.com/mikf/gallery-dl/issues/5517
Closes: https://bugs.gentoo.org/930656
Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.9.ebuild | 10 --
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index c27afddac2b0..36f39dcc40a0 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1 +1,2 @@
+DIST gallery-dl-1.26.9-5227bb6.patch 3415 BLAKE2B 
864d6877ba9f6ee6449465ebce9b6648325c176f2ae4062c27e7059852b05983a99f203aabc9e3c361214b14d489bdb450920879171385474ddec50d83f1b937
 SHA512 
6931eeb00f6fcd6b9005672aa23ed2b0270846758a762a8a86ef51ca860bea2563673b02881abd5a1a224b7518a89e66de46da5cc0a7994d58078886aa090c64
 DIST gallery-dl-1.26.9.gh.tar.gz 670467 BLAKE2B 
849d20ff6fd802915b3bc4f6bb11d638d1e8f24f1dbdcfd5946461798044d59bf9243faa370cdddcdffe40a24d39d44a43abc79b4c8e89e7c60b40e5e204603a
 SHA512 
54c2a86a67c53b7d5c62e6c23c549fd89503386549dc9d2f9c7de058b52ecb60b5089555e97dd0b63d33686e1bd08a3be940152715a6d26647e6949e641df9cb

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild
index 310c7066bc74..74f78f4c094c 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild
@@ -17,8 +17,12 @@ if [[ "${PV}" == ** ]]; then
 
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"
+   SRC_URI="
+   https://github.com/mikf/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://github.com/mikf/${PN}/commit/5227bb6b1d62ecef5b281592b0d001e7f9c101e3.patch
+   -> ${P}-5227bb6.patch
+   "
 
KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
@@ -30,6 +34,8 @@ RDEPEND="
>=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
 "
 
+PATCHES=( "${DISTDIR}/${P}-5227bb6.patch" )
+
 distutils_enable_tests unittest
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-04-28 Thread Sam James
commit: ac5d93ed0e4b4bed2f7fa2eb4b4e5298bff17348
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 29 00:26:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 29 00:26:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5d93ed

net-misc/gallery-dl: Stabilize 1.26.9 ALLARCHES, #930838

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild
index 1e6696f28666..310c7066bc74 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild
@@ -20,7 +20,7 @@ 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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-03-24 Thread Maciej Barć
commit: fdeedc34ad8372cc6cce4018ad19ed1016c5d08b
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Mar 25 01:29:56 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Mar 25 02:27:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdeedc34

net-misc/gallery-dl: bump to 1.26.9

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.9.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 1c68f3fea42f..b311af478894 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1 +1,2 @@
 DIST gallery-dl-1.26.8.gh.tar.gz 659327 BLAKE2B 
f0d394c077fefda91fce494fa8bd6ef369a634f06f3303c4f91009b3d5d381a40aa8918e639ed6faddc9000d5a3091a569124d62b794d727c46354bc144c8b63
 SHA512 
f8093d8e51c815333a182d1cdf5134d2e54d10b44067a0130943993d63e49d4e51d5bb9eb1704b7999639e73ae8ab4cadb6a8d0fb444abbe26ffdc445e5cdb5f
+DIST gallery-dl-1.26.9.gh.tar.gz 670467 BLAKE2B 
849d20ff6fd802915b3bc4f6bb11d638d1e8f24f1dbdcfd5946461798044d59bf9243faa370cdddcdffe40a24d39d44a43abc79b4c8e89e7c60b40e5e204603a
 SHA512 
54c2a86a67c53b7d5c62e6c23c549fd89503386549dc9d2f9c7de058b52ecb60b5089555e97dd0b63d33686e1bd08a3be940152715a6d26647e6949e641df9cb

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild
new file mode 100644
index ..1e6696f28666
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild
@@ -0,0 +1,49 @@
+# 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_{10..12} )
+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}" == ** ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-03-24 Thread Maciej Barć
commit: a4b9a4f60323039a1b21b08b680da309ce809195
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Mar 25 01:32:19 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Mar 25 02:27:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b9a4f6

net-misc/gallery-dl: sync live  version

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/gallery-dl-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-misc/gallery-dl/gallery-dl-.ebuild 
b/net-misc/gallery-dl/gallery-dl-.ebuild
index fc74f32338d2..1e6696f28666 100644
--- a/net-misc/gallery-dl/gallery-dl-.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-.ebuild
@@ -25,8 +25,6 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-PROPERTIES="test_network"   # Tests require network access.
-RESTRICT="test"
 
 RDEPEND="
>=dev-python/requests-2.11.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-03-22 Thread Maciej Barć
commit: 47954ba2c4622d348fc165fe44425e893fc25355
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Mar 22 19:19:11 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Mar 22 21:17:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47954ba2

net-misc/gallery-dl: drop old 1.26.7

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.26.7.ebuild | 44 
 2 files changed, 45 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index e4897eb42f61..1c68f3fea42f 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,2 +1 @@
-DIST gallery-dl-1.26.7.gh.tar.gz 649312 BLAKE2B 
b9b493c03c459d9ff0fafce8d48b9fef075d17cc5b1d7133f2f24841ddf0af96297c284d114088825afa3b4be6499ac98b2be44aabe11d31d27ea0718d5cd453
 SHA512 
fdd00e43d91c5ab577f21f874ddbaa18031af308c8ca7ee8996a0b816ab9f9d422cb870467f83b3c2ce5f943727fd26af4e5597cd808fbef2df88a874bcbd9bc
 DIST gallery-dl-1.26.8.gh.tar.gz 659327 BLAKE2B 
f0d394c077fefda91fce494fa8bd6ef369a634f06f3303c4f91009b3d5d381a40aa8918e639ed6faddc9000d5a3091a569124d62b794d727c46354bc144c8b63
 SHA512 
f8093d8e51c815333a182d1cdf5134d2e54d10b44067a0130943993d63e49d4e51d5bb9eb1704b7999639e73ae8ab4cadb6a8d0fb444abbe26ffdc445e5cdb5f

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.7.ebuild
deleted file mode 100644
index 736c8bce293d..
--- a/net-misc/gallery-dl/gallery-dl-1.26.7.ebuild
+++ /dev/null
@@ -1,44 +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_{10..12} )
-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}" == ** ]]; 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"
-PROPERTIES="test_network"   # Tests require network access.
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-03-22 Thread Maciej Barć
commit: d2a0987166cafb44253c860d21845ef25f2578b7
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Mar 22 20:12:02 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Mar 22 21:17:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a09871

net-misc/gallery-dl: use unittest runner; disable net

Closes: https://bugs.gentoo.org/927526
Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.8.ebuild | 11 ---
 net-misc/gallery-dl/gallery-dl-.ebuild   | 11 +--
 2 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.8.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.8.ebuild
index 736c8bce293d..310c7066bc74 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.8.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.8.ebuild
@@ -25,14 +25,19 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-PROPERTIES="test_network"   # Tests require network access.
-RESTRICT="test"
 
 RDEPEND="
>=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
 "
 
-distutils_enable_tests setup.py
+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

diff --git a/net-misc/gallery-dl/gallery-dl-.ebuild 
b/net-misc/gallery-dl/gallery-dl-.ebuild
index b8a8623c53a8..fc74f32338d2 100644
--- a/net-misc/gallery-dl/gallery-dl-.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -32,7 +32,14 @@ RDEPEND="
>=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
 "
 
-distutils_enable_tests setup.py
+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



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-03-20 Thread Sam James
commit: 8aabf848068b4eac1fcc93304a4ae34e927970e4
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 20 23:47:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 20 23:47:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aabf848

net-misc/gallery-dl: Stabilize 1.26.8 ALLARCHES, #927367

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.8.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.8.ebuild
index 7f31c8680987..736c8bce293d 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.8.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.8.ebuild
@@ -20,7 +20,7 @@ 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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-03-09 Thread Maciej Barć
commit: 7a48e1bcb9c52cbcfca1cc32aa38a420485365fa
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Mar  9 20:41:47 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 10 00:29:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a48e1bc

net-misc/gallery-dl: drop old 1.26.6

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.26.6.ebuild | 44 
 2 files changed, 45 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 1bddac570c4a..e4897eb42f61 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,2 @@
-DIST gallery-dl-1.26.6.gh.tar.gz 637424 BLAKE2B 
feb7cf54bc15112c9c7e26be58ab69a6219416f2c8533922fc32e4c9790d71c829718875e0e93cec5eb0542fd68cf65f60716af06b8ea1a09b88574816315312
 SHA512 
b788353cd18f5cb9b505aa788cd16700846d6f430649a04317e0f688bbd95200fb45dbcba8ec28c3f37c4de7c353d144f940decb369baf171e70da57042f0933
 DIST gallery-dl-1.26.7.gh.tar.gz 649312 BLAKE2B 
b9b493c03c459d9ff0fafce8d48b9fef075d17cc5b1d7133f2f24841ddf0af96297c284d114088825afa3b4be6499ac98b2be44aabe11d31d27ea0718d5cd453
 SHA512 
fdd00e43d91c5ab577f21f874ddbaa18031af308c8ca7ee8996a0b816ab9f9d422cb870467f83b3c2ce5f943727fd26af4e5597cd808fbef2df88a874bcbd9bc
 DIST gallery-dl-1.26.8.gh.tar.gz 659327 BLAKE2B 
f0d394c077fefda91fce494fa8bd6ef369a634f06f3303c4f91009b3d5d381a40aa8918e639ed6faddc9000d5a3091a569124d62b794d727c46354bc144c8b63
 SHA512 
f8093d8e51c815333a182d1cdf5134d2e54d10b44067a0130943993d63e49d4e51d5bb9eb1704b7999639e73ae8ab4cadb6a8d0fb444abbe26ffdc445e5cdb5f

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.6.ebuild
deleted file mode 100644
index 736c8bce293d..
--- a/net-misc/gallery-dl/gallery-dl-1.26.6.ebuild
+++ /dev/null
@@ -1,44 +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_{10..12} )
-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}" == ** ]]; 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"
-PROPERTIES="test_network"   # Tests require network access.
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-02-27 Thread Sam James
commit: 0e235feb9c3cd2037c3dca495f05287f0416c770
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 27 23:20:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 27 23:20:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e235feb

net-misc/gallery-dl: Stabilize 1.26.7 ALLARCHES, #925651

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.7.ebuild
index 7f31c8680987..736c8bce293d 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.7.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.7.ebuild
@@ -20,7 +20,7 @@ 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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-02-17 Thread Maciej Barć
commit: 71da0c9f24d21c96fdd3a707061d00214f8b8918
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Feb 17 21:21:12 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Feb 17 21:56:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71da0c9f

net-misc/gallery-dl: drop old 1.26.4

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.26.4.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 7bce0de2a76f..47f019dfd4ed 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.26.4.gh.tar.gz 626072 BLAKE2B 
84711edcb8bd78732a0a065c7c1df5c8ff159cd5c494dd95bba4823aedb38e9435876335b7aa665270644a5d608c154d2ab5057d8c86d6f5cbc73073b819f017
 SHA512 
d39a8635949150a41b6c86b449ac2c42a96ac15b36555d9ea09071bf91984e64868331bfe6cb1de17ba90c509c3003a01fe5c80918d02176cae6cd6eef826a01
 DIST gallery-dl-1.26.5.gh.tar.gz 631129 BLAKE2B 
a9870436eb41269bcb5ff7f339473d1b6e2b39b83245fff2a029fc2e3c2d71a254be45954968cdef06c70139792051b82e8a00daeed9884af1cde6edf1d63828
 SHA512 
23421a36d1a915cabacad38948c60baca3041d43e2f763d97e516a35da1e8bc8ab8726b3e6b525aadd7ec48444df9caa0079f49b6193e33014f66c7c606952d4
 DIST gallery-dl-1.26.6.gh.tar.gz 637424 BLAKE2B 
feb7cf54bc15112c9c7e26be58ab69a6219416f2c8533922fc32e4c9790d71c829718875e0e93cec5eb0542fd68cf65f60716af06b8ea1a09b88574816315312
 SHA512 
b788353cd18f5cb9b505aa788cd16700846d6f430649a04317e0f688bbd95200fb45dbcba8ec28c3f37c4de7c353d144f940decb369baf171e70da57042f0933
 DIST gallery-dl-1.26.7.gh.tar.gz 649312 BLAKE2B 
b9b493c03c459d9ff0fafce8d48b9fef075d17cc5b1d7133f2f24841ddf0af96297c284d114088825afa3b4be6499ac98b2be44aabe11d31d27ea0718d5cd453
 SHA512 
fdd00e43d91c5ab577f21f874ddbaa18031af308c8ca7ee8996a0b816ab9f9d422cb870467f83b3c2ce5f943727fd26af4e5597cd808fbef2df88a874bcbd9bc

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild
deleted file mode 100644
index ab1aa54283f4..
--- a/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild
+++ /dev/null
@@ -1,40 +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_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-02-17 Thread Maciej Barć
commit: 142768d8401712eaa4e439ea93faf53a1cdf8d75
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Feb 17 21:28:44 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Feb 17 21:56:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142768d8

net-misc/gallery-dl: bump to 1.26.8

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.8.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index e66881ec1b9e..1bddac570c4a 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,2 +1,3 @@
 DIST gallery-dl-1.26.6.gh.tar.gz 637424 BLAKE2B 
feb7cf54bc15112c9c7e26be58ab69a6219416f2c8533922fc32e4c9790d71c829718875e0e93cec5eb0542fd68cf65f60716af06b8ea1a09b88574816315312
 SHA512 
b788353cd18f5cb9b505aa788cd16700846d6f430649a04317e0f688bbd95200fb45dbcba8ec28c3f37c4de7c353d144f940decb369baf171e70da57042f0933
 DIST gallery-dl-1.26.7.gh.tar.gz 649312 BLAKE2B 
b9b493c03c459d9ff0fafce8d48b9fef075d17cc5b1d7133f2f24841ddf0af96297c284d114088825afa3b4be6499ac98b2be44aabe11d31d27ea0718d5cd453
 SHA512 
fdd00e43d91c5ab577f21f874ddbaa18031af308c8ca7ee8996a0b816ab9f9d422cb870467f83b3c2ce5f943727fd26af4e5597cd808fbef2df88a874bcbd9bc
+DIST gallery-dl-1.26.8.gh.tar.gz 659327 BLAKE2B 
f0d394c077fefda91fce494fa8bd6ef369a634f06f3303c4f91009b3d5d381a40aa8918e639ed6faddc9000d5a3091a569124d62b794d727c46354bc144c8b63
 SHA512 
f8093d8e51c815333a182d1cdf5134d2e54d10b44067a0130943993d63e49d4e51d5bb9eb1704b7999639e73ae8ab4cadb6a8d0fb444abbe26ffdc445e5cdb5f

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.8.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.8.ebuild
new file mode 100644
index ..7f31c8680987
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.26.8.ebuild
@@ -0,0 +1,44 @@
+# 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_{10..12} )
+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}" == ** ]]; 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"
+PROPERTIES="test_network"   # Tests require network access.
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-02-17 Thread Maciej Barć
commit: 35e12bb8487593ba6336f2365a10cc0388f77198
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Feb 17 21:21:27 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Feb 17 21:56:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e12bb8

net-misc/gallery-dl: drop old 1.26.5

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.26.5.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 47f019dfd4ed..e66881ec1b9e 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,2 @@
-DIST gallery-dl-1.26.5.gh.tar.gz 631129 BLAKE2B 
a9870436eb41269bcb5ff7f339473d1b6e2b39b83245fff2a029fc2e3c2d71a254be45954968cdef06c70139792051b82e8a00daeed9884af1cde6edf1d63828
 SHA512 
23421a36d1a915cabacad38948c60baca3041d43e2f763d97e516a35da1e8bc8ab8726b3e6b525aadd7ec48444df9caa0079f49b6193e33014f66c7c606952d4
 DIST gallery-dl-1.26.6.gh.tar.gz 637424 BLAKE2B 
feb7cf54bc15112c9c7e26be58ab69a6219416f2c8533922fc32e4c9790d71c829718875e0e93cec5eb0542fd68cf65f60716af06b8ea1a09b88574816315312
 SHA512 
b788353cd18f5cb9b505aa788cd16700846d6f430649a04317e0f688bbd95200fb45dbcba8ec28c3f37c4de7c353d144f940decb369baf171e70da57042f0933
 DIST gallery-dl-1.26.7.gh.tar.gz 649312 BLAKE2B 
b9b493c03c459d9ff0fafce8d48b9fef075d17cc5b1d7133f2f24841ddf0af96297c284d114088825afa3b4be6499ac98b2be44aabe11d31d27ea0718d5cd453
 SHA512 
fdd00e43d91c5ab577f21f874ddbaa18031af308c8ca7ee8996a0b816ab9f9d422cb870467f83b3c2ce5f943727fd26af4e5597cd808fbef2df88a874bcbd9bc

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild
deleted file mode 100644
index ab1aa54283f4..
--- a/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild
+++ /dev/null
@@ -1,40 +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_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-02-06 Thread Sam James
commit: 09b5b6c241a5d2848a246794928f9c02b8d13fe6
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 08:16:14 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 08:16:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b5b6c2

net-misc/gallery-dl: Stabilize 1.26.6 ALLARCHES, #923880

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.6.ebuild
index 7f31c8680987..736c8bce293d 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.6.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.6.ebuild
@@ -20,7 +20,7 @@ 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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-01-27 Thread Sam James
commit: 45ed01d95c0db66b818f669d4945bb4cc74971b4
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 28 06:49:33 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 28 06:49:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ed01d9

net-misc/gallery-dl: Stabilize 1.26.5 ALLARCHES, #923060

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild
index b3da2a9c870f..ab1aa54283f4 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-01-21 Thread Maciej Barć
commit: 41a32afe3b28751a03ceeac7fe3ca62dc5f7b8ae
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jan 21 22:16:10 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jan 21 23:08:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a32afe

net-misc/gallery-dl: drop old 1.26.2

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.26.2.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 0244cea5df97..8a138cfadf57 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.26.2.gh.tar.gz 607389 BLAKE2B 
9bacfa4ba4019dbd8abd87ad868b1f6d2c56eab165633a07ba99c569962f26df6d82c96ef12c0c033792ece2084e4f5b7a2121483d51d765b828d4997780edc1
 SHA512 
08f0caa07f1e3fddf003658e9261e711b2a5fc0049447f36794c441f37ba01b74cc091f90378d5a649196ceba487d5dff541dbfcd86ca8c1b0551a972dc1f848
 DIST gallery-dl-1.26.3.gh.tar.gz 621229 BLAKE2B 
d85be6e8f3e21d5f8e18bcf70fb51f46d5672d48115bf88fb5fa3316b6e8cddca8c8c6f540f3b1529e6607d746aba98097aa95f692e98effa4e51ba4578d16aa
 SHA512 
43891d40de26527b7195c064fda6c8303461c5e4107b0482ca535f06b8fe923513acc212bd75b4d8d82fa12e19ef214e1ee395ced1525eceda7a433d3d05fef3
 DIST gallery-dl-1.26.4.gh.tar.gz 626072 BLAKE2B 
84711edcb8bd78732a0a065c7c1df5c8ff159cd5c494dd95bba4823aedb38e9435876335b7aa665270644a5d608c154d2ab5057d8c86d6f5cbc73073b819f017
 SHA512 
d39a8635949150a41b6c86b449ac2c42a96ac15b36555d9ea09071bf91984e64868331bfe6cb1de17ba90c509c3003a01fe5c80918d02176cae6cd6eef826a01
 DIST gallery-dl-1.26.5.gh.tar.gz 631129 BLAKE2B 
a9870436eb41269bcb5ff7f339473d1b6e2b39b83245fff2a029fc2e3c2d71a254be45954968cdef06c70139792051b82e8a00daeed9884af1cde6edf1d63828
 SHA512 
23421a36d1a915cabacad38948c60baca3041d43e2f763d97e516a35da1e8bc8ab8726b3e6b525aadd7ec48444df9caa0079f49b6193e33014f66c7c606952d4

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.2.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.2.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.26.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-01-21 Thread Maciej Barć
commit: b5fa3734983df6a25850e828ce770ee5c8f6d4c2
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jan 21 22:17:29 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jan 21 23:08:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5fa3734

net-misc/gallery-dl: bump to 1.26.7

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.7.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 52bd2d2c846f..7bce0de2a76f 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,4 @@
 DIST gallery-dl-1.26.4.gh.tar.gz 626072 BLAKE2B 
84711edcb8bd78732a0a065c7c1df5c8ff159cd5c494dd95bba4823aedb38e9435876335b7aa665270644a5d608c154d2ab5057d8c86d6f5cbc73073b819f017
 SHA512 
d39a8635949150a41b6c86b449ac2c42a96ac15b36555d9ea09071bf91984e64868331bfe6cb1de17ba90c509c3003a01fe5c80918d02176cae6cd6eef826a01
 DIST gallery-dl-1.26.5.gh.tar.gz 631129 BLAKE2B 
a9870436eb41269bcb5ff7f339473d1b6e2b39b83245fff2a029fc2e3c2d71a254be45954968cdef06c70139792051b82e8a00daeed9884af1cde6edf1d63828
 SHA512 
23421a36d1a915cabacad38948c60baca3041d43e2f763d97e516a35da1e8bc8ab8726b3e6b525aadd7ec48444df9caa0079f49b6193e33014f66c7c606952d4
 DIST gallery-dl-1.26.6.gh.tar.gz 637424 BLAKE2B 
feb7cf54bc15112c9c7e26be58ab69a6219416f2c8533922fc32e4c9790d71c829718875e0e93cec5eb0542fd68cf65f60716af06b8ea1a09b88574816315312
 SHA512 
b788353cd18f5cb9b505aa788cd16700846d6f430649a04317e0f688bbd95200fb45dbcba8ec28c3f37c4de7c353d144f940decb369baf171e70da57042f0933
+DIST gallery-dl-1.26.7.gh.tar.gz 649312 BLAKE2B 
b9b493c03c459d9ff0fafce8d48b9fef075d17cc5b1d7133f2f24841ddf0af96297c284d114088825afa3b4be6499ac98b2be44aabe11d31d27ea0718d5cd453
 SHA512 
fdd00e43d91c5ab577f21f874ddbaa18031af308c8ca7ee8996a0b816ab9f9d422cb870467f83b3c2ce5f943727fd26af4e5597cd808fbef2df88a874bcbd9bc

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.7.ebuild
new file mode 100644
index ..7f31c8680987
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.26.7.ebuild
@@ -0,0 +1,44 @@
+# 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_{10..12} )
+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}" == ** ]]; 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"
+PROPERTIES="test_network"   # Tests require network access.
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-01-21 Thread Maciej Barć
commit: 7ed0ff8f0f834ca2b1630a2aeaec42b3e64d03d2
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jan 21 22:16:29 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jan 21 23:08:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed0ff8f

net-misc/gallery-dl: drop old 1.26.3

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.26.3.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 8a138cfadf57..52bd2d2c846f 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.26.3.gh.tar.gz 621229 BLAKE2B 
d85be6e8f3e21d5f8e18bcf70fb51f46d5672d48115bf88fb5fa3316b6e8cddca8c8c6f540f3b1529e6607d746aba98097aa95f692e98effa4e51ba4578d16aa
 SHA512 
43891d40de26527b7195c064fda6c8303461c5e4107b0482ca535f06b8fe923513acc212bd75b4d8d82fa12e19ef214e1ee395ced1525eceda7a433d3d05fef3
 DIST gallery-dl-1.26.4.gh.tar.gz 626072 BLAKE2B 
84711edcb8bd78732a0a065c7c1df5c8ff159cd5c494dd95bba4823aedb38e9435876335b7aa665270644a5d608c154d2ab5057d8c86d6f5cbc73073b819f017
 SHA512 
d39a8635949150a41b6c86b449ac2c42a96ac15b36555d9ea09071bf91984e64868331bfe6cb1de17ba90c509c3003a01fe5c80918d02176cae6cd6eef826a01
 DIST gallery-dl-1.26.5.gh.tar.gz 631129 BLAKE2B 
a9870436eb41269bcb5ff7f339473d1b6e2b39b83245fff2a029fc2e3c2d71a254be45954968cdef06c70139792051b82e8a00daeed9884af1cde6edf1d63828
 SHA512 
23421a36d1a915cabacad38948c60baca3041d43e2f763d97e516a35da1e8bc8ab8726b3e6b525aadd7ec48444df9caa0079f49b6193e33014f66c7c606952d4
 DIST gallery-dl-1.26.6.gh.tar.gz 637424 BLAKE2B 
feb7cf54bc15112c9c7e26be58ab69a6219416f2c8533922fc32e4c9790d71c829718875e0e93cec5eb0542fd68cf65f60716af06b8ea1a09b88574816315312
 SHA512 
b788353cd18f5cb9b505aa788cd16700846d6f430649a04317e0f688bbd95200fb45dbcba8ec28c3f37c4de7c353d144f940decb369baf171e70da57042f0933

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild
deleted file mode 100644
index ab1aa54283f4..
--- a/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild
+++ /dev/null
@@ -1,40 +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_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-01-18 Thread Sam James
commit: fedf8066c0238571c38176a94357d0d09e76775e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 18 17:23:26 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 18 17:23:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedf8066

net-misc/gallery-dl: Stabilize 1.26.4 ALLARCHES, #922357

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild
index b3da2a9c870f..ab1aa54283f4 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-01-06 Thread Maciej Barć
commit: 952ad4204c86ef464f7f7fae46cca6f44c2ea65c
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jan  6 16:56:06 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jan  6 18:42:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952ad420

net-misc/gallery-dl: bump to 1.26.6

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.6.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 28ebf156604e..0244cea5df97 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -2,3 +2,4 @@ DIST gallery-dl-1.26.2.gh.tar.gz 607389 BLAKE2B 
9bacfa4ba4019dbd8abd87ad868b1f6d
 DIST gallery-dl-1.26.3.gh.tar.gz 621229 BLAKE2B 
d85be6e8f3e21d5f8e18bcf70fb51f46d5672d48115bf88fb5fa3316b6e8cddca8c8c6f540f3b1529e6607d746aba98097aa95f692e98effa4e51ba4578d16aa
 SHA512 
43891d40de26527b7195c064fda6c8303461c5e4107b0482ca535f06b8fe923513acc212bd75b4d8d82fa12e19ef214e1ee395ced1525eceda7a433d3d05fef3
 DIST gallery-dl-1.26.4.gh.tar.gz 626072 BLAKE2B 
84711edcb8bd78732a0a065c7c1df5c8ff159cd5c494dd95bba4823aedb38e9435876335b7aa665270644a5d608c154d2ab5057d8c86d6f5cbc73073b819f017
 SHA512 
d39a8635949150a41b6c86b449ac2c42a96ac15b36555d9ea09071bf91984e64868331bfe6cb1de17ba90c509c3003a01fe5c80918d02176cae6cd6eef826a01
 DIST gallery-dl-1.26.5.gh.tar.gz 631129 BLAKE2B 
a9870436eb41269bcb5ff7f339473d1b6e2b39b83245fff2a029fc2e3c2d71a254be45954968cdef06c70139792051b82e8a00daeed9884af1cde6edf1d63828
 SHA512 
23421a36d1a915cabacad38948c60baca3041d43e2f763d97e516a35da1e8bc8ab8726b3e6b525aadd7ec48444df9caa0079f49b6193e33014f66c7c606952d4
+DIST gallery-dl-1.26.6.gh.tar.gz 637424 BLAKE2B 
feb7cf54bc15112c9c7e26be58ab69a6219416f2c8533922fc32e4c9790d71c829718875e0e93cec5eb0542fd68cf65f60716af06b8ea1a09b88574816315312
 SHA512 
b788353cd18f5cb9b505aa788cd16700846d6f430649a04317e0f688bbd95200fb45dbcba8ec28c3f37c4de7c353d144f940decb369baf171e70da57042f0933

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.6.ebuild
new file mode 100644
index ..7f31c8680987
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.26.6.ebuild
@@ -0,0 +1,44 @@
+# 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_{10..12} )
+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}" == ** ]]; 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"
+PROPERTIES="test_network"   # Tests require network access.
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2024-01-06 Thread Sam James
commit: a385c13424c6756c43f7047bc8149b84ba90bda2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  6 08:10:19 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  6 08:10:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a385c134

net-misc/gallery-dl: Stabilize 1.26.3 ALLARCHES, #921424

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild
index b3da2a9c870f..ab1aa54283f4 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-12-26 Thread Maciej Barć
commit: ffd30d77be43670b1fbb135085e54dc11fa6bf28
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Dec 26 20:55:20 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Dec 27 01:20:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd30d77

net-misc/gallery-dl: bump to 1.26.5

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.5.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 3da576fe34a4..28ebf156604e 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,4 @@
 DIST gallery-dl-1.26.2.gh.tar.gz 607389 BLAKE2B 
9bacfa4ba4019dbd8abd87ad868b1f6d2c56eab165633a07ba99c569962f26df6d82c96ef12c0c033792ece2084e4f5b7a2121483d51d765b828d4997780edc1
 SHA512 
08f0caa07f1e3fddf003658e9261e711b2a5fc0049447f36794c441f37ba01b74cc091f90378d5a649196ceba487d5dff541dbfcd86ca8c1b0551a972dc1f848
 DIST gallery-dl-1.26.3.gh.tar.gz 621229 BLAKE2B 
d85be6e8f3e21d5f8e18bcf70fb51f46d5672d48115bf88fb5fa3316b6e8cddca8c8c6f540f3b1529e6607d746aba98097aa95f692e98effa4e51ba4578d16aa
 SHA512 
43891d40de26527b7195c064fda6c8303461c5e4107b0482ca535f06b8fe923513acc212bd75b4d8d82fa12e19ef214e1ee395ced1525eceda7a433d3d05fef3
 DIST gallery-dl-1.26.4.gh.tar.gz 626072 BLAKE2B 
84711edcb8bd78732a0a065c7c1df5c8ff159cd5c494dd95bba4823aedb38e9435876335b7aa665270644a5d608c154d2ab5057d8c86d6f5cbc73073b819f017
 SHA512 
d39a8635949150a41b6c86b449ac2c42a96ac15b36555d9ea09071bf91984e64868331bfe6cb1de17ba90c509c3003a01fe5c80918d02176cae6cd6eef826a01
+DIST gallery-dl-1.26.5.gh.tar.gz 631129 BLAKE2B 
a9870436eb41269bcb5ff7f339473d1b6e2b39b83245fff2a029fc2e3c2d71a254be45954968cdef06c70139792051b82e8a00daeed9884af1cde6edf1d63828
 SHA512 
23421a36d1a915cabacad38948c60baca3041d43e2f763d97e516a35da1e8bc8ab8726b3e6b525aadd7ec48444df9caa0079f49b6193e33014f66c7c606952d4

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.26.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-12-10 Thread Maciej Barć
commit: 7363acd88db1b0761ee217ee1087d8525a14875e
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Dec 10 16:50:18 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Dec 10 17:08:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7363acd8

net-misc/gallery-dl: bump to 1.26.4

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.4.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 9a19523e60cd..3da576fe34a4 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,2 +1,3 @@
 DIST gallery-dl-1.26.2.gh.tar.gz 607389 BLAKE2B 
9bacfa4ba4019dbd8abd87ad868b1f6d2c56eab165633a07ba99c569962f26df6d82c96ef12c0c033792ece2084e4f5b7a2121483d51d765b828d4997780edc1
 SHA512 
08f0caa07f1e3fddf003658e9261e711b2a5fc0049447f36794c441f37ba01b74cc091f90378d5a649196ceba487d5dff541dbfcd86ca8c1b0551a972dc1f848
 DIST gallery-dl-1.26.3.gh.tar.gz 621229 BLAKE2B 
d85be6e8f3e21d5f8e18bcf70fb51f46d5672d48115bf88fb5fa3316b6e8cddca8c8c6f540f3b1529e6607d746aba98097aa95f692e98effa4e51ba4578d16aa
 SHA512 
43891d40de26527b7195c064fda6c8303461c5e4107b0482ca535f06b8fe923513acc212bd75b4d8d82fa12e19ef214e1ee395ced1525eceda7a433d3d05fef3
+DIST gallery-dl-1.26.4.gh.tar.gz 626072 BLAKE2B 
84711edcb8bd78732a0a065c7c1df5c8ff159cd5c494dd95bba4823aedb38e9435876335b7aa665270644a5d608c154d2ab5057d8c86d6f5cbc73073b819f017
 SHA512 
d39a8635949150a41b6c86b449ac2c42a96ac15b36555d9ea09071bf91984e64868331bfe6cb1de17ba90c509c3003a01fe5c80918d02176cae6cd6eef826a01

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.26.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-12-06 Thread Maciej Barć
commit: 652acb7270bb8b0baf36f404f48263c54910e534
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Dec  6 22:45:54 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Dec  6 22:47:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652acb72

net-misc/gallery-dl: live ebuild tweaks

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/gallery-dl-.ebuild | 20 
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/net-misc/gallery-dl/gallery-dl-.ebuild 
b/net-misc/gallery-dl/gallery-dl-.ebuild
index b3da2a9c870f..b8a8623c53a8 100644
--- a/net-misc/gallery-dl/gallery-dl-.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-.ebuild
@@ -4,34 +4,38 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 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;
+HOMEPAGE="https://github.com/mikf/gallery-dl/;
 
-if [[ ${PV} ==  ]]; then
+if [[ "${PV}" == ** ]]; 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"
+   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"
-# Tests require network access.
-PROPERTIES="test_network"
+PROPERTIES="test_network"   # Tests require network access.
 RESTRICT="test"
 
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+RDEPEND="
+   >=dev-python/requests-2.11.0[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests setup.py
 
 python_compile_all() {
-   emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
+   emake PYTHON="${EPYTHON}" data/completion/{,_}gallery-dl man
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-12-06 Thread Maciej Barć
commit: 27dbfd7854c6451c165753c4f2e6688d483dfd21
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Dec  6 21:19:38 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Dec  6 22:47:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27dbfd78

net-misc/gallery-dl: drop old 1.26.1

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.26.1.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 2a6057d69bc5..9a19523e60cd 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,2 @@
-DIST gallery-dl-1.26.1.gh.tar.gz 604212 BLAKE2B 
980e7b8b3c8ec966bb77db7c4312398490add75580e557f4654ca3aeb62ab287599f85dc401ed5bfae4dc6124e5a87b9254904b442b3a0cc2b10acdf5ce6695a
 SHA512 
60d32ac82df5dd837399b778c118d8f944b7f35c5dfbbe8168841f0ff76471016b6049b617fef4825b3e21b37237c58bbc9f44be3e4e7ddb9bdf97cba11154bb
 DIST gallery-dl-1.26.2.gh.tar.gz 607389 BLAKE2B 
9bacfa4ba4019dbd8abd87ad868b1f6d2c56eab165633a07ba99c569962f26df6d82c96ef12c0c033792ece2084e4f5b7a2121483d51d765b828d4997780edc1
 SHA512 
08f0caa07f1e3fddf003658e9261e711b2a5fc0049447f36794c441f37ba01b74cc091f90378d5a649196ceba487d5dff541dbfcd86ca8c1b0551a972dc1f848
 DIST gallery-dl-1.26.3.gh.tar.gz 621229 BLAKE2B 
d85be6e8f3e21d5f8e18bcf70fb51f46d5672d48115bf88fb5fa3316b6e8cddca8c8c6f540f3b1529e6607d746aba98097aa95f692e98effa4e51ba4578d16aa
 SHA512 
43891d40de26527b7195c064fda6c8303461c5e4107b0482ca535f06b8fe923513acc212bd75b4d8d82fa12e19ef214e1ee395ced1525eceda7a433d3d05fef3

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.1.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.26.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-12-06 Thread Sam James
commit: 54798412907debc5be2b3f40e6e6631be2f8b34e
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  6 16:01:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  6 16:01:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54798412

net-misc/gallery-dl: Stabilize 1.26.2 ALLARCHES, #919338

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.2.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.2.ebuild
index b3da2a9c870f..e83e798733f1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.2.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.2.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-11-28 Thread Maciej Barć
commit: 43d3c5b24b4ae6b9cd7e5c49607738c9c7070e37
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Nov 28 14:26:05 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Nov 28 16:57:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d3c5b2

net-misc/gallery-dl: drop old 1.26.0

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.26.0.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index e12118331856..0d370ea85aa0 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,2 @@
-DIST gallery-dl-1.26.0.gh.tar.gz 597078 BLAKE2B 
7fa140babb63d288c3ebf6ff01a4384fcea5885b4355ed17300b985b29b7897f644ffafeed268553be0660ab5efd5343d665cc13dbed6141f171ee01e9a2a2f6
 SHA512 
bbefacf137cad2518eff996a357a0803cf40519fbfcd762af0885e6cb791ec5abe3139e6fb23972d447d6d656ff184d16933659468e047afc52f52c78a4cacdd
 DIST gallery-dl-1.26.1.gh.tar.gz 604212 BLAKE2B 
980e7b8b3c8ec966bb77db7c4312398490add75580e557f4654ca3aeb62ab287599f85dc401ed5bfae4dc6124e5a87b9254904b442b3a0cc2b10acdf5ce6695a
 SHA512 
60d32ac82df5dd837399b778c118d8f944b7f35c5dfbbe8168841f0ff76471016b6049b617fef4825b3e21b37237c58bbc9f44be3e4e7ddb9bdf97cba11154bb
 DIST gallery-dl-1.26.2.gh.tar.gz 607389 BLAKE2B 
9bacfa4ba4019dbd8abd87ad868b1f6d2c56eab165633a07ba99c569962f26df6d82c96ef12c0c033792ece2084e4f5b7a2121483d51d765b828d4997780edc1
 SHA512 
08f0caa07f1e3fddf003658e9261e711b2a5fc0049447f36794c441f37ba01b74cc091f90378d5a649196ceba487d5dff541dbfcd86ca8c1b0551a972dc1f848

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-11-28 Thread Maciej Barć
commit: 9d26b333831931f8d1c59d99fc2247e3ab2dca57
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Nov 28 14:26:41 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Nov 28 16:57:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d26b333

net-misc/gallery-dl: bump to 1.26.3

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.3.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 0d370ea85aa0..2a6057d69bc5 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,2 +1,3 @@
 DIST gallery-dl-1.26.1.gh.tar.gz 604212 BLAKE2B 
980e7b8b3c8ec966bb77db7c4312398490add75580e557f4654ca3aeb62ab287599f85dc401ed5bfae4dc6124e5a87b9254904b442b3a0cc2b10acdf5ce6695a
 SHA512 
60d32ac82df5dd837399b778c118d8f944b7f35c5dfbbe8168841f0ff76471016b6049b617fef4825b3e21b37237c58bbc9f44be3e4e7ddb9bdf97cba11154bb
 DIST gallery-dl-1.26.2.gh.tar.gz 607389 BLAKE2B 
9bacfa4ba4019dbd8abd87ad868b1f6d2c56eab165633a07ba99c569962f26df6d82c96ef12c0c033792ece2084e4f5b7a2121483d51d765b828d4997780edc1
 SHA512 
08f0caa07f1e3fddf003658e9261e711b2a5fc0049447f36794c441f37ba01b74cc091f90378d5a649196ceba487d5dff541dbfcd86ca8c1b0551a972dc1f848
+DIST gallery-dl-1.26.3.gh.tar.gz 621229 BLAKE2B 
d85be6e8f3e21d5f8e18bcf70fb51f46d5672d48115bf88fb5fa3316b6e8cddca8c8c6f540f3b1529e6607d746aba98097aa95f692e98effa4e51ba4578d16aa
 SHA512 
43891d40de26527b7195c064fda6c8303461c5e4107b0482ca535f06b8fe923513acc212bd75b4d8d82fa12e19ef214e1ee395ced1525eceda7a433d3d05fef3

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.26.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-11-28 Thread Maciej Barć
commit: e73f6a5a2773de2934a67430928a6a91e65398b0
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Nov 28 14:25:54 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Nov 28 16:57:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73f6a5a

net-misc/gallery-dl: drop old 1.25.8

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.25.8.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 99adf640a358..e12118331856 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.25.8.gh.tar.gz 570435 BLAKE2B 
33cd558c0f30cc31adbd0a51365b9501309be001cb0f7a3bb83e21dc797ca7e097b94e1575e4c0342fad44a5fca07a486d1e44db1a12d90ade06d0bc4acf8384
 SHA512 
22bd9e330efe24cb56e7b9b3eb219094aa897bb620253c4dd3fcda33df82fc021f1151dd9a6aff1f762c3ed4d426aadc75a398a659b30f64f254780554f46687
 DIST gallery-dl-1.26.0.gh.tar.gz 597078 BLAKE2B 
7fa140babb63d288c3ebf6ff01a4384fcea5885b4355ed17300b985b29b7897f644ffafeed268553be0660ab5efd5343d665cc13dbed6141f171ee01e9a2a2f6
 SHA512 
bbefacf137cad2518eff996a357a0803cf40519fbfcd762af0885e6cb791ec5abe3139e6fb23972d447d6d656ff184d16933659468e047afc52f52c78a4cacdd
 DIST gallery-dl-1.26.1.gh.tar.gz 604212 BLAKE2B 
980e7b8b3c8ec966bb77db7c4312398490add75580e557f4654ca3aeb62ab287599f85dc401ed5bfae4dc6124e5a87b9254904b442b3a0cc2b10acdf5ce6695a
 SHA512 
60d32ac82df5dd837399b778c118d8f944b7f35c5dfbbe8168841f0ff76471016b6049b617fef4825b3e21b37237c58bbc9f44be3e4e7ddb9bdf97cba11154bb
 DIST gallery-dl-1.26.2.gh.tar.gz 607389 BLAKE2B 
9bacfa4ba4019dbd8abd87ad868b1f6d2c56eab165633a07ba99c569962f26df6d82c96ef12c0c033792ece2084e4f5b7a2121483d51d765b828d4997780edc1
 SHA512 
08f0caa07f1e3fddf003658e9261e711b2a5fc0049447f36794c441f37ba01b74cc091f90378d5a649196ceba487d5dff541dbfcd86ca8c1b0551a972dc1f848

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-11-25 Thread Sam James
commit: 0363a0c7a7b10926102bee43af1457a66685a2f9
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 25 23:08:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 25 23:08:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0363a0c7

net-misc/gallery-dl: Stabilize 1.26.1 ALLARCHES, #918571

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.1.ebuild
index b3da2a9c870f..e83e798733f1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-11-05 Thread Arthur Zamarin
commit: d0577556d6ec12c63a2e98b1bb5f98c9b73b2c4d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Nov  5 19:09:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Nov  5 19:09:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0577556

net-misc/gallery-dl: Stabilize 1.26.0 ALLARCHES, #916910

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild
index b3da2a9c870f..e83e798733f1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-11-04 Thread Maciej Barć
commit: 2241c26364616a781651e9495a4024bc084eceac
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Nov  4 23:16:06 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Nov  4 23:36:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2241c263

net-misc/gallery-dl: bump to 1.26.2

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.2.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 3819101eefb4..99adf640a358 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,4 @@
 DIST gallery-dl-1.25.8.gh.tar.gz 570435 BLAKE2B 
33cd558c0f30cc31adbd0a51365b9501309be001cb0f7a3bb83e21dc797ca7e097b94e1575e4c0342fad44a5fca07a486d1e44db1a12d90ade06d0bc4acf8384
 SHA512 
22bd9e330efe24cb56e7b9b3eb219094aa897bb620253c4dd3fcda33df82fc021f1151dd9a6aff1f762c3ed4d426aadc75a398a659b30f64f254780554f46687
 DIST gallery-dl-1.26.0.gh.tar.gz 597078 BLAKE2B 
7fa140babb63d288c3ebf6ff01a4384fcea5885b4355ed17300b985b29b7897f644ffafeed268553be0660ab5efd5343d665cc13dbed6141f171ee01e9a2a2f6
 SHA512 
bbefacf137cad2518eff996a357a0803cf40519fbfcd762af0885e6cb791ec5abe3139e6fb23972d447d6d656ff184d16933659468e047afc52f52c78a4cacdd
 DIST gallery-dl-1.26.1.gh.tar.gz 604212 BLAKE2B 
980e7b8b3c8ec966bb77db7c4312398490add75580e557f4654ca3aeb62ab287599f85dc401ed5bfae4dc6124e5a87b9254904b442b3a0cc2b10acdf5ce6695a
 SHA512 
60d32ac82df5dd837399b778c118d8f944b7f35c5dfbbe8168841f0ff76471016b6049b617fef4825b3e21b37237c58bbc9f44be3e4e7ddb9bdf97cba11154bb
+DIST gallery-dl-1.26.2.gh.tar.gz 607389 BLAKE2B 
9bacfa4ba4019dbd8abd87ad868b1f6d2c56eab165633a07ba99c569962f26df6d82c96ef12c0c033792ece2084e4f5b7a2121483d51d765b828d4997780edc1
 SHA512 
08f0caa07f1e3fddf003658e9261e711b2a5fc0049447f36794c441f37ba01b74cc091f90378d5a649196ceba487d5dff541dbfcd86ca8c1b0551a972dc1f848

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.2.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.2.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.26.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-10-22 Thread Maciej Barć
commit: a9d55d543cd8a848dcb3063ce1f97ccd749c7341
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Oct 22 08:12:08 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Oct 22 08:46:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d55d54

net-misc/gallery-dl: bump to 1.26.1

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.1.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 052f225f9880..3819101eefb4 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,2 +1,3 @@
 DIST gallery-dl-1.25.8.gh.tar.gz 570435 BLAKE2B 
33cd558c0f30cc31adbd0a51365b9501309be001cb0f7a3bb83e21dc797ca7e097b94e1575e4c0342fad44a5fca07a486d1e44db1a12d90ade06d0bc4acf8384
 SHA512 
22bd9e330efe24cb56e7b9b3eb219094aa897bb620253c4dd3fcda33df82fc021f1151dd9a6aff1f762c3ed4d426aadc75a398a659b30f64f254780554f46687
 DIST gallery-dl-1.26.0.gh.tar.gz 597078 BLAKE2B 
7fa140babb63d288c3ebf6ff01a4384fcea5885b4355ed17300b985b29b7897f644ffafeed268553be0660ab5efd5343d665cc13dbed6141f171ee01e9a2a2f6
 SHA512 
bbefacf137cad2518eff996a357a0803cf40519fbfcd762af0885e6cb791ec5abe3139e6fb23972d447d6d656ff184d16933659468e047afc52f52c78a4cacdd
+DIST gallery-dl-1.26.1.gh.tar.gz 604212 BLAKE2B 
980e7b8b3c8ec966bb77db7c4312398490add75580e557f4654ca3aeb62ab287599f85dc401ed5bfae4dc6124e5a87b9254904b442b3a0cc2b10acdf5ce6695a
 SHA512 
60d32ac82df5dd837399b778c118d8f944b7f35c5dfbbe8168841f0ff76471016b6049b617fef4825b3e21b37237c58bbc9f44be3e4e7ddb9bdf97cba11154bb

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.1.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.26.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-10-04 Thread Maciej Barć
commit: 8aa613f27c0bce26553f2ec4fd3f48da3bd77533
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct  4 06:59:45 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Oct  4 08:11:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa613f2

net-misc/gallery-dl: bump to 1.26.0

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.26.0.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index b0a47e1d0637..052f225f9880 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1 +1,2 @@
 DIST gallery-dl-1.25.8.gh.tar.gz 570435 BLAKE2B 
33cd558c0f30cc31adbd0a51365b9501309be001cb0f7a3bb83e21dc797ca7e097b94e1575e4c0342fad44a5fca07a486d1e44db1a12d90ade06d0bc4acf8384
 SHA512 
22bd9e330efe24cb56e7b9b3eb219094aa897bb620253c4dd3fcda33df82fc021f1151dd9a6aff1f762c3ed4d426aadc75a398a659b30f64f254780554f46687
+DIST gallery-dl-1.26.0.gh.tar.gz 597078 BLAKE2B 
7fa140babb63d288c3ebf6ff01a4384fcea5885b4355ed17300b985b29b7897f644ffafeed268553be0660ab5efd5343d665cc13dbed6141f171ee01e9a2a2f6
 SHA512 
bbefacf137cad2518eff996a357a0803cf40519fbfcd762af0885e6cb791ec5abe3139e6fb23972d447d6d656ff184d16933659468e047afc52f52c78a4cacdd

diff --git a/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.26.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-09-02 Thread Maciej Barć
commit: 701bfb068e44873c074a830e677ff4f555401f26
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Sep  2 14:12:50 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Sep  2 14:29:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701bfb06

net-misc/gallery-dl: drop old 1.25.7

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.25.7.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index d3a25b230b89..b0a47e1d0637 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,2 +1 @@
-DIST gallery-dl-1.25.7.gh.tar.gz 570326 BLAKE2B 
b499d9dad019b6a209cb4ce1c6ef64867d0ab6327ca2131631ad7abf52c7541187886c0d3674152cea24d7cafb1c508c7c22ffd14a94737759beda3bffb38d4e
 SHA512 
0fb86b074c54db615cc8fd276160ef42a5a58e839a88fe0acb24d3f27d3002f90d28e7e0eb6ca3606e3c4c7c8f56b7d8a103898ba375dd63ffea27e4c422b4c1
 DIST gallery-dl-1.25.8.gh.tar.gz 570435 BLAKE2B 
33cd558c0f30cc31adbd0a51365b9501309be001cb0f7a3bb83e21dc797ca7e097b94e1575e4c0342fad44a5fca07a486d1e44db1a12d90ade06d0bc4acf8384
 SHA512 
22bd9e330efe24cb56e7b9b3eb219094aa897bb620253c4dd3fcda33df82fc021f1151dd9a6aff1f762c3ed4d426aadc75a398a659b30f64f254780554f46687

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-09-02 Thread Maciej Barć
commit: e7f780f69f4024da121386a63b50aff3934d330f
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Sep  2 14:12:26 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Sep  2 14:29:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f780f6

net-misc/gallery-dl: drop old 1.25.5

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.25.5.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 0040c28916cb..360839ad1063 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.25.5.gh.tar.gz 563928 BLAKE2B 
d8308233fc4e59da466825f5063556bffb31f8f710a75dca23b710244c1702569ffc46f41d0721e6bdcfd1ce5471d30872f8f931388db82a7ce918564d84ae75
 SHA512 
ed2e18a9220eb68bd93009b12212c4052893277cb585ded8b5c513c764d3efec348c0340360b5ccac6f98527fb0a9ddb93167e942e3151419169a4ad7353157f
 DIST gallery-dl-1.25.6.gh.tar.gz 567710 BLAKE2B 
85f4fe19a09d1569e431e18c821db6d7f581760f2065138a36f2c8523c632aac0f6bd2fc18154f9a9524e158525b604b67240fe139a97f1407d2178e9f668d99
 SHA512 
2ae93401598ca46458c22bca7f2a53fe611519c24c88156c6566b45a5073336e92310b7c60939782b619ede59c8b2862a0ed9811dd7f9307f8a080e5fbfdf3bc
 DIST gallery-dl-1.25.7.gh.tar.gz 570326 BLAKE2B 
b499d9dad019b6a209cb4ce1c6ef64867d0ab6327ca2131631ad7abf52c7541187886c0d3674152cea24d7cafb1c508c7c22ffd14a94737759beda3bffb38d4e
 SHA512 
0fb86b074c54db615cc8fd276160ef42a5a58e839a88fe0acb24d3f27d3002f90d28e7e0eb6ca3606e3c4c7c8f56b7d8a103898ba375dd63ffea27e4c422b4c1
 DIST gallery-dl-1.25.8.gh.tar.gz 570435 BLAKE2B 
33cd558c0f30cc31adbd0a51365b9501309be001cb0f7a3bb83e21dc797ca7e097b94e1575e4c0342fad44a5fca07a486d1e44db1a12d90ade06d0bc4acf8384
 SHA512 
22bd9e330efe24cb56e7b9b3eb219094aa897bb620253c4dd3fcda33df82fc021f1151dd9a6aff1f762c3ed4d426aadc75a398a659b30f64f254780554f46687

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-09-02 Thread Maciej Barć
commit: d268e5a8787b9c6cdd81cde16e85d2eab7cc2594
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Sep  2 14:12:46 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Sep  2 14:29:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d268e5a8

net-misc/gallery-dl: drop old 1.25.6

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.25.6.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 360839ad1063..d3a25b230b89 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,2 @@
-DIST gallery-dl-1.25.6.gh.tar.gz 567710 BLAKE2B 
85f4fe19a09d1569e431e18c821db6d7f581760f2065138a36f2c8523c632aac0f6bd2fc18154f9a9524e158525b604b67240fe139a97f1407d2178e9f668d99
 SHA512 
2ae93401598ca46458c22bca7f2a53fe611519c24c88156c6566b45a5073336e92310b7c60939782b619ede59c8b2862a0ed9811dd7f9307f8a080e5fbfdf3bc
 DIST gallery-dl-1.25.7.gh.tar.gz 570326 BLAKE2B 
b499d9dad019b6a209cb4ce1c6ef64867d0ab6327ca2131631ad7abf52c7541187886c0d3674152cea24d7cafb1c508c7c22ffd14a94737759beda3bffb38d4e
 SHA512 
0fb86b074c54db615cc8fd276160ef42a5a58e839a88fe0acb24d3f27d3002f90d28e7e0eb6ca3606e3c4c7c8f56b7d8a103898ba375dd63ffea27e4c422b4c1
 DIST gallery-dl-1.25.8.gh.tar.gz 570435 BLAKE2B 
33cd558c0f30cc31adbd0a51365b9501309be001cb0f7a3bb83e21dc797ca7e097b94e1575e4c0342fad44a5fca07a486d1e44db1a12d90ade06d0bc4acf8384
 SHA512 
22bd9e330efe24cb56e7b9b3eb219094aa897bb620253c4dd3fcda33df82fc021f1151dd9a6aff1f762c3ed4d426aadc75a398a659b30f64f254780554f46687

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-08-15 Thread Arthur Zamarin
commit: e00e589e077898526aef214ab1e29594e6e49f8a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 15 12:23:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 15 12:23:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00e589e

net-misc/gallery-dl: Stabilize 1.25.8 ALLARCHES, #912299

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild
index b3da2a9c870f..e83e798733f1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-08-15 Thread Sam James
commit: c90be34e406f7b1691875ef509629fb3de3dbbf6
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 15 07:33:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 15 07:33:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90be34e

net-misc/gallery-dl: Stabilize 1.25.7 ppc, #911670

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
index 371abd912084..e83e798733f1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-08-12 Thread Sam James
commit: 9b7afc89f0700218ca3e9aaaf4e7c8717a0f29b3
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 18:02:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 18:02:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7afc89

net-misc/gallery-dl: mark ALLARCHES

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/gallery-dl/metadata.xml b/net-misc/gallery-dl/metadata.xml
index a84cb7bedb41..175585149331 100644
--- a/net-misc/gallery-dl/metadata.xml
+++ b/net-misc/gallery-dl/metadata.xml
@@ -11,6 +11,7 @@
 mikf/gallery-dl
 gallery-dl
   
+  
   
 gallery-dl is a command-line program to download image-galleries
 and -collections from several image hosting sites.



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-08-12 Thread Sam James
commit: 0ea93be4f69eb1f4612777bc8de374912e3d3fda
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 18:00:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 18:00:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea93be4

net-misc/gallery-dl: Stabilize 1.25.7 hppa, #911670

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
index 3369767449a5..371abd912084 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ~ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-08-03 Thread Sam James
commit: 37e343ca163f73badbc74175ec552e2a5ec8227c
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  4 00:54:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  4 00:54:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e343ca

net-misc/gallery-dl: Stabilize 1.25.7 ppc64, #911670

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
index aa65b9428809..3369767449a5 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-08-03 Thread Sam James
commit: af0032a210f5027c9e4ed4f78f6ad1cd68714a5b
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  3 21:16:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  3 21:16:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0032a2

net-misc/gallery-dl: Stabilize 1.25.7 x86, #911670

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
index 4de32715a27e..aa65b9428809 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-08-03 Thread Sam James
commit: fc5467f0add3053d5576729cb8453b4eaf5f9c43
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  3 20:45:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  3 20:45:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5467f0

net-misc/gallery-dl: Stabilize 1.25.7 amd64, #911670

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
index 339f6268bd9c..4de32715a27e 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-08-03 Thread Arthur Zamarin
commit: 2be1f05c59c378933efc48901560071972cfa7e3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  3 18:59:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  3 18:59:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be1f05c

net-misc/gallery-dl: Stabilize 1.25.7 arm64, #911670

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
index a378737e89b1..339f6268bd9c 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-08-03 Thread Arthur Zamarin
commit: 41a01bdc6f92b73424276fa336dac7f6fab8dc43
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  3 18:59:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  3 18:59:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a01bdc

net-misc/gallery-dl: Stabilize 1.25.7 arm, #911670

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
index b3da2a9c870f..a378737e89b1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-07-22 Thread Sam James
commit: cb7084b7372c7e61ee9e05e72775c1b3b5c47e57
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 23 01:55:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 23 01:55:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7084b7

net-misc/gallery-dl: Stabilize 1.25.6 hppa, #910655

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
index e5fbc2f301b3..e83e798733f1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-07-22 Thread Sam James
commit: 775db2f01624854f35ead5d64dc6a9098c20cc70
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 22 18:36:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 22 18:36:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775db2f0

net-misc/gallery-dl: Stabilize 1.25.6 x86, #910655

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
index 154e7d91ee77..e5fbc2f301b3 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-07-21 Thread Sam James
commit: 453b5d644a974f8b02d81a979e1cfc822d5e57c7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 22 00:48:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 22 00:48:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453b5d64

net-misc/gallery-dl: Stabilize 1.25.6 amd64, #910655

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
index 5dae21b67038..11b05634c492 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-07-21 Thread Sam James
commit: 94689cbfded475057330e71d6de416ca07b20b93
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 22 00:48:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 22 00:48:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94689cbf

net-misc/gallery-dl: Stabilize 1.25.6 arm, #910655

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
index 11b05634c492..154e7d91ee77 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-07-21 Thread Sam James
commit: 5192dda4eee1e863b656cbb39a44d46d0010ebe1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 22 00:48:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 22 00:48:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5192dda4

net-misc/gallery-dl: Stabilize 1.25.6 arm64, #910655

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
index 5a0c6d86eedd..5dae21b67038 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-07-21 Thread Sam James
commit: 3385d94672bbdd83dddfd6aa1c5be7e00949562a
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 21 23:52:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 21 23:52:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3385d946

net-misc/gallery-dl: Stabilize 1.25.6 ppc, #910655

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
index 1e65ce24262c..5a0c6d86eedd 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-07-21 Thread Sam James
commit: 4439ea88c8339853730c09131b4e7802a9f27ab2
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 21 23:51:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 21 23:51:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4439ea88

net-misc/gallery-dl: Stabilize 1.25.6 ppc64, #910655

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
index b3da2a9c870f..1e65ce24262c 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-07-15 Thread Maciej Barć
commit: d560d35c1baeb9d44400d6b125af9082ca87e486
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jul 15 18:39:31 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jul 15 18:40:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d560d35c

net-misc/gallery-dl: bump to 1.25.8

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.25.8.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 94fb6fbb0cd6..0040c28916cb 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,4 @@
 DIST gallery-dl-1.25.5.gh.tar.gz 563928 BLAKE2B 
d8308233fc4e59da466825f5063556bffb31f8f710a75dca23b710244c1702569ffc46f41d0721e6bdcfd1ce5471d30872f8f931388db82a7ce918564d84ae75
 SHA512 
ed2e18a9220eb68bd93009b12212c4052893277cb585ded8b5c513c764d3efec348c0340360b5ccac6f98527fb0a9ddb93167e942e3151419169a4ad7353157f
 DIST gallery-dl-1.25.6.gh.tar.gz 567710 BLAKE2B 
85f4fe19a09d1569e431e18c821db6d7f581760f2065138a36f2c8523c632aac0f6bd2fc18154f9a9524e158525b604b67240fe139a97f1407d2178e9f668d99
 SHA512 
2ae93401598ca46458c22bca7f2a53fe611519c24c88156c6566b45a5073336e92310b7c60939782b619ede59c8b2862a0ed9811dd7f9307f8a080e5fbfdf3bc
 DIST gallery-dl-1.25.7.gh.tar.gz 570326 BLAKE2B 
b499d9dad019b6a209cb4ce1c6ef64867d0ab6327ca2131631ad7abf52c7541187886c0d3674152cea24d7cafb1c508c7c22ffd14a94737759beda3bffb38d4e
 SHA512 
0fb86b074c54db615cc8fd276160ef42a5a58e839a88fe0acb24d3f27d3002f90d28e7e0eb6ca3606e3c4c7c8f56b7d8a103898ba375dd63ffea27e4c422b4c1
+DIST gallery-dl-1.25.8.gh.tar.gz 570435 BLAKE2B 
33cd558c0f30cc31adbd0a51365b9501309be001cb0f7a3bb83e21dc797ca7e097b94e1575e4c0342fad44a5fca07a486d1e44db1a12d90ade06d0bc4acf8384
 SHA512 
22bd9e330efe24cb56e7b9b3eb219094aa897bb620253c4dd3fcda33df82fc021f1151dd9a6aff1f762c3ed4d426aadc75a398a659b30f64f254780554f46687

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.25.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-07-03 Thread Maciej Barć
commit: bab0dd49f2fa0da89f13a328c80131eae0659f80
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jul  3 07:32:57 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jul  3 07:58:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab0dd49

net-misc/gallery-dl: drop old 1.25.1

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.25.1.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 29864e3471d1..e27b7d75aac6 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17
 DIST gallery-dl-1.25.5.gh.tar.gz 563928 BLAKE2B 
d8308233fc4e59da466825f5063556bffb31f8f710a75dca23b710244c1702569ffc46f41d0721e6bdcfd1ce5471d30872f8f931388db82a7ce918564d84ae75
 SHA512 
ed2e18a9220eb68bd93009b12212c4052893277cb585ded8b5c513c764d3efec348c0340360b5ccac6f98527fb0a9ddb93167e942e3151419169a4ad7353157f
 DIST gallery-dl-1.25.6.gh.tar.gz 567710 BLAKE2B 
85f4fe19a09d1569e431e18c821db6d7f581760f2065138a36f2c8523c632aac0f6bd2fc18154f9a9524e158525b604b67240fe139a97f1407d2178e9f668d99
 SHA512 
2ae93401598ca46458c22bca7f2a53fe611519c24c88156c6566b45a5073336e92310b7c60939782b619ede59c8b2862a0ed9811dd7f9307f8a080e5fbfdf3bc

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-07-03 Thread Maciej Barć
commit: dfc496f467a4df12274678d8c43e0567f7b50cd3
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jul  3 07:33:05 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jul  3 07:58:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc496f4

net-misc/gallery-dl: drop old 1.25.4

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.25.4.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index e27b7d75aac6..b48501276256 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,2 @@
-DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17
 DIST gallery-dl-1.25.5.gh.tar.gz 563928 BLAKE2B 
d8308233fc4e59da466825f5063556bffb31f8f710a75dca23b710244c1702569ffc46f41d0721e6bdcfd1ce5471d30872f8f931388db82a7ce918564d84ae75
 SHA512 
ed2e18a9220eb68bd93009b12212c4052893277cb585ded8b5c513c764d3efec348c0340360b5ccac6f98527fb0a9ddb93167e942e3151419169a4ad7353157f
 DIST gallery-dl-1.25.6.gh.tar.gz 567710 BLAKE2B 
85f4fe19a09d1569e431e18c821db6d7f581760f2065138a36f2c8523c632aac0f6bd2fc18154f9a9524e158525b604b67240fe139a97f1407d2178e9f668d99
 SHA512 
2ae93401598ca46458c22bca7f2a53fe611519c24c88156c6566b45a5073336e92310b7c60939782b619ede59c8b2862a0ed9811dd7f9307f8a080e5fbfdf3bc

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild
deleted file mode 100644
index d762fb43263e..
--- a/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-07-03 Thread Maciej Barć
commit: 01e165b612dabf838f816b1d27d00761f06060f6
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jul  3 07:33:44 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jul  3 07:58:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e165b6

net-misc/gallery-dl: bump to 1.25.7

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.25.7.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index b48501276256..94fb6fbb0cd6 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,2 +1,3 @@
 DIST gallery-dl-1.25.5.gh.tar.gz 563928 BLAKE2B 
d8308233fc4e59da466825f5063556bffb31f8f710a75dca23b710244c1702569ffc46f41d0721e6bdcfd1ce5471d30872f8f931388db82a7ce918564d84ae75
 SHA512 
ed2e18a9220eb68bd93009b12212c4052893277cb585ded8b5c513c764d3efec348c0340360b5ccac6f98527fb0a9ddb93167e942e3151419169a4ad7353157f
 DIST gallery-dl-1.25.6.gh.tar.gz 567710 BLAKE2B 
85f4fe19a09d1569e431e18c821db6d7f581760f2065138a36f2c8523c632aac0f6bd2fc18154f9a9524e158525b604b67240fe139a97f1407d2178e9f668d99
 SHA512 
2ae93401598ca46458c22bca7f2a53fe611519c24c88156c6566b45a5073336e92310b7c60939782b619ede59c8b2862a0ed9811dd7f9307f8a080e5fbfdf3bc
+DIST gallery-dl-1.25.7.gh.tar.gz 570326 BLAKE2B 
b499d9dad019b6a209cb4ce1c6ef64867d0ab6327ca2131631ad7abf52c7541187886c0d3674152cea24d7cafb1c508c7c22ffd14a94737759beda3bffb38d4e
 SHA512 
0fb86b074c54db615cc8fd276160ef42a5a58e839a88fe0acb24d3f27d3002f90d28e7e0eb6ca3606e3c4c7c8f56b7d8a103898ba375dd63ffea27e4c422b4c1

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.25.7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-06-30 Thread Sam James
commit: c3ca56dfe92ce249d0eafa0723cf29a103e45dcf
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 30 21:13:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 30 21:13:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ca56df

net-misc/gallery-dl: Stabilize 1.25.5 arm, #909415

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
index 683f42c540f0..5bffcbc8fdec 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-06-30 Thread Sam James
commit: 32cf138d77c7a6d4168a1563120ea176b621ffb4
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 30 21:13:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 30 21:13:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cf138d

net-misc/gallery-dl: Stabilize 1.25.5 amd64, #909415

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
index 5bffcbc8fdec..e83e798733f1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-06-30 Thread Sam James
commit: 75b961a245b4d8a2dac434d6b26edeb51646e18e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 30 19:30:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 30 19:30:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b961a2

net-misc/gallery-dl: Stabilize 1.25.5 x86, #909415

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
index 53672294f91f..549b891a6391 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-06-30 Thread Sam James
commit: 915d946ba478510a51a01cfb795781bbd099f0de
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 30 19:30:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 30 19:30:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915d946b

net-misc/gallery-dl: Stabilize 1.25.5 hppa, #909415

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
index 549b891a6391..6219a484ee3e 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 ~arm ~arm64 hppa ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-06-30 Thread Sam James
commit: 9460d5b9013948b597bfa6ab61078e7d3e4c3014
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 30 19:30:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 30 19:30:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9460d5b9

net-misc/gallery-dl: Stabilize 1.25.5 ppc64, #909415

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
index a50bf3653614..683f42c540f0 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 ~arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-06-30 Thread Sam James
commit: 00bf9566dab00b796280dbb41d5a27fd5f58dfb9
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 30 19:30:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 30 19:30:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bf9566

net-misc/gallery-dl: Stabilize 1.25.5 arm64, #909415

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
index 6219a484ee3e..a50bf3653614 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 ~arm arm64 hppa ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-06-30 Thread Arthur Zamarin
commit: 02494ef40ed8aa6ca45626fa2bf8a8a5c63706d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 30 19:28:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 30 19:28:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02494ef4

net-misc/gallery-dl: Stabilize 1.25.5 ppc, #909415

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
index b3da2a9c870f..53672294f91f 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-06-17 Thread Maciej Barć
commit: 0e36df5c3bf3aeed952eedad616d127cbfea3efb
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jun 17 17:39:52 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jun 17 17:43:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e36df5c

net-misc/gallery-dl: drop old 1.25.2

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.25.2.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 94195f9340c9..29864e3471d1 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,5 +1,4 @@
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
-DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855
 DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17
 DIST gallery-dl-1.25.5.gh.tar.gz 563928 BLAKE2B 
d8308233fc4e59da466825f5063556bffb31f8f710a75dca23b710244c1702569ffc46f41d0721e6bdcfd1ce5471d30872f8f931388db82a7ce918564d84ae75
 SHA512 
ed2e18a9220eb68bd93009b12212c4052893277cb585ded8b5c513c764d3efec348c0340360b5ccac6f98527fb0a9ddb93167e942e3151419169a4ad7353157f
 DIST gallery-dl-1.25.6.gh.tar.gz 567710 BLAKE2B 
85f4fe19a09d1569e431e18c821db6d7f581760f2065138a36f2c8523c632aac0f6bd2fc18154f9a9524e158525b604b67240fe139a97f1407d2178e9f668d99
 SHA512 
2ae93401598ca46458c22bca7f2a53fe611519c24c88156c6566b45a5073336e92310b7c60939782b619ede59c8b2862a0ed9811dd7f9307f8a080e5fbfdf3bc

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.2.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.2.ebuild
deleted file mode 100644
index b3da2a9c870f..
--- a/net-misc/gallery-dl/gallery-dl-1.25.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-06-17 Thread Maciej Barć
commit: b9f671dd3c4904ce8cfd4fc13b87d54de27053b8
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jun 17 17:38:36 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jun 17 17:43:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f671dd

net-misc/gallery-dl: bump to 1.25.6

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.25.6.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 1d4ce4e2e34a..94195f9340c9 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -2,3 +2,4 @@ DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d25362
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855
 DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17
 DIST gallery-dl-1.25.5.gh.tar.gz 563928 BLAKE2B 
d8308233fc4e59da466825f5063556bffb31f8f710a75dca23b710244c1702569ffc46f41d0721e6bdcfd1ce5471d30872f8f931388db82a7ce918564d84ae75
 SHA512 
ed2e18a9220eb68bd93009b12212c4052893277cb585ded8b5c513c764d3efec348c0340360b5ccac6f98527fb0a9ddb93167e942e3151419169a4ad7353157f
+DIST gallery-dl-1.25.6.gh.tar.gz 567710 BLAKE2B 
85f4fe19a09d1569e431e18c821db6d7f581760f2065138a36f2c8523c632aac0f6bd2fc18154f9a9524e158525b604b67240fe139a97f1407d2178e9f668d99
 SHA512 
2ae93401598ca46458c22bca7f2a53fe611519c24c88156c6566b45a5073336e92310b7c60939782b619ede59c8b2862a0ed9811dd7f9307f8a080e5fbfdf3bc

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.25.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-06-07 Thread Sam James
commit: 3f3c6ee37040d52b26848e7467cba1c07e698b56
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  7 16:10:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  7 16:10:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3c6ee3

net-misc/gallery-dl: Stabilize 1.25.4 amd64, #908011

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild
index b3da2a9c870f..d762fb43263e 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-05-27 Thread Maciej Barć
commit: 75cb781b1746bcbb8d294cf3874d8198c99780e7
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 27 21:11:02 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 27 21:11:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cb781b

net-misc/gallery-dl: drop old 1.25.3

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.25.3.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index c876acc4970d..a22c783ebd3d 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,5 +1,4 @@
 DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855
-DIST gallery-dl-1.25.3.gh.tar.gz 554284 BLAKE2B 
8e8cedec35a913fbdde2be2c4bf126d5514ad5df257df73df1525391709ecc72dff3c8218fc1ce2aeca3b001ba37ed87c4ed077e8ead569480ac746c5b19a3fc
 SHA512 
270d2748ef83a7adf04f62f48bd099f2bc97bcef72dcfdce95e7ec54829494cd52e9149770aa8bb7db86c663ae2455ce3b531625ad96724a7aae9d36a72b422a
 DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild
deleted file mode 100644
index b3da2a9c870f..
--- a/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-05-27 Thread Maciej Barć
commit: 242e1a17d8c46960536a0c11251356b00e9d0f9e
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 27 21:11:17 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 27 21:11:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242e1a17

net-misc/gallery-dl: drop old 1.25.0

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index a22c783ebd3d..0db0bbddebd6 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855
 DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-05-27 Thread Maciej Barć
commit: f9c4a1bcf0924bd4429ee80fbc7167fe32dbd8ef
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 27 21:12:01 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 27 21:12:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c4a1bc

net-misc/gallery-dl: bump to 1.25.5

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.25.5.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 0db0bbddebd6..1d4ce4e2e34a 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,4 @@
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855
 DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17
+DIST gallery-dl-1.25.5.gh.tar.gz 563928 BLAKE2B 
d8308233fc4e59da466825f5063556bffb31f8f710a75dca23b710244c1702569ffc46f41d0721e6bdcfd1ce5471d30872f8f931388db82a7ce918564d84ae75
 SHA512 
ed2e18a9220eb68bd93009b12212c4052893277cb585ded8b5c513c764d3efec348c0340360b5ccac6f98527fb0a9ddb93167e942e3151419169a4ad7353157f

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-05-07 Thread Maciej Barć
commit: 3184357c471dc6f1c6ed7784ce2999de082a2907
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May  7 20:20:56 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May  7 20:22:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3184357c

net-misc/gallery-dl: bump to 1.25.4

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.25.4.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index f307ef00ee07..c876acc4970d 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -2,3 +2,4 @@ DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855
 DIST gallery-dl-1.25.3.gh.tar.gz 554284 BLAKE2B 
8e8cedec35a913fbdde2be2c4bf126d5514ad5df257df73df1525391709ecc72dff3c8218fc1ce2aeca3b001ba37ed87c4ed077e8ead569480ac746c5b19a3fc
 SHA512 
270d2748ef83a7adf04f62f48bd099f2bc97bcef72dcfdce95e7ec54829494cd52e9149770aa8bb7db86c663ae2455ce3b531625ad96724a7aae9d36a72b422a
+DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.25.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-05-07 Thread Maciej Barć
commit: 4e1eb471a29a3736b2138ab10ce1130fe9645218
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May  7 20:20:27 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May  7 20:22:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1eb471

net-misc/gallery-dl: drop old 1.24.5

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.24.5.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index eff7f394c8ea..f307ef00ee07 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.24.5.gh.tar.gz 525743 BLAKE2B 
6b8611242bbb6a6dc76508ec452c3618fe75d6ffdc3185b5f246e5568f32861647649d63e9479b187f086aeb4ea4f567567fc387bbe1df0cb4994a00d4ba76f1
 SHA512 
648707e5be450501aa66f34b89aae1cf7b80c93bee5105c9eeae4fa19e34df41b231066a23113e963119105050e6aed8e654d10d107086ab5a815095dcf562c2
 DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855

diff --git a/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-05-01 Thread Maciej Barć
commit: e80d21ec605fc056480f0694d4c2fe422f61bc4d
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon May  1 12:11:11 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon May  1 17:47:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80d21ec

net-misc/gallery-dl: bump to 1.25.3

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.25.3.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 6502e04a8172..eff7f394c8ea 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -2,3 +2,4 @@ DIST gallery-dl-1.24.5.gh.tar.gz 525743 BLAKE2B 
6b8611242bbb6a6dc76508ec452c3618
 DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855
+DIST gallery-dl-1.25.3.gh.tar.gz 554284 BLAKE2B 
8e8cedec35a913fbdde2be2c4bf126d5514ad5df257df73df1525391709ecc72dff3c8218fc1ce2aeca3b001ba37ed87c4ed077e8ead569480ac746c5b19a3fc
 SHA512 
270d2748ef83a7adf04f62f48bd099f2bc97bcef72dcfdce95e7ec54829494cd52e9149770aa8bb7db86c663ae2455ce3b531625ad96724a7aae9d36a72b422a

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild
new file mode 100644
index ..9dcd7bdbba2f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# tests require network access
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-05-01 Thread Maciej Barć
commit: cd648e471370676109b21e5401813a6870a3cfc1
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon May  1 12:22:32 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon May  1 17:47:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd648e47

net-misc/gallery-dl: enable tests with test_network

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.24.5.ebuild | 3 ++-
 net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 3 ++-
 net-misc/gallery-dl/gallery-dl-1.25.1.ebuild | 3 ++-
 net-misc/gallery-dl/gallery-dl-1.25.2.ebuild | 3 ++-
 net-misc/gallery-dl/gallery-dl-1.25.3.ebuild | 3 ++-
 net-misc/gallery-dl/gallery-dl-.ebuild   | 3 ++-
 6 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
index f6cab0159f71..e83e798733f1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
@@ -22,7 +22,8 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-# tests require network access
+# Tests require network access.
+PROPERTIES="test_network"
 RESTRICT="test"
 
 RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
index f6cab0159f71..e83e798733f1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
@@ -22,7 +22,8 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-# tests require network access
+# Tests require network access.
+PROPERTIES="test_network"
 RESTRICT="test"
 
 RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
index f6cab0159f71..e83e798733f1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
@@ -22,7 +22,8 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-# tests require network access
+# Tests require network access.
+PROPERTIES="test_network"
 RESTRICT="test"
 
 RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.2.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.2.ebuild
index 9dcd7bdbba2f..b3da2a9c870f 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.2.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.2.ebuild
@@ -22,7 +22,8 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-# tests require network access
+# Tests require network access.
+PROPERTIES="test_network"
 RESTRICT="test"
 
 RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild
index 9dcd7bdbba2f..b3da2a9c870f 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild
@@ -22,7 +22,8 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-# tests require network access
+# Tests require network access.
+PROPERTIES="test_network"
 RESTRICT="test"
 
 RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"

diff --git a/net-misc/gallery-dl/gallery-dl-.ebuild 
b/net-misc/gallery-dl/gallery-dl-.ebuild
index 9dcd7bdbba2f..b3da2a9c870f 100644
--- a/net-misc/gallery-dl/gallery-dl-.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-.ebuild
@@ -22,7 +22,8 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-# tests require network access
+# Tests require network access.
+PROPERTIES="test_network"
 RESTRICT="test"
 
 RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-25 Thread Arthur Zamarin
commit: 28d376283e5e71b38093830892aa14b14ca69c0a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 25 14:09:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 25 14:09:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d37628

net-misc/gallery-dl: Stabilize 1.25.1 x86, #905026

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
index e2c0c4df92bb..f6cab0159f71 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-25 Thread Arthur Zamarin
commit: 93f083bf3d7715cf9c3278e046d7bb6ec46573ed
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 25 14:09:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 25 14:09:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f083bf

net-misc/gallery-dl: Stabilize 1.25.1 amd64, #905026

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
index 0e16fb12a6d1..e2c0c4df92bb 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-25 Thread Arthur Zamarin
commit: 4a8c4ed6f4debf3b9988551f65bfde1ad43304ab
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 25 13:40:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 25 13:40:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8c4ed6

net-misc/gallery-dl: Stabilize 1.25.1 hppa, #905026

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
index 538783dc8107..0e16fb12a6d1 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 arm arm64 hppa ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-25 Thread Arthur Zamarin
commit: 4b5ba876b1e3fa7fac94a0f882de0fd5395c7d86
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 25 13:40:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 25 13:40:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5ba876

net-misc/gallery-dl: Stabilize 1.25.1 arm64, #905026

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
index 9e73fbaffa5e..538783dc8107 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-25 Thread Arthur Zamarin
commit: aec59930840d844dc2a7d25ac4b49350f34dc450
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 25 13:40:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 25 13:40:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec59930

net-misc/gallery-dl: Stabilize 1.25.1 ppc, #905026

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
index 9dcd7bdbba2f..3d6d84429463 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-25 Thread Arthur Zamarin
commit: c99b2c2ef82217b35965b2837290096f3c92de07
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 25 13:40:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 25 13:40:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99b2c2e

net-misc/gallery-dl: Stabilize 1.25.1 arm, #905026

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
index 3d6d84429463..7de72d446d1a 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-25 Thread Arthur Zamarin
commit: 3d0c54f81140da6f22ea56eb5c7112ad2d093879
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 25 13:40:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 25 13:40:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0c54f8

net-misc/gallery-dl: Stabilize 1.25.1 ppc64, #905026

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
index 7de72d446d1a..9e73fbaffa5e 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-15 Thread Maciej Barć
commit: b7eee9803784b1c7e050cc92593bb6599ee29926
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr 15 21:04:16 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr 15 21:05:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7eee980

net-misc/gallery-dl: drop old 1.24.4

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.24.4.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index f09e87467ff3..923aee81fec6 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.24.4.gh.tar.gz 518668 BLAKE2B 
73ef2894d1355716001a5b82c43547d8156a646136b9a87e91ab0c51c4c238509da077e6ca79e8701a65c3e846aaa4adeac8d3f8cdfb50e140e815f56b55d358
 SHA512 
19285f9db2eba95252f13af176c314a318fd71503913ce6b54e4b31d0c41b1ca79498289531ca0b9d67630395c8212ba497c5c2a838f554c24d1672c5c16caf3
 DIST gallery-dl-1.24.5.gh.tar.gz 525743 BLAKE2B 
6b8611242bbb6a6dc76508ec452c3618fe75d6ffdc3185b5f246e5568f32861647649d63e9479b187f086aeb4ea4f567567fc387bbe1df0cb4994a00d4ba76f1
 SHA512 
648707e5be450501aa66f34b89aae1cf7b80c93bee5105c9eeae4fa19e34df41b231066a23113e963119105050e6aed8e654d10d107086ab5a815095dcf562c2
 DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df

diff --git a/net-misc/gallery-dl/gallery-dl-1.24.4.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.24.4.ebuild
deleted file mode 100644
index f6cab0159f71..
--- a/net-misc/gallery-dl/gallery-dl-1.24.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# tests require network access
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-15 Thread Maciej Barć
commit: c6e40fe1a17557aac9380ca81b93b856d28dbb71
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr 15 21:05:18 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr 15 21:05:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e40fe1

net-misc/gallery-dl: bump to 1.25.2

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.25.2.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 923aee81fec6..6502e04a8172 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,4 @@
 DIST gallery-dl-1.24.5.gh.tar.gz 525743 BLAKE2B 
6b8611242bbb6a6dc76508ec452c3618fe75d6ffdc3185b5f246e5568f32861647649d63e9479b187f086aeb4ea4f567567fc387bbe1df0cb4994a00d4ba76f1
 SHA512 
648707e5be450501aa66f34b89aae1cf7b80c93bee5105c9eeae4fa19e34df41b231066a23113e963119105050e6aed8e654d10d107086ab5a815095dcf562c2
 DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
+DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.2.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.2.ebuild
new file mode 100644
index ..9dcd7bdbba2f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.25.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# tests require network access
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-15 Thread Maciej Barć
commit: cf82a22eedd7a91142c73313067556f9ee94d14d
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr 15 21:03:30 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr 15 21:05:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf82a22e

net-misc/gallery-dl: drop old 1.24.2

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.24.2.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 11053f2c6277..f09e87467ff3 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.24.2.gh.tar.gz 509230 BLAKE2B 
e0be565c00d4c81b613bdc3fe9983a5a7cc7a1f131750ec79f16e3b38d134f49ef8fb8f9585767c1abdb3c3d3abc4681f5546460373d53da0646f7fd73a3d47b
 SHA512 
2b8780d9ebf868635f76315a5f7a426ed72b4db4e7a12f97ebc86520fa6d5908f39fb26e876cbc46e8249b083f3bf5dc4d38a3c2ddb27873c473c80bac0af415
 DIST gallery-dl-1.24.4.gh.tar.gz 518668 BLAKE2B 
73ef2894d1355716001a5b82c43547d8156a646136b9a87e91ab0c51c4c238509da077e6ca79e8701a65c3e846aaa4adeac8d3f8cdfb50e140e815f56b55d358
 SHA512 
19285f9db2eba95252f13af176c314a318fd71503913ce6b54e4b31d0c41b1ca79498289531ca0b9d67630395c8212ba497c5c2a838f554c24d1672c5c16caf3
 DIST gallery-dl-1.24.5.gh.tar.gz 525743 BLAKE2B 
6b8611242bbb6a6dc76508ec452c3618fe75d6ffdc3185b5f246e5568f32861647649d63e9479b187f086aeb4ea4f567567fc387bbe1df0cb4994a00d4ba76f1
 SHA512 
648707e5be450501aa66f34b89aae1cf7b80c93bee5105c9eeae4fa19e34df41b231066a23113e963119105050e6aed8e654d10d107086ab5a815095dcf562c2
 DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4

diff --git a/net-misc/gallery-dl/gallery-dl-1.24.2.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.24.2.ebuild
deleted file mode 100644
index f6cab0159f71..
--- a/net-misc/gallery-dl/gallery-dl-1.24.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# tests require network access
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-11 Thread Sam James
commit: fa39c7c057ba49b874e6384036547c0dac4de805
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 12 03:22:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 12 03:22:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa39c7c0

net-misc/gallery-dl: Stabilize 1.25.0 ppc, #904195

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
index f0216d56b30a..f6cab0159f71 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-11 Thread Sam James
commit: 945b3af2b8285d086d55aa69e8a82153859d840a
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 12 02:21:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 12 02:21:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945b3af2

net-misc/gallery-dl: Stabilize 1.25.0 arm, #904195

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
index e9204ef19da4..f0216d56b30a 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ~ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-11 Thread Sam James
commit: 6f3a92ba8a6449a1a013e3bcca32d767bdf762e0
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 12 01:50:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 12 01:50:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3a92ba

net-misc/gallery-dl: Stabilize 1.25.0 x86, #904195

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
index 9851ea3276ba..a3306ce790b0 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-11 Thread Sam James
commit: 5f4b21d87157918bec97ed6e10c11b51b5ded106
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 12 01:50:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 12 01:50:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4b21d8

net-misc/gallery-dl: Stabilize 1.25.0 ppc64, #904195

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
index a3306ce790b0..e9204ef19da4 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 ~arm arm64 hppa ~ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-11 Thread Sam James
commit: bc7bf2264148b732f32c28027036d4f0f14a84fc
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 12 01:49:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 12 01:49:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7bf226

net-misc/gallery-dl: Stabilize 1.25.0 amd64, #904195

Signed-off-by: Sam James  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
index 023085f92f03..9851ea3276ba 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-11 Thread Jakov Smolić
commit: 613fb663100e6a216e42a4a39293a5b277bfdb80
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Apr 12 00:38:03 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Apr 12 00:38:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613fb663

net-misc/gallery-dl: Stabilize 1.25.0 hppa, #904195

Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
index 8340a51b6862..023085f92f03 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 ~arm arm64 hppa ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-04-11 Thread Jakov Smolić
commit: 7b9a7e9f41ce72aa49dbc1704891caf3799087f6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Apr 12 00:38:01 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Apr 12 00:38:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9a7e9f

net-misc/gallery-dl: Stabilize 1.25.0 arm64, #904195

Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
index 9dcd7bdbba2f..8340a51b6862 100644
--- a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-03-25 Thread Maciej Barć
commit: 9062a721165f6f38cec48ad48e540d67187c56e0
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 26 00:30:19 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 26 00:35:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9062a721

net-misc/gallery-dl: bump to 1.25.1

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.25.1.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 89e0a23e4841..11053f2c6277 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -2,3 +2,4 @@ DIST gallery-dl-1.24.2.gh.tar.gz 509230 BLAKE2B 
e0be565c00d4c81b613bdc3fe9983a5a
 DIST gallery-dl-1.24.4.gh.tar.gz 518668 BLAKE2B 
73ef2894d1355716001a5b82c43547d8156a646136b9a87e91ab0c51c4c238509da077e6ca79e8701a65c3e846aaa4adeac8d3f8cdfb50e140e815f56b55d358
 SHA512 
19285f9db2eba95252f13af176c314a318fd71503913ce6b54e4b31d0c41b1ca79498289531ca0b9d67630395c8212ba497c5c2a838f554c24d1672c5c16caf3
 DIST gallery-dl-1.24.5.gh.tar.gz 525743 BLAKE2B 
6b8611242bbb6a6dc76508ec452c3618fe75d6ffdc3185b5f246e5568f32861647649d63e9479b187f086aeb4ea4f567567fc387bbe1df0cb4994a00d4ba76f1
 SHA512 
648707e5be450501aa66f34b89aae1cf7b80c93bee5105c9eeae4fa19e34df41b231066a23113e963119105050e6aed8e654d10d107086ab5a815095dcf562c2
 DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4
+DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
new file mode 100644
index ..9dcd7bdbba2f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.25.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# tests require network access
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-03-11 Thread Maciej Barć
commit: 2ec5ad629327dc554549c172a9edae4f7484a271
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 00:17:58 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 00:18:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec5ad62

net-misc/gallery-dl: drop old 1.24.3

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.24.3.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index cc1aa93ce4ec..7309b1cb09aa 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
 DIST gallery-dl-1.24.2.gh.tar.gz 509230 BLAKE2B 
e0be565c00d4c81b613bdc3fe9983a5a7cc7a1f131750ec79f16e3b38d134f49ef8fb8f9585767c1abdb3c3d3abc4681f5546460373d53da0646f7fd73a3d47b
 SHA512 
2b8780d9ebf868635f76315a5f7a426ed72b4db4e7a12f97ebc86520fa6d5908f39fb26e876cbc46e8249b083f3bf5dc4d38a3c2ddb27873c473c80bac0af415
-DIST gallery-dl-1.24.3.gh.tar.gz 518417 BLAKE2B 
2d5c2167b5af9d3aa8c9a65ac0758e336315377fa2bd9a33b977e01360ab45a573f998fd3dccfb15e20a717e9d80acab8b17787ccd7e2141fad9dcd38ff63c94
 SHA512 
f971944048143ee8c63d3d2161b27f5e1d294b9edcf5155479687eeec279cf8a7fc6a722b4572cab8b741067f73afa06d7895ed1a99396d7a37dd6fb2e929d6e
 DIST gallery-dl-1.24.4.gh.tar.gz 518668 BLAKE2B 
73ef2894d1355716001a5b82c43547d8156a646136b9a87e91ab0c51c4c238509da077e6ca79e8701a65c3e846aaa4adeac8d3f8cdfb50e140e815f56b55d358
 SHA512 
19285f9db2eba95252f13af176c314a318fd71503913ce6b54e4b31d0c41b1ca79498289531ca0b9d67630395c8212ba497c5c2a838f554c24d1672c5c16caf3
 DIST gallery-dl-1.24.5.gh.tar.gz 525743 BLAKE2B 
6b8611242bbb6a6dc76508ec452c3618fe75d6ffdc3185b5f246e5568f32861647649d63e9479b187f086aeb4ea4f567567fc387bbe1df0cb4994a00d4ba76f1
 SHA512 
648707e5be450501aa66f34b89aae1cf7b80c93bee5105c9eeae4fa19e34df41b231066a23113e963119105050e6aed8e654d10d107086ab5a815095dcf562c2

diff --git a/net-misc/gallery-dl/gallery-dl-1.24.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.24.3.ebuild
deleted file mode 100644
index 9dcd7bdbba2f..
--- a/net-misc/gallery-dl/gallery-dl-1.24.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# tests require network access
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-03-11 Thread Maciej Barć
commit: b9d0098a19eac7d9ce41fcb0dbeaf901b98e9443
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 00:17:50 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 00:18:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d0098a

net-misc/gallery-dl: drop old 1.24.1

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.24.1.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 41d0839e7c06..cc1aa93ce4ec 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.24.1.gh.tar.gz 504352 BLAKE2B 
52b5cc5022e74a9453e378c65d6f42216362531c1b3afac7ddf5a87b8e78acbe629e302e08b8273dcad6e25738c0009bd2e197d4cb6fee2bffdd9e20e9d7a296
 SHA512 
65e00b7d7d6f959f3aa62701b683ce6d6ca30c23f9e0f82c206ed102746b8627bf88f89d5f54bbd4afd4135ddf143a9da1ba05c202f82c114cac1cb926b41efc
 DIST gallery-dl-1.24.2.gh.tar.gz 509230 BLAKE2B 
e0be565c00d4c81b613bdc3fe9983a5a7cc7a1f131750ec79f16e3b38d134f49ef8fb8f9585767c1abdb3c3d3abc4681f5546460373d53da0646f7fd73a3d47b
 SHA512 
2b8780d9ebf868635f76315a5f7a426ed72b4db4e7a12f97ebc86520fa6d5908f39fb26e876cbc46e8249b083f3bf5dc4d38a3c2ddb27873c473c80bac0af415
 DIST gallery-dl-1.24.3.gh.tar.gz 518417 BLAKE2B 
2d5c2167b5af9d3aa8c9a65ac0758e336315377fa2bd9a33b977e01360ab45a573f998fd3dccfb15e20a717e9d80acab8b17787ccd7e2141fad9dcd38ff63c94
 SHA512 
f971944048143ee8c63d3d2161b27f5e1d294b9edcf5155479687eeec279cf8a7fc6a722b4572cab8b741067f73afa06d7895ed1a99396d7a37dd6fb2e929d6e
 DIST gallery-dl-1.24.4.gh.tar.gz 518668 BLAKE2B 
73ef2894d1355716001a5b82c43547d8156a646136b9a87e91ab0c51c4c238509da077e6ca79e8701a65c3e846aaa4adeac8d3f8cdfb50e140e815f56b55d358
 SHA512 
19285f9db2eba95252f13af176c314a318fd71503913ce6b54e4b31d0c41b1ca79498289531ca0b9d67630395c8212ba497c5c2a838f554c24d1672c5c16caf3

diff --git a/net-misc/gallery-dl/gallery-dl-1.24.1.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.24.1.ebuild
deleted file mode 100644
index f6cab0159f71..
--- a/net-misc/gallery-dl/gallery-dl-1.24.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# tests require network access
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-03-11 Thread Maciej Barć
commit: 618fd06f5926830e967ab4650e1cf96f0adc4f35
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 00:18:28 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 00:18:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618fd06f

net-misc/gallery-dl: bump to 1.25.0

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 7309b1cb09aa..89e0a23e4841 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,4 @@
 DIST gallery-dl-1.24.2.gh.tar.gz 509230 BLAKE2B 
e0be565c00d4c81b613bdc3fe9983a5a7cc7a1f131750ec79f16e3b38d134f49ef8fb8f9585767c1abdb3c3d3abc4681f5546460373d53da0646f7fd73a3d47b
 SHA512 
2b8780d9ebf868635f76315a5f7a426ed72b4db4e7a12f97ebc86520fa6d5908f39fb26e876cbc46e8249b083f3bf5dc4d38a3c2ddb27873c473c80bac0af415
 DIST gallery-dl-1.24.4.gh.tar.gz 518668 BLAKE2B 
73ef2894d1355716001a5b82c43547d8156a646136b9a87e91ab0c51c4c238509da077e6ca79e8701a65c3e846aaa4adeac8d3f8cdfb50e140e815f56b55d358
 SHA512 
19285f9db2eba95252f13af176c314a318fd71503913ce6b54e4b31d0c41b1ca79498289531ca0b9d67630395c8212ba497c5c2a838f554c24d1672c5c16caf3
 DIST gallery-dl-1.24.5.gh.tar.gz 525743 BLAKE2B 
6b8611242bbb6a6dc76508ec452c3618fe75d6ffdc3185b5f246e5568f32861647649d63e9479b187f086aeb4ea4f567567fc387bbe1df0cb4994a00d4ba76f1
 SHA512 
648707e5be450501aa66f34b89aae1cf7b80c93bee5105c9eeae4fa19e34df41b231066a23113e963119105050e6aed8e654d10d107086ab5a815095dcf562c2
+DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
new file mode 100644
index ..9dcd7bdbba2f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]]; 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"
+# tests require network access
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-03-11 Thread Maciej Barć
commit: 898bf0b0e27db42d0d5c8432392d8628794df841
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Mar 12 00:17:41 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Mar 12 00:18:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898bf0b0

net-misc/gallery-dl: drop old 1.23.5

Signed-off-by: Maciej Barć  gentoo.org>

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.23.5.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index b2a2cc46e25a..41d0839e7c06 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.23.5.gh.tar.gz 491336 BLAKE2B 
6690444508af66f1293f773f2795aae1546e1ce2daf4bedef32fa7aa801d0d6ce82b2825e008a6db7e2e8e6e6c4bce095f0a453cfd23d7ae9ebf09a717b8d07e
 SHA512 
541d1452e55e58a319e3c2523d81d190b2c348c798977d32c091118f5f2eb6a930e27b0029900d98a9cb731e86c43c3fd8e0121fe4caf05db4296c15c8637194
 DIST gallery-dl-1.24.1.gh.tar.gz 504352 BLAKE2B 
52b5cc5022e74a9453e378c65d6f42216362531c1b3afac7ddf5a87b8e78acbe629e302e08b8273dcad6e25738c0009bd2e197d4cb6fee2bffdd9e20e9d7a296
 SHA512 
65e00b7d7d6f959f3aa62701b683ce6d6ca30c23f9e0f82c206ed102746b8627bf88f89d5f54bbd4afd4135ddf143a9da1ba05c202f82c114cac1cb926b41efc
 DIST gallery-dl-1.24.2.gh.tar.gz 509230 BLAKE2B 
e0be565c00d4c81b613bdc3fe9983a5a7cc7a1f131750ec79f16e3b38d134f49ef8fb8f9585767c1abdb3c3d3abc4681f5546460373d53da0646f7fd73a3d47b
 SHA512 
2b8780d9ebf868635f76315a5f7a426ed72b4db4e7a12f97ebc86520fa6d5908f39fb26e876cbc46e8249b083f3bf5dc4d38a3c2ddb27873c473c80bac0af415
 DIST gallery-dl-1.24.3.gh.tar.gz 518417 BLAKE2B 
2d5c2167b5af9d3aa8c9a65ac0758e336315377fa2bd9a33b977e01360ab45a573f998fd3dccfb15e20a717e9d80acab8b17787ccd7e2141fad9dcd38ff63c94
 SHA512 
f971944048143ee8c63d3d2161b27f5e1d294b9edcf5155479687eeec279cf8a7fc6a722b4572cab8b741067f73afa06d7895ed1a99396d7a37dd6fb2e929d6e

diff --git a/net-misc/gallery-dl/gallery-dl-1.23.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.23.5.ebuild
deleted file mode 100644
index f6cab0159f71..
--- a/net-misc/gallery-dl/gallery-dl-1.23.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]]; 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"
-# tests require network access
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/

2023-03-04 Thread Arthur Zamarin
commit: 548c6de9ce2a1c017ca3b6782e06fb045b436364
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 11:49:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 11:49:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548c6de9

net-misc/gallery-dl: Stabilize 1.24.5 ppc, #899192

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/gallery-dl/gallery-dl-1.24.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
index f0216d56b30a..f6cab0159f71 100644
--- a/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.24.5.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2"



  1   2   3   >