Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/shutter/
Date: Sat, 26 Sep 2015 09:14:52
Message-Id: 1443258866.35ce772b51c12f6520f0c18a43e2114572f382de.hwoarang@gentoo
1 commit: 35ce772b51c12f6520f0c18a43e2114572f382de
2 Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 15:07:15 2015 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 09:14:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ce772b
7
8 x11-misc/shutter: List optional dependencies. Bug #558332
9
10 Package-Manager: portage-2.2.20.1
11
12 x11-misc/shutter/shutter-0.93.1.ebuild | 12 ++++++++++++
13 1 file changed, 12 insertions(+)
14
15 diff --git a/x11-misc/shutter/shutter-0.93.1.ebuild b/x11-misc/shutter/shutter-0.93.1.ebuild
16 index 908017d..42489b4 100644
17 --- a/x11-misc/shutter/shutter-0.93.1.ebuild
18 +++ b/x11-misc/shutter/shutter-0.93.1.ebuild
19 @@ -68,3 +68,15 @@ src_install() {
20 find "${D}"/usr/share/shutter/resources/system/upload_plugins/upload -type f \
21 -name "*.pm" -exec chmod 755 {} \; || die "failed to make upload plugins executables"
22 }
23 +
24 +pkg_postinst() {
25 + elog ""
26 + elog "The following optional dependencies can be used to provide"
27 + elog "additional functionality:"
28 + elog ""
29 + elog "- media-libs/exiftool : Writing Exif information"
30 + elog "- dev-libs/libappindicator : Status icon support for Unity"
31 + elog "- dev-perl/{Net-OAuth,Path-Class}: Dropbox support"
32 + elog "- dev-perl/JSON-XS : vgy.me image hosting support"
33 + elog""
34 +}