diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-05-09 01:22:13 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-05-09 01:22:13 +0000 |
commit | a80cc01f22587a064e1ed8b9163cc2920e8d5075 (patch) | |
tree | da7c047d8547ad3711052447d43c92d08b89401e /dev-java/rhino/files | |
parent | Vim's hatin' on python-2.5, See Bug #177716. (diff) | |
download | gentoo-2-a80cc01f22587a064e1ed8b9163cc2920e8d5075.tar.gz gentoo-2-a80cc01f22587a064e1ed8b9163cc2920e8d5075.tar.bz2 gentoo-2-a80cc01f22587a064e1ed8b9163cc2920e8d5075.zip |
Version bump, various bugfixes and new dual MPL/GPL license. Adds examples use flag.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-java/rhino/files')
-rw-r--r-- | dev-java/rhino/files/digest-rhino-1.6.5 | 6 | ||||
-rw-r--r-- | dev-java/rhino/files/jsscript | 2 | ||||
-rw-r--r-- | dev-java/rhino/files/rhino-1.6-noget.patch | 12 |
3 files changed, 18 insertions, 2 deletions
diff --git a/dev-java/rhino/files/digest-rhino-1.6.5 b/dev-java/rhino/files/digest-rhino-1.6.5 new file mode 100644 index 000000000000..f5a951d63d18 --- /dev/null +++ b/dev-java/rhino/files/digest-rhino-1.6.5 @@ -0,0 +1,6 @@ +MD5 ab016c8f81812bb930fc0f7a69e053c5 rhino-swing-ex-1.0.zip 19708 +RMD160 b38f4c2d01efa779aee96246a010bbe76cf75f80 rhino-swing-ex-1.0.zip 19708 +SHA256 062837ddb18951ace41ba0050aec95a690c00190a6218e5c9591c381035dfa7d rhino-swing-ex-1.0.zip 19708 +MD5 c93b6d0bb8ba83c3760efeb30525728a rhino1_6R5.zip 1822832 +RMD160 6ee94c10b3608f5f1626e132b3afda6ada79b608 rhino1_6R5.zip 1822832 +SHA256 02a4f17121f148c94ac65fb6d9eb4a817ce86c378c96cc94e9fc1b087b34526f rhino1_6R5.zip 1822832 diff --git a/dev-java/rhino/files/jsscript b/dev-java/rhino/files/jsscript deleted file mode 100644 index aaf2cb5837c6..000000000000 --- a/dev-java/rhino/files/jsscript +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec $(java-config --java) -classpath $(java-config --classpath=rhino-@SLOT@) org.mozilla.javascript.tools.shell.Main $@ diff --git a/dev-java/rhino/files/rhino-1.6-noget.patch b/dev-java/rhino/files/rhino-1.6-noget.patch new file mode 100644 index 000000000000..235091428392 --- /dev/null +++ b/dev-java/rhino/files/rhino-1.6-noget.patch @@ -0,0 +1,12 @@ +diff --git a/toolsrc/org/mozilla/javascript/tools/debugger/build.xml b/toolsrc/org/mozilla/javascript/tools/debugger/build.xml +index 7ed0236..5f7db6e 100644 +--- a/toolsrc/org/mozilla/javascript/tools/debugger/build.xml ++++ b/toolsrc/org/mozilla/javascript/tools/debugger/build.xml +@@ -47,7 +47,6 @@ + the files we don't need, and change the package + --> + <mkdir dir="downloaded"/> +- <get src="${swing-ex-url}" dest="downloaded/swingExSrc.zip"/> + <unzip src="downloaded/swingExSrc.zip" dest="downloaded/"> + <patternset> + <include name="AbstractCellEditor.java"/> |