[glibmm/gmmproc-refactor] Move a bunch of old stuff into TrashCan directory.



commit 536fd82152413ca3887ca3dc629ecbcdedf786ec
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Jun 13 04:26:48 2012 +0200

    Move a bunch of old stuff into TrashCan directory.
    
    Maybe from time to time I will have to rumage through it, but
    otherwise I don't want it to clutter the project.

 tools/{ => TrashCan}/defs_fixer.pl                 |    0
 tools/{ => TrashCan}/defs_gen/definitions.py       |    0
 tools/{ => TrashCan}/defs_gen/defsparser.py        |    0
 tools/{ => TrashCan}/defs_gen/docextract.py        |    0
 tools/{ => TrashCan}/defs_gen/docextract_to_xml.py |    0
 tools/{ => TrashCan}/defs_gen/h2def.py             |    0
 tools/{ => TrashCan}/defs_gen/scmexpr.py           |    0
 tools/{ => TrashCan}/enum.pl                       |    0
 .../extra_defs_gen/generate_defs_gio.cc            |    0
 .../extra_defs_gen/generate_defs_glib.cc           |    0
 .../extra_defs_gen/generate_extra_defs.cc          |    0
 .../extra_defs_gen/generate_extra_defs.h           |    0
 tools/{ => TrashCan}/generate_wrap_init.pl.in      |    0
 tools/{ => TrashCan}/m4/base.m4                    |    0
 tools/{ => TrashCan}/m4/class_boxedtype.m4         |    0
 tools/{ => TrashCan}/m4/class_boxedtype_static.m4  |    0
 tools/{ => TrashCan}/m4/class_generic.m4           |    0
 tools/{ => TrashCan}/m4/class_gobject.m4           |    0
 tools/{ => TrashCan}/m4/class_interface.m4         |    0
 tools/{ => TrashCan}/m4/class_opaque_copyable.m4   |    0
 tools/{ => TrashCan}/m4/class_opaque_refcounted.m4 |    0
 tools/{ => TrashCan}/m4/class_shared.m4            |    0
 tools/{ => TrashCan}/m4/compare.m4                 |    0
 tools/{ => TrashCan}/m4/convert.m4                 |    0
 tools/{ => TrashCan}/m4/convert_base.m4            |    0
 tools/{ => TrashCan}/m4/convert_gio.m4             |    0
 tools/{ => TrashCan}/m4/convert_glib.m4            |    0
 tools/{ => TrashCan}/m4/convert_glibmm.m4          |    0
 tools/{ => TrashCan}/m4/ctor.m4                    |    0
 tools/{ => TrashCan}/m4/doc.m4                     |    0
 tools/{ => TrashCan}/m4/enum.m4                    |    0
 tools/{ => TrashCan}/m4/filelist.am                |    0
 tools/{ => TrashCan}/m4/gerror.m4                  |    0
 tools/{ => TrashCan}/m4/list.m4                    |    0
 tools/{ => TrashCan}/m4/member.m4                  |    0
 tools/{ => TrashCan}/m4/method.m4                  |    0
 tools/{ => TrashCan}/m4/property.m4                |    0
 tools/{ => TrashCan}/m4/signal.m4                  |    0
 tools/{ => TrashCan}/m4/vfunc.m4                   |    0
 tools/{ => TrashCan}/pm/Base/Backend.pm            |    0
 tools/{ => TrashCan}/pm/Base/Entity.pm             |    0
 tools/{ => TrashCan}/pm/Base/Enum.pm               |    0
 tools/{ => TrashCan}/pm/Base/Exceptions.pm         |    0
 tools/{ => TrashCan}/pm/Base/Function.pm           |    0
 tools/{ => TrashCan}/pm/Base/Object.pm             |    0
 tools/{ => TrashCan}/pm/Base/Property.pm           |    0
 tools/{ => TrashCan}/pm/Common/Api.pm              |    0
 tools/{ => TrashCan}/pm/Common/DocsParser.pm       |    0
 tools/{ => TrashCan}/pm/Common/Function.pm         |    0
 tools/{ => TrashCan}/pm/Defs/Backend.pm            |    0
 tools/{ => TrashCan}/pm/Defs/Common.pm             |    0
 tools/{ => TrashCan}/pm/Defs/Enum.pm               |    0
 tools/{ => TrashCan}/pm/Defs/Function.pm           |    0
 tools/{ => TrashCan}/pm/Defs/Named.pm              |    0
 tools/{ => TrashCan}/pm/Defs/Object.pm             |    0
 tools/{ => TrashCan}/pm/Defs/Property.pm           |    0
 tools/{ => TrashCan}/pm/Defs/Signal.pm             |    0
 tools/{ => TrashCan}/pm/Enum.pm                    |    0
 tools/{ => TrashCan}/pm/FunctionBase.pm            |    0
 tools/{ => TrashCan}/pm/GtkDefs.pm                 |    0
 tools/{ => TrashCan}/pm/Object.pm                  |    0
 .../Common/OldOutput.pm => TrashCan/pm/Output.pm}  |    0
 tools/{ => TrashCan}/pm/Property.pm                |    0
 63 files changed, 0 insertions(+), 0 deletions(-)
