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

(-)/var/lib/layman/science/dev-java/flexdock/flexdock-0.5.2.ebuild (-3 / +5 lines)
Lines 7-17 Link Here
7
7
8
inherit java-pkg-2 java-ant-2
8
inherit java-pkg-2 java-ant-2
9
9
10
MY_PN="libflexdock-java"
11
10
DESCRIPTION="A Java docking framework for use in cross-platform Swing applications"
12
DESCRIPTION="A Java docking framework for use in cross-platform Swing applications"
11
HOMEPAGE="http://flexdock.dev.java.net/"
13
HOMEPAGE="http://flexdock.dev.java.net/"
12
SRC_URI="https://flexdock.dev.java.net/files/documents/2037/152436/${P}-src.zip"
14
SRC_URI="mirror://debian/pool/main/libf/${MY_PN}/${MY_PN}_${PV}-dfsg1.orig.tar.gz"
13
15
14
#S=${WORKDIR}
16
S=${WORKDIR}/${PN}-${PV}-dfsg1
15
17
16
LICENSE="MIT"
18
LICENSE="MIT"
17
SLOT="0"
19
SLOT="0"
Lines 43-49 Link Here
43
	find . -name '*.dll' -exec rm -v {} \;|| die
45
	find . -name '*.dll' -exec rm -v {} \;|| die
44
46
45
	#remove built-in jars and use the system ones
47
	#remove built-in jars and use the system ones
46
	cd "${WORKDIR}/lib" || die
48
	cd lib || die
47
	rm -rvf *.jar jmf|| die
49
	rm -rvf *.jar jmf|| die
48
	java-pkg_jar-from skinlf
50
	java-pkg_jar-from skinlf
49
	java-pkg_jar-from commons-logging commons-logging.jar
51
	java-pkg_jar-from commons-logging commons-logging.jar

Return to bug 357219