Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171369 Details for
Bug 246094
sci-mathematics/yacas-1.2.2 - Home for VM 'sun-jdk-1.6' does not exist: ../../usr/lib/jvm/sun-jdk-1.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for the ebuild
yacas.patch (text/plain), 1.78 KB, created by
Serkan Kaba (RETIRED)
on 2008-11-10 21:53:30 UTC
(
hide
)
Description:
patch for the ebuild
Filename:
MIME Type:
Creator:
Serkan Kaba (RETIRED)
Created:
2008-11-10 21:53:30 UTC
Size:
1.78 KB
patch
obsolete
>--- yacas-1.2.2.ebuild 2008-11-10 20:15:45.000000000 +0200 >+++ yacas-1.2.2-r1.ebuild 2008-11-10 21:47:35.000000000 +0200 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v 1.5 2008/11/08 17:20:49 maekke Exp $ > >-inherit eutils java >+inherit eutils java-pkg-opt-2 toolchain-funcs > > DESCRIPTION="Powerful general purpose computer algebra system" > HOMEPAGE="http://yacas.sourceforge.net/" >@@ -10,17 +10,18 @@ > > SLOT="0" > LICENSE="GPL-2" >-KEYWORDS="amd64 ppc x86" >+KEYWORDS="~amd64 ~ppc ~x86" > > IUSE="doc java server" > >-RDEPEND="java? ( >=virtual/jdk-1.6 )" >-DEPEND="java? ( >=virtual/jre-1.6 )" >+DEPEND="java? ( >=virtual/jdk-1.6 )" >+RDEPEND="java? ( >=virtual/jre-1.6 )" > > src_unpack() { > unpack ${A} >- cd "${S}" >+ cd "${S}" || die > epatch "${FILESDIR}"/${P}-gcc43.patch >+ epatch "${FILESDIR}"/${P}-makefixes.patch > } > > src_compile() { >@@ -31,8 +32,8 @@ > || die "econf failed" > emake || die "emake failed" > if use java; then >- cd JavaYacas >- emake -f makefile.yacas || die "emake java interface failed" >+ cd JavaYacas || die >+ CXX=$(tc-getCXX) emake -f makefile.yacas || die "emake java interface failed" > fi > } > >@@ -40,12 +41,10 @@ > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS README TODO || die > if use java; then >- cd JavaYacas >+ cd JavaYacas || die >+ java-pkg_dojar yacas.jar >+ java-pkg_dolauncher jyacas --main net.sf.yacas.YacasConsole > insinto /usr/share/${PN} >- doins yacas.jar hints.txt yacasconsole.html || die "doins java interface failed" >- echo "#!/bin/sh" > jyacas >- echo "java -jar /usr/share/${PN}/yacas.jar" >> jyacas >- exeinto /usr/bin >- doexe jyacas >+ doins hints.txt yacasconsole.html || die "doins java resources failed" > fi > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246094
: 171369 |
171371