summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-17 02:05:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-17 02:05:42 +0000
commit85a85ed0872d88353a31f7dd9897e9ce8ad8de51 (patch)
tree15646161c023efc095dbe6f8e5322f6163243e61 /dev-java
parentupdate SRC_URI (diff)
downloadhistorical-85a85ed0872d88353a31f7dd9897e9ce8ad8de51.tar.gz
historical-85a85ed0872d88353a31f7dd9897e9ce8ad8de51.tar.bz2
historical-85a85ed0872d88353a31f7dd9897e9ce8ad8de51.zip
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jython/Manifest2
-rw-r--r--dev-java/jython/jython-2.1-r5.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/jython/Manifest b/dev-java/jython/Manifest
index 4930f097372d..a312bd54c3fa 100644
--- a/dev-java/jython/Manifest
+++ b/dev-java/jython/Manifest
@@ -1,6 +1,6 @@
MD5 051e2c86fa8c3465ee9c2d8aa21e4bc4 ChangeLog 2436
+MD5 296f58c8a83921bc790fa4ca45ff9f45 jython-2.1-r5.ebuild 2289
MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
-MD5 19c962b7780f4163826a23859f6c54a0 jython-2.1-r5.ebuild 2285
MD5 b271f5441bb93491ead9f78332393451 files/jython 363
MD5 17272ca5f12bd9bb307210c12606d526 files/jythonc 67
MD5 6b146a799308d0793ac04ee93bebfad2 files/digest-jython-2.1-r5 61
diff --git a/dev-java/jython/jython-2.1-r5.ebuild b/dev-java/jython/jython-2.1-r5.ebuild
index 6d16af418a95..8b0ea9687f40 100644
--- a/dev-java/jython/jython-2.1-r5.ebuild
+++ b/dev-java/jython/jython-2.1-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r5.ebuild,v 1.6 2004/09/16 08:24:48 sejo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r5.ebuild,v 1.7 2004/09/17 02:05:42 mr_bones_ Exp $
inherit java-pkg
@@ -24,7 +24,7 @@ src_unpack() {
cp ${DISTDIR}/${A} ${WORKDIR}
cd ${WORKDIR}
`java-config -J` -classpath . ${PN}-${MY_PV} -o ${S}/ demo lib source || die "unpack failed"
-
+
}
src_compile() {