Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83706 Details for
Bug 128502
scala-bin 2.1.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
A new eduild for the very improved version of scala
scala-bin-2.1.1.ebuild (text/plain), 1023 bytes, created by
Killerwhile
on 2006-04-02 04:45:53 UTC
(
hide
)
Description:
A new eduild for the very improved version of scala
Filename:
MIME Type:
Creator:
Killerwhile
Created:
2006-04-02 04:45:53 UTC
Size:
1023 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit java-pkg > >DESCRIPTION="The Scala Programming Language" >HOMEPAGE="http://scala.epfl.ch/" >SRC_URI="http://scala.epfl.ch/downloads/distrib/files/scala-2.1.1.tar.bz2" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND=">=virtual/jdk-1.5" >RDEPEND=">=virtual/jre-1.5" >#S=${WORKDIR}/scala-${PV} > >src_install() { > > dodir /usr/share/scala-${PV} > rm -f ${WORKDIR}/share/scala/src.tar.gz > cp -r ${WORKDIR}/share/scala/* ${D}/usr/share/scala-${PV}/ > > dodir /usr/bin > > for x in sbaz scala scalac scaladoc scalaint scalap; do > dosym ../share/scala-${PV}/bin/$x /usr/bin/$x > done > > doman ${WORKDIR}/share/scala/man/man1/scala*.1 > dodoc ${WORKDIR}/share/scala/doc/scala-documentation/* > dodoc ${WORKDIR}/share/scala/doc/scala-devel/scala/{README,LICENSE} > > java-pkg_dohtml -r ${WORKDIR}/share/scala/doc/scala-devel/scala/api > > cp -r ${WORKDIR}/share/scala/doc/scala-devel/scala/examples ${D}/usr/share/doc/${PF} > >}
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 128502
: 83706