Start removing comments from metadata

We'll soon be switching fdroiddata to YAML. Since comments in YAML are
throwaway, parsers (including the one in python) discard them.

So before doing the switch, those comments worth keeping will be moved
to Maintainer Notes. This is the first of that series of commits.
This commit is contained in:
Daniel Martí 2016-01-14 23:36:30 +01:00
parent 6875ce1a75
commit 20b39e6c15
13 changed files with 18 additions and 38 deletions

View file

@ -19,8 +19,6 @@ contacts file is exported to your SD card directly from the phones contact list.
Repo Type:bzr Repo Type:bzr
Repo:http://bzr.ed.am/android/export-contacts Repo:http://bzr.ed.am/android/export-contacts
# Build Version:1.1,2,27
# Change package id
Build:1.0.3,10003 Build:1.0.3,10003
commit=1.0.3 commit=1.0.3

View file

@ -20,8 +20,6 @@ contact list.
Repo Type:bzr Repo Type:bzr
Repo:http://bzr.ed.am/android/import-contacts Repo:http://bzr.ed.am/android/import-contacts
# Build Version:1.1,2,27
# Change package id
Build:1.3.1,10301 Build:1.3.1,10301
commit=1.3.1 commit=1.3.1

View file

@ -22,7 +22,6 @@ Build:1.2.0,3
commit=e534db825b557ac523297599139a0616a4ce2545 commit=e534db825b557ac523297599139a0616a4ce2545
subdir=Acrylic_Paint subdir=Acrylic_Paint
# Forked by Anupam-community
Build:1.2.4,4 Build:1.2.4,4
commit=ec4b0e82deda585372e693bb10e1dc25a01508d6 commit=ec4b0e82deda585372e693bb10e1dc25a01508d6

View file

@ -83,7 +83,6 @@ Build:3.19,52
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \ prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
# Had to force target this time
Build:3.20,53 Build:3.20,53
commit=1039 commit=1039
srclibs=FacebookSDK@c58af0b,Color-Picker@5d697049fb srclibs=FacebookSDK@c58af0b,Color-Picker@5d697049fb
@ -136,7 +135,10 @@ Build:3.29.2,67
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties
target=android-17 target=android-17
# Use Color-Picker-2 next time Maintainer Notes:
Use Color-Picker-2 next time
.
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:3.29.2 Current Version:3.29.2

View file

