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 543F6138D29 for ; Fri, 14 Feb 2014 18:19:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A79DE0A45; Fri, 14 Feb 2014 18:19:38 +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 84D0BE09DA for ; Fri, 14 Feb 2014 18:19:37 +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 AF33833FA90 for ; Fri, 14 Feb 2014 18:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BB301188CC for ; Fri, 14 Feb 2014 18:19:33 +0000 (UTC) From: "Reinis Danne" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Reinis Danne" Message-ID: <1392401817.719ea86bd09a6edba5e1cd2b0ac48fe6a6b51e19.rei4dan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-ruby/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/openbabel-ruby/ChangeLog sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild X-VCS-Directories: sci-chemistry/openbabel-ruby/ X-VCS-Committer: rei4dan X-VCS-Committer-Name: Reinis Danne X-VCS-Revision: 719ea86bd09a6edba5e1cd2b0ac48fe6a6b51e19 X-VCS-Branch: master Date: Fri, 14 Feb 2014 18:19:33 +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: fa7130b0-a921-4d7d-b1a3-3a4a455177c2 X-Archives-Hash: 5bc557852577f8922dae01424f05c155 commit: 719ea86bd09a6edba5e1cd2b0ac48fe6a6b51e19 Author: Reinis Danne gmail com> AuthorDate: Fri Feb 14 18:16:57 2014 +0000 Commit: Reinis Danne gmail com> CommitDate: Fri Feb 14 18:16:57 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=719ea86b sci-chemistry/openbabel-ruby: Update list of Ruby targets --- sci-chemistry/openbabel-ruby/ChangeLog | 3 +++ sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/openbabel-ruby/ChangeLog b/sci-chemistry/openbabel-ruby/ChangeLog index dba8f54..ab68512 100644 --- a/sci-chemistry/openbabel-ruby/ChangeLog +++ b/sci-chemistry/openbabel-ruby/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 14 Feb 2014; Reinis Danne openbabel-ruby-9999.ebuild: + Update list of available Ruby targets. + + 14 Feb 2014; Reinis Danne openbabel-ruby-9999.ebuild: Fix move to git-r3. 06 Jan 2014; Justin Lecher openbabel-ruby-9999.ebuild: diff --git a/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild b/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild index d475714..6b82efe 100644 --- a/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild +++ b/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby18 ruby19 ruby20 ruby21" inherit cmake-utils eutils ruby-ng git-r3