Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (56435f9489094ae782f32ef3d0ad9ee6b9ad4692)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (56435f9489094ae782f32ef3d0ad9ee6b9ad4692)
  • Date: Wed, 8 Aug 2007 17:44:05 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3
+++
dev/null |binary
devel/eclipse-cdt-sdk/CONFLICTS | 1 -
devel/eclipse-cdt-sdk/DEPENDS | 2
+-
devel/eclipse-cdt-sdk/DETAILS | 6
+-----
devel/eclipse-cdt-sdk/HISTORY | 3
+++
devel/eclipse-cdt-sdk/INSTALL | 4
+---
devel/eclipse-cdt-sdk/PRE_BUILD | 1 +
devel/eclipse-cdt-sdk/TRIGGERS | 1 +
devel/eclipse-cdt-sdk/org.eclipse.cdt.sdk-3.1.2-linux.x86.tar.gz.sig | 0
devel/eclipse-cdt/CONFLICTS | 2
+-
devel/eclipse-cdt/DETAILS | 10
+++++-----
devel/eclipse-cdt/HISTORY | 7
+++++++
devel/eclipse-cdt/PRE_BUILD | 3
+++
devel/eclipse-cdt/cdt-master-4.0.0.zip.sig |binary
devel/eclipse-cdt/org.eclipse.cdt-3.1.2-linux.x86.tar.gz.sig | 0
devel/eclipse/BUILD | 2
+-
devel/eclipse/DETAILS | 4
++--
devel/eclipse/HISTORY | 4
++++
devel/eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip.sig | 0
devel/eclipse/eclipse-sourceBuild-srcIncluded-3.3.zip.sig |binary
21 files changed, 34 insertions(+), 19 deletions(-)

New commits:
commit 0c77810c43b406880f091032ae83e33d5d3c04ed
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

eclipse-cdt-sdk: Now part of eclipse-cdt

commit dc3a99d28e5d885b3d2fabcc9c9c3a3278f33c7f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

eclipse-cdt: Updated to 4.0.0 for eclipse 3.3

commit 2a388d75d2b063cc789e981d43fbfcdee8ea783f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

eclipse: Updated to 3.3

diff --git a/ChangeLog b/ChangeLog
index 7712571..52ff8f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* audio-libs/libofa: new spell : music fingerprints
needed by latet libtunepimp

+2007-08-08 Eric Sandall <sandalle AT sourcemage.org>
+ * devel/eclipse-cdt-sdk: Deprecated in favour of eclipse-cdt
+
2007-08-06 Eric Sandall <sandalle AT sourcemage.org>
* latex/l2a: Added a simple LaTeX -> ASCII conversion tool

