development/eclim: Updated for version 2.8.0.

This commit is contained in:
Andrew Clemons 2018-07-06 08:14:40 +12:00 committed by Willy Sudiarto Raharjo
parent 6ebb98ce64
commit 6b996c2a7a
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 8 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=eclim
VERSION=${VERSION:-2.7.2}
VERSION=${VERSION:-2.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -65,8 +65,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i "s|'plantuml'|'sphinxcontrib.plantuml'|g" doc/content/conf.py
# http://eclim.org/install.html#install-source
(
# build nailgun
@ -97,7 +95,7 @@ ECLIPSE_HOME=${ECLIPSE_HOME%/}
sed -i \
-e "s|File(getVariable('eclipse')|File('$ECLIPSE_HOME/'|g" \
-e 's|${user.home}/\.|${vim.files}/|g' \
-e '69,93d' \
-e '70,94d' \
ant/build.gant
ant build -Declipse.home=$ECLIPSE_HOME -Dvim.files=/usr/share/vim/vimfiles

View file

@ -1,10 +1,10 @@
PRGNAM="eclim"
VERSION="2.7.2"
VERSION="2.8.0"
HOMEPAGE="http://eclim.org"
DOWNLOAD="https://github.com/ervandew/eclim/releases/download/2.7.2/eclim_2.7.2.tar.gz"
MD5SUM="dbcc44556fc04491894ff61774ca7aa4"
DOWNLOAD="https://github.com/ervandew/eclim/releases/download/2.8.0/eclim_2.8.0.tar.gz"
MD5SUM="aae873ee270d6c7b21a6ff3bec3f08ad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="apache-ant eclipse-java sphinxcontrib-plantuml"
REQUIRES="apache-ant eclipse-java Sphinx"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"