View | Details | Raw Unified
Collapse All | Expand All

(-) jgoodies-looks-1.3.1-r1.ebuild.orig (-2 / +5 lines)
 Lines 27-33    Link Here 
	cd ${S}
	cd ${S}
	# Clean up the structure
	# Clean up the structure
	rm -rf *.jar examples/ src/
	rm -rf *.jar examples/ src/ docs/api
	# Unpack the sources into the proper structure
	# Unpack the sources into the proper structure
	mkdir ${S}/src && cd ${S}/src
	mkdir ${S}/src && cd ${S}/src
 Lines 50-54    Link Here 
	java-pkg_dojar looks.jar
	java-pkg_dojar looks.jar
	dodoc RELEASE-NOTES.txt
	dodoc RELEASE-NOTES.txt
	use doc && java-pkg_dohtml -r build/doc
	if use doc; then
		java-pkg_dohtml -r build/doc/api
		java-pkg_dohtml -r docs/*
	fi
}
}