Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 542466
Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +7 lines)
Line  Link Here
0
-- hawtjni-runtime-1.8.ebuild
0
++ hawtjni-runtime-1.10.ebuild
Lines 1-18 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2015 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-java/hawtjni-runtime/hawtjni-runtime-1.8.ebuild,v 1.2 2014/01/08 19:43:53 tomwij Exp $
3
# $Header: $
4
4
5
EAPI="5"
5
EAPI="5"
6
6
7
JAVA_PKG_IUSE="doc source"
7
JAVA_PKG_IUSE="doc source"
8
8
9
inherit vcs-snapshot java-pkg-2 java-pkg-simple
9
inherit java-pkg-2 java-pkg-simple
10
10
11
MY_P="hawtjni-project-${PV}"
11
MY_P="hawtjni-project-${PV}"
12
12
13
DESCRIPTION="A JNI code generator based on the generator used by the Eclipse SWT project"
13
DESCRIPTION="A JNI code generator based on the generator used by the Eclipse SWT project"
14
HOMEPAGE="http://jansi.fusesource.org/"
14
HOMEPAGE="http://jansi.fusesource.org/ https://github.com/fusesource/hawtjni"
15
SRC_URI="https://github.com/fusesource/hawtjni/tarball/${MY_P} -> ${MY_P}.tar.gz"
15
SRC_URI="https://github.com/fusesource/hawtjni/archive/${MY_P}.tar.gz"
16
16
17
LICENSE="Apache-2.0"
17
LICENSE="Apache-2.0"
18
SLOT="0"
18
SLOT="0"
Lines 21-27 Link Here
21
DEPEND=">=virtual/jdk-1.5"
21
DEPEND=">=virtual/jdk-1.5"
22
RDEPEND=">=virtual/jre-1.5"
22
RDEPEND=">=virtual/jre-1.5"
23
23
24
S="${WORKDIR}/${MY_P}/${PN}"
24
S="${WORKDIR}/hawtjni-${MY_P}/${PN}"
25
25
26
JAVA_SRC_DIR="src/main/java"
26
JAVA_SRC_DIR="src/main/java"
27
27

Return to bug 542466