summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/groovy/groovy-1.7.10.ebuild')
-rw-r--r--dev-java/groovy/groovy-1.7.10.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/groovy/groovy-1.7.10.ebuild b/dev-java/groovy/groovy-1.7.10.ebuild
index 36415b424c78..d2aad8ba739f 100644
--- a/dev-java/groovy/groovy-1.7.10.ebuild
+++ b/dev-java/groovy/groovy-1.7.10.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 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.7.10.ebuild,v 1.1 2011/07/21 16:26:27 elvanor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.7.10.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