From 5a16e5295544d6db02463b82bba76edad8183b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Thu, 11 Jul 2019 04:27:26 +0200 Subject: [PATCH] rewrite yml: fr.bellev.stdatmosphere --- metadata/fr.bellev.stdatmosphere.txt | 28 -------------------------- metadata/fr.bellev.stdatmosphere.yml | 30 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 28 deletions(-) delete mode 100644 metadata/fr.bellev.stdatmosphere.txt create mode 100644 metadata/fr.bellev.stdatmosphere.yml diff --git a/metadata/fr.bellev.stdatmosphere.txt b/metadata/fr.bellev.stdatmosphere.txt deleted file mode 100644 index 52327acccd..0000000000 --- a/metadata/fr.bellev.stdatmosphere.txt +++ /dev/null @@ -1,28 +0,0 @@ -Categories:Science & Education -License:GPL-3.0-only -Web Site: -Source Code:https://github.com/mathbellev/StdAtmosphere -Issue Tracker:https://github.com/mathbellev/StdAtmosphere/issues - -Auto Name:Std Atmosphere -Summary:Engineering tool -Description: -A small tool for aeronautical engineering, providing a model of the standard -atmosphere: that is to say the temperature and pressure as a function of -altitude. Given a Mach number, you also get the true air speed and conventional -air speed. -. - -Repo Type:git -Repo:https://github.com/mathbellev/StdAtmosphere.git - -Build:1.0,1 - commit=4d6ba8 - extlibs=android/android-support-v4.jar - prebuild=rm -rf bin gen - target=android-16 - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:2.0 -Current Version Code:2 diff --git a/metadata/fr.bellev.stdatmosphere.yml b/metadata/fr.bellev.stdatmosphere.yml new file mode 100644 index 0000000000..5bcf0364b0 --- /dev/null +++ b/metadata/fr.bellev.stdatmosphere.yml @@ -0,0 +1,30 @@ +Categories: + - Science & Education +License: GPL-3.0-only +SourceCode: https://github.com/mathbellev/StdAtmosphere +IssueTracker: https://github.com/mathbellev/StdAtmosphere/issues + +AutoName: Std Atmosphere +Summary: Engineering tool +Description: |- + A small tool for aeronautical engineering, providing a model of the standard + atmosphere: that is to say the temperature and pressure as a function of + altitude. Given a Mach number, you also get the true air speed and conventional + air speed. + +RepoType: git +Repo: https://github.com/mathbellev/StdAtmosphere.git + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: 4d6ba8 + extlibs: + - android/android-support-v4.jar + prebuild: rm -rf bin gen + target: android-16 + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '2.0' +CurrentVersionCode: 2