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 39AC959CB2 for ; Sat, 16 Apr 2016 21:22:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6F5E21C0FA; Sat, 16 Apr 2016 21:22:31 +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 4569521C0FA for ; Sat, 16 Apr 2016 21:22:31 +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 CFB8A340B90 for ; Sat, 16 Apr 2016 21:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E00C23E for ; Sat, 16 Apr 2016 21:22:27 +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: <1460841712.a6118530cbcfa3b26fd137bb67e76ac6eae4b4fe.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/racc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/racc/racc-1.4.11.ebuild dev-ruby/racc/racc-1.4.12.ebuild dev-ruby/racc/racc-1.4.13.ebuild X-VCS-Directories: dev-ruby/racc/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a6118530cbcfa3b26fd137bb67e76ac6eae4b4fe X-VCS-Branch: master Date: Sat, 16 Apr 2016 21:22:27 +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: ef61fb63-e9a6-481d-b35c-f5d3541d8fb3 X-Archives-Hash: f8aa53c2e7afeb7ce368bbc7b75493de commit: a6118530cbcfa3b26fd137bb67e76ac6eae4b4fe Author: Manuel Rüger gentoo org> AuthorDate: Sat Apr 16 21:21:52 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Apr 16 21:21:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6118530 dev-ruby/racc: Remove ruby19 Package-Manager: portage-2.2.28 dev-ruby/racc/racc-1.4.11.ebuild | 4 ++-- dev-ruby/racc/racc-1.4.12.ebuild | 4 ++-- dev-ruby/racc/racc-1.4.13.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ruby/racc/racc-1.4.11.ebuild b/dev-ruby/racc/racc-1.4.11.ebuild index 029e7a8..736a87c 100644 --- a/dev-ruby/racc/racc-1.4.11.ebuild +++ b/dev-ruby/racc/racc-1.4.11.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_DOC="rdoc" RUBY_FAKEGEM_TASK_DOC="docs" diff --git a/dev-ruby/racc/racc-1.4.12.ebuild b/dev-ruby/racc/racc-1.4.12.ebuild index 4f4d11b..30d9ab1 100644 --- a/dev-ruby/racc/racc-1.4.12.ebuild +++ b/dev-ruby/racc/racc-1.4.12.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 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_TASK_DOC="docs" diff --git a/dev-ruby/racc/racc-1.4.13.ebuild b/dev-ruby/racc/racc-1.4.13.ebuild index cc8e209..5aeacfb 100644 --- a/dev-ruby/racc/racc-1.4.13.ebuild +++ b/dev-ruby/racc/racc-1.4.13.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_DOC="rdoc" RUBY_FAKEGEM_TASK_DOC="docs"