diff options
author | Jochen Maes <sejo@gentoo.org> | 2004-09-16 08:24:48 +0000 |
---|---|---|
committer | Jochen Maes <sejo@gentoo.org> | 2004-09-16 08:24:48 +0000 |
commit | b5daba1bb35537321e57d89208a68d9d5fa86ea6 (patch) | |
tree | 0fd4907504ba28cc89cf6c0baf114770fe41aacc /dev-java/jython | |
parent | stable ppc bug: 64154 (Manifest recommit) (diff) | |
download | gentoo-2-b5daba1bb35537321e57d89208a68d9d5fa86ea6.tar.gz gentoo-2-b5daba1bb35537321e57d89208a68d9d5fa86ea6.tar.bz2 gentoo-2-b5daba1bb35537321e57d89208a68d9d5fa86ea6.zip |
bugfixing with axxo works great
Diffstat (limited to 'dev-java/jython')
-rw-r--r-- | dev-java/jython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jython/jython-2.1-r5.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-java/jython/ChangeLog b/dev-java/jython/ChangeLog index 41f2bda1e23b..e77199791b0d 100644 --- a/dev-java/jython/ChangeLog +++ b/dev-java/jython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jython # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.17 2004/09/10 10:12:23 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.18 2004/09/16 08:24:48 sejo Exp $ + + 16 Sep 2004; <SeJo@gentoo.org> jython-2.1-r5.ebuild: + bugfixing with axxo works great 10 Sep 2004; Thomas Matthijs <axxo@gentoo.org> jython-2.1-r5.ebuild: removed -source 1.3 bug 63480 diff --git a/dev-java/jython/jython-2.1-r5.ebuild b/dev-java/jython/jython-2.1-r5.ebuild index f863d62cf72d..6d16af418a95 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.5 2004/09/10 10:12:23 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r5.ebuild,v 1.6 2004/09/16 08:24:48 sejo Exp $ inherit java-pkg @@ -21,8 +21,10 @@ DEPEND=">=virtual/jdk-1.2 src_unpack() { addwrite .hotspot - cd ${DISTDIR} - java ${PN}-${MY_PV} -o ${S}/ demo lib source + cp ${DISTDIR}/${A} ${WORKDIR} + cd ${WORKDIR} + `java-config -J` -classpath . ${PN}-${MY_PV} -o ${S}/ demo lib source || die "unpack failed" + } src_compile() { |