---
diff --git a/tools/defs_fixer.pl b/tools/TrashCan/defs_fixer.pl
similarity index 100%
rename from tools/defs_fixer.pl
rename to tools/TrashCan/defs_fixer.pl
diff --git a/tools/defs_gen/definitions.py b/tools/TrashCan/defs_gen/definitions.py
similarity index 100%
rename from tools/defs_gen/definitions.py
rename to tools/TrashCan/defs_gen/definitions.py
diff --git a/tools/defs_gen/defsparser.py b/tools/TrashCan/defs_gen/defsparser.py
similarity index 100%
rename from tools/defs_gen/defsparser.py
rename to tools/TrashCan/defs_gen/defsparser.py
diff --git a/tools/defs_gen/docextract.py b/tools/TrashCan/defs_gen/docextract.py
similarity index 100%
rename from tools/defs_gen/docextract.py
rename to tools/TrashCan/defs_gen/docextract.py
diff --git a/tools/defs_gen/docextract_to_xml.py b/tools/TrashCan/defs_gen/docextract_to_xml.py
similarity index 100%
rename from tools/defs_gen/docextract_to_xml.py
rename to tools/TrashCan/defs_gen/docextract_to_xml.py
diff --git a/tools/defs_gen/h2def.py b/tools/TrashCan/defs_gen/h2def.py
similarity index 100%
rename from tools/defs_gen/h2def.py
rename to tools/TrashCan/defs_gen/h2def.py
diff --git a/tools/defs_gen/scmexpr.py b/tools/TrashCan/defs_gen/scmexpr.py
similarity index 100%
rename from tools/defs_gen/scmexpr.py
rename to tools/TrashCan/defs_gen/scmexpr.py
diff --git a/tools/enum.pl b/tools/TrashCan/enum.pl
similarity index 100%
rename from tools/enum.pl
rename to tools/TrashCan/enum.pl
diff --git a/tools/extra_defs_gen/generate_defs_gio.cc b/tools/TrashCan/extra_defs_gen/generate_defs_gio.cc
similarity index 100%
rename from tools/extra_defs_gen/generate_defs_gio.cc
rename to tools/TrashCan/extra_defs_gen/generate_defs_gio.cc
diff --git a/tools/extra_defs_gen/generate_defs_glib.cc b/tools/TrashCan/extra_defs_gen/generate_defs_glib.cc
similarity index 100%
rename from tools/extra_defs_gen/generate_defs_glib.cc
rename to tools/TrashCan/extra_defs_gen/generate_defs_glib.cc
diff --git a/tools/extra_defs_gen/generate_extra_defs.cc b/tools/TrashCan/extra_defs_gen/generate_extra_defs.cc
similarity index 100%
rename from tools/extra_defs_gen/generate_extra_defs.cc
rename to tools/TrashCan/extra_defs_gen/generate_extra_defs.cc
diff --git a/tools/extra_defs_gen/generate_extra_defs.h b/tools/TrashCan/extra_defs_gen/generate_extra_defs.h
similarity index 100%
rename from tools/extra_defs_gen/generate_extra_defs.h
rename to tools/TrashCan/extra_defs_gen/generate_extra_defs.h
diff --git a/tools/generate_wrap_init.pl.in b/tools/TrashCan/generate_wrap_init.pl.in
similarity index 100%
rename from tools/generate_wrap_init.pl.in
rename to tools/TrashCan/generate_wrap_init.pl.in
diff --git a/tools/m4/base.m4 b/tools/TrashCan/m4/base.m4
similarity index 100%
rename from tools/m4/base.m4
rename to tools/TrashCan/m4/base.m4
diff --git a/tools/m4/class_boxedtype.m4 b/tools/TrashCan/m4/class_boxedtype.m4
similarity index 100%
rename from tools/m4/class_boxedtype.m4
rename to tools/TrashCan/m4/class_boxedtype.m4
diff --git a/tools/m4/class_boxedtype_static.m4 b/tools/TrashCan/m4/class_boxedtype_static.m4
similarity index 100%
rename from tools/m4/class_boxedtype_static.m4
rename to tools/TrashCan/m4/class_boxedtype_static.m4
diff --git a/tools/m4/class_generic.m4 b/tools/TrashCan/m4/class_generic.m4
similarity index 100%
rename from tools/m4/class_generic.m4
rename to tools/TrashCan/m4/class_generic.m4
diff --git a/tools/m4/class_gobject.m4 b/tools/TrashCan/m4/class_gobject.m4
similarity index 100%
rename from tools/m4/class_gobject.m4
rename to tools/TrashCan/m4/class_gobject.m4
diff --git a/tools/m4/class_interface.m4 b/tools/TrashCan/m4/class_interface.m4
similarity index 100%
rename from tools/m4/class_interface.m4
rename to tools/TrashCan/m4/class_interface.m4
diff --git a/tools/m4/class_opaque_copyable.m4 b/tools/TrashCan/m4/class_opaque_copyable.m4
similarity index 100%
rename from tools/m4/class_opaque_copyable.m4
rename to tools/TrashCan/m4/class_opaque_copyable.m4
diff --git a/tools/m4/class_opaque_refcounted.m4 b/tools/TrashCan/m4/class_opaque_refcounted.m4
similarity index 100%
rename from tools/m4/class_opaque_refcounted.m4
rename to tools/TrashCan/m4/class_opaque_refcounted.m4
diff --git a/tools/m4/class_shared.m4 b/tools/TrashCan/m4/class_shared.m4
similarity index 100%
rename from tools/m4/class_shared.m4
rename to tools/TrashCan/m4/class_shared.m4
diff --git a/tools/m4/compare.m4 b/tools/TrashCan/m4/compare.m4
similarity index 100%
rename from tools/m4/compare.m4
rename to tools/TrashCan/m4/compare.m4
diff --git a/tools/m4/convert.m4 b/tools/TrashCan/m4/convert.m4
similarity index 100%
rename from tools/m4/convert.m4
rename to tools/TrashCan/m4/convert.m4
diff --git a/tools/m4/convert_base.m4 b/tools/TrashCan/m4/convert_base.m4
similarity index 100%
rename from tools/m4/convert_base.m4
rename to tools/TrashCan/m4/convert_base.m4
diff --git a/tools/m4/convert_gio.m4 b/tools/TrashCan/m4/convert_gio.m4
similarity index 100%
rename from tools/m4/convert_gio.m4
rename to tools/TrashCan/m4/convert_gio.m4
diff --git a/tools/m4/convert_glib.m4 b/tools/TrashCan/m4/convert_glib.m4
similarity index 100%
rename from tools/m4/convert_glib.m4
rename to tools/TrashCan/m4/convert_glib.m4
diff --git a/tools/m4/convert_glibmm.m4 b/tools/TrashCan/m4/convert_glibmm.m4
similarity index 100%
rename from tools/m4/convert_glibmm.m4
rename to tools/TrashCan/m4/convert_glibmm.m4
diff --git a/tools/m4/ctor.m4 b/tools/TrashCan/m4/ctor.m4
similarity index 100%
rename from tools/m4/ctor.m4
rename to tools/TrashCan/m4/ctor.m4
diff --git a/tools/m4/doc.m4 b/tools/TrashCan/m4/doc.m4
similarity index 100%
rename from tools/m4/doc.m4
rename to tools/TrashCan/m4/doc.m4
diff --git a/tools/m4/enum.m4 b/tools/TrashCan/m4/enum.m4
similarity index 100%
rename from tools/m4/enum.m4
rename to tools/TrashCan/m4/enum.m4
diff --git a/tools/m4/filelist.am b/tools/TrashCan/m4/filelist.am
similarity index 100%
rename from tools/m4/filelist.am
rename to tools/TrashCan/m4/filelist.am
diff --git a/tools/m4/gerror.m4 b/tools/TrashCan/m4/gerror.m4
similarity index 100%
rename from tools/m4/gerror.m4
rename to tools/TrashCan/m4/gerror.m4
diff --git a/tools/m4/list.m4 b/tools/TrashCan/m4/list.m4
similarity index 100%
rename from tools/m4/list.m4
rename to tools/TrashCan/m4/list.m4
diff --git a/tools/m4/member.m4 b/tools/TrashCan/m4/member.m4
similarity index 100%
rename from tools/m4/member.m4
rename to tools/TrashCan/m4/member.m4
diff --git a/tools/m4/method.m4 b/tools/TrashCan/m4/method.m4
similarity index 100%
rename from tools/m4/method.m4
rename to tools/TrashCan/m4/method.m4
diff --git a/tools/m4/property.m4 b/tools/TrashCan/m4/property.m4
similarity index 100%
rename from tools/m4/property.m4
rename to tools/TrashCan/m4/property.m4
diff --git a/tools/m4/signal.m4 b/tools/TrashCan/m4/signal.m4
similarity index 100%
rename from tools/m4/signal.m4
rename to tools/TrashCan/m4/signal.m4
diff --git a/tools/m4/vfunc.m4 b/tools/TrashCan/m4/vfunc.m4
similarity index 100%
rename from tools/m4/vfunc.m4
rename to tools/TrashCan/m4/vfunc.m4
diff --git a/tools/pm/Base/Backend.pm b/tools/TrashCan/pm/Base/Backend.pm
similarity index 100%
rename from tools/pm/Base/Backend.pm
rename to tools/TrashCan/pm/Base/Backend.pm
diff --git a/tools/pm/Base/Entity.pm b/tools/TrashCan/pm/Base/Entity.pm
similarity index 100%
rename from tools/pm/Base/Entity.pm
rename to tools/TrashCan/pm/Base/Entity.pm
diff --git a/tools/pm/Base/Enum.pm b/tools/TrashCan/pm/Base/Enum.pm
similarity index 100%
rename from tools/pm/Base/Enum.pm
rename to tools/TrashCan/pm/Base/Enum.pm
diff --git a/tools/pm/Base/Exceptions.pm b/tools/TrashCan/pm/Base/Exceptions.pm
similarity index 100%
rename from tools/pm/Base/Exceptions.pm
rename to tools/TrashCan/pm/Base/Exceptions.pm
diff --git a/tools/pm/Base/Function.pm b/tools/TrashCan/pm/Base/Function.pm
similarity index 100%
rename from tools/pm/Base/Function.pm
rename to tools/TrashCan/pm/Base/Function.pm
diff --git a/tools/pm/Base/Object.pm b/tools/TrashCan/pm/Base/Object.pm
similarity index 100%
rename from tools/pm/Base/Object.pm
rename to tools/TrashCan/pm/Base/Object.pm
diff --git a/tools/pm/Base/Property.pm b/tools/TrashCan/pm/Base/Property.pm
similarity index 100%
rename from tools/pm/Base/Property.pm
rename to tools/TrashCan/pm/Base/Property.pm
diff --git a/tools/pm/Common/Api.pm b/tools/TrashCan/pm/Common/Api.pm
similarity index 100%
rename from tools/pm/Common/Api.pm
rename to tools/TrashCan/pm/Common/Api.pm
diff --git a/tools/pm/Common/DocsParser.pm b/tools/TrashCan/pm/Common/DocsParser.pm
similarity index 100%
rename from tools/pm/Common/DocsParser.pm
rename to tools/TrashCan/pm/Common/DocsParser.pm
diff --git a/tools/pm/Common/Function.pm b/tools/TrashCan/pm/Common/Function.pm
similarity index 100%
rename from tools/pm/Common/Function.pm
rename to tools/TrashCan/pm/Common/Function.pm
diff --git a/tools/pm/Defs/Backend.pm b/tools/TrashCan/pm/Defs/Backend.pm
similarity index 100%
rename from tools/pm/Defs/Backend.pm
rename to tools/TrashCan/pm/Defs/Backend.pm
diff --git a/tools/pm/Defs/Common.pm b/tools/TrashCan/pm/Defs/Common.pm
similarity index 100%
rename from tools/pm/Defs/Common.pm
rename to tools/TrashCan/pm/Defs/Common.pm
diff --git a/tools/pm/Defs/Enum.pm b/tools/TrashCan/pm/Defs/Enum.pm
similarity index 100%
rename from tools/pm/Defs/Enum.pm
rename to tools/TrashCan/pm/Defs/Enum.pm
diff --git a/tools/pm/Defs/Function.pm b/tools/TrashCan/pm/Defs/Function.pm
similarity index 100%
rename from tools/pm/Defs/Function.pm
rename to tools/TrashCan/pm/Defs/Function.pm
diff --git a/tools/pm/Defs/Named.pm b/tools/TrashCan/pm/Defs/Named.pm
similarity index 100%
rename from tools/pm/Defs/Named.pm
rename to tools/TrashCan/pm/Defs/Named.pm
diff --git a/tools/pm/Defs/Object.pm b/tools/TrashCan/pm/Defs/Object.pm
similarity index 100%
rename from tools/pm/Defs/Object.pm
rename to tools/TrashCan/pm/Defs/Object.pm
diff --git a/tools/pm/Defs/Property.pm b/tools/TrashCan/pm/Defs/Property.pm
similarity index 100%
rename from tools/pm/Defs/Property.pm
rename to tools/TrashCan/pm/Defs/Property.pm
diff --git a/tools/pm/Defs/Signal.pm b/tools/TrashCan/pm/Defs/Signal.pm
similarity index 100%
rename from tools/pm/Defs/Signal.pm
rename to tools/TrashCan/pm/Defs/Signal.pm
diff --git a/tools/pm/Enum.pm b/tools/TrashCan/pm/Enum.pm
similarity index 100%
rename from tools/pm/Enum.pm
rename to tools/TrashCan/pm/Enum.pm
diff --git a/tools/pm/FunctionBase.pm b/tools/TrashCan/pm/FunctionBase.pm
similarity index 100%
rename from tools/pm/FunctionBase.pm
rename to tools/TrashCan/pm/FunctionBase.pm
diff --git a/tools/pm/GtkDefs.pm b/tools/TrashCan/pm/GtkDefs.pm
similarity index 100%
rename from tools/pm/GtkDefs.pm
rename to tools/TrashCan/pm/GtkDefs.pm
diff --git a/tools/pm/Object.pm b/tools/TrashCan/pm/Object.pm
similarity index 100%
rename from tools/pm/Object.pm
rename to tools/TrashCan/pm/Object.pm
diff --git a/tools/pm/Common/OldOutput.pm b/tools/TrashCan/pm/Output.pm
similarity index 100%
rename from tools/pm/Common/OldOutput.pm
rename to tools/TrashCan/pm/Output.pm
diff --git a/tools/pm/Property.pm b/tools/TrashCan/pm/Property.pm
similarity index 100%
rename from tools/pm/Property.pm
rename to tools/TrashCan/pm/Property.pm



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