monsieurp    15/03/21 19:04:42

  Modified:             jnr-ffi-1.0.6.ebuild jnr-ffi-1.0.10.ebuild
                        ChangeLog
  Added:                jnr-ffi-2.0.2.ebuild
  Log:
  Version bump courtesy of Arfrever <[email protected]>. Fix bug 525342.
  
  Signed-off-by: [email protected]
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.2                  dev-java/jnr-ffi/jnr-ffi-1.0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.6.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.6.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.6.ebuild?r1=1.1&r2=1.2

Index: jnr-ffi-1.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jnr-ffi-1.0.6.ebuild        21 Sep 2013 12:25:53 -0000      1.1
+++ jnr-ffi-1.0.6.ebuild        21 Mar 2015 19:04:42 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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-1.0.6.ebuild,v 1.1 
2013/09/21 12:25:53 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.6.ebuild,v 1.2 
2015/03/21 19:04:42 monsieurp Exp $
 
 EAPI="5"
 



1.2                  dev-java/jnr-ffi/jnr-ffi-1.0.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.10.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.10.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.10.ebuild?r1=1.1&r2=1.2

Index: jnr-ffi-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jnr-ffi-1.0.10.ebuild       12 Jan 2014 03:10:32 -0000      1.1
+++ jnr-ffi-1.0.10.ebuild       21 Mar 2015 19:04:42 -0000      1.2
@@ -1,19 +1,19 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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-1.0.10.ebuild,v 
1.1 2014/01/12 03:10:32 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.10.ebuild,v 
1.2 2015/03/21 19:04:42 monsieurp Exp $
 
 EAPI="5"
 
 JAVA_PKG_IUSE="doc source test"
 
-inherit java-pkg-2 java-ant-2 vcs-snapshot
+inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="An abstracted interface to invoking native functions from java"
 HOMEPAGE="https://github.com/jnr/jnr-ffi";
-SRC_URI="https://github.com/jnr/${PN}/tarball/${PV} -> ${P}.tar.gz"
+SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 LGPL-3 )"
-SLOT="1"
+SLOT="2"
 KEYWORDS="~amd64 ~x86"
 
 COMMON_DEP="
@@ -47,9 +47,6 @@
 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
 



1.15                 dev-java/jnr-ffi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   13 Nov 2014 15:11:53 -0000      1.14
+++ ChangeLog   21 Mar 2015 19:04:42 -0000      1.15
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/jnr-ffi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/ChangeLog,v 1.14 
2014/11/13 15:11:53 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/ChangeLog,v 1.15 
2015/03/21 19:04:42 monsieurp Exp $
+
+*jnr-ffi-2.0.2 (21 Mar 2015)
+
+  21 Mar 2015; Patrice Clement <[email protected]>
+  +files/jnr-ffi-2.0.2-junit48.patch, +jnr-ffi-2.0.2.ebuild,
+  jnr-ffi-1.0.10.ebuild, jnr-ffi-1.0.6.ebuild:
+  Version bump courtesy of Arfrever <[email protected]>. Fix bug 525342.
 
 *jnr-ffi-0.7.11-r1 (13 Nov 2014)
 



1.1                  dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild?rev=1.1&content-type=text/plain

Index: jnr-ffi-2.0.2.ebuild
===================================================================
# 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.1 
2015/03/21 19:04:42 monsieurp Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source test"

inherit java-pkg-2 java-ant-2 vcs-snapshot

DESCRIPTION="An abstracted interface to invoking native functions from java"
HOMEPAGE="https://github.com/jnr/jnr-ffi";
SRC_URI="https://github.com/jnr/${PN}/tarball/${PV} -> ${P}.tar.gz"

LICENSE="|| ( Apache-2.0 LGPL-3 )"
SLOT="1"
KEYWORDS="~amd64 ~x86"

COMMON_DEP="
        dev-java/jffi:1.2
        dev-java/jnr-x86asm:1.0
        dev-java/asm:4"

RDEPEND="${COMMON_DEP}
        >=virtual/jre-1.5"

DEPEND="${COMMON_DEP}
        >=virtual/jdk-1.5
        test? (
                dev-java/ant-junit:0
                >=dev-java/junit-4.8:4
        )"

java_prepare() {
        cp "${FILESDIR}"/${PN}_maven-build.xml build.xml || die
        epatch "${FILESDIR}"/${P}-junit48.patch
}

JAVA_ANT_REWRITE_CLASSPATH="yes"
JAVA_ANT_CLASSPATH_TAGS="${JAVA_ANT_CLASSPATH_TAGS} javadoc"
JAVA_ANT_ENCODING="UTF-8"

EANT_GENTOO_CLASSPATH="asm-4,jffi-1.2,jnr-x86asm-1.0"
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

        _JAVA_OPTIONS="-Djnr.ffi.library.path=build" \
                java-pkg-2_src_test
}

src_install() {
        java-pkg_dojar target/${PN}.jar

        use doc && java-pkg_dojavadoc target/site/apidocs
        use source && java-pkg_dosrc src/main/java/*
}




Reply via email to