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 9E2021381F3 for ; Thu, 21 Apr 2016 05:17:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 683C321C05D; Thu, 21 Apr 2016 05:17:16 +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 86D4521C05B for ; Thu, 21 Apr 2016 05:17:15 +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 75E5F340C58 for ; Thu, 21 Apr 2016 05:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CDFC208D for ; Thu, 21 Apr 2016 05:17:11 +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: <1461215347.31ce4dd3215c94fc520287e11e478f388eb11837.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/shoulda/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild dev-ruby/shoulda/shoulda-3.5.0-r2.ebuild X-VCS-Directories: dev-ruby/shoulda/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 31ce4dd3215c94fc520287e11e478f388eb11837 X-VCS-Branch: master Date: Thu, 21 Apr 2016 05:17:11 +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: 860144c7-79f6-44d5-ad07-7b05137146c6 X-Archives-Hash: 807fb260ead220546617ee30758bf32f commit: 31ce4dd3215c94fc520287e11e478f388eb11837 Author: Hans de Graaff gentoo org> AuthorDate: Thu Apr 21 04:58:21 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Apr 21 05:09:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ce4dd3 dev-ruby/shoulda: drop ruby19 Package-Manager: portage-2.2.26 dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild | 4 ++-- dev-ruby/shoulda/shoulda-3.5.0-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild b/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild index 57d8a9f..07f3334 100644 --- a/dev-ruby/shoulda/shoulda-2.11.3-r2.ebuild +++ b/dev-ruby/shoulda/shoulda-2.11.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" # Use rdoc recipe to avoid obsolete Rakefile RUBY_FAKEGEM_RECIPE_DOC="rdoc" diff --git a/dev-ruby/shoulda/shoulda-3.5.0-r2.ebuild b/dev-ruby/shoulda/shoulda-3.5.0-r2.ebuild index abd5925..0c481a8 100644 --- a/dev-ruby/shoulda/shoulda-3.5.0-r2.ebuild +++ b/dev-ruby/shoulda/shoulda-3.5.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 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_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md"