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

(-)aspectj-1.2.ebuild (-1 / +42 lines)
Lines 9-15 Link Here
9
HOMEPAGE="http://www.eclipse.org/aspectj/"
9
HOMEPAGE="http://www.eclipse.org/aspectj/"
10
DEPEND=">=virtual/jdk-1.3
10
DEPEND=">=virtual/jdk-1.3
11
	dev-java/ant"
11
	dev-java/ant"
12
RDEPEND=">=virtual/jre-1.3"
12
RDEPEND=">=virtual/jre-1.3
13
	dev-java/xalan
14
	dev-java/bcel
15
	dev-java/junit
16
	dev-java/jython
17
	dev-java/jakarta-regexp
18
	=dev-java/saxon-6.5.2
19
	dev-java/xml-commons
20
	dev-java/xerces"
13
SLOT="0"
21
SLOT="0"
14
LICENSE="CPL-1.0 Apache-1.1"
22
LICENSE="CPL-1.0 Apache-1.1"
15
KEYWORDS="x86 ~ppc amd64"
23
KEYWORDS="x86 ~ppc amd64"
Lines 44-49 Link Here
44
	sed -i "s,DEVELOPMENT,${PV},g" build/build-properties.xml
52
	sed -i "s,DEVELOPMENT,${PV},g" build/build-properties.xml
45
	sed -i -e "s,@PV@,${PV},g" -e "s,@PV_LONG@,${PV} (Gentoo Build),g" \
53
	sed -i -e "s,@PV@,${PV},g" -e "s,@PV_LONG@,${PV} (Gentoo Build),g" \
46
		org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties
54
		org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties
55
56
	cd lib/ant/lib
57
		rm xalan.jar
58
		rm ant.jar
59
		rm xml-apis.jar
60
		rm xercesImpl.jar
61
		java-pkg_jar-from xalan
62
		java-pkg_jar-from ant-core
63
		java-pkg_jar-from xml-commons xml-apis.jar
64
		java-pkg_jar-from xerces-2
65
66
	cd ../../bcel
67
		rm bcel.jar
68
		java-pkg_jar-from bcel
69
70
	cd ../junit
71
		rm junit.jar
72
		java-pkg_jar-from junit
73
74
	cd ../jython
75
		rm jython.jar
76
		java-pkg_jar-from jython
77
78
	cd ../regexp
79
		rm jakarta-regexp-1.2.jar
80
		java-pkg_jar-from jakarta-regexp-1.3
81
82
	cd ../saxon
83
		rm saxon.jar
84
		java-pkg_jar-from saxon-6.5 saxon6.5.jar saxon.jar
85
86
	cd ../..
87
47
}
88
}
48
89
49
src_compile() {
90
src_compile() {

Return to bug 63293