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 7363759CB0 for ; Sun, 3 Apr 2016 21:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6C6121C039; Sun, 3 Apr 2016 21:40:37 +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 389C321C023 for ; Sun, 3 Apr 2016 21:40:37 +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 55D91340C50 for ; Sun, 3 Apr 2016 21:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A13D4CA for ; Sun, 3 Apr 2016 21:40:31 +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: <1459719615.475ab7ec43f5b5fb9950a63f96a20c6105bce3ea.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/capybara/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/capybara/capybara-1.1.4.ebuild dev-ruby/capybara/capybara-2.5.0.ebuild X-VCS-Directories: dev-ruby/capybara/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 475ab7ec43f5b5fb9950a63f96a20c6105bce3ea X-VCS-Branch: master Date: Sun, 3 Apr 2016 21:40:31 +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: 3594f725-c8ee-4bd4-856f-89ab490d805f X-Archives-Hash: 35eb04089a1ea4b5a149a7a00b0c75bd commit: 475ab7ec43f5b5fb9950a63f96a20c6105bce3ea Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 3 21:39:59 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 3 21:40:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475ab7ec dev-ruby/capybara: Remove ruby19 Package-Manager: portage-2.2.28 dev-ruby/capybara/capybara-1.1.4.ebuild | 4 ++-- dev-ruby/capybara/capybara-2.5.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/capybara/capybara-1.1.4.ebuild b/dev-ruby/capybara/capybara-1.1.4.ebuild index beae67b..4f88544 100644 --- a/dev-ruby/capybara/capybara-1.1.4.ebuild +++ b/dev-ruby/capybara/capybara-1.1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" diff --git a/dev-ruby/capybara/capybara-2.5.0.ebuild b/dev-ruby/capybara/capybara-2.5.0.ebuild index 301d903..e59e5db 100644 --- a/dev-ruby/capybara/capybara-2.5.0.ebuild +++ b/dev-ruby/capybara/capybara-2.5.0.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" RUBY_FAKEGEM_EXTRADOC="History.md README.md"