public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/jffi: jffi-1.0.11.ebuild ChangeLog
@ 2013-08-31 15:01 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-08-31 15:01 UTC (permalink / raw
  To: gentoo-commits

pacho       13/08/31 15:01:48

  Modified:             jffi-1.0.11.ebuild ChangeLog
  Log:
  Drop -Werror usage in tests and fix tests building with gcc-4.7 (#438130)
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  dev-java/jffi/jffi-1.0.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild?r1=1.5&r2=1.6

Index: jffi-1.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jffi-1.0.11.ebuild	25 Aug 2012 19:09:47 -0000	1.5
+++ jffi-1.0.11.ebuild	31 Aug 2013 15:01:48 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild,v 1.5 2012/08/25 19:09:47 thev00d00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild,v 1.6 2013/08/31 15:01:48 pacho Exp $
 
 EAPI="4"
 
@@ -37,11 +37,12 @@
 java_prepare() {
 	cp "${FILESDIR}"/${PN}_maven-build.xml build.xml || die
 	epatch "${FILESDIR}"/${P}_no-werror.patch
+	sed -i -e 's/-Werror //' libtest/GNUmakefile || die
 
 	find "${WORKDIR}" -iname '*.jar' -delete
 
 	# Fix build with GCC 4.7 #421501
-	sed -i -e "s|-mimpure-text||g" jni/GNUmakefile || die
+	sed -i -e "s|-mimpure-text||g" jni/GNUmakefile libtest/GNUmakefile || die
 }
 
 JAVA_ANT_REWRITE_CLASSPATH="yes"



1.27                 dev-java/jffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jffi/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	7 Feb 2013 13:15:36 -0000	1.26
+++ ChangeLog	31 Aug 2013 15:01:48 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/jffi
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/ChangeLog,v 1.26 2013/02/07 13:15:36 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/ChangeLog,v 1.27 2013/08/31 15:01:48 pacho Exp $
+
+  31 Aug 2013; Pacho Ramos <pacho@gentoo.org> jffi-1.0.11.ebuild:
+  Drop -Werror usage in tests and fix tests building with gcc-4.7 (#438130)
 
 *jffi-1.2.6 (07 Feb 2013)
 
@@ -134,4 +137,3 @@
   22 May 2009; Vlastimil Babka <caster@gentoo.org> +jffi-0.3-r2.ebuild,
   +metadata.xml:
   New package, jruby dependency. Ebuild provided by chewi in java-overlay.
-





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

only message in thread, other threads:[~2013-08-31 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-31 15:01 [gentoo-commits] gentoo-x86 commit in dev-java/jffi: jffi-1.0.11.ebuild ChangeLog Pacho Ramos (pacho)

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