From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-641999-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 20833138247
	for <garchives@archives.gentoo.org>; Sun, 17 Nov 2013 10:45:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0E9C7E0908;
	Sun, 17 Nov 2013 10:45:04 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 88DA7E0908
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Nov 2013 10:45:03 +0000 (UTC)
Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 74D6733F046
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Nov 2013 10:45:02 +0000 (UTC)
Received: by flycatcher.gentoo.org (Postfix, from userid 2149)
	id 3BE872004B; Sun, 17 Nov 2013 10:45:01 +0000 (UTC)
From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/thor: ChangeLog thor-0.18.1.ebuild
X-VCS-Repository: gentoo-x86
X-VCS-Files: ChangeLog thor-0.18.1.ebuild
X-VCS-Directories: dev-ruby/thor
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
Message-Id: <20131117104501.3BE872004B@flycatcher.gentoo.org>
Date: Sun, 17 Nov 2013 10:45:01 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 53dabe60-e622-4c16-ba38-c2b0919218d6
X-Archives-Hash: 63d6987b8bf8ff012731db5756e9b5f8

graaff      13/11/17 10:45:01

  Modified:             ChangeLog thor-0.18.1.ebuild
  Log:
  Add ruby20. Avoid spec failing with LANG=C, fixing bug 430402.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.18                 dev-ruby/thor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thor/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	1 Sep 2013 06:05:57 -0000	1.17
+++ ChangeLog	17 Nov 2013 10:45:01 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/thor
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/ChangeLog,v 1.17 2013/09/01 06:05:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/ChangeLog,v 1.18 2013/11/17 10:45:01 graaff Exp $
+
+  17 Nov 2013; Hans de Graaff <graaff@gentoo.org> thor-0.18.1.ebuild:
+  Add ruby20. Avoid spec failing with LANG=C, fixing bug 430402.
 
 *thor-0.18.1 (01 Sep 2013)
 



1.2                  dev-ruby/thor/thor-0.18.1.ebuild

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

Index: thor-0.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.18.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thor-0.18.1.ebuild	1 Sep 2013 06:05:57 -0000	1.1
+++ thor-0.18.1.ebuild	17 Nov 2013 10:45:01 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.18.1.ebuild,v 1.1 2013/09/01 06:05:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.18.1.ebuild,v 1.2 2013/11/17 10:45:01 graaff Exp $
 
-EAPI=4
-USE_RUBY="ruby18 ruby19 jruby"
+EAPI=5
+USE_RUBY="ruby18 ruby19 ruby20 jruby"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
@@ -41,6 +41,10 @@
 	# Remove mandatory coverage collection using simplecov which is not
 	# packaged.
 	sed -i -e '/require .simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die
+
+	# Avoid a spec that requires UTF-8 support, so LANG=C still works,
+	# bug 430402
+	sed -i -e '/uses maximum terminal width/,/end/ s:^:#:' spec/shell/basic_spec.rb || die
 }
 
 each_ruby_prepare() {