Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 378985
Collapse All | Expand All

(-)/usr/portage/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-3.6.ebuild (-2 / +4 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-3.6.ebuild,v 1.1 2010/12/21 07:39:29 ali_bush Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-3.6.ebuild,v 1.1 2010/12/21 07:39:29 ali_bush Exp $
4
4
5
EAPI=4
6
5
inherit java-pkg-2
7
inherit java-pkg-2
6
8
7
DMF="R-${PV}-201006080911"
9
DMF="R-${PV}-201006080911"
Lines 9-15 Link Here
9
11
10
DESCRIPTION="Ant Compiler Adapter for Eclipse Java Compiler"
12
DESCRIPTION="Ant Compiler Adapter for Eclipse Java Compiler"
11
HOMEPAGE="http://www.eclipse.org/"
13
HOMEPAGE="http://www.eclipse.org/"
12
SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF/.0}/ecjsrc-${PV}.zip"
14
SRC_URI="http://archive.eclipse.org/eclipse/downloads/drops/${DMF/.0}/ecjsrc-${PV}.zip"
13
15
14
LICENSE="EPL-1.0"
16
LICENSE="EPL-1.0"
15
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
17
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
Lines 45-49 Link Here
45
src_install() {
47
src_install() {
46
	java-pkg_dojar ${PN}.jar
48
	java-pkg_dojar ${PN}.jar
47
	insinto /usr/share/java-config-2/compiler
49
	insinto /usr/share/java-config-2/compiler
48
	newins "${FILESDIR}/compiler-settings-${SLOT}" ecj-${SLOT}
50
	doins "${FILESDIR}/ecj-${SLOT}"
49
}
51
}

Return to bug 378985