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 78DFA138206 for ; Sun, 24 Apr 2016 16:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 342BC21C008; Sun, 24 Apr 2016 16:12:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DC0D21C008 for ; Sun, 24 Apr 2016 16:12:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FA71340B54 for ; Sun, 24 Apr 2016 16:12:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE10E961 for ; Sun, 24 Apr 2016 16:12:45 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1461514305.1a7c64243296875d007074516d04f5c115df1763.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-oci8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild dev-ruby/ruby-oci8/ruby-oci8-2.2.1.ebuild X-VCS-Directories: dev-ruby/ruby-oci8/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 1a7c64243296875d007074516d04f5c115df1763 X-VCS-Branch: master Date: Sun, 24 Apr 2016 16:12:45 +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: d1cef058-8e50-49c8-8e7a-2337034089f4 X-Archives-Hash: b076fafb33d2b48775fd5eb92931a535 commit: 1a7c64243296875d007074516d04f5c115df1763 Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 24 16:11:45 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 24 16:11:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7c6424 dev-ruby/ruby-oci8: Remove ruby19 Package-Manager: portage-2.2.28 dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild | 4 ++-- dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild | 4 ++-- dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild | 4 ++-- dev-ruby/ruby-oci8/ruby-oci8-2.2.1.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild b/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild index e33ea5f..ef13ff5 100644 --- a/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild +++ b/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" inherit multilib ruby-fakegem diff --git a/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild b/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild index 9f1ff02..c039b35 100644 --- a/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild +++ b/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" inherit multilib ruby-fakegem diff --git a/dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild b/dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild index ffa3df4..3e84b0b 100644 --- a/dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild +++ b/dev-ruby/ruby-oci8/ruby-oci8-2.1.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" inherit multilib ruby-fakegem diff --git a/dev-ruby/ruby-oci8/ruby-oci8-2.2.1.ebuild b/dev-ruby/ruby-oci8/ruby-oci8-2.2.1.ebuild index bf9bfef..fe0b915 100644 --- a/dev-ruby/ruby-oci8/ruby-oci8-2.2.1.ebuild +++ b/dev-ruby/ruby-oci8/ruby-oci8-2.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" inherit multilib ruby-fakegem