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 681A1138359 for ; Tue, 28 Jul 2020 10:41:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA8BE0908; Tue, 28 Jul 2020 10:41:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 69DAEE0908 for ; Tue, 28 Jul 2020 10:41:53 +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 65EE634F38B for ; Tue, 28 Jul 2020 10:41:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6208274 for ; Tue, 28 Jul 2020 10:41:48 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1595932900.3812f7154f2b2c0708a0432041c03a5b00e4d5d6.xgqt@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: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 3812f7154f2b2c0708a0432041c03a5b00e4d5d6 X-VCS-Branch: dev Date: Tue, 28 Jul 2020 10:41:48 +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: aef6c718-b511-4cf4-a4d9-2a594cd3defc X-Archives-Hash: 67ad6a68b1c449f2e6ee520a072f2f1e commit: 3812f7154f2b2c0708a0432041c03a5b00e4d5d6 Author: Maciej Barć protonmail com> AuthorDate: Tue Jul 28 10:41:40 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Tue Jul 28 10:41:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3812f715 net-misc/gallery-dl: use optfeature Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Maciej Barć protonmail.com> net-misc/gallery-dl/gallery-dl-1.14.3.ebuild | 8 +++++--- net-misc/gallery-dl/gallery-dl-9999.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 6 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 9e9053b..edcab4b 100644 --- a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild @@ -45,7 +45,9 @@ src_compile() { } pkg_postinst() { - elog "Optional dependencies:" - elog "media-video/ffmpeg - for Pixiv Ugoira to WebM conversion" - elog "net-misc/youtube-dl - for video downloads" + elog "To get additional features, some optional runtime dependencies" + elog "may be installed:" + elog "" + optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg + optfeature "video downloads" net-misc/youtube-dl } diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild index 9e9053b..edcab4b 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild @@ -45,7 +45,9 @@ src_compile() { } pkg_postinst() { - elog "Optional dependencies:" - elog "media-video/ffmpeg - for Pixiv Ugoira to WebM conversion" - elog "net-misc/youtube-dl - for video downloads" + elog "To get additional features, some optional runtime dependencies" + elog "may be installed:" + elog "" + optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg + optfeature "video downloads" net-misc/youtube-dl }