Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 381300 Details for
Bug 517734
ant-eclipse-ecj-4.4.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ant-eclipse-ecj-4.4.ebuild
ant-eclipse-ecj-4.4.ebuild (text/plain), 1.60 KB, created by
William L. Thomson Jr.
on 2014-07-22 00:10:41 UTC
(
hide
)
Description:
ant-eclipse-ecj-4.4.ebuild
Filename:
MIME Type:
Creator:
William L. Thomson Jr.
Created:
2014-07-22 00:10:41 UTC
Size:
1.60 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.2.ebuild,v 1.2 2012/10/17 09:08:04 ottxor Exp $ > >EAPI=4 > >inherit java-pkg-2 > >DMF="R-${PV}-201406061215" >S="${WORKDIR}" > >DESCRIPTION="Ant Compiler Adapter for Eclipse Java Compiler" >HOMEPAGE="http://www.eclipse.org/" >SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF/.0}/ecjsrc-${PV}.jar" > >LICENSE="EPL-1.0" >KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" >SLOT="4.4" >IUSE="" > >RDEPEND=">=virtual/jre-1.6 > >=dev-java/ant-core-1.7 > ~dev-java/eclipse-ecj-${PV}" >DEPEND="${RDEPEND} > app-arch/unzip > >=virtual/jdk-1.6" > >src_unpack() { > unpack ${A} > mkdir -p src/org/eclipse/jdt/{core,internal} > cp org/eclipse/jdt/core/JDTCompilerAdapter.java \ > src/org/eclipse/jdt/core || die > cp -r org/eclipse/jdt/internal/antadapter \ > src/org/eclipse/jdt/internal || die > rm -fr about* org >} > >src_compile() { > cd src > ejavac -classpath "$(java-pkg_getjars ant-core,eclipse-ecj-${SLOT})" \ > $(find org/ -name '*.java') || die "ejavac failed!" > find org/ -name '*.class' -o -name '*.properties' | \ > xargs jar cf "${S}/${PN}.jar" || die "jar failed!" >} > >src_install() { > java-pkg_dojar ${PN}.jar > insinto /usr/share/java-config-2/compiler > doins "${FILESDIR}/ecj-${SLOT}" ># was broken sed, fixed sed but causes access denied with sed temp file ># need better option more than likely for prefix ># sed -i "s|/usr/sbin|${EPREFIX}/usr/sbin|" /usr/share/java-config-2/compiler/ecj-${SLOT} \ ># || die "unable to set prefix" >}
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 517734
: 381300 |
381302