From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0004A13881D for ; Sat, 26 Sep 2015 09:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E19EF21C0A1; Sat, 26 Sep 2015 09:14:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E17821C0A1 for ; Sat, 26 Sep 2015 09:14:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72E0233FA71 for ; Sat, 26 Sep 2015 09:14:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 681701F9 for ; Sat, 26 Sep 2015 09:14:44 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1443258866.35ce772b51c12f6520f0c18a43e2114572f382de.hwoarang@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/shutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/shutter/shutter-0.93.1.ebuild X-VCS-Directories: x11-misc/shutter/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 35ce772b51c12f6520f0c18a43e2114572f382de X-VCS-Branch: master Date: Sat, 26 Sep 2015 09:14:44 +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-Archives-Salt: 0ad455e9-2f44-42c6-a1ed-0c2521ce1869 X-Archives-Hash: 398dae50c91f96997182e92187c4d165 commit: 35ce772b51c12f6520f0c18a43e2114572f382de Author: Markos Chandras gentoo org> AuthorDate: Fri Sep 25 15:07:15 2015 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat Sep 26 09:14:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ce772b x11-misc/shutter: List optional dependencies. Bug #558332 Package-Manager: portage-2.2.20.1 x11-misc/shutter/shutter-0.93.1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/x11-misc/shutter/shutter-0.93.1.ebuild b/x11-misc/shutter/shutter-0.93.1.ebuild index 908017d..42489b4 100644 --- a/x11-misc/shutter/shutter-0.93.1.ebuild +++ b/x11-misc/shutter/shutter-0.93.1.ebuild @@ -68,3 +68,15 @@ src_install() { find "${D}"/usr/share/shutter/resources/system/upload_plugins/upload -type f \ -name "*.pm" -exec chmod 755 {} \; || die "failed to make upload plugins executables" } + +pkg_postinst() { + elog "" + elog "The following optional dependencies can be used to provide" + elog "additional functionality:" + elog "" + elog "- media-libs/exiftool : Writing Exif information" + elog "- dev-libs/libappindicator : Status icon support for Unity" + elog "- dev-perl/{Net-OAuth,Path-Class}: Dropbox support" + elog "- dev-perl/JSON-XS : vgy.me image hosting support" + elog"" +}