From 6d815228647a3f1116a315ef7ee9848ee02fd761 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 12 Aug 2018 17:13:03 +0200 Subject: [PATCH] Useless --- README.md | 3 --- dead.package | 1 + meson.yaml | 36 ------------------------------------ 3 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 meson.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 67c601e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# meson - -The meson package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..77e619d --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Useless diff --git a/meson.yaml b/meson.yaml deleted file mode 100644 index 684e308..0000000 --- a/meson.yaml +++ /dev/null @@ -1,36 +0,0 @@ -document: modulemd -version: 1 -data: - summary: The Meson Build system - description: >- - Meson is an open source build system meant to be both extremely fast, - and, even more importantly, as user friendly as possible. - - The main design point of Meson is that every moment a developer spends - writing or debugging build definitions is a second wasted. So is every - second spent waiting for the build system to actually start compiling code. - license: - module: [ MIT ] - dependencies: - buildrequires: - platform: f27 - python3: 3.6 - requires: - platform: f27 - python3: 3.6 - ninja: master - references: - community: http://mesonbuild.com/ - documentation: http://mesonbuild.com/ - tracker: https://github.com/mesonbuild/meson/issues - profiles: - default: - rpms: - - meson - api: - rpms: - - meson - components: - rpms: - meson: - rationale: Main component.