summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-24 12:33:54 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-24 12:33:54 +0000
commit22ead111b46271925e29a28eaed95ba4f7d090fc (patch)
tree8e7247a36f769812749b2691ddf60d03a357c8dc /x11-libs/goffice/files
parentFix #490992, #494150, #492442, #494532, #494268. Version bump. (diff)
downloadhistorical-22ead111b46271925e29a28eaed95ba4f7d090fc.tar.gz
historical-22ead111b46271925e29a28eaed95ba4f7d090fc.tar.bz2
historical-22ead111b46271925e29a28eaed95ba4f7d090fc.zip
goffice[introspection] needs libgsf[introspection] (#488446 by Andrew John Hughes), drop old.
Package-Manager: portage-2.2.7/cvs/Linux x86_64 Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'x11-libs/goffice/files')
-rw-r--r--x11-libs/goffice/files/goffice-0.10.4-component.h-backport.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-libs/goffice/files/goffice-0.10.4-component.h-backport.patch b/x11-libs/goffice/files/goffice-0.10.4-component.h-backport.patch
deleted file mode 100644
index 1cf4afcac5a1..000000000000
--- a/x11-libs/goffice/files/goffice-0.10.4-component.h-backport.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From f418a6cb29aa19165f9c4dad84858cd479d89d84 Mon Sep 17 00:00:00 2001
-From: Jean Brefort <jean.brefort@normalesup.org>
-Date: Thu, 11 Jul 2013 09:57:11 +0200
-Subject: [PATCH] Fixed goffice-component.h
-
----
- ChangeLog | 5 +++++
- goffice/component/goffice-component.h | 3 ++-
- 2 files changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/ChangeLog b/ChangeLog
-index 5548a65..2c45407 100644
---- a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,8 @@
-+2013-07-11 Jean Brefort <jean.brefort@normalesup.org>
-+
-+ * goffice/component/goffice-component.h: move includes outside of
-+ G_BEGIN_DECLS/G_END_DECLS.
-+
- 2013-07-10 Morten Welinder <terra@gnome.org>
-
- * configure.ac: Post-release bump.
-diff --git a/goffice/component/goffice-component.h b/goffice/component/goffice-component.h
-index 3ad931d..ac5a976 100644
---- a/goffice/component/goffice-component.h
-+++ b/goffice/component/goffice-component.h
-@@ -30,9 +30,10 @@ typedef struct _GOComponent GOComponent;
- typedef struct _GOComponentType GOComponentType;
- typedef struct _GOComponentMimeDialog GOComponentMimeDialog;
-
-+G_END_DECLS
-+
- #include <goffice/component/go-component.h>
- #include <goffice/component/go-component-factory.h>
- #include <goffice/component/go-component-mime-dialog.h>
--G_END_DECLS
-
- #endif /* GOFFICE_COMPONENT_H */
---
-1.8.3.2
-