summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:23:18 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:23:18 +0000
commit669346d130a3e5929126436e72eec2079cc38f0b (patch)
tree6d5068117aa7bfd35015cca882ff5ec9bd466433
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-669346d130a3e5929126436e72eec2079cc38f0b.tar.gz
gentoo-2-669346d130a3e5929126436e72eec2079cc38f0b.tar.bz2
gentoo-2-669346d130a3e5929126436e72eec2079cc38f0b.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/saxon/ChangeLog8
-rw-r--r--dev-java/saxon/saxon-6.5.5.ebuild6
-rw-r--r--dev-java/saxon/saxon-8.4b-r3.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-java/saxon/ChangeLog b/dev-java/saxon/ChangeLog
index db20b39918d9..d5e3b9bfbdbc 100644
--- a/dev-java/saxon/ChangeLog
+++ b/dev-java/saxon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/saxon
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/saxon/ChangeLog,v 1.44 2012/12/09 17:39:47 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/saxon/ChangeLog,v 1.45 2014/08/10 20:23:18 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> saxon-6.5.5.ebuild,
+ saxon-8.4b-r3.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> saxon-9.2.0.6.ebuild:
Stable for ppc64, wrt bug #421733
diff --git a/dev-java/saxon/saxon-6.5.5.ebuild b/dev-java/saxon/saxon-6.5.5.ebuild
index 22853721f5ff..99e87d9954cf 100644
--- a/dev-java/saxon/saxon-6.5.5.ebuild
+++ b/dev-java/saxon/saxon-6.5.5.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2007 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/saxon/saxon-6.5.5.ebuild,v 1.5 2007/06/17 15:24:26 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/saxon/saxon-6.5.5.ebuild,v 1.6 2014/08/10 20:23:18 slyfox Exp $
JAVA_PKG_IUSE="doc examples source"
inherit java-pkg-2 java-ant-2 eutils versionator
MY_P="${PN}$(replace_all_version_separators -)"
-DESCRIPTION="A collection of tools for processing XML documents: XSLT processor, XSL library, parser."
+DESCRIPTION="A collection of tools for processing XML documents: XSLT processor, XSL library, parser"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
HOMEPAGE="http://saxon.sourceforge.net/"
diff --git a/dev-java/saxon/saxon-8.4b-r3.ebuild b/dev-java/saxon/saxon-8.4b-r3.ebuild
index 18689e36cc1b..47419f8e69de 100644
--- a/dev-java/saxon/saxon-8.4b-r3.ebuild
+++ b/dev-java/saxon/saxon-8.4b-r3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 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/saxon/saxon-8.4b-r3.ebuild,v 1.7 2010/03/28 17:37:39 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/saxon/saxon-8.4b-r3.ebuild,v 1.8 2014/08/10 20:23:18 slyfox Exp $
JAVA_PKG_IUSE="doc examples source"
inherit java-pkg-2 eutils java-ant-2
-DESCRIPTION="A collection of tools for processing XML documents: XSLT processor, XSL library, parser."
+DESCRIPTION="A collection of tools for processing XML documents: XSLT processor, XSL library, parser"
MyPV=${PV%b}
SRC_URI="mirror://sourceforge/saxon/saxonb${MyPV/./-}.zip"
HOMEPAGE="http://saxon.sourceforge.net/"