summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-08-22 12:02:38 +0200
committerPacho Ramos <pacho@gentoo.org>2016-08-22 12:02:53 +0200
commit8649ed39020a524f234bbc2875435d1573b3b66b (patch)
treeb10cce9698032281ed8616dc5a57242e24b25631 /x11-misc/shutter/files
parentx11-misc/shutter: Drop old (diff)
downloadgentoo-8649ed39020a524f234bbc2875435d1573b3b66b.tar.gz
gentoo-8649ed39020a524f234bbc2875435d1573b3b66b.tar.bz2
gentoo-8649ed39020a524f234bbc2875435d1573b3b66b.zip
x11-misc/shutter: eapi6 bump, don't require gnome-web-photo as it will be removed
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-misc/shutter/files')
-rw-r--r--x11-misc/shutter/files/0.86.4-disable-goocanvas.patch21
-rw-r--r--x11-misc/shutter/files/disable-goocanvas-0.87.1.patch18
-rw-r--r--x11-misc/shutter/files/disable_webphoto-0.87.1.patch17
3 files changed, 0 insertions, 56 deletions
diff --git a/x11-misc/shutter/files/0.86.4-disable-goocanvas.patch b/x11-misc/shutter/files/0.86.4-disable-goocanvas.patch
deleted file mode 100644
index aea2e67f1714..000000000000
--- a/x11-misc/shutter/files/0.86.4-disable-goocanvas.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: shutter-0.86.4/bin/shutter
-===================================================================
---- shutter-0.86.4.orig/bin/shutter
-+++ shutter-0.86.4/bin/shutter
-@@ -8350,14 +8350,9 @@ sub fct_init_depend {
- $nautilus_sendto = FALSE;
- }
-
-- #goocanvas
-- eval { require Goo::Canvas };
-- if ($@) {
-- warn "WARNING: Goo::Canvas/libgoocanvas is missing --> drawing tool will be disabled!\n\n";
-- $goocanvas = FALSE;
-- }
-+ $goocanvas = FALSE;
-
-- eval { require Net::DBus::GLib };
-+ eval { require Net::DBus::GLib };
- if ($@) {
- warn "WARNING: Net::DBus::GLib is missing --> Ubuntu One support will be disabled!\n\n";
- $ubuntuone = FALSE;
diff --git a/x11-misc/shutter/files/disable-goocanvas-0.87.1.patch b/x11-misc/shutter/files/disable-goocanvas-0.87.1.patch
deleted file mode 100644
index 7819e602a1b5..000000000000
--- a/x11-misc/shutter/files/disable-goocanvas-0.87.1.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: shutter-0.87.1/bin/shutter
-===================================================================
---- shutter-0.87.1.orig/bin/shutter
-+++ shutter-0.87.1/bin/shutter
-@@ -9188,12 +9188,7 @@ if ($app->is_running) {
- $nautilus_sendto = FALSE;
- }
-
-- #goocanvas
-- eval { require Goo::Canvas };
-- if ($@) {
-- warn "WARNING: Goo::Canvas/libgoo-canvas-perl is missing --> drawing tool will be disabled!\n\n";
-- $goocanvas = FALSE;
-- }
-+ $goocanvas = FALSE;
-
- #net-dbus-glib-perl
- eval { require Net::DBus::GLib };
diff --git a/x11-misc/shutter/files/disable_webphoto-0.87.1.patch b/x11-misc/shutter/files/disable_webphoto-0.87.1.patch
deleted file mode 100644
index 7db728c4b53a..000000000000
--- a/x11-misc/shutter/files/disable_webphoto-0.87.1.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: shutter-0.87.1/bin/shutter
-===================================================================
---- shutter-0.87.1.orig/bin/shutter
-+++ shutter-0.87.1/bin/shutter
-@@ -9181,11 +9181,7 @@ if ($app->is_running) {
- die "ERROR: imagemagick is missing --> aborting!\n\n";
- }
-
-- #gnome-web-photo
-- unless ( File::Which::which('gnome-web-photo') ) {
-- warn "WARNING: gnome-web-photo is missing --> screenshots of websites will be disabled!\n\n";
-- $gnome_web_photo = FALSE;
-- }
-+ $gnome_web_photo = FALSE;
-
- #nautilus-sendto
- unless ( File::Which::which('nautilus-sendto') ) {