diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-07-06 08:14:40 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-07 06:54:28 +0700 |
commit | 6b996c2a7a27de62c5e2d5f1a4391d26be3b1162 (patch) | |
tree | 6402d02318a9fb1e6d3c3c319d74b7ecbf537156 /development | |
parent | 6ebb98ce64a51a966ee062332a12afdd0ff8990f (diff) | |
download | slackbuilds-6b996c2a7a27de62c5e2d5f1a4391d26be3b1162.tar.gz |
development/eclim: Updated for version 2.8.0.
Diffstat (limited to 'development')
-rw-r--r-- | development/eclim/eclim.SlackBuild | 6 | ||||
-rw-r--r-- | development/eclim/eclim.info | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/development/eclim/eclim.SlackBuild b/development/eclim/eclim.SlackBuild index f8afda1d9b..8fadf094a9 100644 --- a/development/eclim/eclim.SlackBuild +++ b/development/eclim/eclim.SlackBuild @@ -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 diff --git a/development/eclim/eclim.info b/development/eclim/eclim.info index 88650df551..5955bde7e7 100644 --- a/development/eclim/eclim.info +++ b/development/eclim/eclim.info @@ -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" |