public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/jnr-ffi: jnr-ffi-2.0.2.ebuild jnr-ffi-1.0.10.ebuild ChangeLog
@ 2015-04-02 22:13 James Le Cuirot (chewi)
  0 siblings, 0 replies; only message in thread
From: James Le Cuirot (chewi) @ 2015-04-02 22:13 UTC (permalink / raw
  To: gentoo-commits

chewi       15/04/02 22:13:16

  Modified:             jnr-ffi-2.0.2.ebuild jnr-ffi-1.0.10.ebuild
                        ChangeLog
  Log:
  1.0.10's SRC_URI no longer matches the mirrors and 2.0.2 still uses
  the old style GitHub URL. Sort this mess out once and for all.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-2.0.2.ebuild?rev=1.3&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.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jnr-ffi-2.0.2.ebuild	29 Mar 2015 00:27:57 -0000	1.2
+++ jnr-ffi-2.0.2.ebuild	2 Apr 2015 22:13:15 -0000	1.3
@@ -1,16 +1,16 @@
 # 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.2 2015/03/29 00:27:57 monsieurp Exp $
+# $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 $
 
 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="2"



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.10.ebuild?rev=1.4&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.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jnr-ffi-1.0.10.ebuild	29 Mar 2015 00:27:57 -0000	1.3
+++ jnr-ffi-1.0.10.ebuild	2 Apr 2015 22:13:15 -0000	1.4
@@ -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.3 2015/03/29 00:27:57 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/jnr-ffi-1.0.10.ebuild,v 1.4 2015/04/02 22:13:15 chewi Exp $
 
 EAPI="5"
 
@@ -31,12 +31,8 @@
 		>=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
-
 	epatch "${FILESDIR}"/${PN}-1.0.6-junit48.patch
 }
 



1.17                 dev-java/jnr-ffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	29 Mar 2015 00:27:57 -0000	1.16
+++ ChangeLog	2 Apr 2015 22:13:15 -0000	1.17
@@ -1,6 +1,11 @@
 # 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.16 2015/03/29 00:27:57 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-ffi/ChangeLog,v 1.17 2015/04/02 22:13:15 chewi Exp $
+
+  02 Apr 2015; James Le Cuirot <chewi@gentoo.org> jnr-ffi-1.0.10.ebuild,
+  jnr-ffi-2.0.2.ebuild:
+  1.0.10's SRC_URI no longer matches the mirrors and 2.0.2 still uses the old
+  style GitHub URL. Sort this mess out once and for all.
 
   29 Mar 2015; Patrice Clement <monsieurp@gentoo.org> jnr-ffi-1.0.10.ebuild,
   jnr-ffi-2.0.2.ebuild:





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-02 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-02 22:13 [gentoo-commits] gentoo-x86 commit in dev-java/jnr-ffi: jnr-ffi-2.0.2.ebuild jnr-ffi-1.0.10.ebuild ChangeLog James Le Cuirot (chewi)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox