From 4bbd115f5b770d8fe4e102f7e6220dd382357157 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 20 Sep 2023 16:35:38 -0400 Subject: [PATCH] Remove modulemd --- vim.yaml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 vim.yaml diff --git a/vim.yaml b/vim.yaml deleted file mode 100644 index ac22a48..0000000 --- a/vim.yaml +++ /dev/null @@ -1,40 +0,0 @@ ---- -document: modulemd -version: 2 -data: - summary: The VIM version of the vi editor for the X Window System - GVim - description: >- - VIM (VIsual editor iMproved) is an updated and improved version of the vi editor. - Vi was the first real screen-based editor for UNIX, and is still very popular. - VIM improves on vi by adding new features: multiple windows, multi-level undo, - block highlighting and more. VIM-X11 is a version of the VIM editor which will - run within the X Window System. If you install this package, you can run VIM - as an X application with a full GUI interface and mouse support by command gvim. - license: - module: - - MIT - buildopts: - arches: [aarch64, x86_64] - dependencies: - - buildrequires: - flatpak-runtime: [f38] - platform: [f38] - requires: - flatpak-runtime: [f38] - platform: [f38] - profiles: - default: - rpms: - - vim-X11 - components: - rpms: - gpm: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] - vim: - rationale: Application package - ref: f38 - arches: [aarch64, x86_64] - buildorder: 10 -...