From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0BDF41381F3 for ; Tue, 8 Oct 2013 18:41:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98EA9E09EC; Tue, 8 Oct 2013 18:40:55 +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 34936E09EC for ; Tue, 8 Oct 2013 18:40:55 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F97533EF35 for ; Tue, 8 Oct 2013 18:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CF611E5308 for ; Tue, 8 Oct 2013 18:40:51 +0000 (UTC) From: "Peter Wilmott" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Peter Wilmott" Message-ID: <1381257606.3dc737741555e77029e73a6007ed58f9932c01a5.p8952@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/chronic/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/chronic/ChangeLog dev-ruby/chronic/chronic-0.10.2.ebuild dev-ruby/chronic/chronic-0.9.1.ebuild X-VCS-Directories: dev-ruby/chronic/ X-VCS-Committer: p8952 X-VCS-Committer-Name: Peter Wilmott X-VCS-Revision: 3dc737741555e77029e73a6007ed58f9932c01a5 X-VCS-Branch: master Date: Tue, 8 Oct 2013 18:40:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7ab6089-b5bc-4066-8748-54d7006fc050 X-Archives-Hash: 5d8674b13949fc2b70c6a8b6ac23d05d commit: 3dc737741555e77029e73a6007ed58f9932c01a5 Author: Peter Wilmott

p8952 info> AuthorDate: Tue Oct 8 18:40:06 2013 +0000 Commit: Peter Wilmott

p8952 info> CommitDate: Tue Oct 8 18:40:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=3dc73774 remove ree18 targets Package-Manager: portage-2.2.1 --- dev-ruby/chronic/ChangeLog | 4 ++++ dev-ruby/chronic/chronic-0.10.2.ebuild | 2 +- dev-ruby/chronic/chronic-0.9.1.ebuild | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog index 9e25ad9..465f3a2 100644 --- a/dev-ruby/chronic/ChangeLog +++ b/dev-ruby/chronic/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.13 2013/09/09 02:53:05 mrueg Exp $ + 08 Oct 2013; Peter Wilmott chronic-0.10.2.ebuild, + chronic-0.9.1.ebuild: + remove ree18 targets + 07 Oct 2013; Peter Wilmott chronic-0.10.2.ebuild: skip tests which error using ruby18 diff --git a/dev-ruby/chronic/chronic-0.10.2.ebuild b/dev-ruby/chronic/chronic-0.10.2.ebuild index 26c6f11..3e109c8 100644 --- a/dev-ruby/chronic/chronic-0.10.2.ebuild +++ b/dev-ruby/chronic/chronic-0.10.2.ebuild @@ -3,7 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.9.1.ebuild,v 1.1 2013/02/28 07:34:00 graaff Exp $ EAPI=5 -USE_RUBY="ruby18 ree18 jruby ruby19" +USE_RUBY="ruby18 jruby ruby19" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md" diff --git a/dev-ruby/chronic/chronic-0.9.1.ebuild b/dev-ruby/chronic/chronic-0.9.1.ebuild index 0939166..747b480 100644 --- a/dev-ruby/chronic/chronic-0.9.1.ebuild +++ b/dev-ruby/chronic/chronic-0.9.1.ebuild @@ -3,7 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.9.1.ebuild,v 1.1 2013/02/28 07:34:00 graaff Exp $ EAPI=5 -USE_RUBY="ruby18 ree18 jruby ruby19" +USE_RUBY="ruby18 jruby ruby19" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"