summaryrefslogtreecommitdiffstats
path: root/bin-devel
diff options
context:
space:
mode:
authorJulien ROZO2008-10-23 12:38:29 +0200
committerJulien ROZO2008-10-23 12:38:29 +0200
commit9fde668f16c6186989bea6765a9f37503f4e0775 (patch)
tree9f556f53fcc6011361195897dcb095cc609685d3 /bin-devel
parent250b1733022b262a5da8eb1a97b87c458751660e (diff)
bin-devel/eclipse-bin: moved spell from z-rejected grimoire
updated version to 3.4.1, made some improvements from eclipse spell and some cleanups removed CONFIGURE (no z-rejected warning are needed) and CONFLICTS (eclipse does not conflict with eclipse-bin) in DEPENDS, removed ant dependency in INSTALL, made some cleanups
Diffstat (limited to 'bin-devel')
-rwxr-xr-xbin-devel/eclipse-bin/BUILD1
-rwxr-xr-xbin-devel/eclipse-bin/DEPENDS2
-rwxr-xr-xbin-devel/eclipse-bin/DETAILS40
-rw-r--r--bin-devel/eclipse-bin/HISTORY26
-rwxr-xr-xbin-devel/eclipse-bin/INSTALL6
-rw-r--r--bin-devel/eclipse-bin/desktop/eclipse.desktop8
-rwxr-xr-xbin-devel/eclipse-bin/eclipse.sh8
7 files changed, 91 insertions, 0 deletions
diff --git a/bin-devel/eclipse-bin/BUILD b/bin-devel/eclipse-bin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/bin-devel/eclipse-bin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/bin-devel/eclipse-bin/DEPENDS b/bin-devel/eclipse-bin/DEPENDS
new file mode 100755
index 0000000..912bcc6
--- /dev/null
+++ b/bin-devel/eclipse-bin/DEPENDS
@@ -0,0 +1,2 @@
+depends JDK5 &&
+depends gtk+2
diff --git a/bin-devel/eclipse-bin/DETAILS b/bin-devel/eclipse-bin/DETAILS
new file mode 100755
index 0000000..13cd3f7
--- /dev/null
+++ b/bin-devel/eclipse-bin/DETAILS
@@ -0,0 +1,40 @@
+ SPELL=eclipse-bin
+ SPELLX=eclipse
+ PREFIX=R
+ VERSION=3.4.1
+ TSTAMP=200809111700
+case "${SMGL_COMPAT_ARCHS[1]}" in
+ x86_64)
+ SOURCE=${SPELLX}-SDK-${VERSION}-linux-gtk-x86_64.tar.gz
+ SOURCE_HASH=sha512:f64a3be6484abd85f24b7d3ae381dd94fba7ac173f341b3cc06703deeafb73b5de9d993844b6918a80a7940d082a9f15493de9cc2ddd14b948d423bfc5877de3
+ ;;
+ ia32)
+ SOURCE=${SPELLX}-SDK-${VERSION}-linux-gtk.tar.gz
+ SOURCE_HASH=sha512:0702887cdc8b2f5a5e4f69c394a250dc288179a9fe08bb69cbfa25d30fab0278795717a6ddc5ae144032c84f4add41210179b3993a8f285f0a2634510e17c8ce
+ ;;
+ *)
+ SOURCE=
+ SOURCE_HASH=
+ ;;
+esac
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX
+ SOURCE_URI=$PREFIX-$VERSION-$TSTAMP/$SOURCE
+ SOURCE_URL[0]=http://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/${SOURCE_URI}
+ SOURCE_URL[1]=http://ftp.ussg.iu.edu/eclipse/eclipse/downloads/drops/${SOURCE_URI}
+ WEB_SITE=http://www.eclipse.org/
+ LICENSE[0]=CPL
+ ENTERED=20041110
+ ARCHIVE="off"
+ SHORT="Java-based open platform IDE application development tools"
+cat << EOF
+The eclipse project for the development of software design tools was originally
+formed by Borland, IBM, MERANT, QNX Software Systems, Rational Software3, Red
+Hat, SuSE, TogetherSoft3 and Webgain2, and was later joined by other major
+companies. The licensing scheme is intended to encourage the development of
+integrated third party software which may or may not be open source and/or free.
+The program actually exists as a core (they call it a microkernel) with
+functionality added by pluggins. It has support for several languages,
+including java and c++ and has extensions that allow UML round trip engineering.
+It also is supposed to be able to use system development tools, like debuggers,
+compilers, tracers, etc.
+EOF
diff --git a/bin-devel/eclipse-bin/HISTORY b/bin-devel/eclipse-bin/HISTORY
new file mode 100644
index 0000000..8c0f23c
--- /dev/null
+++ b/bin-devel/eclipse-bin/HISTORY
@@ -0,0 +1,26 @@
+2008-10-23 Julien "_kaze_" ROZO <julien@rozo.org>
+ * DETAILS: updated version to 3.4.1, made some improvements from
+ eclipse spell and some cleanups
+ * CONFIGURE: removed, z-rejected warnings are not needed
+ * CONFLICTS: removed, eclipse does not conflict with eclipse-bin
+ * DEPENDS: removed ant
+ * INSTALL: made some cleanups
+
+2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2005-12-01 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-07-20 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to version 3.1. Shortened SHORT.
+ Update SOURCE_URL. Updated SOURCE.
+
+2005-03-30 Andrew Stitt <astitt@sourcemage.org>
+ * CONFIGURE: remove relative paths to grimoire libraries
+
+2004-11-10 Rafael George <rgeorge@yatusabes.com>
+ * Created spell
diff --git a/bin-devel/eclipse-bin/INSTALL b/bin-devel/eclipse-bin/INSTALL
new file mode 100755
index 0000000..3c5da71
--- /dev/null
+++ b/bin-devel/eclipse-bin/INSTALL
@@ -0,0 +1,6 @@
+# zip file has been extracted, just copy to the correct directory
+INSTALL_DIR=${INSTALL_ROOT}/opt/${SPELLX} &&
+mkdir -pv ${INSTALL_DIR} &&
+cp -rv $SOURCE_DIRECTORY/* ${INSTALL_DIR} &&
+cp $SCRIPT_DIRECTORY/eclipse.sh /etc/profile.d/ &&
+chmod 755 /etc/profile.d/eclipse.sh
diff --git a/bin-devel/eclipse-bin/desktop/eclipse.desktop b/bin-devel/eclipse-bin/desktop/eclipse.desktop
new file mode 100644
index 0000000..9f9d3ce
--- /dev/null
+++ b/bin-devel/eclipse-bin/desktop/eclipse.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Eclipse
+Exec=eclipse
+Icon=
+Terminal=false
+Type=Application
+Categories=Application;Development
diff --git a/bin-devel/eclipse-bin/eclipse.sh b/bin-devel/eclipse-bin/eclipse.sh
new file mode 100755
index 0000000..80281de
--- /dev/null
+++ b/bin-devel/eclipse-bin/eclipse.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+# Checking var settings
+
+if [ -z "$ECLIPSE_PATH" ]; then
+ ECLIPSE_PATH=/opt/eclipse
+fi
+export ECLIPSE_PATH
+export PATH=${PATH}:${ECLIPSE_PATH}