diff options
author | 2014-02-12 13:46:58 +0000 | |
---|---|---|
committer | 2014-02-12 13:46:58 +0000 | |
commit | 275eb6b5ca1dbe1537273735c1c81e5c5da0433e (patch) | |
tree | b031f54cac1a575d72b4ca187a65a0c3332c9fa8 /dev-lang/scala/ChangeLog | |
parent | remove unused patches (diff) | |
download | gentoo-2-275eb6b5ca1dbe1537273735c1c81e5c5da0433e.tar.gz gentoo-2-275eb6b5ca1dbe1537273735c1c81e5c5da0433e.tar.bz2 gentoo-2-275eb6b5ca1dbe1537273735c1c81e5c5da0433e.zip |
Bump scala to 2.10.3, closes bug 487030, thanks for Joel for reporting. Fix bug 401717 - dev-lang/scala-2.9.1 with USE=binary should not depend on ant: Thanks to Joel for reporting and testing, thanks to sera for the fix. Use if java-pkg_is-vm-version-ge "1.7" to determine if the scala-2.10.2-jdk-1.7-swing.patch should be applied.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-lang/scala/ChangeLog')
-rw-r--r-- | dev-lang/scala/ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/dev-lang/scala/ChangeLog b/dev-lang/scala/ChangeLog index 1cb7c96477c5..0334c6b62a9a 100644 --- a/dev-lang/scala/ChangeLog +++ b/dev-lang/scala/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for dev-lang/scala -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.34 2013/09/20 23:17:14 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.35 2014/02/12 13:46:58 gienah Exp $ + +*scala-2.10.3 (12 Feb 2014) + + 12 Feb 2014; Mark Wright <gienah@gentoo.org> + +files/scala-2.10.3-maven-deps.patch, +files/scala-2.10.3-no-git.patch, + +scala-2.10.3.ebuild, scala-2.10.2.ebuild: + Bump scala to 2.10.3, closes bug 487030, thanks for Joel for reporting. Fix + bug 401717 - dev-lang/scala-2.9.1 with USE=binary should not depend on ant: + Thanks to Joel for reporting and testing, thanks to sera for the fix. Use if + java-pkg_is-vm-version-ge "1.7" to determine if the + scala-2.10.2-jdk-1.7-swing.patch should be applied. *scala-2.10.2-r1 (20 Sep 2013) |