Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-icedtea grimoire by Ismael Luceno (029d00c89392d1a2963adfab5c9ac07903a39cb5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-icedtea grimoire by Ismael Luceno (029d00c89392d1a2963adfab5c9ac07903a39cb5)
  • Date: Sat, 22 May 2010 10:01:38 -0500

GIT changes to devel-icedtea grimoire by Ismael Luceno
<ismael AT sourcemage.org>:

ChangeLog | 3 +++
gnu/java-gcj-compat/DEPENDS | 1 +
gnu/java-gcj-compat/DETAILS | 14 ++++++++++++++
gnu/java-gcj-compat/HISTORY | 3 +++
gnu/java-gcj-compat/PROVIDES | 3 +++
java/icedtea6/DEPENDS | 9 +++++++--
java/icedtea6/HISTORY | 4 +++-
java/icedtea6/PROVIDES | 2 ++
8 files changed, 36 insertions(+), 3 deletions(-)

New commits:
commit 029d00c89392d1a2963adfab5c9ac07903a39cb5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

java-gcj-compat: new spell, Java SDK compatibility for GCJ

commit 259d264d958b654f47c7855aafc526f446711f6f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

icedtea6: Adjust dependencies

diff --git a/ChangeLog b/ChangeLog
index cc65994..d27aa5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * gnu/java-gcj-compat: new spell, Java SDK compatibility for GCJ
+
2010-05-04 Ismael Luceno <ismael AT sourcemage.org>
* java/icedtea6: new spell, a free OpenJDK fork.

diff --git a/gnu/java-gcj-compat/DEPENDS b/gnu/java-gcj-compat/DEPENDS
new file mode 100755
index 0000000..3de94af
--- /dev/null
+++ b/gnu/java-gcj-compat/DEPENDS
@@ -0,0 +1 @@
+depends gcj
diff --git a/gnu/java-gcj-compat/DETAILS b/gnu/java-gcj-compat/DETAILS
new file mode 100755
index 0000000..d7e140b
--- /dev/null
+++ b/gnu/java-gcj-compat/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=java-gcj-compat
+ VERSION=1.0.80
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=ftp://sources.redhat.com/pub/rhug/${SOURCE}
+
SOURCE_HASH=sha512:da1e2564e7811841342c2a5c3d5a37e28a4136ce88c15c007ca1bcfd5da3f0c243e1b2ca72b771f05d9bd260750ed8d5819a04b1fd42501e867a9b92cd7e7891
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.gnu.org/software/classpath/";
+ LICENSE[0]=GPL
+ ENTERED=20100522
+ SHORT="Java SDK compatibility for GCJ"
+cat << EOF
+A collection of wrapper scripts, symlinks and jar files, meant to provide an
+SDK-like interface to the GCJ tool set.
+EOF
diff --git a/gnu/java-gcj-compat/HISTORY b/gnu/java-gcj-compat/HISTORY
new file mode 100644
index 0000000..7374348
--- /dev/null
+++ b/gnu/java-gcj-compat/HISTORY
@@ -0,0 +1,3 @@
+2010-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PROVIDES: spell created
+
diff --git a/gnu/java-gcj-compat/PROVIDES b/gnu/java-gcj-compat/PROVIDES
new file mode 100644
index 0000000..afedbf7
--- /dev/null
+++ b/gnu/java-gcj-compat/PROVIDES
@@ -0,0 +1,3 @@
+JAVA
+JDK5
+JDK
diff --git a/java/icedtea6/DEPENDS b/java/icedtea6/DEPENDS
index 0b9e648..01f9465 100755
--- a/java/icedtea6/DEPENDS
+++ b/java/icedtea6/DEPENDS
@@ -1,11 +1,16 @@
-depends gcj &&
+depends JAVA &&
depends fastjar &&
-depends freetype2 &&
depends ant &&
+depends libx11 &&
+depends libxext &&
+depends libxt &&
+depends libxtst &&
+depends freetype2 &&
depends jpeg &&
depends libpng &&
depends giflib &&
depends zlib &&
+depends alsa-lib &&
optional_depends nss \
"--enable-nss" \
"--disable-nss" \
diff --git a/java/icedtea6/HISTORY b/java/icedtea6/HISTORY
index 7fdb732..fb7bd9d 100644
--- a/java/icedtea6/HISTORY
+++ b/java/icedtea6/HISTORY
@@ -1,3 +1,5 @@
+2010-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, PROVIDES: Adjust dependencies
+
2010-05-04 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: spell created
-
diff --git a/java/icedtea6/PROVIDES b/java/icedtea6/PROVIDES
index a651f70..afedbf7 100644
--- a/java/icedtea6/PROVIDES
+++ b/java/icedtea6/PROVIDES
@@ -1 +1,3 @@
JAVA
+JDK5
+JDK



  • [SM-Commit] GIT changes to devel-icedtea grimoire by Ismael Luceno (029d00c89392d1a2963adfab5c9ac07903a39cb5), Ismael Luceno, 05/22/2010

Archive powered by MHonArc 2.6.24.

Top of Page