diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-02-04 00:11:13 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-02-04 00:11:13 +0000 |
commit | 64a9262a091c0d1cf6e4cf6feff95af03f5ee93a (patch) | |
tree | 6bf0ba8442573e1108e4614341571f854dd611f8 /dev-java/jython/files | |
parent | Version bump (1.0) + removal of pre-released ebuilds (diff) | |
download | gentoo-2-64a9262a091c0d1cf6e4cf6feff95af03f5ee93a.tar.gz gentoo-2-64a9262a091c0d1cf6e4cf6feff95af03f5ee93a.tar.bz2 gentoo-2-64a9262a091c0d1cf6e4cf6feff95af03f5ee93a.zip |
Cleanup.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-java/jython/files')
-rw-r--r-- | dev-java/jython/files/digest-jython-2.1-r6 | 3 | ||||
-rw-r--r-- | dev-java/jython/files/jython | 7 | ||||
-rw-r--r-- | dev-java/jython/files/jythonc | 2 |
3 files changed, 0 insertions, 12 deletions
diff --git a/dev-java/jython/files/digest-jython-2.1-r6 b/dev-java/jython/files/digest-jython-2.1-r6 deleted file mode 100644 index 430b21a5c3b2..000000000000 --- a/dev-java/jython/files/digest-jython-2.1-r6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 74f21a0185135396c71453bc279c179f jython-2.1.tar.bz2 1301528 -RMD160 94ae22604c1a816af7d066f2ed88b2abaf5c51d1 jython-2.1.tar.bz2 1301528 -SHA256 faa57a55d137268e80221cd628b234ca67de13504b813be1c0499c9f4d5872b2 jython-2.1.tar.bz2 1301528 diff --git a/dev-java/jython/files/jython b/dev-java/jython/files/jython deleted file mode 100644 index 402f84dd67aa..000000000000 --- a/dev-java/jython/files/jython +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -exec $(java-config --java) \ - -Djava.library.path="$(java-config -i libreadline-java)" \ - -Dpython.home="/usr/share/jython" \ - -classpath "${CLASSPATH}:$(java-config --classpath=jython,libreadline-java 2>/dev/null)" \ - "org.python.util.jython" "$@" diff --git a/dev-java/jython/files/jythonc b/dev-java/jython/files/jythonc deleted file mode 100644 index 39efd0611dc4..000000000000 --- a/dev-java/jython/files/jythonc +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -jython "/usr/share/jython/tools/jythonc/jythonc.py" "$@" |