From 0eca080f3e0960423d56c909dbeecd9615fd6002 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Mon, 24 Mar 2014 01:14:10 +0100 Subject: [PATCH] QuickMSG: Remove prebuild and srclibs; verify jars --- metadata/net.vreeken.quickmsg.txt | 10 ++-------- srclibs/SpongyCastle.txt | 15 --------------- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 srclibs/SpongyCastle.txt diff --git a/metadata/net.vreeken.quickmsg.txt b/metadata/net.vreeken.quickmsg.txt index 886e9094c2..0b4a6b9bf8 100644 --- a/metadata/net.vreeken.quickmsg.txt +++ b/metadata/net.vreeken.quickmsg.txt @@ -17,22 +17,16 @@ Repo:http://quickmsg.vreeken.net/QuickMSG.git/ Build:1.0,1 commit=9df2430bedb611bbb7d9b7e8435e16267dcce39b init=rm -f build.xml - extlibs=android/android-support-v4.jar - srclibs=1:SpongyCastle@sc-v1.50.0.0 - prebuild=rm libs/* && \ - pushd libs && wget -c http://javamail-android.googlecode.com/files/activation.jar && \ - wget -c http://javamail-android.googlecode.com/files/additionnal.jar && \ - wget -c http://javamail-android.googlecode.com/files/mail.jar && popd && rm -fR tmp Maintainer Notes: +RE-CHECK jars if libs/* changed: + prov-1.50.0.0.jar => https://github.com/rtyley/spongycastle pg-1.50.0.0.jar => https://github.com/rtyley/spongycastle core-1.50.0.0.jar => https://github.com/rtyley/spongycastle mail.jar => http://code.google.com/p/javamail-android/ activation.jar => http://code.google.com/p/javamail-android/ additionnal.jar => http://code.google.com/p/javamail-android/ - -maybe: https://raw.githubusercontent.com/timlian/android-javamail ? . Auto Update Mode:None diff --git a/srclibs/SpongyCastle.txt b/srclibs/SpongyCastle.txt deleted file mode 100644 index 3b455e01da..0000000000 --- a/srclibs/SpongyCastle.txt +++ /dev/null @@ -1,15 +0,0 @@ -# Source details (the only mandatory fields) -Repo Type:git -Repo:https://github.com/rtyley/spongycastle.git - -# Comma-separated list of subdirs to use. The first existing subdirectory -# found between those given will be used. If none is found or provided, the -# root of the repo directory will be used instead. -Subdir: - -# Any extra commands to prepare the source library -Prepare:gradle jar - -# If given "Yes", "android update project -p ." will be executed -Update Project: -