diff options
author | Jean-Noël Rivasseau <elvanor@gentoo.org> | 2010-03-18 19:08:04 +0000 |
---|---|---|
committer | Jean-Noël Rivasseau <elvanor@gentoo.org> | 2010-03-18 19:08:04 +0000 |
commit | e516766456de72409d1eba2d4b93d37c71c3506c (patch) | |
tree | 028451aa23ef1d9f2f9b7c66d828ad6691db246c /dev-java/groovy | |
parent | add ~x86-solaris ~sparc-solaris kw to dev-perl/Net-DNS-0.66-r1, as tested on ... (diff) | |
download | gentoo-2-e516766456de72409d1eba2d4b93d37c71c3506c.tar.gz gentoo-2-e516766456de72409d1eba2d4b93d37c71c3506c.tar.bz2 gentoo-2-e516766456de72409d1eba2d4b93d37c71c3506c.zip |
Patch from #303231 applied in groovy-1.6.8.
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'dev-java/groovy')
-rw-r--r-- | dev-java/groovy/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/groovy/groovy-1.6.8.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-java/groovy/ChangeLog b/dev-java/groovy/ChangeLog index bc26b496b9de..4294a4a9b848 100644 --- a/dev-java/groovy/ChangeLog +++ b/dev-java/groovy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/groovy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.39 2010/03/18 18:45:16 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.40 2010/03/18 19:08:04 elvanor Exp $ + + 18 Mar 2010; Jean-Noël Rivasseau <elvanor@gentoo.org> + groovy-1.6.8.ebuild: + Added the patch from #303231 to create the grape launcher. *groovy-1.6.8 (18 Mar 2010) diff --git a/dev-java/groovy/groovy-1.6.8.ebuild b/dev-java/groovy/groovy-1.6.8.ebuild index b4788f76b606..0250c77d07e6 100644 --- a/dev-java/groovy/groovy-1.6.8.ebuild +++ b/dev-java/groovy/groovy-1.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.6.8.ebuild,v 1.1 2010/03/18 18:45:16 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.6.8.ebuild,v 1.2 2010/03/18 19:08:04 elvanor Exp $ # Groovy's build system is Ant based, but they use Maven for fetching the dependencies. # We just have to remove the fetch dependencies target, and then we can use Ant for this ebuild. @@ -116,4 +116,5 @@ src_install() { java-pkg_dolauncher "groovy" --main groovy.ui.GroovyMain java-pkg_dolauncher "groovysh" --main groovy.ui.InteractiveShell java-pkg_dolauncher "groovyConsole" --main groovy.ui.Console + java-pkg_dolauncher "grape" --main org.codehaus.groovy.tools.GrapeMain } |