summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-08-11 07:39:40 +0200
committerHans de Graaff <graaff@gentoo.org>2017-08-11 07:39:40 +0200
commita514629aa87e5552f40faf229ee0742140a95937 (patch)
treef596b66b8749b09592dc3ff882a276828f3bd364 /dev-ruby/ruby-poppler
parentdev-ruby/ruby-glib2: remove unused files (diff)
downloadgentoo-a514629aa87e5552f40faf229ee0742140a95937.tar.gz
gentoo-a514629aa87e5552f40faf229ee0742140a95937.tar.bz2
gentoo-a514629aa87e5552f40faf229ee0742140a95937.zip
dev-ruby/ruby-poppler: remove unused files
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/ruby-poppler')
-rw-r--r--dev-ruby/ruby-poppler/files/ruby-poppler-3.0.7-type-orientation.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/ruby-poppler/files/ruby-poppler-3.0.7-type-orientation.patch b/dev-ruby/ruby-poppler/files/ruby-poppler-3.0.7-type-orientation.patch
deleted file mode 100644
index 50f5f52ef84f..000000000000
--- a/dev-ruby/ruby-poppler/files/ruby-poppler-3.0.7-type-orientation.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 3dda85661515d71101f1028dc7d68d4e53de45b1 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou <kou@clear-code.com>
-Date: Fri, 25 Dec 2015 23:36:00 +0900
-Subject: [PATCH] poppler: remove needless POPPLER_TYPE_ORIENTATION binding
-
-Poppler 0.39 removed it. And there are no Poppler releases that use
-POPPLER_TYPE_ORIENTATION.
-
-GitHub: fix #653
-
-Reported by Rob Brackett. Thanks!!!
----
- poppler/ext/poppler/rbpoppler.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/poppler/ext/poppler/rbpoppler.c b/poppler/ext/poppler/rbpoppler.c
-index 2b28f95..fb3bfed 100644
---- a/poppler/ext/poppler/rbpoppler.c
-+++ b/poppler/ext/poppler/rbpoppler.c
-@@ -56,7 +56,6 @@ Init_poppler(void)
- INT2FIX(POPPLER_MICRO_VERSION)));
-
- G_DEF_CLASS(POPPLER_TYPE_ERROR, "Error", RG_TARGET_NAMESPACE);
-- G_DEF_CLASS(POPPLER_TYPE_ORIENTATION, "Orientation", RG_TARGET_NAMESPACE);
-
- G_DEF_CLASS(POPPLER_TYPE_PAGE_TRANSITION_TYPE,
- "PageTransitionType", RG_TARGET_NAMESPACE);