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 853101387FD for ; Fri, 27 Jun 2014 07:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC8F4E0AB4; Fri, 27 Jun 2014 07:59:42 +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 7320FE0AB4 for ; Fri, 27 Jun 2014 07:59:42 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F87734016F for ; Fri, 27 Jun 2014 07:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5D24F19183 for ; Fri, 27 Jun 2014 07:59:40 +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: <1403791448.85cdaab872bacb8f397198c2dd72695c90c86fa7.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: 85cdaab872bacb8f397198c2dd72695c90c86fa7 X-VCS-Branch: master Date: Fri, 27 Jun 2014 07:59:40 +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: 7ba6bafd-e783-4171-bc10-d00c816ade36 X-Archives-Hash: 805c2cd644b7f798daecc26dcdd3ec8b commit: 85cdaab872bacb8f397198c2dd72695c90c86fa7 Author: Hans de Graaff degraaff org> AuthorDate: Thu Jun 26 14:04:08 2014 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Jun 26 14:04:08 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=85cdaab8 Add ruby20. Package-Manager: portage-2.2.8-r1 --- dev-ruby/api-versions/ChangeLog | 5 ++++- dev-ruby/api-versions/api-versions-1.2.0.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-ruby/api-versions/ChangeLog b/dev-ruby/api-versions/ChangeLog index f6dd737..73570e8 100644 --- a/dev-ruby/api-versions/ChangeLog +++ b/dev-ruby/api-versions/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-ruby/api-versions -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 26 Jun 2014; Hans de Graaff api-versions-1.2.0.ebuild: + Add ruby20. + *api-versions-1.2.0 (19 Sep 2013) 19 Sep 2013; Hans de Graaff +api-versions-1.2.0.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 7107a0d..2cb840c 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-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"