tomwij      14/04/22 00:00:28

  Modified:             ChangeLog
  Added:                icu4j-53.1.ebuild
  Log:
  Version bump to 53.1; fixes bug #507660, reported by Arfrever Frehtes 
Taifersar Arahesis (arfrever.fta).
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  Changes    Path
1.63                 dev-java/icu4j/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   12 Jan 2014 20:31:01 -0000      1.62
+++ ChangeLog   22 Apr 2014 00:00:28 -0000      1.63
@@ -1,6 +1,12 @@
 # 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.62 2014/01/12 
20:31:01 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.63 2014/04/22 
00:00:28 tomwij Exp $
+
+*icu4j-53.1 (21 Apr 2014)
+
+  21 Apr 2014; Tom Wijsman <[email protected]> +icu4j-53.1.ebuild:
+  Version bump to 53.1; fixes bug #507660, reported by Arfrever Frehtes
+  Taifersar Arahesis (arfrever.fta).
 
 *icu4j-52.1 (12 Jan 2014)
 



1.1                  dev-java/icu4j/icu4j-53.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icu4j/icu4j-53.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icu4j/icu4j-53.1.ebuild?rev=1.1&content-type=text/plain

Index: icu4j-53.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-53.1.ebuild,v 1.1 
2014/04/22 00:00:28 tomwij Exp $

EAPI="5"

# testdata.jar, icudata.jar and icutzdata.jar do not contain *.class files
# but *.res files. These *.res data files are needed to build the final jar.

JAVA_PKG_IUSE="doc examples source test"

inherit java-pkg-2 java-ant-2

DESCRIPTION="A set of Java libraries providing Unicode and Globalization 
support."
HOMEPAGE="http://www.icu-project.org/";
SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${PV//./_}.tgz";

LICENSE="icu"
SLOT="52"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""

# Beware of jdk version dependant code #361593
DEPEND=">=virtual/jdk-1.6"
RDEPEND=">=virtual/jre-1.6"

S="${WORKDIR}"

JAVA_PKG_BSFIX_NAME+=" common-targets.xml"

EANT_DOC_TARGET="docs"
EANT_TEST_TARGET="check"

src_test() {
        java-pkg-2_src_test
}

src_install() {
        java-pkg_dojar ${PN}.jar
        java-pkg_dojar ${PN}-charset.jar
        java-pkg_dojar ${PN}-localespi.jar

        dohtml readme.html

        use doc && java-pkg_dojavadoc doc
        use examples && java-pkg_doexamples demos samples
        use source && java-pkg_dosrc main/classes/*/src/com
}




Reply via email to