[gnome-builder/wip/gtk4-port: 1708/1774] plugins/vagrant: remove vagrant plugin




commit ac9a8f82115ca3c16b43e51d7517e90c4936ef44
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jun 28 13:34:09 2022 -0700

    plugins/vagrant: remove vagrant plugin
    
    This was never finished, and so if we are going to end up enabling it, we
    need to actually think through how it all works with all the changes we've
    done to deploy strategies, syncing binaries, run contexts, etc.

 meson_options.txt                                  |   1 -
 src/plugins/meson.build                            |   2 -
 src/plugins/vagrant/gbp-vagrant-runtime-provider.c | 389 ---------------------
 src/plugins/vagrant/gbp-vagrant-runtime-provider.h |  42 ---
 src/plugins/vagrant/gbp-vagrant-runtime.c          | 231 ------------
 src/plugins/vagrant/gbp-vagrant-runtime.h          |  39 ---
 .../vagrant/gbp-vagrant-subprocess-launcher.c      | 101 ------
 .../vagrant/gbp-vagrant-subprocess-launcher.h      |  34 --
 src/plugins/vagrant/gbp-vagrant-table.c            | 129 -------
 src/plugins/vagrant/gbp-vagrant-table.h            |  46 ---
 src/plugins/vagrant/meson.build                    |  19 -
 src/plugins/vagrant/vagrant-plugin.c               |  36 --
 src/plugins/vagrant/vagrant.gresource.xml          |   6 -
 src/plugins/vagrant/vagrant.plugin                 |   9 -
 14 files changed, 1084 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index db3d6c695..700d110e9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -88,7 +88,6 @@ option('plugin_todo', type: 'boolean')
 option('plugin_ts_language_server', type: 'boolean')
 option('plugin_update_manager', type: 'boolean')
 option('plugin_valac', type: 'boolean')
-option('plugin_vagrant', type: 'boolean', value: false)
 option('plugin_valgrind', type: 'boolean')
 option('plugin_vls', type: 'boolean')
 option('plugin_waf', type: 'boolean')
diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index 30b52727f..3a151e5da 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -132,7 +132,6 @@ subdir('todo')
 subdir('ts-language-server')
 subdir('trim-spaces')
 subdir('update-manager')
-subdir('vagrant')
 subdir('valac')
 subdir('valgrind')
 subdir('vcsui')
@@ -208,7 +207,6 @@ status += [
   'Todo ................................. : @0@'.format(get_option('plugin_todo')),
   'Update Manager ....................... : @0@'.format(get_option('plugin_update_manager')),
   'Vala Compiler ........................ : @0@'.format(get_option('plugin_valac')),
-  'Vagrant .............................. : @0@ **'.format(get_option('plugin_vagrant')),
   'Valgrind ............................. : @0@'.format(get_option('plugin_valgrind')),
   'Waf .................................. : @0@'.format(get_option('plugin_waf')),
   'Word Completion ...................... : @0@'.format(get_option('plugin_words')),


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