public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gmp: ChangeLog gmp-5.0.2_p1.ebuild
Date: Tue,  3 Jan 2012 10:21:17 +0000 (UTC)	[thread overview]
Message-ID: <20120103102117.A84562004B@flycatcher.gentoo.org> (raw)

vapier      12/01/03 10:21:17

  Modified:             ChangeLog gmp-5.0.2_p1.ebuild
  Log:
  Mung the libgmp.la references in libgmpxx.la #397389 by David Leverton.
  
  (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)

Revision  Changes    Path
1.161                dev-libs/gmp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmp/ChangeLog?rev=1.161&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmp/ChangeLog?rev=1.161&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmp/ChangeLog?r1=1.160&r2=1.161

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gmp/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog	1 Jan 2012 18:37:30 -0000	1.160
+++ ChangeLog	3 Jan 2012 10:21:17 -0000	1.161
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/gmp
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/ChangeLog,v 1.160 2012/01/01 18:37:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/ChangeLog,v 1.161 2012/01/03 10:21:17 vapier Exp $
+
+  03 Jan 2012; Mike Frysinger <vapier@gentoo.org> gmp-5.0.2_p1.ebuild:
+  Mung the libgmp.la references in libgmpxx.la #397389 by David Leverton.
 
   01 Jan 2012; Raúl Porcel <armin76@gentoo.org> gmp-5.0.2_p1.ebuild:
   ia64/m68k/s390/sh/sparc/x86 stable wrt #395193



1.10                 dev-libs/gmp/gmp-5.0.2_p1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmp/gmp-5.0.2_p1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmp/gmp-5.0.2_p1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmp/gmp-5.0.2_p1.ebuild?r1=1.9&r2=1.10

Index: gmp-5.0.2_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.0.2_p1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gmp-5.0.2_p1.ebuild	1 Jan 2012 18:37:30 -0000	1.9
+++ gmp-5.0.2_p1.ebuild	3 Jan 2012 10:21:17 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.0.2_p1.ebuild,v 1.9 2012/01/01 18:37:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.0.2_p1.ebuild,v 1.10 2012/01/03 10:21:17 vapier Exp $
 
 inherit flag-o-matic eutils libtool toolchain-funcs
 
@@ -81,7 +81,10 @@
 	# should be a standalone lib
 	rm -f "${D}"/usr/$(get_libdir)/libgmp.la
 	# this requires libgmp
-	use static-libs || rm -f "${D}"/usr/$(get_libdir)/libgmpxx.la
+	local la="${D}/usr/$(get_libdir)/libgmpxx.la"
+	use static-libs \
+		&& sed -i 's:/[^ ]*/libgmp.la:-lgmp:' "${la}" \
+		|| rm -f "${la}"
 
 	dodoc AUTHORS ChangeLog NEWS README
 	dodoc doc/configuration doc/isa_abi_headache






             reply	other threads:[~2012-01-03 10:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-03 10:21 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-01 21:10 [gentoo-commits] gentoo-x86 commit in dev-libs/gmp: ChangeLog gmp-5.0.2_p1.ebuild Brent Baude (ranger)
2012-01-01 18:37 Raul Porcel (armin76)
2011-12-26 11:21 Markus Meier (maekke)
2011-12-23  1:46 Matt Turner (mattst88)
2011-12-20 20:50 Jeroen Roovers (jer)
2011-12-07  6:40 Mike Frysinger (vapier)
2011-08-25 19:33 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120103102117.A84562004B@flycatcher.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox