diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-07-16 15:58:45 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-07-16 15:58:45 +0000 |
commit | 020b239238e84411606a6021140cc638b9499ea0 (patch) | |
tree | 395ece4d00b1f1b3aeaddbd1cf8a22bee29d4e9d /dev-java/jython/files | |
parent | Fix ebuild to included man page and all the docs. Closes #35734. Thanks to ke... (diff) | |
download | gentoo-2-020b239238e84411606a6021140cc638b9499ea0.tar.gz gentoo-2-020b239238e84411606a6021140cc638b9499ea0.tar.bz2 gentoo-2-020b239238e84411606a6021140cc638b9499ea0.zip |
fix paths, closes 49841
Diffstat (limited to 'dev-java/jython/files')
-rw-r--r-- | dev-java/jython/files/2.1-jython | 7 | ||||
-rw-r--r-- | dev-java/jython/files/2.1-jythonc | 7 | ||||
-rw-r--r-- | dev-java/jython/files/digest-jython-2.1-r3 | 1 |
3 files changed, 15 insertions, 0 deletions
diff --git a/dev-java/jython/files/2.1-jython b/dev-java/jython/files/2.1-jython new file mode 100644 index 000000000000..585649c9eed5 --- /dev/null +++ b/dev-java/jython/files/2.1-jython @@ -0,0 +1,7 @@ +#!/bin/sh +############################################################################### +# +# This file generated by Jython installer +# Created on XXX by root + +`java-config --java` -Dpython.home="/usr/share/jython" -classpath "`java-config --classpath=jython`:$CLASSPATH" "org.python.util.jython" "$@" diff --git a/dev-java/jython/files/2.1-jythonc b/dev-java/jython/files/2.1-jythonc new file mode 100644 index 000000000000..696bfca33ba4 --- /dev/null +++ b/dev-java/jython/files/2.1-jythonc @@ -0,0 +1,7 @@ +#!/bin/sh +############################################################################### +# +# This file generated by Jython installer +# Created on XXX by root + +jython "/usr/share/jython/tools/jythonc/jythonc.py" "$@" diff --git a/dev-java/jython/files/digest-jython-2.1-r3 b/dev-java/jython/files/digest-jython-2.1-r3 new file mode 100644 index 000000000000..de8e46ef8258 --- /dev/null +++ b/dev-java/jython/files/digest-jython-2.1-r3 @@ -0,0 +1 @@ +MD5 e3e6be56646fb7cd6d19a6a69bd76e2f jython-21.class 2780547 |