From ad95cc1531f1fc657db5cf2146dabaeebc91f295 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 26 Jul 2018 16:48:14 +0200 Subject: [PATCH 1/5] initial import Signed-off-by: Igor Gnatenko --- ripgrep.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ripgrep.yaml diff --git a/ripgrep.yaml b/ripgrep.yaml new file mode 100644 index 0000000..725a19b --- /dev/null +++ b/ripgrep.yaml @@ -0,0 +1,29 @@ +document: modulemd +version: 2 +data: + summary: Line oriented search tool using Rust's regex library + description: | + Line oriented search tool using Rust's regex library. Combines + the raw performance of grep with the usability of the silver searcher. + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [f29] + requires: + platform: [] + references: + community: https://github.com/BurntSushi/ripgrep + documentation: https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md + tracker: https://github.com/BurntSushi/ripgrep/issues + api: + rpms: + - ripgrep + profiles: + default: + rpms: + - ripgrep + components: + rpms: + ripgrep: + rationale: Main component. From 1454e289a62807d2b9ce2fc6102c2b35353a8231 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 26 Jul 2018 16:52:07 +0200 Subject: [PATCH 2/5] fix repository name Signed-off-by: Igor Gnatenko --- ripgrep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ripgrep.yaml b/ripgrep.yaml index 725a19b..46cfca7 100644 --- a/ripgrep.yaml +++ b/ripgrep.yaml @@ -25,5 +25,5 @@ data: - ripgrep components: rpms: - ripgrep: + rust-ripgrep: rationale: Main component. From 4a431cf98336362dda2fbbf567e851be41731104 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 31 Jul 2018 14:15:54 +0200 Subject: [PATCH 3/5] rebuild with fixed binutils Signed-off-by: Igor Gnatenko From 44a146a6fc3cc5311c2dd585e66d34006e539d38 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 4 Aug 2018 16:09:32 +0200 Subject: [PATCH 4/5] Rebuild to pick up ripgrep 0.9.0 Signed-off-by: Igor Gnatenko From 227f2393e32feeec43c40fe3c74b40a27688545c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 7 Oct 2018 16:59:45 +0200 Subject: [PATCH 5/5] No need for such branch --- README.md | 3 --- dead.package | 1 + ripgrep.yaml | 29 ----------------------------- 3 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 ripgrep.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 9d498a5..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ripgrep - -The ripgrep package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2ea2a99 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +No need for such branch diff --git a/ripgrep.yaml b/ripgrep.yaml deleted file mode 100644 index 46cfca7..0000000 --- a/ripgrep.yaml +++ /dev/null @@ -1,29 +0,0 @@ -document: modulemd -version: 2 -data: - summary: Line oriented search tool using Rust's regex library - description: | - Line oriented search tool using Rust's regex library. Combines - the raw performance of grep with the usability of the silver searcher. - license: - module: [MIT] - dependencies: - - buildrequires: - platform: [f29] - requires: - platform: [] - references: - community: https://github.com/BurntSushi/ripgrep - documentation: https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md - tracker: https://github.com/BurntSushi/ripgrep/issues - api: - rpms: - - ripgrep - profiles: - default: - rpms: - - ripgrep - components: - rpms: - rust-ripgrep: - rationale: Main component.