From f03a4ac18f1334f72d9d139536d1c7d94259f289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Wed, 3 Jul 2019 15:00:16 +0200 Subject: [PATCH] rewrite yml: eu.vranckaert.worktime --- metadata/eu.vranckaert.worktime.txt | 50 -------------------------- metadata/eu.vranckaert.worktime.yml | 55 +++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 50 deletions(-) delete mode 100644 metadata/eu.vranckaert.worktime.txt create mode 100644 metadata/eu.vranckaert.worktime.yml diff --git a/metadata/eu.vranckaert.worktime.txt b/metadata/eu.vranckaert.worktime.txt deleted file mode 100644 index b4982fbb96..0000000000 --- a/metadata/eu.vranckaert.worktime.txt +++ /dev/null @@ -1,50 +0,0 @@ -AntiFeatures:UpstreamNonFree -Categories:Time -License:Apache-2.0 -Web Site:https://code.google.com/p/worktime -Source Code:https://code.google.com/p/worktime/source -Issue Tracker: - -Auto Name:WorkTime -Summary:Tracks your work time -Description: -Worktime is for workers that need to keep track of their jobs; whether you are -working on different projects for different clients or just one project for one -company. You can generate reports based by filtering your time registrations by -date (pre-defined date ranges or a custom date range) and by project and task. - -* Widget to start/stop a time registration -* Notifications -* Backup to SD-card -* Detailed reports for your list of time registrations -* Export those details to the CSV format -* Split time registrations - -This app is now closed-source. No further builds will be available. -. - -Repo Type:git-svn -Repo:https://worktime.googlecode.com/svn/trunk/android-app - -Build:1.1.13.4,260 - commit=1035 - srclibs=NoAnalytics@533c6c1 - prebuild=echo "android.library.reference.1=$$NoAnalytics$$" >> project.properties && \ - rm libs/google-analytics* - -Build:1.1.15,270 - commit=1092 - srclibs=NoAnalytics@533c6c1 - prebuild=echo "android.library.reference.1=$$NoAnalytics$$" >> project.properties && \ - rm libs/google-analytics* - -Maintainer Notes: -Upstream went proprietary: https://code.google.com/p/worktime/issues/detail?id=273 -. - -Auto Update Mode:None -Update Check Mode:None -Current Version:0 -Current Version Code:0 - -No Source Since:1.1.16 diff --git a/metadata/eu.vranckaert.worktime.yml b/metadata/eu.vranckaert.worktime.yml new file mode 100644 index 0000000000..8a767b25cb --- /dev/null +++ b/metadata/eu.vranckaert.worktime.yml @@ -0,0 +1,55 @@ +AntiFeatures: + - UpstreamNonFree +Categories: + - Time +License: Apache-2.0 +WebSite: https://code.google.com/p/worktime +SourceCode: https://code.google.com/p/worktime/source + +AutoName: WorkTime +Summary: Tracks your work time +Description: |- + Worktime is for workers that need to keep track of their jobs; whether you are + working on different projects for different clients or just one project for one + company. You can generate reports based by filtering your time registrations by + date (pre-defined date ranges or a custom date range) and by project and task. + + * Widget to start/stop a time registration + * Notifications + * Backup to SD-card + * Detailed reports for your list of time registrations + * Export those details to the CSV format + * Split time registrations + + This app is now closed-source. No further builds will be available. + +RepoType: git-svn +Repo: https://worktime.googlecode.com/svn/trunk/android-app + +Builds: + - versionName: 1.1.13.4 + versionCode: 260 + commit: '1035' + srclibs: + - NoAnalytics@533c6c1 + prebuild: + - echo "android.library.reference.1=$$NoAnalytics$$" >> project.properties + - rm libs/google-analytics* + + - versionName: 1.1.15 + versionCode: 270 + commit: '1092' + srclibs: + - NoAnalytics@533c6c1 + prebuild: + - echo "android.library.reference.1=$$NoAnalytics$$" >> project.properties + - rm libs/google-analytics* + +MaintainerNotes: 'Upstream went proprietary: https://code.google.com/p/worktime/issues/detail?id=273' + +AutoUpdateMode: None +UpdateCheckMode: None +CurrentVersion: '0' +CurrentVersionCode: 0 + +NoSourceSince: 1.1.16