summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2010-12-11 18:02:01 +0000
committerVlastimil Babka <caster@gentoo.org>2010-12-11 18:02:01 +0000
commit024d016abbb8423a442dfbf3e026338be7ea82bc (patch)
treeb51567cff9d8bef8f679e0c4609484a98fd01bb1 /dev-java/icu4j
parentAdd patch for nouveau libdrm-2.4.23 API changes. (diff)
downloadgentoo-2-024d016abbb8423a442dfbf3e026338be7ea82bc.tar.gz
gentoo-2-024d016abbb8423a442dfbf3e026338be7ea82bc.tar.bz2
gentoo-2-024d016abbb8423a442dfbf3e026338be7ea82bc.zip
Version bump, bug #339526.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/icu4j')
-rw-r--r--dev-java/icu4j/ChangeLog8
-rw-r--r--dev-java/icu4j/icu4j-4.4.2.ebuild (renamed from dev-java/icu4j/icu4j-4.4.1.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-java/icu4j/ChangeLog b/dev-java/icu4j/ChangeLog
index 899908852845..8bda1589ea38 100644
--- a/dev-java/icu4j/ChangeLog
+++ b/dev-java/icu4j/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-java/icu4j
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.50 2010/08/01 13:50:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.51 2010/12/11 18:02:01 caster Exp $
+
+*icu4j-4.4.2 (11 Dec 2010)
+
+ 11 Dec 2010; Vlastimil Babka <caster@gentoo.org> -icu4j-4.4.1.ebuild,
+ +icu4j-4.4.2.ebuild:
+ Version bump, bug #339526.
01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> icu4j-4.4.1.1.ebuild:
Stable on amd64 wrt bug #329867
diff --git a/dev-java/icu4j/icu4j-4.4.1.ebuild b/dev-java/icu4j/icu4j-4.4.2.ebuild
index 1032e180af14..a9f640d74ea5 100644
--- a/dev-java/icu4j/icu4j-4.4.1.ebuild
+++ b/dev-java/icu4j/icu4j-4.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.4.1.ebuild,v 1.3 2010/06/15 08:19:01 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.4.2.ebuild,v 1.1 2010/12/11 18:02:01 caster Exp $
EAPI=2
@@ -23,7 +23,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.ja
HOMEPAGE="http://www.icu-project.org/"
LICENSE="icu"
SLOT="4.4"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
# Tests only work with JDK-1.6, severe out of memory problems appear with 1.5
@@ -62,7 +62,7 @@ src_install() {
java-pkg_dojar "${PN}-charsets.jar"
java-pkg_dojar "${PN}-localespi.jar"
- dohtml readme.html
+ dohtml readme.html || die
use doc && java-pkg_dojavadoc docs
use source && java-pkg_dosrc main/classes/*/src/com
}