summaryrefslogtreecommitdiff
path: root/sablevm
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-27 21:18:25 +0000
committerChris Larson <clarson@kergoth.com>2004-11-27 21:18:25 +0000
commit7e8ff261b64264f93e09a33a76091d431477aa04 (patch)
tree90ee2b5c7af590792c7fbf40833f7aa3c3b62df4 /sablevm
parent01a6be99e42d0802dec1c55efc753905c12d1858 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages 2004/11/27 22:15:47+01:00 dyndns.org!reenoo sablevm: Update to 1.1.7; add LICENSE; enable compressed classpath BKrev: 41a8ef214tLv4Mp53F2m3rv7RkY7ww
Diffstat (limited to 'sablevm')
-rw-r--r--sablevm/sablevm-classpath-1.1.7/disable-automake-checks.patch0
-rw-r--r--sablevm/sablevm-classpath_1.1.6.oe17
-rw-r--r--sablevm/sablevm-classpath_1.1.7.oe0
-rw-r--r--sablevm/sablevm_1.1.6.oe40
-rw-r--r--sablevm/sablevm_1.1.7.oe0
5 files changed, 0 insertions, 57 deletions
diff --git a/sablevm/sablevm-classpath-1.1.7/disable-automake-checks.patch b/sablevm/sablevm-classpath-1.1.7/disable-automake-checks.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/sablevm/sablevm-classpath-1.1.7/disable-automake-checks.patch
diff --git a/sablevm/sablevm-classpath_1.1.6.oe b/sablevm/sablevm-classpath_1.1.6.oe
deleted file mode 100644
index f76cdba1ca..0000000000
--- a/sablevm/sablevm-classpath_1.1.6.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "console/utils"
-DESCRIPTION = "GNU Classpath modified to work with SableVM"
-HOMEPAGE = "http://sablevm.org"
-PRIORITY = "optional"
-MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
-DEPENDS = "glib-2.0 gtk+ libart-lgpl pango jikes-native"
-RDEPENDS_${PN} = "${PN}-native"
-PR = "r3"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/sablevm/sablevm-classpath-${PV}.tar.gz"
-
-inherit autotools
-
-PACKAGES += " ${PN}-native"
-
-FILES_${PN} = "${datadir}/sablevm"
-FILES_${PN}-native = "${libdir}/sablevm"
diff --git a/sablevm/sablevm-classpath_1.1.7.oe b/sablevm/sablevm-classpath_1.1.7.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/sablevm/sablevm-classpath_1.1.7.oe
diff --git a/sablevm/sablevm_1.1.6.oe b/sablevm/sablevm_1.1.6.oe
deleted file mode 100644
index 14ba706855..0000000000
--- a/sablevm/sablevm_1.1.6.oe
+++ /dev/null
@@ -1,40 +0,0 @@
-SECTION = "console/utils"
-DESCRIPTION = "A highly-portable Java virtual machine implementing the Java virtual machine specification, second edition."
-HOMEPAGE = "http://sablevm.org"
-PRIORITY = "optional"
-MAINTAINER = "Rene Wagner <reenoo@gmx.de>"
-DEPENDS = "libffi libtool popt \
- sablevm-classpath"
-# unzip"
-RDEPENDS = "sablevm-classpath"
-PR = "r3"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/sablevm/sablevm-${PV}.tar.gz \
- ${DEBIAN_MIRROR}/main/s/sablevm/sablevm_${PV}-6.diff.gz;patch=1"
-
-inherit autotools update-alternatives
-
-PROVIDES = "virtual/java"
-ALTERNATIVE_NAME = "java"
-ALTERNATIVE_PATH = "${bindir}/java-sablevm"
-ALTERNATIVE_PRIORITY = "350"
-
-PACKAGES = "${PN} ${PN}-doc lib${PN} lib${PN}-dev"
-
-FILES_${PN} = "${bindir} \
- ${libdir}/${PN}/bin"
-
-FILES_lib${PN} = "${libdir}/lib${PN}-${PV}.so"
-
-FILES_lib${PN}-dev = "${includedir}/jni* \
- ${libdir}/lib${PN}.so \
- ${libdir}/lib${PN}.la"
-
-do_install_append() {
- install -d ${D}/${datadir}/doc
- mv ${D}/${datadir}/${PN} ${D}/${datadir}/doc/
-
- # symlink only present in the deb...
- install -d ${D}/${libdir}/${PN}/bin
- cd ${D}/${libdir}/${PN}/bin && ln -sf ../../../bin/java-sablevm java
-}
diff --git a/sablevm/sablevm_1.1.7.oe b/sablevm/sablevm_1.1.7.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/sablevm/sablevm_1.1.7.oe