public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rubygems: rubygems-1.2.0.ebuild ChangeLog
Date: Wed, 10 Sep 2008 05:43:16 +0000	[thread overview]
Message-ID: <E1KdIU0-0001dI-LN@stork.gentoo.org> (raw)

graaff      08/09/10 05:43:16

  Modified:             rubygems-1.2.0.ebuild ChangeLog
  Log:
  Fix sandbox problems, #230163
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  dev-ruby/rubygems/rubygems-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rubygems/rubygems-1.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rubygems/rubygems-1.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rubygems/rubygems-1.2.0.ebuild?r1=1.4&r2=1.5

Index: rubygems-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rubygems-1.2.0.ebuild	6 Aug 2008 16:40:12 -0000	1.4
+++ rubygems-1.2.0.ebuild	10 Sep 2008 05:43:16 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.2.0.ebuild,v 1.4 2008/08/06 16:40:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.2.0.ebuild,v 1.5 2008/09/10 05:43:16 graaff Exp $
 
 inherit ruby
 
@@ -42,9 +42,11 @@
 
 	ver=$(${RUBY} -r rbconfig -e 'print Config::CONFIG["ruby_version"]')
 
-	# rubygems tries to create GEM_HOME if it doesn't exist, upsetting sandbox,
-	# bug #202109
+	# rubygems tries to create GEM_HOME if it doesn't exist, upsetting
+	# sandbox, bug #202109. Since 1.2.0 we also need to set GEM_PATH
+	# for this reason, bug #230163.
 	export GEM_HOME="${D}/usr/$(get_libdir)/ruby/gems/${ver}"
+	export GEM_PATH="${GEM_HOME}/"
 	keepdir /usr/$(get_libdir)/ruby/gems/$ver/{doc,gems,cache,specifications}
 
 	myconf=""



1.102                dev-ruby/rubygems/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rubygems/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	6 Aug 2008 16:40:12 -0000	1.101
+++ ChangeLog	10 Sep 2008 05:43:16 -0000	1.102
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/rubygems
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.101 2008/08/06 16:40:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.102 2008/09/10 05:43:16 graaff Exp $
+
+  10 Sep 2008; Hans de Graaff <graaff@gentoo.org> rubygems-1.2.0.ebuild:
+  Fixed sandbox problems with first install of rubygems. Thanks to Alex Legler
+  for digging in and finding the root cause of the problem in #230163.
 
   06 Aug 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml,
   rubygems-1.2.0.ebuild:






             reply	other threads:[~2008-09-10  5:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-10  5:43 Hans de Graaff (graaff) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-10-31  7:38 [gentoo-commits] gentoo-x86 commit in dev-ruby/rubygems: rubygems-1.2.0.ebuild ChangeLog Hans de Graaff (graaff)
2008-10-31 13:37 Ferris McCormick (fmccor)
2008-10-31 16:04 Jeroen Roovers (jer)
2008-11-01 18:05 Gysbert Wassenaar (nixnut)
2008-11-02 14:52 Markus Meier (maekke)
2008-11-03 11:22 Raul Porcel (armin76)
2008-12-02 22:36 Brent Baude (ranger)

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=E1KdIU0-0001dI-LN@stork.gentoo.org \
    --to=graaff@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