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 1F60859CA4 for ; Sun, 6 Mar 2016 19:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26C4E21C03E; Sun, 6 Mar 2016 19:08:09 +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 887A021C03F for ; Sun, 6 Mar 2016 19:08:08 +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 921E33409D7 for ; Sun, 6 Mar 2016 19:08:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DDC31BA1 for ; Sun, 6 Mar 2016 19:08:05 +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: <1457291272.aa4dfb0e3bf35f969af19549e226c30a8e56a998.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/daemon_controller/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild X-VCS-Directories: dev-ruby/daemon_controller/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: aa4dfb0e3bf35f969af19549e226c30a8e56a998 X-VCS-Branch: master Date: Sun, 6 Mar 2016 19:08:05 +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: 1e7694a5-cc7b-417d-bf88-bb1d0e95f3a3 X-Archives-Hash: c3079c433bd1a68e3a8ad60f35f6ad70 commit: aa4dfb0e3bf35f969af19549e226c30a8e56a998 Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 6 19:07:52 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 6 19:07:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4dfb0e dev-ruby/daemon_controller: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild b/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild index 7f04e64..ebe960c 100644 --- a/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.ebuild +++ b/dev-ruby/daemon_controller/daemon_controller-1.2.0-r1.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_TEST="rspec" @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="README.markdown" inherit ruby-fakegem -DESCRIPTION="A library for starting and stopping specific daemons programmatically in a robust manner" +DESCRIPTION="Library to start and stop specific daemons programmatically in a robust manner" HOMEPAGE="https://github.com/FooBarWidget/daemon_controller" LICENSE="MIT"