summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:24:20 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-10 20:24:20 +0000
commitfb406a10e1ed4b1062d6d6bbe78cd410e0939481 (patch)
tree9d43414f031b45dd58b60c2d55d406d59ebae8e5 /dev-java/stax
parentQA: drop trailing '.' from DESCRIPTION (diff)
downloadgentoo-2-fb406a10e1ed4b1062d6d6bbe78cd410e0939481.tar.gz
gentoo-2-fb406a10e1ed4b1062d6d6bbe78cd410e0939481.tar.bz2
gentoo-2-fb406a10e1ed4b1062d6d6bbe78cd410e0939481.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/stax')
-rw-r--r--dev-java/stax/ChangeLog8
-rw-r--r--dev-java/stax/stax-1.2.0.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-java/stax/ChangeLog b/dev-java/stax/ChangeLog
index 4778da56785e..9549c0cd340b 100644
--- a/dev-java/stax/ChangeLog
+++ b/dev-java/stax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/stax
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/stax/ChangeLog,v 1.6 2009/12/28 08:53:45 josejx Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/stax/ChangeLog,v 1.7 2014/08/10 20:24:20 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> stax-1.2.0.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
28 Dec 2009; Joseph Jezak <josejx@gentoo.org> stax-1.2.0.ebuild:
Marked ppc/ppc64 stable for bug #287619.
@@ -23,4 +26,3 @@
+files/1.2.0-build-version.patch, +metadata.xml, +stax-1.2.0.ebuild:
Initial addition for bug #92763. Initial ebuild done by kiorky
<kiorky@cryptelium.net> and then improved by me.
-
diff --git a/dev-java/stax/stax-1.2.0.ebuild b/dev-java/stax/stax-1.2.0.ebuild
index 0cfd21f814a5..a97c0620c9de 100644
--- a/dev-java/stax/stax-1.2.0.ebuild
+++ b/dev-java/stax/stax-1.2.0.ebuild
@@ -1,12 +1,12 @@
-# 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/stax/stax-1.2.0.ebuild,v 1.6 2009/12/28 08:53:45 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/stax/stax-1.2.0.ebuild,v 1.7 2014/08/10 20:24:20 slyfox Exp $
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
-DESCRIPTION="A standard XML processing API that allows you to stream XML data from and to your application."
+DESCRIPTION="A standard XML processing API that allows you to stream XML data from and to your application"
HOMEPAGE="http://stax.codehaus.org/"
SRC_URI="http://dist.codehaus.org/${PN}/distributions/${PN}-src-${PV}.zip"