Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/hawtjni-runtime: metadata.xml hawtjni-runtime-1.8.ebuild ChangeLog
Date: Tue, 04 Jun 2013 17:37:57
Message-Id: 20130604173754.99F182171D@flycatcher.gentoo.org
1 tomwij 13/06/04 17:37:54
2
3 Added: metadata.xml hawtjni-runtime-1.8.ebuild ChangeLog
4 Log:
5 New ebuild for hawtjni-runtime; dependency of jansi-native, jline, jruby.
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 dev-java/hawtjni-runtime/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hawtjni-runtime/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hawtjni-runtime/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>java</herd>
21 </pkgmetadata>
22
23
24
25 1.1 dev-java/hawtjni-runtime/hawtjni-runtime-1.8.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hawtjni-runtime/hawtjni-runtime-1.8.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hawtjni-runtime/hawtjni-runtime-1.8.ebuild?rev=1.1&content-type=text/plain
29
30 Index: hawtjni-runtime-1.8.ebuild
31 ===================================================================
32 # Copyright 1999-2013 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-java/hawtjni-runtime/hawtjni-runtime-1.8.ebuild,v 1.1 2013/06/04 17:37:54 tomwij Exp $
35
36 EAPI="5"
37
38 JAVA_PKG_IUSE="doc source"
39
40 inherit vcs-snapshot java-pkg-2 java-pkg-simple
41
42 MY_P="hawtjni-project-${PV}"
43
44 DESCRIPTION="A JNI code generator based on the generator used by the Eclipse SWT project"
45 HOMEPAGE="http://jansi.fusesource.org/"
46 SRC_URI="https://github.com/fusesource/hawtjni/tarball/${MY_P} -> ${MY_P}.tar.gz"
47
48 LICENSE="Apache-2.0"
49 SLOT="0"
50 KEYWORDS="~amd64 ~x86"
51
52 DEPEND=">=virtual/jdk-1.5"
53 RDEPEND=">=virtual/jre-1.5"
54
55 S="${WORKDIR}/${MY_P}/${PN}"
56
57 JAVA_SRC_DIR="src/main/java"
58
59 java_prepare() {
60 # Easier to use java-pkg-simple.
61 rm -v pom.xml || die
62 }
63
64 src_install() {
65 java-pkg-simple_src_install
66
67 dodoc ../{changelog,notice,readme}.md
68 }
69
70
71
72 1.1 dev-java/hawtjni-runtime/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hawtjni-runtime/ChangeLog?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/hawtjni-runtime/ChangeLog?rev=1.1&content-type=text/plain
76
77 Index: ChangeLog
78 ===================================================================
79 # ChangeLog for dev-java/hawtjni-runtime
80 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
81 # $Header: /var/cvsroot/gentoo-x86/dev-java/hawtjni-runtime/ChangeLog,v 1.1 2013/06/04 17:37:54 tomwij Exp $
82
83 *hawtjni-runtime-1.8 (04 Jun 2013)
84
85 04 Jun 2013; Tom Wijsman <TomWij@g.o> +hawtjni-runtime-1.8.ebuild,
86 +metadata.xml:
87 New ebuild for hawtjni-runtime; dependency of jansi-native, jline, jruby.