[libchamplain] Remove the perl bindings for now as they are not updated yet
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Remove the perl bindings for now as they are not updated yet
- Date: Sat, 8 May 2010 22:45:03 +0000 (UTC)
commit 6838804303dfc82376f3f523678c7d61d5ed79fd
Author: JiÅ?Ã Techet <techet gmail com>
Date: Sat May 8 00:55:26 2010 +0200
Remove the perl bindings for now as they are not updated yet
It is expected they will be updated for 0.6 after its release and
re-introduced again.
Signed-off-by: JiÅ?Ã Techet <techet gmail com>
bindings/Makefile.am | 4 +-
bindings/perl/Champlain/.gitignore | 8 -
bindings/perl/Champlain/.xs-coverage.ignore | 22 -
bindings/perl/Champlain/COPYING | 510 --------------------
bindings/perl/Champlain/Changes | 57 ---
bindings/perl/Champlain/MANIFEST | 46 --
bindings/perl/Champlain/MANIFEST.SKIP | 12 -
bindings/perl/Champlain/Makefile.PL | 112 -----
bindings/perl/Champlain/Makefile.am | 48 --
bindings/perl/Champlain/README | 64 ---
bindings/perl/Champlain/champlain-perl.h | 9 -
.../perl/Champlain/examples/animated-marker.pl | 187 -------
bindings/perl/Champlain/examples/capitals.pl | 324 -------------
bindings/perl/Champlain/examples/flickr.pl | 359 --------------
bindings/perl/Champlain/examples/image.pl | 104 ----
bindings/perl/Champlain/examples/images/flickr.png | Bin 6429 -> 0 bytes
bindings/perl/Champlain/examples/images/who.png | Bin 1906 -> 0 bytes
bindings/perl/Champlain/examples/launcher.pl | 150 ------
bindings/perl/Champlain/examples/polygons.pl | 178 -------
bindings/perl/Champlain/lib/Champlain.pm | 177 -------
bindings/perl/Champlain/maps | 19 -
bindings/perl/Champlain/t/Champlain.t | 51 --
bindings/perl/Champlain/t/ChamplainBaseMarker.t | 71 ---
bindings/perl/Champlain/t/ChamplainLayer.t | 74 ---
bindings/perl/Champlain/t/ChamplainMapSource.t | 297 ------------
bindings/perl/Champlain/t/ChamplainMapSourceDesc.t | 77 ---
.../perl/Champlain/t/ChamplainMapSourceFactory.t | 152 ------
bindings/perl/Champlain/t/ChamplainMarker.t | 255 ----------
.../perl/Champlain/t/ChamplainNetworkMapSource.t | 42 --
bindings/perl/Champlain/t/ChamplainPoint.t | 41 --
bindings/perl/Champlain/t/ChamplainPolygon.t | 243 ----------
.../perl/Champlain/t/ChamplainSelectionLayer.t | 312 ------------
bindings/perl/Champlain/t/ChamplainTile.t | 124 -----
bindings/perl/Champlain/t/ChamplainView.t | 467 ------------------
bindings/perl/Champlain/t/ChamplainZoomLevel.t | 66 ---
bindings/perl/Champlain/xs/Champlain.xs | 55 ---
bindings/perl/Champlain/xs/ChamplainBaseMarker.xs | 37 --
bindings/perl/Champlain/xs/ChamplainCache.xs | 37 --
bindings/perl/Champlain/xs/ChamplainLayer.xs | 41 --
bindings/perl/Champlain/xs/ChamplainMapSource.xs | 92 ----
.../perl/Champlain/xs/ChamplainMapSourceDesc.xs | 94 ----
.../perl/Champlain/xs/ChamplainMapSourceFactory.xs | 188 -------
bindings/perl/Champlain/xs/ChamplainMarker.xs | 170 -------
.../perl/Champlain/xs/ChamplainNetworkMapSource.xs | 17 -
bindings/perl/Champlain/xs/ChamplainPoint.xs | 47 --
bindings/perl/Champlain/xs/ChamplainPolygon.xs | 105 ----
.../perl/Champlain/xs/ChamplainSelectionLayer.xs | 64 ---
bindings/perl/Champlain/xs/ChamplainTile.xs | 163 -------
bindings/perl/Champlain/xs/ChamplainView.xs | 192 --------
bindings/perl/Champlain/xs/ChamplainZoomLevel.xs | 54 --
bindings/perl/Gtk2-Champlain/.gitignore | 8 -
bindings/perl/Gtk2-Champlain/.xs-coverage.ignore | 208 --------
bindings/perl/Gtk2-Champlain/COPYING | 510 --------------------
bindings/perl/Gtk2-Champlain/Changes | 4 -
bindings/perl/Gtk2-Champlain/MANIFEST | 13 -
bindings/perl/Gtk2-Champlain/MANIFEST.SKIP | 12 -
bindings/perl/Gtk2-Champlain/Makefile.PL | 110 -----
bindings/perl/Gtk2-Champlain/Makefile.am | 15 -
bindings/perl/Gtk2-Champlain/README | 61 ---
bindings/perl/Gtk2-Champlain/champlain-gtk-perl.h | 10 -
.../perl/Gtk2-Champlain/examples/gtk2-champlain.pl | 207 --------
bindings/perl/Gtk2-Champlain/lib/Gtk2/Champlain.pm | 103 ----
bindings/perl/Gtk2-Champlain/maps | 1 -
.../perl/Gtk2-Champlain/t/Gtk2ChamplainEmbed.t | 30 --
bindings/perl/Gtk2-Champlain/xs/Gtk2Champlain.xs | 9 -
.../perl/Gtk2-Champlain/xs/Gtk2ChamplainEmbed.xs | 13 -
configure.ac | 1 -
67 files changed, 2 insertions(+), 7331 deletions(-)
---
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index c4011f0..9028401 100644
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -1,8 +1,8 @@
-SUBDIRS =
+SUBDIRS=
if ENABLE_PYTHON
SUBDIRS+=python
endif
-DIST_SUBDIRS= python perl/Champlain
+DIST_SUBDIRS=python
diff --git a/configure.ac b/configure.ac
index c41188b..0ce2a25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -233,7 +233,6 @@ AC_CONFIG_FILES([Makefile
docs/reference/version.xml
champlain.pc
champlain-uninstalled.pc
- bindings/perl/Champlain/Makefile
bindings/Makefile])
AC_OUTPUT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]