From e175eb8f45adfdec68c033b1d8cca57a69957555 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Thu, 21 Feb 2019 14:43:19 +0100 Subject: [PATCH] scripter: remove dead, disabled app --- metadata/sites.mjwhitta.scripter.yml | 42 ---------------------------- 1 file changed, 42 deletions(-) delete mode 100644 metadata/sites.mjwhitta.scripter.yml diff --git a/metadata/sites.mjwhitta.scripter.yml b/metadata/sites.mjwhitta.scripter.yml deleted file mode 100644 index 5c68855503..0000000000 --- a/metadata/sites.mjwhitta.scripter.yml +++ /dev/null @@ -1,42 +0,0 @@ -Categories: - - Development -License: GPL-3.0-only -SourceCode: https://code.launchpad.net/~mjwhitta/+junk/Scripter -IssueTracker: https://bugs.launchpad.net/~mjwhitta - -AutoName: $cripter -Summary: Run scripts on your device -Description: This simple app lets you write and run scripts from your device. - -RepoType: bzr -Repo: lp:~mjwhitta/+junk/Scripter - -Builds: - - versionName: '2.2' - versionCode: 13 - disable: needs root for what? if so explanations needed at 6 - commit: '6' - srclibs: - - ActionBarSherlock@4.2.0 - - Andlib-mjwhitta@4 - extlibs: - - android/android-support-v4.jar - prebuild: - - cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ - - cp libs/android-support-v4.jar $$Andlib-mjwhitta$$/libs/ - - sed -i 's@.*reference.*ActionBarSherlock.*@android.library.reference.1=../$$ActionBarSherlock$$@' - $$Andlib-mjwhitta$$/project.properties - - $$SDK$$/tools/android update project -p $$Andlib-mjwhitta$$ - - rm project.properties - - echo "target=android-17" > project.properties - - echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties - - echo "android.library.reference.2=$$Andlib-mjwhitta$$" >> project.properties - - - versionName: '2.3' - versionCode: 14 - disable: needs root for what? if so explanations needed at 6 - -AutoUpdateMode: None -UpdateCheckMode: RepoManifest -CurrentVersion: '2.3' -CurrentVersionCode: 14