[valadoc] driver: Drop support for vala-0.14
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [valadoc] driver: Drop support for vala-0.14
- Date: Fri, 17 Jan 2014 16:49:05 +0000 (UTC)
commit 22b2a9788b8d8ca0bce73af237bd0b0cba38ac99
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Jan 17 17:43:21 2014 +0100
driver: Drop support for vala-0.14
configure.ac | 10 -
src/driver/0.14.x/Makefile.am | 83 --
src/driver/0.14.x/driver.vala | 69 --
src/driver/0.14.x/initializerbuilder.vala | 685 -------------
src/driver/0.14.x/symbolresolver.vala | 323 ------
src/driver/0.14.x/treebuilder.vala | 1597 -----------------------------
src/driver/Makefile.am | 13 -
src/libvaladoc/moduleloader.vala | 1 -
tests/Makefile.am | 1 -
tests/drivers/driver-0-14.vala | 6 -
10 files changed, 0 insertions(+), 2788 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a51692e..a4e7ad1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,15 +107,6 @@ AM_CONDITIONAL(HAVE_LIBVALA_0_16_X, test "$have_libvala_0_16_x" = "yes")
PKG_CHECK_MODULES(LIBVALA_0_15_0, libvala-0.16 = 0.15.0, have_libvala_0_15_0="yes", have_libvala_0_15_0="no")
AM_CONDITIONAL(HAVE_LIBVALA_0_15_0, test "$have_libvala_0_15_0" = "yes")
-PKG_CHECK_MODULES(LIBVALA_0_14_X, libvala-0.14 >= 0.13.2, have_libvala_0_14_x="yes",
have_libvala_0_14_x="no")
-AM_CONDITIONAL(HAVE_LIBVALA_0_14_X, test "$have_libvala_0_14_x" = "yes")
-
-PKG_CHECK_MODULES(LIBVALA_0_13_1, libvala-0.14 = 0.13.1, have_libvala_0_13_1="yes", have_libvala_0_13_1="no")
-AM_CONDITIONAL(HAVE_LIBVALA_0_13_1, test "$have_libvala_0_13_1" = "yes")
-
-PKG_CHECK_MODULES(LIBVALA_0_13_0, libvala-0.14 = 0.13.0, have_libvala_0_13_0="yes", have_libvala_0_13_0="no")
-AM_CONDITIONAL(HAVE_LIBVALA_0_13_0, test "$have_libvala_0_13_0" = "yes")
-
AC_CONFIG_FILES([
Makefile
@@ -126,7 +117,6 @@ icons/Makefile
doc/Makefile
src/libvaladoc/Makefile
src/driver/Makefile
-src/driver/0.14.x/Makefile
src/driver/0.16.x/Makefile
src/driver/0.18.x/Makefile
src/driver/0.20.x/Makefile
diff --git a/src/driver/Makefile.am b/src/driver/Makefile.am
index 6c01ab7..ea90014 100644
--- a/src/driver/Makefile.am
+++ b/src/driver/Makefile.am
@@ -1,17 +1,5 @@
NULL =
-if HAVE_LIBVALA_0_13_0
-DRIVER_0_14_X_DIR = 0.14.x
-endif
-
-if HAVE_LIBVALA_0_13_1
-DRIVER_0_14_X_DIR = 0.14.x
-endif
-
-if HAVE_LIBVALA_0_14_X
-DRIVER_0_14_X_DIR = 0.14.x
-endif
-
if HAVE_LIBVALA_0_15_0
DRIVER_0_16_X_DIR = 0.16.x
endif
@@ -46,7 +34,6 @@ endif
SUBDIRS = \
- $(DRIVER_0_14_X_DIR) \
$(DRIVER_0_16_X_DIR) \
$(DRIVER_0_18_X_DIR) \
$(DRIVER_0_20_X_DIR) \
diff --git a/src/libvaladoc/moduleloader.vala b/src/libvaladoc/moduleloader.vala
index e54c8e3..b8d2003 100644
--- a/src/libvaladoc/moduleloader.vala
+++ b/src/libvaladoc/moduleloader.vala
@@ -155,7 +155,6 @@ public class Valadoc.ModuleLoader : Object {
}
DriverMetaData[] lut = {
- DriverMetaData (0, 13, 0, 14, "0.14.x"),
DriverMetaData (0, 15, 0, 16, "0.16.x"),
DriverMetaData (0, 17, 0, 18, "0.18.x"),
DriverMetaData (0, 19, 0, 20, "0.20.x"),
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6ea5c60..74f9578 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -23,7 +23,6 @@ TESTS = \
libvaladoc/parser/sequencerule.vala \
libvaladoc/parser/optionalrule.vala \
libvaladoc/parser/stubrule.vala \
- drivers/driver-0-14.vala \
drivers/driver-0-16.vala \
drivers/driver-0-18.vala \
drivers/driver-0-20.vala \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]