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/bcrypt-ruby: ChangeLog bcrypt-ruby-3.0.1.ebuild
Date: Tue, 14 May 2013 17:59:20 +0000 (UTC)	[thread overview]
Message-ID: <20130514175920.3901121710@flycatcher.gentoo.org> (raw)

graaff      13/05/14 17:59:20

  Modified:             ChangeLog bcrypt-ruby-3.0.1.ebuild
  Log:
  Remove unused code triggering unused symbols, bug 469690.
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.13                 dev-ruby/bcrypt-ruby/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcrypt-ruby/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcrypt-ruby/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcrypt-ruby/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bcrypt-ruby/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	16 Jan 2013 01:11:39 -0000	1.12
+++ ChangeLog	14 May 2013 17:59:20 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/bcrypt-ruby
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcrypt-ruby/ChangeLog,v 1.12 2013/01/16 01:11:39 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcrypt-ruby/ChangeLog,v 1.13 2013/05/14 17:59:20 graaff Exp $
+
+  14 May 2013; Hans de Graaff <graaff@gentoo.org> bcrypt-ruby-3.0.1.ebuild,
+  +files/bcrypt-ruby-3.0.1-undefined-symbols.patch:
+  Remove unused code triggering unused symbols, bug 469690.
 
   16 Jan 2013; Rick Farina <zerochaos@gentoo.org> bcrypt-ruby-3.0.1.ebuild:
   adding ~arm keywords to net-analyzer/metasploit rdeps



1.13                 dev-ruby/bcrypt-ruby/bcrypt-ruby-3.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.0.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.0.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.0.1.ebuild?r1=1.12&r2=1.13

Index: bcrypt-ruby-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.0.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bcrypt-ruby-3.0.1.ebuild	16 Jan 2013 01:11:39 -0000	1.12
+++ bcrypt-ruby-3.0.1.ebuild	14 May 2013 17:59:20 -0000	1.13
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.0.1.ebuild,v 1.12 2013/01/16 01:11:39 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.0.1.ebuild,v 1.13 2013/05/14 17:59:20 graaff Exp $
 
 EAPI=2
 
-USE_RUBY="ruby18 ruby19 ree18"
+USE_RUBY="ruby18 ruby19"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 
@@ -21,6 +21,8 @@
 SLOT="0"
 IUSE=""
 
+RUBY_PATCHES=( ${P}-undefined-symbols.patch )
+
 all_ruby_prepare() {
 	rm Gemfile || die
 	sed -i -e '/git ls-files/d' bcrypt-ruby.gemspec || die





             reply	other threads:[~2013-05-14 17:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-14 17:59 Hans de Graaff (graaff) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-30 18:33 [gentoo-commits] gentoo-x86 commit in dev-ruby/bcrypt-ruby: ChangeLog bcrypt-ruby-3.0.1.ebuild Hans de Graaff (graaff)
2012-03-11 13:44 Brent Baude (ranger)
2012-02-06 16:10 Brent Baude (ranger)
2011-12-27  8:08 Hans de Graaff (graaff)
2011-12-03 17:31 Raul Porcel (armin76)
2011-11-13 16:16 Markus Meier (maekke)
2011-10-10 17:28 Fabian Groffen (grobian)

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=20130514175920.3901121710@flycatcher.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