public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/shutter/
Date: Sat, 10 Dec 2016 20:47:34 +0000 (UTC)	[thread overview]
Message-ID: <1481402849.ec15b0008f28bc46aac74e02778c3e2b21a51cec.hwoarang@gentoo> (raw)

commit:     ec15b0008f28bc46aac74e02778c3e2b21a51cec
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 20:46:48 2016 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 20:47:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec15b000

x11-misc/shutter: Remove old

Package-Manager: portage-2.3.3

 x11-misc/shutter/shutter-0.93.1-r1.ebuild | 83 -------------------------------
 1 file changed, 83 deletions(-)

diff --git a/x11-misc/shutter/shutter-0.93.1-r1.ebuild b/x11-misc/shutter/shutter-0.93.1-r1.ebuild
deleted file mode 100644
index 0285d1f..00000000
--- a/x11-misc/shutter/shutter-0.93.1-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="Feature-rich screenshot program"
-HOMEPAGE="http://shutter-project.org/"
-SRC_URI="http://shutter-project.org/wp-content/uploads/releases/tars/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="drawing"
-
-RDEPEND="dev-lang/perl
-	drawing? ( dev-perl/Goo-Canvas  )
-	|| ( media-gfx/imagemagick[perl] media-gfx/graphicsmagick[imagemagick,perl] )
-	dev-perl/libxml-perl
-	dev-perl/gnome2-canvas
-	dev-perl/gnome2-perl
-	dev-perl/gnome2-wnck
-	dev-perl/Gtk2-Unique
-	dev-perl/Gtk2-ImageView
-	dev-perl/File-DesktopEntry
-	dev-perl/File-HomeDir
-	dev-perl/File-Which
-	dev-perl/JSON
-	dev-perl/File-Copy-Recursive
-	dev-perl/File-MimeInfo
-	dev-perl/Locale-gettext
-	dev-perl/Net-DBus
-	dev-perl/Proc-Simple
-	dev-perl/Proc-ProcessTable
-	dev-perl/Sort-Naturally
-	dev-perl/WWW-Mechanize
-	dev-perl/X11-Protocol
-	dev-perl/XML-Simple
-	dev-perl/libwww-perl"
-
-src_prepare() {
-	default
-
-	eapply "${FILESDIR}"/${PN}-0.90-webphoto.patch
-	use drawing || eapply "${FILESDIR}"/${PN}-0.90-goocanvas.patch
-
-	#Fix tray icon because it doesn't pick the right icon using various themes
-	sed -i -e "/\$tray->set_from_icon_name/s:set_from_icon_name:set_from_file:" \
-	-e "s:shutter-panel:/usr/share/icons/hicolor/scalable/apps/&.svg:" \
-	bin/shutter || die "failed to fix trayicon"
-}
-
-src_install() {
-	dobin bin/${PN} || die "dobin failed"
-	insinto /usr/share/${PN}
-	doins -r share/${PN}/* || die "doins failed"
-	dodoc README || die "dodoc failed"
-	domenu share/applications/${PN}.desktop
-	# Man page is broken. Reconstruct it.
-	gunzip share/man/man1/${PN}.1.gz || die "gunzip failed"
-	doman share/man/man1/${PN}.1 || die "doman failed"
-	doicon share/pixmaps/${PN}.png
-	doins -r share/locale || die "doins failed"
-	insinto /usr/share/icons/hicolor
-	doins -r share/icons/hicolor/* || die "doins failed"
-	find "${D}"/usr/share/shutter/resources/system/plugins/ -type f ! -name '*.*' -exec chmod 755 {} \; \
-		|| die "failed to make plugins executables"
-	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""
-}


             reply	other threads:[~2016-12-10 20:47 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-10 20:47 Markos Chandras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-11 20:54 [gentoo-commits] repo/gentoo:master commit in: x11-misc/shutter/ Andreas Sturmlechner
2024-07-04 21:02 Sam James
2024-07-04 21:02 Sam James
2024-05-09 13:18 Joonas Niilola
2023-05-08  9:11 Pacho Ramos
2023-05-02 15:21 Arthur Zamarin
2023-05-01  9:22 Sam James
2023-04-27 16:00 Pacho Ramos
2023-03-11 17:15 Sam James
2023-02-12 18:37 Jakov Smolić
2022-11-19 20:30 David Seifert
2021-12-06 11:31 Agostino Sarubbo
2021-12-06  7:08 Agostino Sarubbo
2021-10-27 13:44 Ionen Wolkens
2021-10-27 13:44 Ionen Wolkens
2021-10-18 17:45 Ionen Wolkens
2021-10-18 17:45 Ionen Wolkens
2021-10-12  7:14 Agostino Sarubbo
2021-09-10  6:28 Agostino Sarubbo
2021-09-10  6:26 Agostino Sarubbo
2021-09-05  7:58 Ionen Wolkens
2021-08-08 10:46 David Seifert
2021-08-08 10:46 David Seifert
2021-08-01  5:14 Sam James
2021-07-23 17:58 Sam James
2021-06-20 15:17 Andreas Sturmlechner
2021-06-20 15:17 Andreas Sturmlechner
2021-06-11 19:42 David Seifert
2021-06-11  8:55 David Seifert
2021-04-26 10:34 Sam James
2021-04-22 12:08 Sam James
2021-04-04 18:55 Andreas Sturmlechner
2021-03-08 13:29 Joonas Niilola
2020-11-09  7:33 Joonas Niilola
2020-11-09  7:33 Joonas Niilola
2020-09-07  8:55 David Seifert
2020-07-05 23:25 Andreas Sturmlechner
2020-06-11  5:07 Joonas Niilola
2019-06-24 10:17 Jonas Stein
2017-10-04  9:17 Michał Górny
2017-02-11 19:47 David Seifert
2016-08-22 10:02 Pacho Ramos
2015-09-26  9:14 Markos Chandras

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=1481402849.ec15b0008f28bc46aac74e02778c3e2b21a51cec.hwoarang@gentoo \
    --to=hwoarang@gentoo.org \
    --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: link
Be 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