fordfrog    15/02/03 15:36:47

  Modified:             icu4j-4.4.2.ebuild ChangeLog
  Log:
  dev-java/icu4j-4.4.2: fixed compilation with jdk8
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
CFE47E2F)

Revision  Changes    Path
1.7                  dev-java/icu4j/icu4j-4.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icu4j/icu4j-4.4.2.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icu4j/icu4j-4.4.2.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icu4j/icu4j-4.4.2.ebuild?r1=1.6&r2=1.7

Index: icu4j-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.4.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- icu4j-4.4.2.ebuild  10 Aug 2014 20:15:08 -0000      1.6
+++ icu4j-4.4.2.ebuild  3 Feb 2015 15:36:47 -0000       1.7
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.4.2.ebuild,v 1.6 
2014/08/10 20:15:08 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.4.2.ebuild,v 1.7 
2015/02/03 15:36:47 fordfrog Exp $
 
-EAPI=2
+EAPI=5
 
 # We currently download the Javadoc documentation.
 # It could optionally be built using the Ant build file.
@@ -48,6 +48,10 @@
        fi
 }
 
+src_prepare() {
+       epatch "${FILESDIR}"/icu4j-4.4.2-add-jdk8-to-check.patch
+}
+
 src_compile() {
        # Classes extending CharsetICU not implementing Comparable
        # Breaks with ecj on jdk 1.5+, javac doesn't mind - Sun's hack?



1.66                 dev-java/icu4j/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icu4j/ChangeLog?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icu4j/ChangeLog?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icu4j/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   25 Oct 2014 06:29:18 -0000      1.65
+++ ChangeLog   3 Feb 2015 15:36:47 -0000       1.66
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/icu4j
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.65 2014/10/25 
06:29:18 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.66 2015/02/03 
15:36:47 fordfrog Exp $
+
+  03 Feb 2015; Miroslav Ć ulc <fordf...@gentoo.org> icu4j-4.4.2.ebuild,
+  +files/icu4j-4.4.2-add-jdk8-to-check.patch:
+  fixed compilation with jdk8
 
 *icu4j-54.1.1 (25 Oct 2014)
 




Reply via email to