summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-01-14 16:08:33 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-01-14 16:08:33 +0000
commit42ff0660e1c08d88671f55fa94819177fd27a65e (patch)
tree05b9baa7493fe25a106ff3f3df9a6f1deda87f68 /app-text/jing
parentmarked stable on x86 and amd64. (Manifest recommit) (diff)
downloadgentoo-2-42ff0660e1c08d88671f55fa94819177fd27a65e.tar.gz
gentoo-2-42ff0660e1c08d88671f55fa94819177fd27a65e.tar.bz2
gentoo-2-42ff0660e1c08d88671f55fa94819177fd27a65e.zip
marked -r1 stable on x86 and removed the old version which uses packed jars.
Diffstat (limited to 'app-text/jing')
-rw-r--r--app-text/jing/ChangeLog6
-rw-r--r--app-text/jing/files/digest-jing-200306191
-rw-r--r--app-text/jing/jing-20030619-r1.ebuild4
-rw-r--r--app-text/jing/jing-20030619.ebuild28
4 files changed, 7 insertions, 32 deletions
diff --git a/app-text/jing/ChangeLog b/app-text/jing/ChangeLog
index 42aa944b4703..522a7a26c1b7 100644
--- a/app-text/jing/ChangeLog
+++ b/app-text/jing/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/jing
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/jing/ChangeLog,v 1.9 2005/01/14 15:49:37 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/jing/ChangeLog,v 1.10 2005/01/14 16:08:33 luckyduck Exp $
+
+ 14 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> jing-20030619-r1.ebuild,
+ -jing-20030619.ebuild:
+ marked -r1 stable on x86 and removed the old version which uses packed jars.
14 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> jing-20030619.ebuild:
correct java-config calls in the startup script. fixes bug #77912.
diff --git a/app-text/jing/files/digest-jing-20030619 b/app-text/jing/files/digest-jing-20030619
deleted file mode 100644
index 0527c6689212..000000000000
--- a/app-text/jing/files/digest-jing-20030619
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f9b0775d8740f16ab3df82ad3707a093 jing-20030619.zip 2523368
diff --git a/app-text/jing/jing-20030619-r1.ebuild b/app-text/jing/jing-20030619-r1.ebuild
index 1a19815e8d2b..5e180691fab5 100644
--- a/app-text/jing/jing-20030619-r1.ebuild
+++ b/app-text/jing/jing-20030619-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/jing/jing-20030619-r1.ebuild,v 1.2 2005/01/01 16:23:13 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/jing/jing-20030619-r1.ebuild,v 1.3 2005/01/14 16:08:33 luckyduck Exp $
inherit java-pkg eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://thaiopensource.com/relaxng/jing.html"
SRC_URI="http://www.thaiopensource.com/download/jing-${PV}.zip"
LICENSE="BSD Apache-1.1"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="jikes doc"
DEPEND=">=virtual/jdk-1.3
dev-java/saxon-bin
diff --git a/app-text/jing/jing-20030619.ebuild b/app-text/jing/jing-20030619.ebuild
deleted file mode 100644
index 8494f2ad1530..000000000000
--- a/app-text/jing/jing-20030619.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/jing/jing-20030619.ebuild,v 1.9 2005/01/14 15:49:37 luckyduck Exp $
-
-inherit java-pkg
-
-DESCRIPTION="Jing: A RELAX NG validator in Java"
-HOMEPAGE="http://thaiopensource.com/relaxng/jing.html"
-SRC_URI="http://www.thaiopensource.com/download/jing-${PV}.zip"
-LICENSE="BSD Apache-1.1"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-RDEPEND=">=virtual/jdk-1.3
- dev-java/saxon-bin
- =dev-java/xerces-1.3*"
-DEPEND="app-arch/unzip"
-
-
-src_install() {
- java-pkg_dojar bin/jing.jar
- cat >jing <<'EOF'
-#!/bin/sh
-exec `java-config --java` -classpath `java-config -p xerces-1.3,saxon-bin` -jar `java-config -p jing` "$@"
-EOF
- dobin jing
- java-pkg_dohtml -r doc/* readme.html
-}