From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5420F138359 for ; Tue, 28 Jul 2020 09:12:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15A8CE0916; Tue, 28 Jul 2020 09:12:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F07C4E0916 for ; Tue, 28 Jul 2020 09:12:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4A4F34F34E for ; Tue, 28 Jul 2020 09:12:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7D422F8 for ; Tue, 28 Jul 2020 09:12:39 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1595927519.17c40d87ae6647c1ff76c9b1f48743df20d535f5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/gallery-dl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/gallery-dl/gallery-dl-1.14.3.ebuild net-misc/gallery-dl/gallery-dl-9999.ebuild X-VCS-Directories: net-misc/gallery-dl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 17c40d87ae6647c1ff76c9b1f48743df20d535f5 X-VCS-Branch: master Date: Tue, 28 Jul 2020 09:12:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d8475a5-458b-463e-acc3-4641f66b34dc X-Archives-Hash: b42b97ec600b968f9f40ce8b1f5416b5 commit: 17c40d87ae6647c1ff76c9b1f48743df20d535f5 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jul 28 09:11:59 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jul 28 09:11:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17c40d87 net-misc/gallery-dl: fix typo also add DISTUTILS_USE_SETUPTOOLS to prevent warning during prepare phase Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> net-misc/gallery-dl/gallery-dl-1.14.3.ebuild | 3 ++- net-misc/gallery-dl/gallery-dl-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild index b8344db..9e9053b 100644 --- a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7,8}) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit eutils distutils-r1 @@ -44,7 +45,7 @@ src_compile() { } pkg_postinst() { - elog "Optionad dependencies:" + elog "Optional dependencies:" elog "media-video/ffmpeg - for Pixiv Ugoira to WebM conversion" elog "net-misc/youtube-dl - for video downloads" } diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild index b8344db..9e9053b 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7,8}) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit eutils distutils-r1 @@ -44,7 +45,7 @@ src_compile() { } pkg_postinst() { - elog "Optionad dependencies:" + elog "Optional dependencies:" elog "media-video/ffmpeg - for Pixiv Ugoira to WebM conversion" elog "net-misc/youtube-dl - for video downloads" } From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4984E138359 for ; Tue, 28 Jul 2020 09:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28C0FE08FB; Tue, 28 Jul 2020 09:12:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B612E08FB for ; Tue, 28 Jul 2020 09:12:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79EC134EDD9 for ; Tue, 28 Jul 2020 09:12:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88497274 for ; Tue, 28 Jul 2020 09:12:08 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1595927519.17c40d87ae6647c1ff76c9b1f48743df20d535f5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gallery-dl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/gallery-dl/gallery-dl-1.14.3.ebuild net-misc/gallery-dl/gallery-dl-9999.ebuild X-VCS-Directories: net-misc/gallery-dl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 17c40d87ae6647c1ff76c9b1f48743df20d535f5 X-VCS-Branch: dev Date: Tue, 28 Jul 2020 09:12:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: adee9fc7-e0fc-4fec-82d3-522c5cae0480 X-Archives-Hash: cff1bd7c1d6be313b780f06cbff173db Message-ID: <20200728091208.8nS6YkT58Kqv1N1icmSWgZUdJLpBPnIct0Xt2IHvvQI@z> commit: 17c40d87ae6647c1ff76c9b1f48743df20d535f5 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jul 28 09:11:59 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jul 28 09:11:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17c40d87 net-misc/gallery-dl: fix typo also add DISTUTILS_USE_SETUPTOOLS to prevent warning during prepare phase Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> net-misc/gallery-dl/gallery-dl-1.14.3.ebuild | 3 ++- net-misc/gallery-dl/gallery-dl-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild index b8344db..9e9053b 100644 --- a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7,8}) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit eutils distutils-r1 @@ -44,7 +45,7 @@ src_compile() { } pkg_postinst() { - elog "Optionad dependencies:" + elog "Optional dependencies:" elog "media-video/ffmpeg - for Pixiv Ugoira to WebM conversion" elog "net-misc/youtube-dl - for video downloads" } diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild index b8344db..9e9053b 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7,8}) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit eutils distutils-r1 @@ -44,7 +45,7 @@ src_compile() { } pkg_postinst() { - elog "Optionad dependencies:" + elog "Optional dependencies:" elog "media-video/ffmpeg - for Pixiv Ugoira to WebM conversion" elog "net-misc/youtube-dl - for video downloads" }