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 CF84E59CA3 for ; Sun, 6 Mar 2016 22:21:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 199E921C001; Sun, 6 Mar 2016 22:21:52 +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 B49D421C001 for ; Sun, 6 Mar 2016 22:21:51 +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 71C39340A3D for ; Sun, 6 Mar 2016 22:21:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E64CB208D for ; Sun, 6 Mar 2016 22:21:47 +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: <1457302889.1f806cf512ce89a8c900ecdb5aac613a6df32755.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/childprocess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/childprocess/childprocess-0.5.3.ebuild X-VCS-Directories: dev-ruby/childprocess/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 1f806cf512ce89a8c900ecdb5aac613a6df32755 X-VCS-Branch: master Date: Sun, 6 Mar 2016 22:21:47 +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: 313e3cc3-8387-4444-b137-64925c015820 X-Archives-Hash: 035032ecd17843ea89d4af164184e132 commit: 1f806cf512ce89a8c900ecdb5aac613a6df32755 Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 6 22:21:11 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 6 22:21:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f806cf5 dev-ruby/childprocess: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/childprocess/childprocess-0.5.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/childprocess/childprocess-0.5.3.ebuild b/dev-ruby/childprocess/childprocess-0.5.3.ebuild index f89823f..8de42c0 100644 --- a/dev-ruby/childprocess/childprocess-0.5.3.ebuild +++ b/dev-ruby/childprocess/childprocess-0.5.3.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" +USE_RUBY="ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem -DESCRIPTION="A simple and reliable solution for controlling external programs running in the background" +DESCRIPTION="Solution for controlling external programs running in the background" HOMEPAGE="https://github.com/jarib/childprocess" LICENSE="MIT"