Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37185 Details for
Bug 56571
request : jamvm in portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jamvm ebuild - initial version
jamvm-1.1.4.ebuild (text/plain), 953 bytes, created by
Robert Schuster
on 2004-08-10 18:28:34 UTC
(
hide
)
Description:
jamvm ebuild - initial version
Filename:
MIME Type:
Creator:
Robert Schuster
Created:
2004-08-10 18:28:34 UTC
Size:
953 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/sablevm/sablevm-1.1.6.ebuild,v 1.2 2004/07/14 02:52:10 agriffis Exp $ > >DESCRIPTION="An extremely small and specification-compliant Java virtual machine." >HOMEPAGE="http://jamvm.sourceforge.net/" > >SRC_URI="mirror://sourceforge/jamvm/jamvm-${PV}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~arm" >IUSE="debug" >DEPEND=">=gnu-classpath-0.09" >RDEPEND=">=gnu-classpath-0.09" > >src_unpack() { > unpack ${A} >} > >src_compile() { > # Compile JamVM > cd ${S} > > myc="--with-classpath-install-dir=/usr/share/classpath" > use debug && myc="${myc} --enable-tracelock" > econf ${myc} || die "configure failed." > emake || die "make failed." >} > >src_install() { > make install-strip DESTDIR=${D} || die "installation failed." > > # puts jni.h in a package dependent folder > cd ${D}usr/include > mkdir ${P} > mv jni.h ${P} >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 56571
:
37185
|
39570
|
46061
|
46085
|
46086
|
46087