Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Julien ROZO (9fde668f16c6186989bea6765a9f37503f4e0775)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Julien ROZO (9fde668f16c6186989bea6765a9f37503f4e0775)
  • Date: Thu, 23 Oct 2008 05:40:57 -0500

GIT changes to master binary grimoire by Julien ROZO <julien AT rozo.org>:

ChangeLog | 3 +
bin-devel/eclipse-bin/BUILD | 1
bin-devel/eclipse-bin/DEPENDS | 2 +
bin-devel/eclipse-bin/DETAILS | 40
++++++++++++++++++++++++++
bin-devel/eclipse-bin/HISTORY | 26 ++++++++++++++++
bin-devel/eclipse-bin/INSTALL | 6 +++
bin-devel/eclipse-bin/desktop/eclipse.desktop | 8 +++++
bin-devel/eclipse-bin/eclipse.sh | 8 +++++
8 files changed, 94 insertions(+)

New commits:
commit 9fde668f16c6186989bea6765a9f37503f4e0775
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

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

diff --git a/ChangeLog b/ChangeLog
index 4efc9ca..a0dd623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-23 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * bin-devel/eclipse-bin: moved spell from z-rejected
+
2008-10-21 George Sherwood <gsherwood AT sourcemage.org>
* API_VERSION, gurus.gpg, libcompat, libaccount, libggc:
Added files from z-rejected.
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 AT 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 AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2005-12-01 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-07-20 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 3.1. Shortened SHORT.
+ Update SOURCE_URL. Updated SOURCE.
+
+2005-03-30 Andrew Stitt <astitt AT sourcemage.org>
+ * CONFIGURE: remove relative paths to grimoire libraries
+
+2004-11-10 Rafael George <rgeorge AT 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}



  • [SM-Commit] GIT changes to master binary grimoire by Julien ROZO (9fde668f16c6186989bea6765a9f37503f4e0775), Julien ROZO, 10/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page