Gentoo Archives: gentoo-commits

From: "James Le Cuirot (chewi)" <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/stax2-api: metadata.xml stax2-api-4.0.0.ebuild ChangeLog
Date: Thu, 05 Mar 2015 22:51:58
Message-Id: 20150305225153.1CB4A131F8@oystercatcher.gentoo.org
1 chewi 15/03/05 22:51:53
2
3 Added: metadata.xml stax2-api-4.0.0.ebuild ChangeLog
4 Log:
5 Initial import. Required by wstx-4 and more. Used to be packaged
6 together with wstx but upstream indicates some degree of
7 separation. Some packages require it on its own.
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
10
11 Revision Changes Path
12 1.1 dev-java/stax2-api/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax2-api/metadata.xml?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax2-api/metadata.xml?rev=1.1&content-type=text/plain
16
17 Index: metadata.xml
18 ===================================================================
19 <?xml version="1.0" encoding="UTF-8"?>
20 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
21 <pkgmetadata>
22 <herd>java</herd>
23 <longdescription>Stax2 API is an extension to standard Stax API ("STandard Api for Xml procesing"), pull-parser API of JDK, added in JDK 6.</longdescription>
24 </pkgmetadata>
25
26
27
28 1.1 dev-java/stax2-api/stax2-api-4.0.0.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax2-api/stax2-api-4.0.0.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax2-api/stax2-api-4.0.0.ebuild?rev=1.1&content-type=text/plain
32
33 Index: stax2-api-4.0.0.ebuild
34 ===================================================================
35 # Copyright 1999-2015 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/dev-java/stax2-api/stax2-api-4.0.0.ebuild,v 1.1 2015/03/05 22:51:53 chewi Exp $
38
39 EAPI=5
40
41 JAVA_PKG_IUSE="doc source"
42
43 inherit java-pkg-2 java-pkg-simple
44
45 DESCRIPTION="Extended Stax (STandard Api for Xml procesing) API"
46 HOMEPAGE="https://github.com/FasterXML/stax2-api"
47 SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz"
48
49 LICENSE="BSD-2"
50 SLOT="0"
51 KEYWORDS="~amd64 ~x86"
52 IUSE=""
53
54 RDEPEND="java-virtuals/stax-api:0
55 >=virtual/jre-1.5"
56
57 DEPEND="java-virtuals/stax-api:0
58 >=virtual/jdk-1.5"
59
60 S="${WORKDIR}/${PN}-${P}/src"
61 JAVA_SRC_DIR="main/java"
62 JAVA_GENTOO_CLASSPATH="stax-api"
63
64 src_install() {
65 java-pkg-simple_src_install
66 dodoc ../README.md ../release-notes/VERSION
67 }
68
69
70
71 1.1 dev-java/stax2-api/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax2-api/ChangeLog?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/stax2-api/ChangeLog?rev=1.1&content-type=text/plain
75
76 Index: ChangeLog
77 ===================================================================
78 # ChangeLog for dev-java/stax2-api
79 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
80 # $Header: /var/cvsroot/gentoo-x86/dev-java/stax2-api/ChangeLog,v 1.1 2015/03/05 22:51:53 chewi Exp $
81
82 *stax2-api-4.0.0 (05 Mar 2015)
83
84 05 Mar 2015; James Le Cuirot <chewi@g.o> +metadata.xml,
85 +stax2-api-4.0.0.ebuild:
86 Initial import. Required by wstx-4 and more. Used to be packaged together with
87 wstx but upstream indicates some degree of separation. Some packages require
88 it on its own.