summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-01-16 17:26:58 +0000
committerJeroen Roovers <jer@gentoo.org>2014-01-16 17:26:58 +0000
commit9cd47044a01b8332c1f963f2cf67e58cc560f598 (patch)
treee21200f714852b825420d3b8200dde9357039bef /dev-java/groovy/groovy-1.6.8.ebuild
parentSpelling. (diff)
downloadgentoo-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.6.8.ebuild')
-rw-r--r--dev-java/groovy/groovy-1.6.8.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/groovy/groovy-1.6.8.ebuild b/dev-java/groovy/groovy-1.6.8.ebuild
index 04c1ed4a9477..ebc96a6b5c27 100644
--- a/dev-java/groovy/groovy-1.6.8.ebuild
+++ b/dev-java/groovy/groovy-1.6.8.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 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.6.8.ebuild,v 1.5 2010/10/15 17:40:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.6.8.ebuild,v 1.6 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