@ -4,7 +4,6 @@ Web Site:http://cadroid.bitfire.at/#donations
Source Code:https://github.com/bitfireAT/cadroid Source Code:https://github.com/bitfireAT/cadroid
Issue Tracker:https://github.com/bitfireAT/cadroid/issues Issue Tracker:https://github.com/bitfireAT/cadroid/issues
Donate:http://cadroid.bitfire.at/#donations Donate:http://cadroid.bitfire.at/#donations
# FlattrID:ad80f1bb8abbdacfba8e60c85d23791f
FlattrID:2100160 FlattrID:2100160
Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
@ -67,6 +66,10 @@ Build:1.0.3,8
gradle=yes gradle=yes
rm=app/libs/* rm=app/libs/*
Maintainer Notes:
FlattrID:ad80f1bb8abbdacfba8e60c85d23791f
.
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.0.3 Current Version:1.0.3

View file

@ -55,7 +55,6 @@ Build:2.0.6,33
cp $$aFileChooser$$/libs/android-support-v4.jar $$FilePicker$$/libs/ && \ cp $$aFileChooser$$/libs/android-support-v4.jar $$FilePicker$$/libs/ && \
rm -rf libs/GoogleAdMobAdsSdk-6.1.0.jar libs/androidbillinglibrary_22092012.jar tests rm -rf libs/GoogleAdMobAdsSdk-6.1.0.jar libs/androidbillinglibrary_22092012.jar tests
# careful deleting lines in submodule source: they don't reappear
Build:2.0.7,34 Build:2.0.7,34
commit=771437a702 commit=771437a702
init=git config -f .gitmodules --remove-section submodule.test && \ init=git config -f .gitmodules --remove-section submodule.test && \

View file

@ -15,13 +15,16 @@ other apps to automatically add items to the shopping list.
Repo Type:git-svn Repo Type:git-svn
Repo:https://trolly.googlecode.com/svn;trunk=trunk;tags=tags Repo:https://trolly.googlecode.com/svn;trunk=trunk;tags=tags
# It needs a file from OpenIntents, so let's get it from Subversion...
Build:1.4,6 Build:1.4,6
commit=trolly_1.4 commit=trolly_1.4
prebuild=mkdir -p src/org/openintents/intents && \ prebuild=mkdir -p src/org/openintents/intents && \
svn cat -r 3070 https://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents/ShoppingListIntents.java >src/org/openintents/intents/ShoppingListIntents.java svn cat -r 3070 https://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents/ShoppingListIntents.java >src/org/openintents/intents/ShoppingListIntents.java
target=android-4 target=android-4
Maintainer Notes:
It needs a file from OpenIntents, so let's get it from Subversion...
.
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.4 Current Version:1.4

View file

@ -22,14 +22,12 @@ slowly. The server can be stopped at any time from the screen that shows the URL
Repo Type:git Repo Type:git
Repo:https://github.com/marcosdiez/shareviahttp.git Repo:https://github.com/marcosdiez/shareviahttp.git
# old repo
Build:1.10,11 Build:1.10,11
commit=f6566f6ae61d commit=f6566f6ae61d
subdir=ShareViaHttp subdir=ShareViaHttp
prebuild=wget http://repo1.maven.org/maven2/com/googlecode/androidannotations/androidannotations/2.5.1/androidannotations-2.5.1.jar -P libs/ prebuild=wget http://repo1.maven.org/maven2/com/googlecode/androidannotations/androidannotations/2.5.1/androidannotations-2.5.1.jar -P libs/
target=android-15 target=android-15
# old repo
Build:1.11,12 Build:1.11,12
commit=ffd7026be9d0 commit=ffd7026be9d0
subdir=ShareViaHttp subdir=ShareViaHttp

View file

@ -21,11 +21,6 @@ Build:1.0,1
gradle=yes gradle=yes
prebuild=sed -i 's/18.0.1/18.0.1/g' build.gradle prebuild=sed -i 's/18.0.1/18.0.1/g' build.gradle
# Build Version:1.0,1,6c1b72946,subdir=app/src/main,\
# extlibs=android/android-support-v4r13.jar,\
# target=android-18,\
# prebuild=echo 'source.dir=java' > ant.properties
# problem with gradle on build server
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.0 Current Version:1.0

View file

@ -18,7 +18,6 @@ Build:1.09.03,10903
subdir=Timeriffic subdir=Timeriffic
oldsdkloc=yes oldsdkloc=yes
# This version was from https://timeriffic.googlecode.com/hg
Build:1.09.05,10905 Build:1.09.05,10905
commit=fc40dccbb9 commit=fc40dccbb9
subdir=Timeriffic subdir=Timeriffic
@ -29,6 +28,10 @@ Build:1.10.01,11001
disable=Source code is not published disable=Source code is not published
commit=unknown - see disabled commit=unknown - see disabled
Maintainer Notes:
1.09.05 was from https://timeriffic.googlecode.com/hg
.
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Static Update Check Mode:Static
Current Version:1.09.05 Current Version:1.09.05

View file

@ -19,20 +19,8 @@ really requires 4.1 or later. If your device runs 4.0.X, stick with 1.0.
. .
Repo Type:git Repo Type:git
# Repo:https://github.com/adneal/Apollo-CM
Repo:https://github.com/CyanogenMod/android_packages_apps_Apollo Repo:https://github.com/CyanogenMod/android_packages_apps_Apollo
# Build Version:1.0,1,9102afb63c,patch=lyrics.patch,\
# srclibs=ActionBarSherlock@4.2.0;ViewPagerIndicator@2.4.1;AppMsg@d5859f0cc4,\
# prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
# sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
# sed -i 's@\(android.library.reference.3=\).*@\1$$AppMsg$$@' project.properties && \
# cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \
# cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs && \
# rm src/com/andrew/apollo/lyrics/LyricsWikiProvider.java \
# src/com/andrew/apollo/ui/fragments/LyricsFragment.java && \
# find . -type f -print0 | xargs -0 sed -i 's/Crouton/AppMsg/g' && \
# sed -i '/proguard/d' project.properties
Build:1.1,2 Build:1.1,2
commit=cm-10.1.0-RC1 commit=cm-10.1.0-RC1
extlibs=android/android-support-v4.jar extlibs=android/android-support-v4.jar

View file

@ -14,13 +14,9 @@ Norwegian, Swedish, Danish, Faroese, German, Icelandic and Northern Sámi
keyboard layouts. keyboard layouts.
. .
# Switched from svn to git
Repo Type:git Repo Type:git
Repo:https://code.google.com/p/scandinavian-keyboard Repo:https://code.google.com/p/scandinavian-keyboard
# Build Version:1.4.4,13,15,target=android-4
# Build Version:1.4.6,15,17,target=android-4
# For android-15 only
Build:1.4.7,16 Build:1.4.7,16
commit=9515ee354b59 commit=9515ee354b59
target=android-4 target=android-4
@ -30,7 +26,6 @@ Includes binaries!
. .
Auto Update Mode:None Auto Update Mode:None
# Device-variable
Update Check Mode:Static Update Check Mode:Static
Current Version:1.4.6 Current Version:1.4.6
Current Version Code:15 Current Version Code:15

View file

@ -19,8 +19,6 @@ natively.
Repo Type:git Repo Type:git
Repo:https://github.com/bpellin/keepassdroid.git Repo:https://github.com/bpellin/keepassdroid.git
# Build Version:1.8.5,65,2c401b23c11693cd192b
# Build Version:1.8.4,64,8700924ffad7bddd5b65
Build:1.9,76 Build:1.9,76
commit=v1.9 commit=v1.9
@ -67,7 +65,6 @@ Build:1.9.17,94
target=android-8 target=android-8
buildjni=yes buildjni=yes
# see jni/prep_build.sh for crypto source urls
Build:1.9.18.3,98 Build:1.9.18.3,98
commit=v1.9.18.3 commit=v1.9.18.3
prebuild=cd jni && \ prebuild=cd jni && \
@ -186,6 +183,8 @@ Build:2.0.4,138
Maintainer Notes: Maintainer Notes:
Build tries to download file from an expired domain. We force IP for now. Build tries to download file from an expired domain. We force IP for now.
However, actually upstream should include the downloaded sources directly. However, actually upstream should include the downloaded sources directly.
see jni/prep_build.sh for crypto source urls
. .
Auto Update Mode:None Auto Update Mode:None