summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:15:08 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:15:08 +0000
commit8213eafee6cb5e2b233c590404da35e537a03fb1 (patch)
tree45fc154596458e416b699ab14a8e32af454465d4
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-8213eafee6cb5e2b233c590404da35e537a03fb1.tar.gz
gentoo-2-8213eafee6cb5e2b233c590404da35e537a03fb1.tar.bz2
gentoo-2-8213eafee6cb5e2b233c590404da35e537a03fb1.zip
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
-rw-r--r--dev-java/icu4j/ChangeLog7
-rw-r--r--dev-java/icu4j/icu4j-3.8.1-r1.ebuild6
-rw-r--r--dev-java/icu4j/icu4j-4.0.1.1.ebuild6
-rw-r--r--dev-java/icu4j/icu4j-4.2.1.1.ebuild6
-rw-r--r--dev-java/icu4j/icu4j-4.4.1.1.ebuild6
-rw-r--r--dev-java/icu4j/icu4j-4.4.2.ebuild6
-rw-r--r--dev-java/icu4j/icu4j-49.1.ebuild6
-rw-r--r--dev-java/icu4j/icu4j-52.1.ebuild4
-rw-r--r--dev-java/icu4j/icu4j-53.1.ebuild4
9 files changed, 28 insertions, 23 deletions
diff --git a/dev-java/icu4j/ChangeLog b/dev-java/icu4j/ChangeLog
index 8d3c6d9a59f2..b6d33f425e26 100644
--- a/dev-java/icu4j/ChangeLog
+++ b/dev-java/icu4j/ChangeLog
@@ -1,6 +1,11 @@
# 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.63 2014/04/22 00:00:28 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.64 2014/08/10 20:15:08 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> icu4j-3.8.1-r1.ebuild,
+ icu4j-4.0.1.1.ebuild, icu4j-4.2.1.1.ebuild, icu4j-4.4.1.1.ebuild,
+ icu4j-4.4.2.ebuild, icu4j-49.1.ebuild, icu4j-52.1.ebuild, icu4j-53.1.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
*icu4j-53.1 (21 Apr 2014)
diff --git a/dev-java/icu4j/icu4j-3.8.1-r1.ebuild b/dev-java/icu4j/icu4j-3.8.1-r1.ebuild
index 116c79800949..c25c6ede8607 100644
--- a/dev-java/icu4j/icu4j-3.8.1-r1.ebuild
+++ b/dev-java/icu4j/icu4j-3.8.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/icu4j/icu4j-3.8.1-r1.ebuild,v 1.8 2011/12/31 12:32:47 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.8.1-r1.ebuild,v 1.9 2014/08/10 20:15:08 slyfox Exp $
# We currently download the Javadoc documentation.
# It could optionally be built using the Ant build file.
@@ -12,7 +12,7 @@ JAVA_PKG_IUSE="source"
inherit java-pkg-2 java-ant-2 java-osgi
-DESCRIPTION="ICU4J is a set of Java libraries providing Unicode and Globalization support."
+DESCRIPTION="ICU4J is a set of Java libraries providing Unicode and Globalization support"
MY_PV=${PV//./_}
SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.jar
diff --git a/dev-java/icu4j/icu4j-4.0.1.1.ebuild b/dev-java/icu4j/icu4j-4.0.1.1.ebuild
index 9c3c53acf9d0..8ceac481aad2 100644
--- a/dev-java/icu4j/icu4j-4.0.1.1.ebuild
+++ b/dev-java/icu4j/icu4j-4.0.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/icu4j/icu4j-4.0.1.1.ebuild,v 1.6 2011/12/31 12:32:47 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.0.1.1.ebuild,v 1.7 2014/08/10 20:15:08 slyfox Exp $
EAPI=2
@@ -14,7 +14,7 @@ JAVA_PKG_IUSE="doc test source"
inherit java-pkg-2 java-ant-2 java-osgi
-DESCRIPTION="A set of Java libraries providing Unicode and Globalization support."
+DESCRIPTION="A set of Java libraries providing Unicode and Globalization support"
MY_PV=${PV//./_}
SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.jar
diff --git a/dev-java/icu4j/icu4j-4.2.1.1.ebuild b/dev-java/icu4j/icu4j-4.2.1.1.ebuild
index d928fe471795..ca6ec1ecd696 100644
--- a/dev-java/icu4j/icu4j-4.2.1.1.ebuild
+++ b/dev-java/icu4j/icu4j-4.2.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/icu4j/icu4j-4.2.1.1.ebuild,v 1.3 2011/12/31 12:32:47 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.2.1.1.ebuild,v 1.4 2014/08/10 20:15:08 slyfox Exp $
EAPI=2
@@ -14,7 +14,7 @@ JAVA_PKG_IUSE="doc test source"
inherit java-pkg-2 java-ant-2
-DESCRIPTION="A set of Java libraries providing Unicode and Globalization support."
+DESCRIPTION="A set of Java libraries providing Unicode and Globalization support"
MY_PV=${PV//./_}
SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.jar
diff --git a/dev-java/icu4j/icu4j-4.4.1.1.ebuild b/dev-java/icu4j/icu4j-4.4.1.1.ebuild
index 8b0e53115b8f..76b35544e519 100644
--- a/dev-java/icu4j/icu4j-4.4.1.1.ebuild
+++ b/dev-java/icu4j/icu4j-4.4.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/icu4j/icu4j-4.4.1.1.ebuild,v 1.4 2011/12/31 12:32:47 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.4.1.1.ebuild,v 1.5 2014/08/10 20:15:08 slyfox Exp $
EAPI=2
@@ -14,7 +14,7 @@ JAVA_PKG_IUSE="doc test source"
inherit java-pkg-2 java-ant-2
-DESCRIPTION="A set of Java libraries providing Unicode and Globalization support."
+DESCRIPTION="A set of Java libraries providing Unicode and Globalization support"
MY_PV=${PV//./_}
SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.jar
diff --git a/dev-java/icu4j/icu4j-4.4.2.ebuild b/dev-java/icu4j/icu4j-4.4.2.ebuild
index 4c51511c8ea9..bcbf3ba40299 100644
--- a/dev-java/icu4j/icu4j-4.4.2.ebuild
+++ b/dev-java/icu4j/icu4j-4.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/icu4j/icu4j-4.4.2.ebuild,v 1.5 2011/12/31 12:32:47 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.4.2.ebuild,v 1.6 2014/08/10 20:15:08 slyfox Exp $
EAPI=2
@@ -14,7 +14,7 @@ JAVA_PKG_IUSE="doc test source"
inherit java-pkg-2 java-ant-2
-DESCRIPTION="A set of Java libraries providing Unicode and Globalization support."
+DESCRIPTION="A set of Java libraries providing Unicode and Globalization support"
MY_PV=${PV//./_}
SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.jar
diff --git a/dev-java/icu4j/icu4j-49.1.ebuild b/dev-java/icu4j/icu4j-49.1.ebuild
index ddfec3d1680f..d01acc678267 100644
--- a/dev-java/icu4j/icu4j-49.1.ebuild
+++ b/dev-java/icu4j/icu4j-49.1.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/icu4j/icu4j-49.1.ebuild,v 1.5 2012/12/08 12:34:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-49.1.ebuild,v 1.6 2014/08/10 20:15:08 slyfox Exp $
EAPI=4
@@ -11,7 +11,7 @@ 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."
+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"
diff --git a/dev-java/icu4j/icu4j-52.1.ebuild b/dev-java/icu4j/icu4j-52.1.ebuild
index d462791f14b8..66715162e9ea 100644
--- a/dev-java/icu4j/icu4j-52.1.ebuild
+++ b/dev-java/icu4j/icu4j-52.1.ebuild
@@ -1,6 +1,6 @@
# 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-52.1.ebuild,v 1.1 2014/01/12 20:28:02 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-52.1.ebuild,v 1.2 2014/08/10 20:15:08 slyfox Exp $
EAPI="5"
@@ -11,7 +11,7 @@ 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."
+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"
diff --git a/dev-java/icu4j/icu4j-53.1.ebuild b/dev-java/icu4j/icu4j-53.1.ebuild
index 6f80d5ceb94c..9aefa0e92d91 100644
--- a/dev-java/icu4j/icu4j-53.1.ebuild
+++ b/dev-java/icu4j/icu4j-53.1.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-53.1.ebuild,v 1.2 2014/08/10 20:15:08 slyfox Exp $
EAPI="5"
@@ -11,7 +11,7 @@ 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."
+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"