diff --git a/devel/eclipse-cdt-sdk/CONFLICTS b/devel/eclipse-cdt-sdk/CONFLICTS
deleted file mode 100755
index 32e0dde..0000000
--- a/devel/eclipse-cdt-sdk/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts eclipse-cdt
diff --git a/devel/eclipse-cdt-sdk/DEPENDS b/devel/eclipse-cdt-sdk/DEPENDS
index 04c407c..a39a97a 100755
--- a/devel/eclipse-cdt-sdk/DEPENDS
+++ b/devel/eclipse-cdt-sdk/DEPENDS
@@ -1 +1 @@
-depends eclipse
+depends eclipse-cdt
diff --git a/devel/eclipse-cdt-sdk/DETAILS b/devel/eclipse-cdt-sdk/DETAILS
index ef3ca6d..48e7388 100755
--- a/devel/eclipse-cdt-sdk/DETAILS
+++ b/devel/eclipse-cdt-sdk/DETAILS
@@ -1,10 +1,6 @@
SPELL=eclipse-cdt-sdk
VERSION=3.1.2
- SOURCE=org.eclipse.cdt.sdk-$VERSION-linux.x86.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
-
SOURCE_URL[0]=http://ftp.ussg.iu.edu/eclipse/tools/cdt/releases/callisto/dist/$VERSION/$SOURCE
-
SOURCE_URL[1]=http://mirrors.ibiblio.org/pub/mirrors/eclipse/tools/cdt/releases/callisto/dist/$VERSION/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ PATCHLEVEL=1
LICENSE[0]=CPL
KEYWORDS="ide devel"
WEB_SITE=http://www.eclipse.org/cdt/
diff --git a/devel/eclipse-cdt-sdk/HISTORY b/devel/eclipse-cdt-sdk/HISTORY
index a5e5d06..9979863 100644
--- a/devel/eclipse-cdt-sdk/HISTORY
+++ b/devel/eclipse-cdt-sdk/HISTORY
@@ -1,3 +1,6 @@
+2007-08-08 Eric Sandall <sandalle AT sourcemage.org>
+ * Deprecated, now included in eclipse-cdt
+
2007-03-01 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 3.1.2 for eclipse 3.2.x
Updated SOURCE_URLs
diff --git a/devel/eclipse-cdt-sdk/INSTALL b/devel/eclipse-cdt-sdk/INSTALL
index 6e217b0..27ba77d 100755
--- a/devel/eclipse-cdt-sdk/INSTALL
+++ b/devel/eclipse-cdt-sdk/INSTALL
@@ -1,3 +1 @@
-mkdir -p $INSTALL_ROOT/usr/share/eclipse &&
-cp -r $SOURCE_DIRECTORY/* \
- $INSTALL_ROOT/usr/share/eclipse
+true
diff --git a/devel/eclipse-cdt-sdk/PRE_BUILD b/devel/eclipse-cdt-sdk/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/devel/eclipse-cdt-sdk/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/devel/eclipse-cdt-sdk/TRIGGERS b/devel/eclipse-cdt-sdk/TRIGGERS
new file mode 100755
index 0000000..317297b
--- /dev/null
+++ b/devel/eclipse-cdt-sdk/TRIGGERS
@@ -0,0 +1 @@
+on_cast eclipse-cdt-sdk dispel_self
diff --git
a/devel/eclipse-cdt-sdk/org.eclipse.cdt.sdk-3.1.2-linux.x86.tar.gz.sig
b/devel/eclipse-cdt-sdk/org.eclipse.cdt.sdk-3.1.2-linux.x86.tar.gz.sig
deleted file mode 100644
index 99828c4..0000000
Binary files
a/devel/eclipse-cdt-sdk/org.eclipse.cdt.sdk-3.1.2-linux.x86.tar.gz.sig and
/dev/null differ
diff --git a/devel/eclipse-cdt/CONFLICTS b/devel/eclipse-cdt/CONFLICTS
index 1badd9a..c97253b 100755
--- a/devel/eclipse-cdt/CONFLICTS
+++ b/devel/eclipse-cdt/CONFLICTS
@@ -1 +1 @@
-conflicts eclipse-cdt-sdk
+conflicts eclipse-cdt-sdk y
diff --git a/devel/eclipse-cdt/DETAILS b/devel/eclipse-cdt/DETAILS
index 22f46cb..f9863f6 100755
--- a/devel/eclipse-cdt/DETAILS
+++ b/devel/eclipse-cdt/DETAILS
@@ -1,14 +1,14 @@
SPELL=eclipse-cdt
- VERSION=3.1.2
- SOURCE=org.eclipse.cdt-$VERSION-linux.x86.tar.gz
+ VERSION=4.0.0
+ SOURCE=cdt-master-$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
-
SOURCE_URL[0]=http://ftp.ussg.iu.edu/eclipse/tools/cdt/releases/callisto/dist/$VERSION/$SOURCE
-
SOURCE_URL[1]=http://mirrors.ibiblio.org/pub/mirrors/eclipse/tools/cdt/releases/callisto/dist/$VERSION/$SOURCE
+
SOURCE_URL[0]=http://ftp.ussg.iu.edu/eclipse/tools/cdt/releases/europa/dist/$SOURCE
+
SOURCE_URL[1]=http://mirrors.ibiblio.org/pub/mirrors/eclipse/tools/cdt/releases/europa/dist/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=CPL
+ KEYWORDS="ide devel"
WEB_SITE=http://www.eclipse.org/cdt/
ENTERED=20050924
- KEYWORDS="ide devel"
SHORT='C/C++ development tools for the Eclipse IDE'
cat << EOF
The CDT (C/C++ Development Tools) Project is working towards providing a
fully
diff --git a/devel/eclipse-cdt/HISTORY b/devel/eclipse-cdt/HISTORY
index 091cdcb..326c44f 100644
--- a/devel/eclipse-cdt/HISTORY
+++ b/devel/eclipse-cdt/HISTORY
@@ -1,3 +1,10 @@
+2007-08-08 Eric Sandall <sandalle AT sourcemage.org>
+ * eclipse-cdt-sdk is now included in this eclipse-cdt, deprecating it
+ * DETAILS: Updated to 4.0.0 for eclipse 3.3
+ SOURCE is now cdt-master-$VERSION.zip
+ Release tag changed from callisto to europa (for SOURCE_URL)
+ * PRE_BUILD: No longer unzips to a proper SOURCE_DIRECTORY, do so
+
2007-03-01 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 3.1.2. for eclipse 3.2.x
Updated SOURCE_URLs
diff --git a/devel/eclipse-cdt/PRE_BUILD b/devel/eclipse-cdt/PRE_BUILD
new file mode 100755
index 0000000..777f6c3
--- /dev/null
+++ b/devel/eclipse-cdt/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file ''
diff --git a/devel/eclipse-cdt/cdt-master-4.0.0.zip.sig
b/devel/eclipse-cdt/cdt-master-4.0.0.zip.sig
new file mode 100644
index 0000000..02a0c4a
Binary files /dev/null and b/devel/eclipse-cdt/cdt-master-4.0.0.zip.sig differ
diff --git a/devel/eclipse-cdt/org.eclipse.cdt-3.1.2-linux.x86.tar.gz.sig
b/devel/eclipse-cdt/org.eclipse.cdt-3.1.2-linux.x86.tar.gz.sig
deleted file mode 100644
index 0d1825c..0000000
Binary files a/devel/eclipse-cdt/org.eclipse.cdt-3.1.2-linux.x86.tar.gz.sig
and /dev/null differ
diff --git a/devel/eclipse/BUILD b/devel/eclipse/BUILD
index 5e4d881..a18869d 100755
--- a/devel/eclipse/BUILD
+++ b/devel/eclipse/BUILD
@@ -43,6 +43,6 @@ esac &&

persistent_add ws &&
persistent_add arch &&
-./build -os linux -ws "$ws" -arch "$arch" -java5home "$JAVA_HOME" &&
+./build -os linux -ws "$ws" -arch "$arch" &&
echo '/usr/share/eclipse/eclipse -data ~/workspace' > eclipse-script &&
chmod 755 eclipse-script
diff --git a/devel/eclipse/DETAILS b/devel/eclipse/DETAILS
index 2c798b5..eb11fdf 100755
--- a/devel/eclipse/DETAILS
+++ b/devel/eclipse/DETAILS
@@ -1,7 +1,7 @@
SPELL=eclipse
PREFIX=R
- VERSION=3.2.2
- TSTAMP=200702121330
+ VERSION=3.3
+ TSTAMP=200706251500
SOURCE=$SPELL-sourceBuild-srcIncluded-$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URI=$PREFIX-$VERSION-$TSTAMP/$SOURCE
diff --git a/devel/eclipse/HISTORY b/devel/eclipse/HISTORY
index bdafd39..fc1da5c 100644
--- a/devel/eclipse/HISTORY
+++ b/devel/eclipse/HISTORY
@@ -1,3 +1,7 @@
+2007-08-08 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 3.3
+ * BUILD: No longer allows specifying -java5home
+
2007-03-03 Jeremy Blosser <jblosser-smgl AT firinn.org>
* INSTALL: Replace bad TRACK_ROOT usage (automated).
* BUILD: Replace bad TRACK_ROOT usage (automated).
diff --git a/devel/eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip.sig
b/devel/eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip.sig
deleted file mode 100644
index 190fbfb..0000000
Binary files a/devel/eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip.sig
and /dev/null differ
diff --git a/devel/eclipse/eclipse-sourceBuild-srcIncluded-3.3.zip.sig
b/devel/eclipse/eclipse-sourceBuild-srcIncluded-3.3.zip.sig
new file mode 100644
index 0000000..37cbf5f
Binary files /dev/null and
b/devel/eclipse/eclipse-sourceBuild-srcIncluded-3.3.zip.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (56435f9489094ae782f32ef3d0ad9ee6b9ad4692), Eric Sandall, 08/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page