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 E38E759CA3 for ; Sun, 6 Mar 2016 18:26:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 746A621C01E; Sun, 6 Mar 2016 18:25:44 +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 C5D0921C01E for ; Sun, 6 Mar 2016 18:25:43 +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 8E0D434085D for ; Sun, 6 Mar 2016 18:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E35D58F6 for ; Sun, 6 Mar 2016 18:25:40 +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: <1457288530.fe3adf5082d6e6ce90ff021009c9b4188279a99f.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/zentest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/zentest/zentest-4.11.0.ebuild dev-ruby/zentest/zentest-4.9.5.ebuild X-VCS-Directories: dev-ruby/zentest/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: fe3adf5082d6e6ce90ff021009c9b4188279a99f X-VCS-Branch: master Date: Sun, 6 Mar 2016 18:25: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: b9667c4b-1b15-42b1-92c1-d9b58feb9473 X-Archives-Hash: aa9eaa37c99ba9a9c40979600715a134 commit: fe3adf5082d6e6ce90ff021009c9b4188279a99f Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 6 18:22:10 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 6 18:22:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3adf50 dev-ruby/zentest: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/zentest/zentest-4.11.0.ebuild | 6 +++--- dev-ruby/zentest/zentest-4.9.5.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-ruby/zentest/zentest-4.11.0.ebuild b/dev-ruby/zentest/zentest-4.11.0.ebuild index cc27e26..f447bf1 100644 --- a/dev-ruby/zentest/zentest-4.11.0.ebuild +++ b/dev-ruby/zentest/zentest-4.11.0.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_NAME=ZenTest @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb example2.r inherit ruby-fakegem -DESCRIPTION="ZenTest provides tools to support testing: zentest, unit_diff, autotest, multiruby, and Test::Rails" +DESCRIPTION="Testing tools: zentest, unit_diff, autotest, multiruby, and Test::Rails" HOMEPAGE="https://github.com/seattlerb/zentest" LICENSE="Ruby" diff --git a/dev-ruby/zentest/zentest-4.9.5.ebuild b/dev-ruby/zentest/zentest-4.9.5.ebuild index eb9f1a1..2b2460d 100644 --- a/dev-ruby/zentest/zentest-4.9.5.ebuild +++ b/dev-ruby/zentest/zentest-4.9.5.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" +USE_RUBY="ruby20" RUBY_FAKEGEM_NAME=ZenTest @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb example2.r inherit ruby-fakegem -DESCRIPTION="ZenTest provides tools to support testing: zentest, unit_diff, autotest, multiruby, and Test::Rails" +DESCRIPTION="Testing tools: zentest, unit_diff, autotest, multiruby, and Test::Rails" HOMEPAGE="https://github.com/seattlerb/zentest" LICENSE="Ruby"