After emerging the gant-3.0.ebuild, the actual 'gant' script is not installed into /usr/bin .
Following patch does the trick, however the 'gant' script in question requires groovy's 'startGroovy' script ( see http://bugs.gentoo.org/show_bug.cgi?id=190567). --- gant-0.3.0.ebuild.orig 2007-08-29 04:49:21.000000000 -0700 +++ gant-0.3.0.ebuild 2007-08-29 04:49:59.000000000 -0700 @@ -45,5 +45,6 @@ src_install() { java-pkg_newjar "build/lib/${P}.jar" + dobin ${S}/source/bin/gant dodoc releaseNotes.txt || die }
I'll take a look at this bug. Maybe this should be done via a Java launcher.
I looked, harder to package that it seemed since the launcher pulled in circular dependencies. Maybe when Groovy 1.1 is out I'll try to fix the deptree.
bumped to 1.6.1. Has launcher, circular deps might remain but there is a separate bug for those. the are an issue with groovy.