ercpe 14/08/17 08:36:18 Modified: ChangeLog Added: stax-ex-1.7.6.ebuild Log: Version bump of stax-ex to 1.7.6 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Revision Changes Path 1.10 dev-java/stax-ex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax-ex/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax-ex/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax-ex/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/stax-ex/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 21 Dec 2011 08:56:43 -0000 1.9 +++ ChangeLog 17 Aug 2014 08:36:18 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/stax-ex -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/stax-ex/ChangeLog,v 1.9 2011/12/21 08:56:43 phajdan.jr Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/stax-ex/ChangeLog,v 1.10 2014/08/17 08:36:18 ercpe Exp $ + +*stax-ex-1.7.6 (17 Aug 2014) + + 17 Aug 2014; Johann Schmitz <[email protected]> +stax-ex-1.7.6.ebuild: + Version bump of stax-ex to 1.7.6 21 Dec 2011; Pawel Hajdan jr <[email protected]> stax-ex-1.0-r1.ebuild: x86 stable wrt bug #393955 @@ -33,4 +38,3 @@ 01 May 2007; Krzysiek Pawlik <[email protected]> +files/build.xml-1.0, +metadata.xml, +stax-ex-1.0.ebuild: Initial commit of stax-ex. - 1.1 dev-java/stax-ex/stax-ex-1.7.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax-ex/stax-ex-1.7.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax-ex/stax-ex-1.7.6.ebuild?rev=1.1&content-type=text/plain Index: stax-ex-1.7.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/stax-ex/stax-ex-1.7.6.ebuild,v 1.1 2014/08/17 08:36:18 ercpe Exp $ EAPI=5 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Extensions to complement JSR-173 StAX API" HOMEPAGE="http://stax-ex.java.net/" SRC_URI="https://maven.java.net/content/groups/public/org/jvnet/${PN/-/}/${PN}/${PV}/${P}-sources.jar" LICENSE="CDDL GPL-2" SLOT="1" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=virtual/jre-1.5 ${COMMON_DEPEND}" DEPEND=">=virtual/jdk-1.5 app-arch/unzip ${COMMON_DEPEND}"
