diff options
-rw-r--r-- | dev-java/groovy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/groovy/groovy-1.8.5.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/groovy/ChangeLog b/dev-java/groovy/ChangeLog index c847d0fd5f5a..69660d5d2284 100644 --- a/dev-java/groovy/ChangeLog +++ b/dev-java/groovy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/groovy -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.53 2013/10/23 18:49:46 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/ChangeLog,v 1.54 2014/01/08 17:46:48 tomwij Exp $ + + 08 Jan 2014; Tom Wijsman <TomWij@gentoo.org> groovy-1.8.5.ebuild: + Fixed up Copyright year. *groovy-1.8.5-r1 (23 Oct 2013) diff --git a/dev-java/groovy/groovy-1.8.5.ebuild b/dev-java/groovy/groovy-1.8.5.ebuild index f469d454175d..c7e9b4a06180 100644 --- a/dev-java/groovy/groovy-1.8.5.ebuild +++ b/dev-java/groovy/groovy-1.8.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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.ebuild,v 1.2 2012/12/10 17:31:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/groovy/groovy-1.8.5.ebuild,v 1.3 2014/01/08 17:46:48 tomwij 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. |