public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico (zmedico)" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/googleearth: googleearth-6.2.2.6613.ebuild ChangeLog
Date: Tue,  8 May 2012 15:58:35 +0000 (UTC)	[thread overview]
Message-ID: <20120508155835.A9CD02004B@flycatcher.gentoo.org> (raw)

zmedico     12/05/08 15:58:35

  Modified:             googleearth-6.2.2.6613.ebuild ChangeLog
  Log:
  Also set RPATH for libraries in plugins/imageformats/ subdirectory.
  
  (Portage version: 2.2.0_alpha101_p18/cvs/Linux i686)

Revision  Changes    Path
1.3                  sci-geosciences/googleearth/googleearth-6.2.2.6613.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/googleearth-6.2.2.6613.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/googleearth-6.2.2.6613.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/googleearth-6.2.2.6613.ebuild?r1=1.2&r2=1.3

Index: googleearth-6.2.2.6613.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-6.2.2.6613.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- googleearth-6.2.2.6613.ebuild	8 May 2012 08:50:24 -0000	1.2
+++ googleearth-6.2.2.6613.ebuild	8 May 2012 15:58:35 -0000	1.3
@@ -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/sci-geosciences/googleearth/googleearth-6.2.2.6613.ebuild,v 1.2 2012/05/08 08:50:24 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/googleearth-6.2.2.6613.ebuild,v 1.3 2012/05/08 15:58:35 zmedico Exp $
 
 EAPI="4"
 
@@ -114,6 +114,11 @@
 		patchelf --set-rpath '$ORIGIN' "${x}" || \
 			die "patchelf failed on ${x}"
 	done
+	for x in plugins/imageformats/*.so ; do
+		[[ -f ${x} ]] || continue
+		patchelf --set-rpath /opt/${PN} "${x}" || \
+			die "patchelf failed on ${x}"
+	done
 }
 
 src_install() {



1.33                 sci-geosciences/googleearth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/googleearth/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	8 May 2012 08:50:24 -0000	1.32
+++ ChangeLog	8 May 2012 15:58:35 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/googleearth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.32 2012/05/08 08:50:24 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/googleearth/ChangeLog,v 1.33 2012/05/08 15:58:35 zmedico Exp $
+
+  08 May 2012; Zac Medico <zmedico@gentoo.org> googleearth-6.2.2.6613.ebuild:
+  Also set RPATH for libraries in plugins/imageformats/ subdirectory.
 
   08 May 2012; Zac Medico <zmedico@gentoo.org> googleearth-6.2.2.6613.ebuild:
   Use patchelf --set-rpath $ORIGIN so that library dependencies can be properly






             reply	other threads:[~2012-05-08 16:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-08 15:58 Zac Medico (zmedico) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-09  1:07 [gentoo-commits] gentoo-x86 commit in sci-geosciences/googleearth: googleearth-6.2.2.6613.ebuild ChangeLog Zac Medico (zmedico)
2012-05-08  8:50 Zac Medico (zmedico)

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=20120508155835.A9CD02004B@flycatcher.gentoo.org \
    --to=zmedico@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