monsieurp    15/03/21 23:43:08

  Modified:             ChangeLog
  Added:                jnr-enxio-0.7.ebuild
  Log:
  Version bump. 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.3                  dev-java/jnr-enxio/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-enxio/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   23 Oct 2013 18:21:45 -0000      1.2
+++ ChangeLog   21 Mar 2015 23:43:08 -0000      1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/jnr-enxio
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-enxio/ChangeLog,v 1.2 
2013/10/23 18:21:45 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-enxio/ChangeLog,v 1.3 
2015/03/21 23:43:08 monsieurp Exp $
+
+*jnr-enxio-0.7 (21 Mar 2015)
+
+  21 Mar 2015; Patrice Clement <[email protected]>
+  +files/jnr-enxio-0.7-build.xml, +jnr-enxio-0.7.ebuild:
+  Version bump. Fix bug 525342.
 
   23 Oct 2013; Tom Wijsman <[email protected]> jnr-enxio-0.4.ebuild:
   Fix compilation by rewriting the classpath.



1.1                  dev-java/jnr-enxio/jnr-enxio-0.7.ebuild

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

Index: jnr-enxio-0.7.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-enxio/jnr-enxio-0.7.ebuild,v 
1.1 2015/03/21 23:43:08 monsieurp Exp $

EAPI="5"

JAVA_PKG_IUSE="doc examples source test"

inherit java-pkg-2 java-ant-2

DESCRIPTION="Java Native Runtime Enhanced X-platform I/O"
SRC_URI="http://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/jnr/jnr-enxio";

SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="Apache-2.0"

CDEPEND="dev-java/jnr-constants:0
        dev-java/jnr-ffi:2"

DEPEND="${CDEPEND}
        >=virtual/jdk-1.6"

RDEPEND="${CDEPEND}
        >=virtual/jre-1.6"

java_prepare() {
        cp "${FILESDIR}"/${P}-build.xml build.xml || die
}

JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="jnr-constants,jnr-ffi-0.7"

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

        use source && java-pkg_dosrc src/main/java/jnr
        use examples && java-pkg_doexamples src/main/java/jnr/enxio/example
        use doc && java-pkg_dojavadoc target/site/apidocs
}




Reply via email to