From 73fddc043cc1956ec862ddd3ef97998f7b19ca05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Thu, 11 Jul 2019 22:17:47 +0200 Subject: [PATCH 1/2] rewrite yml: fr.ludo1520.whatexp --- metadata/fr.ludo1520.whatexp.txt | 35 ------------------------------- metadata/fr.ludo1520.whatexp.yml | 36 ++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 35 deletions(-) delete mode 100644 metadata/fr.ludo1520.whatexp.txt create mode 100644 metadata/fr.ludo1520.whatexp.yml diff --git a/metadata/fr.ludo1520.whatexp.txt b/metadata/fr.ludo1520.whatexp.txt deleted file mode 100644 index c7272fe3fa..0000000000 --- a/metadata/fr.ludo1520.whatexp.txt +++ /dev/null @@ -1,35 +0,0 @@ -Categories:Science & Education -License:GPL-3.0-only -Web Site: -Source Code:https://gitorious.org/whatexp/whatexp -Issue Tracker: - -Auto Name:WhatExp -Summary:Scientific calculator -Description: -Scientific calculator for complex math expressions with support for graph -drawing. - -In the first tab, user can write math expressions and get the results. A list of -previous expressions is available and they can be retrieved, edited, -supressed... - -The second tab shows graphs of functions that are selected in the first tab. - -The last tab shows a list of physic constants that can be send to letters used -in math expressions. -. - -Repo Type:git -Repo:https://gitorious.org/whatexp/whatexp.git - -Build:1.4,5 - commit=df7b2385293f3b3ea84887f82ed12f32a249259e - -Build:1.5,6 - commit=d463022 - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.5 -Current Version Code:6 diff --git a/metadata/fr.ludo1520.whatexp.yml b/metadata/fr.ludo1520.whatexp.yml new file mode 100644 index 0000000000..89b4fdf21c --- /dev/null +++ b/metadata/fr.ludo1520.whatexp.yml @@ -0,0 +1,36 @@ +Categories: + - Science & Education +License: GPL-3.0-only +SourceCode: https://gitorious.org/whatexp/whatexp + +AutoName: WhatExp +Summary: Scientific calculator +Description: |- + Scientific calculator for complex math expressions with support for graph + drawing. + + In the first tab, user can write math expressions and get the results. A list of + previous expressions is available and they can be retrieved, edited, + supressed... + + The second tab shows graphs of functions that are selected in the first tab. + + The last tab shows a list of physic constants that can be send to letters used + in math expressions. + +RepoType: git +Repo: https://gitorious.org/whatexp/whatexp.git + +Builds: + - versionName: '1.4' + versionCode: 5 + commit: df7b2385293f3b3ea84887f82ed12f32a249259e + + - versionName: '1.5' + versionCode: 6 + commit: d463022 + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '1.5' +CurrentVersionCode: 6 From 3ea727038b3c55af84aeb1e60126c6b4a036746e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Sat, 20 Jul 2019 05:20:16 +0200 Subject: [PATCH 2/2] add NoSourceSince: fr.ludo1520.whatexp --- metadata/fr.ludo1520.whatexp.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/metadata/fr.ludo1520.whatexp.yml b/metadata/fr.ludo1520.whatexp.yml index 89b4fdf21c..bde348ce22 100644 --- a/metadata/fr.ludo1520.whatexp.yml +++ b/metadata/fr.ludo1520.whatexp.yml @@ -18,9 +18,6 @@ Description: |- The last tab shows a list of physic constants that can be send to letters used in math expressions. -RepoType: git -Repo: https://gitorious.org/whatexp/whatexp.git - Builds: - versionName: '1.4' versionCode: 5 @@ -34,3 +31,5 @@ AutoUpdateMode: None UpdateCheckMode: RepoManifest CurrentVersion: '1.5' CurrentVersionCode: 6 + +NoSourceSince: '1.5'