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 8B14B138CE2 for ; Fri, 12 Jun 2015 05:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91A7BE07C7; Fri, 12 Jun 2015 05:05:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDC81E082F for ; Fri, 12 Jun 2015 05:05:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DF36340949 for ; Fri, 12 Jun 2015 05:05:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D7DCA35 for ; Fri, 12 Jun 2015 05:05:18 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1434085070.a488dd33f57668779d57f5f451dae43f428ef2d5.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/astrolabe/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/astrolabe/ChangeLog dev-ruby/astrolabe/astrolabe-1.3.0.ebuild X-VCS-Directories: dev-ruby/astrolabe/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: a488dd33f57668779d57f5f451dae43f428ef2d5 X-VCS-Branch: master Date: Fri, 12 Jun 2015 05:05:18 +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: bf8a6495-25bc-4ca0-85e8-09f727c7a005 X-Archives-Hash: e1be1770e225a7bd2e16502dff6abf2a commit: a488dd33f57668779d57f5f451dae43f428ef2d5 Author: Hans de Graaff degraaff org> AuthorDate: Fri Jun 12 04:57:50 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jun 12 04:57:50 2015 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=a488dd33 Add ruby22. Package-Manager: portage-2.2.18 dev-ruby/astrolabe/ChangeLog | 3 +++ dev-ruby/astrolabe/astrolabe-1.3.0.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-ruby/astrolabe/ChangeLog b/dev-ruby/astrolabe/ChangeLog index 32ce858..15a946e 100644 --- a/dev-ruby/astrolabe/ChangeLog +++ b/dev-ruby/astrolabe/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Jun 2015; Hans de Graaff astrolabe-1.3.0.ebuild: + Add ruby22. + 10 Mar 2015; Hans de Graaff astrolabe-1.3.0.ebuild: Put astrolabe in the correct slot. diff --git a/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild index dcda0a1..e583a56 100644 --- a/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild +++ b/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"