monsieurp    15/03/29 00:27:57

  Modified:             jnr-ffi-1.0.10.ebuild jnr-ffi-2.0.2.ebuild
                        ChangeLog
  Log:
  Adjust SLOTs and ${S}. Fix bug 544778 and bug 544780.
  
  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-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.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.10.ebuild?rev=1.3&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.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jnr-ffi-1.0.10.ebuild       21 Mar 2015 19:04:42 -0000      1.2
+++ jnr-ffi-1.0.10.ebuild       29 Mar 2015 00:27:57 -0000      1.3
@@ -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-1.0.10.ebuild,v 
1.2 2015/03/21 19:04:42 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.10.ebuild,v 
1.3 2015/03/29 00:27:57 monsieurp Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 LGPL-3 )"
-SLOT="2"
+SLOT="1"
 KEYWORDS="~amd64 ~x86"
 
 COMMON_DEP="
@@ -31,6 +31,9 @@
                >=dev-java/junit-4.8:4
        )"
 
+# Yeah, well.. don't ask me why.
+S="${WORKDIR}/jnr-${PN}-c0b5ebf"
+
 java_prepare() {
        cp "${FILESDIR}"/${PN}_maven-build.xml build.xml || die
 



1.2                  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild?r1=1.1&r2=1.2

Index: jnr-ffi-2.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jnr-ffi-2.0.2.ebuild        21 Mar 2015 19:04:42 -0000      1.1
+++ jnr-ffi-2.0.2.ebuild        29 Mar 2015 00:27:57 -0000      1.2
@@ -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.1 
2015/03/21 19:04:42 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild,v 1.2 
2015/03/29 00:27:57 monsieurp Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 SRC_URI="https://github.com/jnr/${PN}/tarball/${PV} -> ${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 LGPL-3 )"
-SLOT="1"
+SLOT="2"
 KEYWORDS="~amd64 ~x86"
 
 COMMON_DEP="



1.16                 dev-java/jnr-ffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   21 Mar 2015 19:04:42 -0000      1.15
+++ ChangeLog   29 Mar 2015 00:27:57 -0000      1.16
@@ -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.15 
2015/03/21 19:04:42 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/ChangeLog,v 1.16 
2015/03/29 00:27:57 monsieurp Exp $
+
+  29 Mar 2015; Patrice Clement <[email protected]> jnr-ffi-1.0.10.ebuild,
+  jnr-ffi-2.0.2.ebuild:
+  Adjust SLOTs and ${S}. Fix bug 544778 and bug 544780.
 
 *jnr-ffi-2.0.2 (21 Mar 2015)
 




Reply via email to