Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 118646 Details for
Bug 177770
dev-java/openjdk-javac (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openjdk-javac-7.0_beta11.ebuild
openjdk-javac-7.0_beta11.ebuild (text/plain), 840 bytes, created by
Chris Bainbridge (RETIRED)
on 2007-05-09 12:32:03 UTC
(
hide
)
Description:
openjdk-javac-7.0_beta11.ebuild
Filename:
MIME Type:
Creator:
Chris Bainbridge (RETIRED)
Created:
2007-05-09 12:32:03 UTC
Size:
840 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg-2 > >BETA=${PV#*_beta} >DATE="10_apr_2007" > >DESCRIPTION="Java programming language compiler" >HOMEPAGE="http://openjdk.java.net/groups/compiler/" >SRC_URI="http://www.java.net/download/openjdk/jdk7/promoted/b${BETA}/compiler-7-ea-src-b${BETA}-${DATE}.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >S="${WORKDIR}/compiler" >DEPEND=">=virtual/jdk-1.4" >RDEPEND=">=virtual/jre-1.4" > >src_compile() { > unset CLASSPATH JAVA_HOME > make || die "build failure" >} > >src_install() { > java-pkg_dojar dist/lib/javac.jar > java-pkg_dolauncher openjdk-javac --main com.sun.tools.javac.Main > insinto /usr/share/java-config-2/compiler > newins ${FILESDIR}/compiler-settings openjdk-javac > dodoc ${S}/README.html >}
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 177770
:
118645
| 118646 |
118648
|
165925