From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/gallery-dl/ Date: Tue, 28 Jul 2020 09:12:39 +0000 (UTC) [thread overview] Message-ID: <1595927519.17c40d87ae6647c1ff76c9b1f48743df20d535f5.andrewammerlaan@gentoo> (raw) commit: 17c40d87ae6647c1ff76c9b1f48743df20d535f5 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jul 28 09:11:59 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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" }
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gallery-dl/ Date: Tue, 28 Jul 2020 09:12:08 +0000 (UTC) [thread overview] Message-ID: <1595927519.17c40d87ae6647c1ff76c9b1f48743df20d535f5.andrewammerlaan@gentoo> (raw) Message-ID: <20200728091208.8nS6YkT58Kqv1N1icmSWgZUdJLpBPnIct0Xt2IHvvQI@z> (raw) commit: 17c40d87ae6647c1ff76c9b1f48743df20d535f5 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jul 28 09:11:59 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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" }
next reply other threads:[~2020-07-28 9:12 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-07-28 9:12 Andrew Ammerlaan [this message] 2020-07-28 9:12 ` [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gallery-dl/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2020-07-28 9:12 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-07-28 9:12 Andrew Ammerlaan 2020-07-28 9:12 Andrew Ammerlaan 2020-07-28 14:32 Andrew Ammerlaan 2020-08-17 10:17 Andrew Ammerlaan 2020-09-22 11:13 Andrew Ammerlaan 2020-09-22 11:13 Andrew Ammerlaan 2020-09-22 11:13 Andrew Ammerlaan 2020-10-26 18:49 Andrew Ammerlaan 2020-10-26 18:49 Andrew Ammerlaan 2020-11-12 19:46 Andrew Ammerlaan
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1595927519.17c40d87ae6647c1ff76c9b1f48743df20d535f5.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox