summaryrefslogtreecommitdiffstats
path: root/development/eclim
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2018-02-12 20:39:56 +1300
committer Andrew Clemons <andrew.clemons@gmail.com>2018-02-13 22:06:00 +1300
commit3a4d70eeaa2d4576a919185407b2da143d066530 (patch)
tree83b1a4021bab96e0327967379060d74503834d93 /development/eclim
parent81e723df523ce6c0875511b4735994746eed045d (diff)
downloadslackbuilds-3a4d70eeaa2d4576a919185407b2da143d066530.tar.gz
slackbuilds-3a4d70eeaa2d4576a919185407b2da143d066530.tar.xz
development/eclim: Updated for version 2.7.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/eclim')
-rw-r--r--development/eclim/README4
-rw-r--r--development/eclim/eclim.SlackBuild4
-rw-r--r--development/eclim/eclim.info6
3 files changed, 7 insertions, 7 deletions
diff --git a/development/eclim/README b/development/eclim/README
index 046479a8d3..9bc3aca83a 100644
--- a/development/eclim/README
+++ b/development/eclim/README
@@ -1,8 +1,8 @@
-eclim - The power of Eclipse in your favorite editor.
+eclim - The power of Eclipse in your favourite editor.
Eclim provides the ability to access Eclipse code editing features via the
command line or a local network connection, allowing those features to be
-integrated with your favorite editor.
+integrated with your favourite editor.
This package builds against eclipse-java, but can also be built against
eclipse-jee or eclipse-cpp instead. In that case, pass the eclipse home
diff --git a/development/eclim/eclim.SlackBuild b/development/eclim/eclim.SlackBuild
index f4c1035394..f67a1f7fb5 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.1}
+VERSION=${VERSION:-2.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -95,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,88d' \
+ -e '69,93d' \
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 40a202d44b..4ee055a7dd 100644
--- a/development/eclim/eclim.info
+++ b/development/eclim/eclim.info
@@ -1,8 +1,8 @@
PRGNAM="eclim"
-VERSION="2.7.1"
+VERSION="2.7.2"
HOMEPAGE="http://eclim.org"
-DOWNLOAD="https://github.com/ervandew/eclim/releases/download/2.7.1/eclim_2.7.1.tar.gz"
-MD5SUM="b7c283fff4813617eaf2c67c96072b9a"
+DOWNLOAD="https://github.com/ervandew/eclim/releases/download/2.7.2/eclim_2.7.2.tar.gz"
+MD5SUM="dbcc44556fc04491894ff61774ca7aa4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="apache-ant eclipse-java Sphinx"