Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-poppler/files/
Date: Fri, 11 Aug 2017 05:40:37
Message-Id: 1502429980.a514629aa87e5552f40faf229ee0742140a95937.graaff@gentoo
1 commit: a514629aa87e5552f40faf229ee0742140a95937
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 11 05:39:40 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 11 05:39:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a514629a
7
8 dev-ruby/ruby-poppler: remove unused files
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 .../ruby-poppler-3.0.7-type-orientation.patch | 27 ----------------------
13 1 file changed, 27 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 50f5f52ef84..00000000000
18 --- a/dev-ruby/ruby-poppler/files/ruby-poppler-3.0.7-type-orientation.patch
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -From 3dda85661515d71101f1028dc7d68d4e53de45b1 Mon Sep 17 00:00:00 2001
22 -From: Kouhei Sutou <kou@××××××××××.com>
23 -Date: Fri, 25 Dec 2015 23:36:00 +0900
24 -Subject: [PATCH] poppler: remove needless POPPLER_TYPE_ORIENTATION binding
25 -
26 -Poppler 0.39 removed it. And there are no Poppler releases that use
27 -POPPLER_TYPE_ORIENTATION.
28 -
29 -GitHub: fix #653
30 -
31 -Reported by Rob Brackett. Thanks!!!
32 ----
33 - poppler/ext/poppler/rbpoppler.c | 1 -
34 - 1 file changed, 1 deletion(-)
35 -
36 -diff --git a/poppler/ext/poppler/rbpoppler.c b/poppler/ext/poppler/rbpoppler.c
37 -index 2b28f95..fb3bfed 100644
38 ---- a/poppler/ext/poppler/rbpoppler.c
39 -+++ b/poppler/ext/poppler/rbpoppler.c
40 -@@ -56,7 +56,6 @@ Init_poppler(void)
41 - INT2FIX(POPPLER_MICRO_VERSION)));
42 -
43 - G_DEF_CLASS(POPPLER_TYPE_ERROR, "Error", RG_TARGET_NAMESPACE);
44 -- G_DEF_CLASS(POPPLER_TYPE_ORIENTATION, "Orientation", RG_TARGET_NAMESPACE);
45 -
46 - G_DEF_CLASS(POPPLER_TYPE_PAGE_TRANSITION_TYPE,
47 - "PageTransitionType", RG_TARGET_NAMESPACE);