Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 525342 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +7 lines)
Line  Link Here
0
-- jnr-posix-3.0.1-r1.ebuild
0
++ jnr-posix-3.0.10.ebuild
Lines 1-16 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/jnr-posix/jnr-posix-3.0.1-r1.ebuild,v 1.1 2014/01/12 23:50:49 tomwij Exp $
3
# $Header: $
4
4
5
EAPI="5"
5
EAPI="5"
6
6
7
JAVA_PKG_IUSE="doc source test"
7
JAVA_PKG_IUSE="doc source test"
8
8
9
inherit java-pkg-2 java-ant-2 vcs-snapshot
9
inherit java-pkg-2 java-ant-2
10
10
11
DESCRIPTION="Lightweight cross-platform POSIX emulation layer for Java"
11
DESCRIPTION="Lightweight cross-platform POSIX emulation layer for Java"
12
HOMEPAGE="https://github.com/jnr/jnr-posix"
12
HOMEPAGE="https://github.com/jnr/jnr-posix"
13
SRC_URI="https://github.com/jnr/${PN}/tarball/${PV} -> ${P}.tar.gz"
13
SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
14
14
15
LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"
15
LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"
16
SLOT="3.0"
16
SLOT="3.0"
Lines 18-24 Link Here
18
18
19
COMMON_DEP="
19
COMMON_DEP="
20
	dev-java/jnr-constants:0
20
	dev-java/jnr-constants:0
21
	dev-java/jnr-ffi:1"
21
	dev-java/jnr-ffi:2"
22
22
23
RDEPEND="${COMMON_DEP}
23
RDEPEND="${COMMON_DEP}
24
	>=virtual/jre-1.5"
24
	>=virtual/jre-1.5"
Lines 39-52 Link Here
39
JAVA_ANT_ENCODING="UTF-8"
39
JAVA_ANT_ENCODING="UTF-8"
40
40
41
EANT_EXTRA_ARGS="-Dmaven.build.finalName=${PN}"
41
EANT_EXTRA_ARGS="-Dmaven.build.finalName=${PN}"
42
EANT_GENTOO_CLASSPATH="jnr-constants,jnr-ffi-1"
42
EANT_GENTOO_CLASSPATH="jnr-constants,jnr-ffi-2"
43
EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit-4"
43
EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit-4"
44
44
45
src_test() {
45
src_test() {
46
	# Fails, upstream pom has ignore test failures enabled.
47
	rm -v src/test/java/jnr/posix/FileStatTest.java || die
48
	rm -v src/test/java/jnr/posix/SpawnTest.java || die
49
50
	java-pkg-2_src_test
46
	java-pkg-2_src_test
51
}
47
}
52
48

Return to bug 525342