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 0C49859CAA for ; Tue, 29 Mar 2016 06:08:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34D6921C014; Tue, 29 Mar 2016 06:08:45 +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 7BF40E089B for ; Tue, 29 Mar 2016 06:08:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 04E6434095A for ; Tue, 29 Mar 2016 06:08:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A69486A for ; Tue, 29 Mar 2016 06:08: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: <1459231715.ca14bc94f62e8a919c1df50d791cb4662b6cae5c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/listen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/listen/listen-0.7.3-r2.ebuild dev-ruby/listen/listen-1.3.1-r3.ebuild dev-ruby/listen/listen-2.8.6-r1.ebuild X-VCS-Directories: dev-ruby/listen/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ca14bc94f62e8a919c1df50d791cb4662b6cae5c X-VCS-Branch: master Date: Tue, 29 Mar 2016 06:08: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: a927cc67-d90e-46a9-b946-c70a968b687a X-Archives-Hash: 03f71c458887a0e75c4d91dddf3e4efc commit: ca14bc94f62e8a919c1df50d791cb4662b6cae5c Author: Hans de Graaff gentoo org> AuthorDate: Tue Mar 29 05:55:06 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Mar 29 06:08:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca14bc94 dev-ruby/listen: drop ruby19 Package-Manager: portage-2.2.26 dev-ruby/listen/listen-0.7.3-r2.ebuild | 4 ++-- dev-ruby/listen/listen-1.3.1-r3.ebuild | 4 ++-- dev-ruby/listen/listen-2.8.6-r1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ruby/listen/listen-0.7.3-r2.ebuild b/dev-ruby/listen/listen-0.7.3-r2.ebuild index 2ce837f..815c5f6 100644 --- a/dev-ruby/listen/listen-0.7.3-r2.ebuild +++ b/dev-ruby/listen/listen-0.7.3-r2.ebuild @@ -1,10 +1,10 @@ -# 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" RUBY_FAKEGEM_RECIPE_TEST="rspec" diff --git a/dev-ruby/listen/listen-1.3.1-r3.ebuild b/dev-ruby/listen/listen-1.3.1-r3.ebuild index d307989..7635fd6 100644 --- a/dev-ruby/listen/listen-1.3.1-r3.ebuild +++ b/dev-ruby/listen/listen-1.3.1-r3.ebuild @@ -1,10 +1,10 @@ -# 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" RUBY_FAKEGEM_RECIPE_TEST="rspec" diff --git a/dev-ruby/listen/listen-2.8.6-r1.ebuild b/dev-ruby/listen/listen-2.8.6-r1.ebuild index 80302ea..57b58eb 100644 --- a/dev-ruby/listen/listen-2.8.6-r1.ebuild +++ b/dev-ruby/listen/listen-2.8.6-r1.ebuild @@ -1,10 +1,10 @@ -# 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" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec3"