slyfox 14/08/10 20:26:53 Modified: xml-commons-external-1.4.01.ebuild xml-commons-external-1.3.04.ebuild ChangeLog Log: QA: drop trailing '.' from DESCRIPTION (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.9 dev-java/xml-commons-external/xml-commons-external-1.4.01.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.4.01.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.4.01.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.4.01.ebuild?r1=1.8&r2=1.9 Index: xml-commons-external-1.4.01.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.4.01.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xml-commons-external-1.4.01.ebuild 4 Jul 2014 14:17:27 -0000 1.8 +++ xml-commons-external-1.4.01.ebuild 10 Aug 2014 20:26:53 -0000 1.9 @@ -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/xml-commons-external/xml-commons-external-1.4.01.ebuild,v 1.8 2014/07/04 14:17:27 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.4.01.ebuild,v 1.9 2014/08/10 20:26:53 slyfox Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 -DESCRIPTION="An Apache-hosted set of externally-defined standards interfaces, namely DOM, SAX, and JAXP." +DESCRIPTION="An Apache-hosted set of externally-defined standards interfaces, namely DOM, SAX, and JAXP" HOMEPAGE="http://xml.apache.org/commons/" SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2" # upstream source tar.gz is missing build.xml and other stuff, so we get it like this 1.16 dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild?r1=1.15&r2=1.16 Index: xml-commons-external-1.3.04.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- xml-commons-external-1.3.04.ebuild 14 Jun 2013 19:22:56 -0000 1.15 +++ xml-commons-external-1.3.04.ebuild 10 Aug 2014 20:26:53 -0000 1.16 @@ -1,12 +1,12 @@ -# Copyright 1999-2013 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/xml-commons-external/xml-commons-external-1.3.04.ebuild,v 1.15 2013/06/14 19:22:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild,v 1.16 2014/08/10 20:26:53 slyfox Exp $ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 -DESCRIPTION="An Apache-hosted set of externally-defined standards interfaces, namely DOM, SAX, and JAXP." +DESCRIPTION="An Apache-hosted set of externally-defined standards interfaces, namely DOM, SAX, and JAXP" HOMEPAGE="http://xml.apache.org/commons/" SRC_URI="mirror://gentoo/${P}.tar.bz2" # upstream source tar.gz is missing build.xml and other stuff, so we get it like this 1.40 dev-java/xml-commons-external/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xml-commons-external/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xml-commons-external/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xml-commons-external/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/xml-commons-external/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 4 Jul 2014 14:17:27 -0000 1.39 +++ ChangeLog 10 Aug 2014 20:26:53 -0000 1.40 @@ -1,6 +1,10 @@ # ChangeLog for dev-java/xml-commons-external # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-external/ChangeLog,v 1.39 2014/07/04 14:17:27 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xml-commons-external/ChangeLog,v 1.40 2014/08/10 20:26:53 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> + xml-commons-external-1.3.04.ebuild, xml-commons-external-1.4.01.ebuild: + QA: drop trailing '.' from DESCRIPTION 04 Jul 2014; Michael Haubenwallner <ha...@gentoo.org> xml-commons-external-1.4.01.ebuild: