summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2015-04-02 22:37:02 +0000
committerJames Le Cuirot <chewi@gentoo.org>2015-04-02 22:37:02 +0000
commit7f8e86c0e6992381850d1d9c2c3b6044fc398c07 (patch)
tree6c443c1523d19870bb5eb013a46d1368e636aa8e /dev-java
parent1.0.10's SRC_URI no longer matches the mirrors and 2.0.2 still uses (diff)
downloadgentoo-2-7f8e86c0e6992381850d1d9c2c3b6044fc398c07.tar.gz
gentoo-2-7f8e86c0e6992381850d1d9c2c3b6044fc398c07.tar.bz2
gentoo-2-7f8e86c0e6992381850d1d9c2c3b6044fc398c07.zip
The line to remove the broken test was supposed to be removed but
wasn't amid the earlier confusion. Upstream appears to have fixed it. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jnr-ffi/ChangeLog6
-rw-r--r--dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild5
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-java/jnr-ffi/ChangeLog b/dev-java/jnr-ffi/ChangeLog
index ca0cca65b729..7c7cd775765d 100644
--- a/dev-java/jnr-ffi/ChangeLog
+++ b/dev-java/jnr-ffi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jnr-ffi
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/ChangeLog,v 1.17 2015/04/02 22:13:15 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/ChangeLog,v 1.18 2015/04/02 22:37:02 chewi Exp $
+
+ 02 Apr 2015; James Le Cuirot <chewi@gentoo.org> jnr-ffi-2.0.2.ebuild:
+ The line to remove the broken test was supposed to be removed but wasn't amid
+ the earlier confusion. Upstream appears to have fixed it.
02 Apr 2015; James Le Cuirot <chewi@gentoo.org> jnr-ffi-1.0.10.ebuild,
jnr-ffi-2.0.2.ebuild:
diff --git a/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild b/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild
index 35e3d096fb77..9339005fe72f 100644
--- a/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild
+++ b/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild,v 1.3 2015/04/02 22:13:15 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild,v 1.4 2015/04/02 22:37:02 chewi Exp $
EAPI="5"
@@ -46,9 +46,6 @@ EANT_EXTRA_ARGS="-Dmaven.build.finalName=${PN}"
EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit-4"
src_test() {
- # Fails, upstream pom has ignore test failures enabled.
- rm -v src/test/java/jnr/ffi/StringArrayTest.java || die
-
# build native test library
emake BUILD_DIR=build -f libtest/GNUmakefile