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 5C4121395E7 for ; Tue, 4 Aug 2015 05:54:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68D89E0866; Tue, 4 Aug 2015 05:54:43 +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 B22D0E0863 for ; Tue, 4 Aug 2015 05:54:42 +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 0E42634080E for ; Tue, 4 Aug 2015 05:54:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCC0F127 for ; Tue, 4 Aug 2015 05:54:38 +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: <1438667176.3c412bd6bfce53eceb5bc8bc410970488a06a8cd.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/api-versions/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/api-versions/ChangeLog dev-ruby/api-versions/api-versions-1.2.0.ebuild X-VCS-Directories: dev-ruby/api-versions/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3c412bd6bfce53eceb5bc8bc410970488a06a8cd X-VCS-Branch: master Date: Tue, 4 Aug 2015 05:54:38 +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: 7c2067c4-57db-437f-abf0-876665202360 X-Archives-Hash: 573f9aebdb38ed5bb3e744bfdb5d6f04 commit: 3c412bd6bfce53eceb5bc8bc410970488a06a8cd Author: Hans de Graaff degraaff org> AuthorDate: Tue Aug 4 05:46:16 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Aug 4 05:46:16 2015 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=3c412bd6 Add ruby21. Package-Manager: portage-2.2.20 dev-ruby/api-versions/ChangeLog | 3 +++ dev-ruby/api-versions/api-versions-1.2.0.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-ruby/api-versions/ChangeLog b/dev-ruby/api-versions/ChangeLog index 42151b4..156dee3 100644 --- a/dev-ruby/api-versions/ChangeLog +++ b/dev-ruby/api-versions/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 04 Aug 2015; Hans de Graaff api-versions-1.2.0.ebuild: + Add ruby21. + *api-versions-1.2.1 (17 Apr 2015) 17 Apr 2015; Hans de Graaff +api-versions-1.2.1.ebuild: diff --git a/dev-ruby/api-versions/api-versions-1.2.0.ebuild b/dev-ruby/api-versions/api-versions-1.2.0.ebuild index 2cb840c..1a6c071 100644 --- a/dev-ruby/api-versions/api-versions-1.2.0.ebuild +++ b/dev-ruby/api-versions/api-versions-1.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"