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 (-9 / +6 lines)
Line  Link Here
0
-- jnr-ffi-1.0.10.ebuild
0
++ jnr-ffi-2.0.2.ebuild
Lines 1-19 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-ffi/jnr-ffi-1.0.10.ebuild,v 1.1 2014/01/12 03:10:32 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="An abstracted interface to invoking native functions from java"
11
DESCRIPTION="An abstracted interface to invoking native functions from java"
12
HOMEPAGE="https://github.com/jnr/jnr-ffi"
12
HOMEPAGE="https://github.com/jnr/jnr-ffi"
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="|| ( Apache-2.0 LGPL-3 )"
15
LICENSE="|| ( Apache-2.0 LGPL-3 )"
16
SLOT="1"
16
SLOT="2"
17
KEYWORDS="~amd64 ~x86"
17
KEYWORDS="~amd64 ~x86"
18
18
19
COMMON_DEP="
19
COMMON_DEP="
Lines 47-55 Link Here
47
EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit-4"
47
EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit-4"
48
48
49
src_test() {
49
src_test() {
50
	# Fails, upstream pom has ignore test failures enabled.
51
	rm -v src/test/java/jnr/ffi/StringArrayTest.java || die
52
53
	# build native test library
50
	# build native test library
54
	emake BUILD_DIR=build -f libtest/GNUmakefile
51
	emake BUILD_DIR=build -f libtest/GNUmakefile
55
52

Return to bug 525342