gobject-introspection r516 - in trunk: . giscanner tools



Author: johan
Date: Fri Aug 29 08:24:50 2008
New Revision: 516
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=516&view=rev

Log:
2008-08-29  Johan Dahlin  <johan gnome org>

    * giscanner/Makefile.am:
    * giscanner/gidlparser.py:
    * giscanner/gidlwriter.py:
    * tools/g-ir-scanner:
    Remove gidl support.



Removed:
   trunk/giscanner/gidlparser.py
   trunk/giscanner/gidlwriter.py
Modified:
   trunk/ChangeLog
   trunk/giscanner/Makefile.am
   trunk/tools/g-ir-scanner

Modified: trunk/giscanner/Makefile.am
==============================================================================
--- trunk/giscanner/Makefile.am	(original)
+++ trunk/giscanner/Makefile.am	Fri Aug 29 08:24:50 2008
@@ -38,8 +38,6 @@
 	ast.py			\
 	cgobject.py		\
 	config.py		\
-	gidlparser.py		\
-	gidlwriter.py		\
 	girparser.py		\
 	girwriter.py		\
 	glibast.py		\
@@ -88,8 +86,3 @@
 	ln -sf .libs/_giscanner.so .
 
 include $(top_srcdir)/gcov.mak
-
-check-local:
-	@if test "$(top_builddir)" != "$(top_srcdir)"; then \
-	   cp $(top_srcdir)/giscanner/*.py $(top_builddir)/giscanner; \
-	fi

Modified: trunk/tools/g-ir-scanner
==============================================================================
--- trunk/tools/g-ir-scanner	(original)
+++ trunk/tools/g-ir-scanner	Fri Aug 29 08:24:50 2008
@@ -125,8 +125,6 @@
 
     if options.format == 'gir':
         from giscanner.girwriter import GIRWriter as Writer
-    elif options.format == 'gidl':
-        from giscanner.gidlwriter import GIDLWriter as Writer
     else:
         _error("Unknown format: %s" % (options.format, ))
 
@@ -135,7 +133,7 @@
     primary_library = options.libraries[0]
 
     for package in options.packages:
-        output = subprocess.Popen(['pkg-config', '--cflags', package], 
+        output = subprocess.Popen(['pkg-config', '--cflags', package],
                                   stdout=subprocess.PIPE).communicate()[0]
         # Some pkg-config files on Windows have options we don't understand,
         # so we explicitly filter to only the ones we need.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]