Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ffe8eb7bc8f607b773d1eb4117035a41007fcd5b

commit ffe8eb7bc8f607b773d1eb4117035a41007fcd5b
Author: crazy <cr...@frugalware.org>
Date:   Tue Nov 3 00:40:03 2015 +0100

mlview-0.9.0-4-x86_64 - removed - repo cleanup

diff --git a/source/gnome-extra/mlview/Fix_gcc43.diff 
b/source/gnome-extra/mlview/Fix_gcc43.diff
deleted file mode 100644
index 43122e2..0000000
--- a/source/gnome-extra/mlview/Fix_gcc43.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urNad mlview-0.9.0.orig/src/mlview-validator.cc 
mlview-0.9.0/src/mlview-validator.cc
---- mlview-0.9.0.orig/src/mlview-validator.cc  2008-04-09 00:27:53.000000000 
+0100
-+++ mlview-0.9.0/src/mlview-validator.cc       2008-04-09 00:28:31.000000000 
+0100
-@@ -26,6 +26,8 @@
- #include "mlview-validator.h"
- #include "mlview-safe-ptr-utils.h"
-
-+#include <memory>
-+
- #define MESSAGE_LINE_LENGTH 55
- namespace mlview
- {
-diff -urNad mlview-0.9.0.orig/tests/testcompl2.cc 
mlview-0.9.0/tests/testcompl2.cc
---- mlview-0.9.0.orig/tests/testcompl2.cc      2008-04-09 00:27:53.000000000 
+0100
-+++ mlview-0.9.0/tests/testcompl2.cc   2008-04-09 00:30:47.000000000 +0100
-@@ -1,4 +1,5 @@
- #include <iostream>
-+#include <cstring>
- #include <libxml/xmlregexp.h>
- #include <libxml/xmlautomata.h>
- #include <libxml/valid.h>
diff --git a/source/gnome-extra/mlview/FrugalBuild 
b/source/gnome-extra/mlview/FrugalBuild
deleted file mode 100644
index 7d9c867..0000000
--- a/source/gnome-extra/mlview/FrugalBuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Compiling Time: 2.33 SBU
-# Maintainer: bouleetbil <bouleet...@frogdev.info>
-
-pkgname=mlview
-pkgver=0.9.0
-pkgrel=4
-pkgdesc="XML Editor for Gnome"
-url="http://www.freespiders.org/projects/gmlview";
-depends=('gtkmm' 'libgnomeui' 'libxml++' 'libglademm' 'gtksourceview1' 
'vte>=0.20.5')
-makedepends=('perl-xml-parser' 'intltool')
-groups=('gnome-extra')
-archs=('x86_64' 'i686')
-_F_gnome_schemas=('/etc/gconf/schemas/mlview.schemas')
-_F_gnome_desktop=y
-_F_gnome_iconcache=y
-_F_gnome_mime=y
-_F_gnome_devel=y
-Finclude gnome gnome-scriptlet
-source=(${source[@]} gcc4_fix.patch0 Fix_gcc43.diff)
-sha1sums=('1e2d8e03747ffaaacbf9db15e8a7dabf573cee22' \
-          '8a765372aa5eee69388173c8131b878a9e15140a' \
-          'b0ffe055d9d77ee6ab220c86e61878c4b1bbb492')
-
-# optimization OK
diff --git a/source/gnome-extra/mlview/gcc4_fix.patch0 
b/source/gnome-extra/mlview/gcc4_fix.patch0
deleted file mode 100644
index 3b8a827..0000000
--- a/source/gnome-extra/mlview/gcc4_fix.patch0
+++ /dev/null
@@ -1,76 +0,0 @@
-GCC 4.0 fixes
-
---- src/mlview-source-view.h.orig      2006-05-21 20:56:34 +0400
-+++ src/mlview-source-view.h   2006-05-21 21:09:20 +0400
-@@ -58,7 +58,7 @@
-
-       enum MlViewStatus set_default_options () ;
-
--      MlViewXMLDocument* SourceView::get_document () ;
-+      MlViewXMLDocument* get_document () ;
-
-       GtkUIManager * get_ui_manager () ;
-
---- src/mlview-tree-view.h.orig        2006-05-21 20:56:34 +0400
-+++ src/mlview-tree-view.h     2006-05-21 21:09:00 +0400
-@@ -176,7 +176,7 @@
-
-       enum MlViewStatus build_app_edit_menu () ;
-
--      GtkDialog * TreeView::get_expand_tree_dialog ()  ;
-+      GtkDialog * get_expand_tree_dialog ()  ;
-
-       void clear_completion_popup_submenus () ;
-
---- src/mlview-plugin.h.orig   2006-05-21 20:56:21 +0400
-+++ src/mlview-plugin.h        2006-05-21 21:16:24 +0400
-@@ -46,12 +46,12 @@
-
-               //forbid assignation/copy
-               Plugin& operator= (Plugin const&) ;
--              Plugin::Plugin (Plugin const&) ;
-+              Plugin (Plugin const&) ;
-
-       public:
-               Plugin (const PluginDescriptor &a_descr) ;
-
--              Plugin::Plugin (const UString &a_url) ;
-+              Plugin (const UString &a_url) ;
-
-               virtual ~Plugin () ;
-
---- src/mlview-editor.cc.orig  2006-05-21 20:56:34 +0400
-+++ src/mlview-editor.cc       2006-05-21 21:17:49 +0400
-@@ -174,7 +174,7 @@
-               view_manager_ptr->set_cur_view (NULL);
-       }
-
--      static void EditorPriv::schemas_window_destroy_cb
-+      static void schemas_window_destroy_cb
-       (GtkWidget *a_widget, struct DocumentWindowData *a_win) ;
-
-       static void validation_window_destroy_cb
-
---- Makefile.am.orig   2006-05-21 21:27:01 +0400
-+++ src/Makefile.am    2006-05-21 21:27:21 +0400
-@@ -173,6 +173,8 @@
- libmlview_la_LDFLAGS= \
- -version-info @LIBMLVIEW_VERSION_INFO@
-
-+libmlview_la_LIBADD=@MLVIEW_LIBS@ recent-files/libeggrecent.la
-+
- libmlviewdbusclient_la_LDFLAGS= \
- -version-info @LIBMLVIEW_VERSION_INFO@
-
-
---- Makefile.am.orig   2006-05-21 22:21:23 +0400
-+++ src/Makefile.am    2006-05-21 22:21:40 +0400
-@@ -178,6 +178,8 @@
- libmlviewdbusclient_la_LDFLAGS= \
- -version-info @LIBMLVIEW_VERSION_INFO@
-
-+libmlviewdbusclient_la_LIBADD=@MLVIEW_LIBS@
-+
- INCLUDES = @MLVIEW_CFLAGS@ \
- -DENABLE_NLS=1 -DDATADIR=\"${datadir}\" -DLIBDIR=\"${libdir}\" \
- -DMLVIEW_LOCALEDIR=\"$(prefix)/share/locale\" -I$(top_srcdir)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to