From 9db1030187c31d0f5a2eeeead9fe90d3c4fa811e Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Wed, 20 Feb 2019 10:46:41 +0100 Subject: [PATCH] move to yml: y --- metadata/yazilimcikoala.bytelauncher.txt | 25 -------------- metadata/yazilimcikoala.bytelauncher.yml | 26 +++++++++++++++ metadata/yellr.net.yellr_android.txt | 31 ----------------- metadata/yellr.net.yellr_android.yml | 35 ++++++++++++++++++++ metadata/youten.redo.ble.ibeacondetector.txt | 29 ---------------- metadata/youten.redo.ble.ibeacondetector.yml | 33 ++++++++++++++++++ 6 files changed, 94 insertions(+), 85 deletions(-) delete mode 100644 metadata/yazilimcikoala.bytelauncher.txt create mode 100644 metadata/yazilimcikoala.bytelauncher.yml delete mode 100644 metadata/yellr.net.yellr_android.txt create mode 100644 metadata/yellr.net.yellr_android.yml delete mode 100644 metadata/youten.redo.ble.ibeacondetector.txt create mode 100644 metadata/youten.redo.ble.ibeacondetector.yml diff --git a/metadata/yazilimcikoala.bytelauncher.txt b/metadata/yazilimcikoala.bytelauncher.txt deleted file mode 100644 index cc9635dda0..0000000000 --- a/metadata/yazilimcikoala.bytelauncher.txt +++ /dev/null @@ -1,25 +0,0 @@ -Categories:System -License:Apache-2.0 -Web Site: -Source Code:https://github.com/2048bit/ByteLauncher -Issue Tracker:https://github.com/2048bit/ByteLauncher/issues - -Auto Name:ByteLauncher -Summary:Start applications -Description: -Simple app launcher. -. - -Repo Type:git -Repo:https://github.com/2048bit/ByteLauncher - -Build:1.0,1 - disable=no license - commit=2815f39dd26dedcd10807df31a6269f3c729e54f - subdir=app - gradle=yes - -Auto Update Mode:None -Update Check Mode:Static -Current Version:1.0 -Current Version Code:1 diff --git a/metadata/yazilimcikoala.bytelauncher.yml b/metadata/yazilimcikoala.bytelauncher.yml new file mode 100644 index 0000000000..7340c96918 --- /dev/null +++ b/metadata/yazilimcikoala.bytelauncher.yml @@ -0,0 +1,26 @@ +Categories: + - System +License: Apache-2.0 +SourceCode: https://github.com/2048bit/ByteLauncher +IssueTracker: https://github.com/2048bit/ByteLauncher/issues + +AutoName: ByteLauncher +Summary: Start applications +Description: Simple app launcher. + +RepoType: git +Repo: https://github.com/2048bit/ByteLauncher + +Builds: + - versionName: '1.0' + versionCode: 1 + disable: no license + commit: 2815f39dd26dedcd10807df31a6269f3c729e54f + subdir: app + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: Static +CurrentVersion: '1.0' +CurrentVersionCode: 1 diff --git a/metadata/yellr.net.yellr_android.txt b/metadata/yellr.net.yellr_android.txt deleted file mode 100644 index 53c4d25550..0000000000 --- a/metadata/yellr.net.yellr_android.txt +++ /dev/null @@ -1,31 +0,0 @@ -Categories:Internet -License:GPL-2.0-or-later -Web Site: -Source Code:https://github.com/hhroc/yellr-android -Issue Tracker:https://github.com/hhroc/yellr-android/issues -Changelog:https://github.com/hhroc/yellr-android/releases - -Auto Name:Yellr -Summary:Provide free, open and anonymous feedback -Description: -Allows for anyone from the community to provide, free, open, and anonymous -feedback to published assignments, or whatever is on your mind! -. - -Repo Type:git -Repo:https://github.com/hhroc/yellr-android - -Build:0.1.5,1005 - commit=v0.1.5 - subdir=app - gradle=yes - -Build:0.1.8,1008 - commit=v0.1.8 - subdir=app - gradle=yes - -Auto Update Mode:None -Update Check Mode:Tags -Current Version:0.1.8 -Current Version Code:1008 diff --git a/metadata/yellr.net.yellr_android.yml b/metadata/yellr.net.yellr_android.yml new file mode 100644 index 0000000000..6472337b64 --- /dev/null +++ b/metadata/yellr.net.yellr_android.yml @@ -0,0 +1,35 @@ +Categories: + - Internet +License: GPL-2.0-or-later +SourceCode: https://github.com/hhroc/yellr-android +IssueTracker: https://github.com/hhroc/yellr-android/issues +Changelog: https://github.com/hhroc/yellr-android/releases + +AutoName: Yellr +Summary: Provide free, open and anonymous feedback +Description: |- + Allows for anyone from the community to provide, free, open, and anonymous + feedback to published assignments, or whatever is on your mind! + +RepoType: git +Repo: https://github.com/hhroc/yellr-android + +Builds: + - versionName: 0.1.5 + versionCode: 1005 + commit: v0.1.5 + subdir: app + gradle: + - yes + + - versionName: 0.1.8 + versionCode: 1008 + commit: v0.1.8 + subdir: app + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: 0.1.8 +CurrentVersionCode: 1008 diff --git a/metadata/youten.redo.ble.ibeacondetector.txt b/metadata/youten.redo.ble.ibeacondetector.txt deleted file mode 100644 index cfe3ecc8f3..0000000000 --- a/metadata/youten.redo.ble.ibeacondetector.txt +++ /dev/null @@ -1,29 +0,0 @@ -Categories:Connectivity -License:Apache-2.0 -Web Site: -Source Code:https://github.com/youten/iBeaconDetector -Issue Tracker:https://github.com/youten/iBeaconDetector/issues - -Auto Name:iBeaconDetector -Summary:Scan for Bluetooth LE peripherals -Description: -Scan Bluetooth Low Energy peripherals and detect iOS iBeacon. Features a sorted -beacon list by RSSI and enables you to check wether UUID is correct or not. -. - -Repo Type:git -Repo:https://github.com/youten/iBeaconDetector - -Build:1.2,3 - commit=678e3b7f43d28aa19c58c99a6e744ef3dc62edb3 - srclibs=CommonsIO@2.4 - rm=libs/* - prebuild=pushd $$CommonsIO$$ && \ - $$MVN3$$ package && \ - popd && \ - cp $$CommonsIO$$/target/commons-io-2.4.jar libs/ - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.2 -Current Version Code:3 diff --git a/metadata/youten.redo.ble.ibeacondetector.yml b/metadata/youten.redo.ble.ibeacondetector.yml new file mode 100644 index 0000000000..e8bf46c3ef --- /dev/null +++ b/metadata/youten.redo.ble.ibeacondetector.yml @@ -0,0 +1,33 @@ +Categories: + - Connectivity +License: Apache-2.0 +SourceCode: https://github.com/youten/iBeaconDetector +IssueTracker: https://github.com/youten/iBeaconDetector/issues + +AutoName: iBeaconDetector +Summary: Scan for Bluetooth LE peripherals +Description: |- + Scan Bluetooth Low Energy peripherals and detect iOS iBeacon. Features a sorted + beacon list by RSSI and enables you to check wether UUID is correct or not. + +RepoType: git +Repo: https://github.com/youten/iBeaconDetector + +Builds: + - versionName: '1.2' + versionCode: 3 + commit: 678e3b7f43d28aa19c58c99a6e744ef3dc62edb3 + srclibs: + - CommonsIO@2.4 + rm: + - libs/* + prebuild: + - pushd $$CommonsIO$$ + - $$MVN3$$ package + - popd + - cp $$CommonsIO$$/target/commons-io-2.4.jar libs/ + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '1.2' +CurrentVersionCode: 3