diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-01-16 17:26:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-01-16 17:26:58 +0000 |
commit | 9cd47044a01b8332c1f963f2cf67e58cc560f598 (patch) | |
tree | e21200f714852b825420d3b8200dde9357039bef /dev-java/groovy/groovy-1.8.5-r1.ebuild | |
parent | Spelling. (diff) | |
download | gentoo-2-9cd47044a01b8332c1f963f2cf67e58cc560f598.tar.gz gentoo-2-9cd47044a01b8332c1f963f2cf67e58cc560f598.tar.bz2 gentoo-2-9cd47044a01b8332c1f963f2cf67e58cc560f598.zip |
Spelling.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-java/groovy/groovy-1.8.5-r1.ebuild')
-rw-r--r-- | dev-java/groovy/groovy-1.8.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/groovy/groovy-1.8.5-r1.ebuild b/dev-java/groovy/groovy-1.8.5-r1.ebuild index bdddb4c4e947..975e405bed69 100644 --- a/dev-java/groovy/groovy-1.8.5-r1.ebuild +++ b/dev-java/groovy/groovy-1.8.5-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.8.5-r1.ebuild,v 1.1 2013/10/23 18:49:46 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.8.5-r1.ebuild,v 1.2 2014/01/16 17:26:58 jer 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. # We currently do not build the embeddable jar (which is created using JarJar). -# We could provide that via an USE flag. +# We could provide that via a USE flag. # We also don't use automatic build rewriting as there seems to be already some level of support # in the upstream build system |