public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/nqp: nqp-2014.12.ebuild nqp-2015.01.ebuild ChangeLog
@ 2015-01-26  4:14 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2015-01-26  4:14 UTC (permalink / raw
  To: gentoo-commits

patrick     15/01/26 04:14:32

  Modified:             nqp-2014.12.ebuild nqp-2015.01.ebuild ChangeLog
  Log:
  Remove libffi hackery, this was caused by stale parrot config
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-lang/nqp/nqp-2014.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.12.ebuild?r1=1.2&r2=1.3

Index: nqp-2014.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nqp-2014.12.ebuild	23 Jan 2015 03:50:21 -0000	1.2
+++ nqp-2014.12.ebuild	26 Jan 2015 04:14:32 -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-lang/nqp/nqp-2014.12.ebuild,v 1.2 2015/01/23 03:50:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.12.ebuild,v 1.3 2015/01/26 04:14:32 patrick Exp $
 
 EAPI=5
 
@@ -45,10 +45,6 @@
 	# more dirty hack to allow building with newer gcc
 	sed -i -e 's/-Werror=implicit-function-declaration//' Makefile || die
 	sed -i -e 's/-Werror=nested-externs//' Makefile || die
-
-	# horrible hackery, but we need to know where libffi hides its headers ...
-	libffi_path=$(echo /usr/lib64/libffi-*)
-	sed -i -e "s:/usr/lib64/libffi-3.1:${libffi_path}:" Makefile || die
 }
 
 src_compile() {



1.2                  dev-lang/nqp/nqp-2015.01.ebuild

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

Index: nqp-2015.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2015.01.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nqp-2015.01.ebuild	26 Jan 2015 03:37:44 -0000	1.1
+++ nqp-2015.01.ebuild	26 Jan 2015 04:14:32 -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-lang/nqp/nqp-2015.01.ebuild,v 1.1 2015/01/26 03:37:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2015.01.ebuild,v 1.2 2015/01/26 04:14:32 patrick Exp $
 
 EAPI=5
 
@@ -45,10 +45,6 @@
 	# more dirty hack to allow building with newer gcc
 	sed -i -e 's/-Werror=implicit-function-declaration//' Makefile || die
 	sed -i -e 's/-Werror=nested-externs//' Makefile || die
-
-	# horrible hackery, but we need to know where libffi hides its headers ...
-	libffi_path=$(echo /usr/lib64/libffi-*)
-	sed -i -e "s:/usr/lib64/libffi-3.1:${libffi_path}:" Makefile || die
 }
 
 src_compile() {



1.60                 dev-lang/nqp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nqp/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	26 Jan 2015 03:37:44 -0000	1.59
+++ ChangeLog	26 Jan 2015 04:14:32 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/nqp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/ChangeLog,v 1.59 2015/01/26 03:37:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/ChangeLog,v 1.60 2015/01/26 04:14:32 patrick Exp $
+
+  26 Jan 2015; Patrick Lauer <patrick@gentoo.org> nqp-2014.12.ebuild,
+  nqp-2015.01.ebuild:
+  Remove libffi hackery, this was caused by stale parrot config
 
 *nqp-2015.01 (26 Jan 2015)
 





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

only message in thread, other threads:[~2015-01-26  4:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26  4:14 [gentoo-commits] gentoo-x86 commit in dev-lang/nqp: nqp-2014.12.ebuild nqp-2015.01.ebuild ChangeLog Patrick Lauer (patrick)

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