From 87757475852fab55743f94af19ef018f97b9a478 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Dec 2018 14:18:44 +0100 Subject: [PATCH 1/8] initial import Signed-off-by: Igor Gnatenko --- ninja.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ninja.yaml diff --git a/ninja.yaml b/ninja.yaml new file mode 100644 index 0000000..3178bd8 --- /dev/null +++ b/ninja.yaml @@ -0,0 +1,33 @@ +document: modulemd +version: 2 +data: + summary: Small build system with a focus on speed + description: >- + This module includes Ninja build system. Ninja is a small build system + with a focus on speed. It differs from other build systems + in two major respects: it is designed to have its input files generated + by a higher-level build system, and it is designed to run builds + as fast as possible. + license: + module: [ MIT ] + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + references: + community: https://ninja-build.org/ + documentation: https://ninja-build.org/manual.html + tracker: https://github.com/ninja-build/ninja/issues + profiles: + default: + rpms: + - ninja-build + api: + rpms: + - ninja-build + components: + rpms: + ninja-build: + rationale: Main component. + ref: latest From 99d97e5f734bd94dd5903c913d7dc2b540741271 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Dec 2018 14:34:49 +0100 Subject: [PATCH 2/8] rebuild Signed-off-by: Igor Gnatenko From 97297c64010709ed7830e057e9434f1057f55b05 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Dec 2018 14:48:39 +0100 Subject: [PATCH 3/8] rebuild Signed-off-by: Igor Gnatenko From edd97cb5abdf7fcdcdbfa7985817fe71d7a44096 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 31 Jan 2019 02:24:15 +0100 Subject: [PATCH 4/8] rebuild Signed-off-by: Igor Gnatenko From 99799ea893f1566c26c51363af440b21d1ef1779 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 18 Feb 2019 22:55:55 +0000 Subject: [PATCH 5/8] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering From d2cfb798df6f8d8b31cb20490bac7bd5c5d71a1f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Mar 2019 19:17:37 +0000 Subject: [PATCH 6/8] Branching f30 from rawhide Signed-off-by: Fedora Release Engineering From ebd33b8c0ea51738e71a5317e3f8eb61bfe86c33 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 4 Mar 2019 18:09:49 +0000 Subject: [PATCH 7/8] Branching f30 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From 40c691292ea4c4772f5594cdfaaf486d45e4ded0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 25 Oct 2019 18:25:16 +0200 Subject: [PATCH 8/8] Demodularizing --- README.md | 3 --- dead.module | 1 + ninja.yaml | 33 --------------------------------- 3 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 README.md create mode 100644 dead.module delete mode 100644 ninja.yaml diff --git a/README.md b/README.md deleted file mode 100644 index f7a0411..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ninja - -The ninja package \ No newline at end of file diff --git a/dead.module b/dead.module new file mode 100644 index 0000000..37b2fe0 --- /dev/null +++ b/dead.module @@ -0,0 +1 @@ +Demodularizing diff --git a/ninja.yaml b/ninja.yaml deleted file mode 100644 index 3178bd8..0000000 --- a/ninja.yaml +++ /dev/null @@ -1,33 +0,0 @@ -document: modulemd -version: 2 -data: - summary: Small build system with a focus on speed - description: >- - This module includes Ninja build system. Ninja is a small build system - with a focus on speed. It differs from other build systems - in two major respects: it is designed to have its input files generated - by a higher-level build system, and it is designed to run builds - as fast as possible. - license: - module: [ MIT ] - dependencies: - - buildrequires: - platform: [] - requires: - platform: [] - references: - community: https://ninja-build.org/ - documentation: https://ninja-build.org/manual.html - tracker: https://github.com/ninja-build/ninja/issues - profiles: - default: - rpms: - - ninja-build - api: - rpms: - - ninja-build - components: - rpms: - ninja-build: - rationale: Main component. - ref: latest