summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:11:24 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:11:24 +0000
commit22852423c0a140611e432d638a5e2f4589157649 (patch)
tree7c40d8e4769fcf5051f7bb498195c37e459c6346 /dev-java/commons-jxpath
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-22852423c0a140611e432d638a5e2f4589157649.tar.gz
gentoo-2-22852423c0a140611e432d638a5e2f4589157649.tar.bz2
gentoo-2-22852423c0a140611e432d638a5e2f4589157649.zip
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-java/commons-jxpath')
-rw-r--r--dev-java/commons-jxpath/ChangeLog8
-rw-r--r--dev-java/commons-jxpath/commons-jxpath-1.3.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-java/commons-jxpath/ChangeLog b/dev-java/commons-jxpath/ChangeLog
index 3d39af7569c8..732d13db5452 100644
--- a/dev-java/commons-jxpath/ChangeLog
+++ b/dev-java/commons-jxpath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/commons-jxpath
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.33 2009/11/07 11:48:56 caster Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.34 2014/08/10 20:11:24 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> commons-jxpath-1.3.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
07 Nov 2009; Vlastimil Babka <caster@gentoo.org>
-commons-jxpath-1.2-r3.ebuild, -files/commons-jxpath-1.2-gentoo.patch:
@@ -131,4 +134,3 @@
13 May 2004; Chris Aniszczyk <zx@gentoo.org> +commons-jxpath-1.1.ebuild:
Initial Import. Closes #50638
Thanks to E. Papegaaij <e.papegaaij@student.utwente.nl> for the ebuild.
-
diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild b/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild
index 660939630124..4693ac0fadf4 100644
--- a/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2009 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/commons-jxpath/commons-jxpath-1.3.ebuild,v 1.4 2009/03/18 15:03:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v 1.5 2014/08/10 20:11:24 slyfox Exp $
EAPI=1
JAVA_PKG_IUSE="doc source test"
inherit java-pkg-2 java-ant-2
-DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds."
+DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds"
HOMEPAGE="http://commons.apache.org/jxpath/"
SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz"