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 84A3859CA3 for ; Mon, 7 Mar 2016 02:41:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E37F21C02D; Mon, 7 Mar 2016 02:41:45 +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 24D6721C02D for ; Mon, 7 Mar 2016 02:41:45 +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 805513408F9 for ; Mon, 7 Mar 2016 02:41:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AF378F6 for ; Mon, 7 Mar 2016 02:41:41 +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: <1457318444.484e80e4d02d297f87b15909e309971d86da46ac.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hashr/hashr-0.0.22.ebuild dev-ruby/hashr/hashr-1.0.0.ebuild dev-ruby/hashr/hashr-2.0.0.ebuild X-VCS-Directories: dev-ruby/hashr/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 484e80e4d02d297f87b15909e309971d86da46ac X-VCS-Branch: master Date: Mon, 7 Mar 2016 02:41:41 +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: 4f202881-634f-4186-8e49-0cd56a0921ab X-Archives-Hash: 0fa27494f96b7b70439fddd6aff6b129 commit: 484e80e4d02d297f87b15909e309971d86da46ac Author: Manuel Rüger gentoo org> AuthorDate: Mon Mar 7 02:40:44 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Mar 7 02:40:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484e80e4 dev-ruby/hashr: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/hashr/hashr-0.0.22.ebuild | 6 +++--- dev-ruby/hashr/hashr-1.0.0.ebuild | 6 +++--- dev-ruby/hashr/hashr-2.0.0.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-ruby/hashr/hashr-0.0.22.ebuild b/dev-ruby/hashr/hashr-0.0.22.ebuild index 068c477..444398c 100644 --- a/dev-ruby/hashr/hashr-0.0.22.ebuild +++ b/dev-ruby/hashr/hashr-0.0.22.ebuild @@ -1,17 +1,17 @@ -# 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_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem -DESCRIPTION="Simple Hash extension to make working with nested hashes easier and less error-prone" +DESCRIPTION="Simple Hash extension to make working with nested hashes easier" HOMEPAGE="https://github.com/svenfuchs/hashr" LICENSE="MIT" diff --git a/dev-ruby/hashr/hashr-1.0.0.ebuild b/dev-ruby/hashr/hashr-1.0.0.ebuild index 068c477..444398c 100644 --- a/dev-ruby/hashr/hashr-1.0.0.ebuild +++ b/dev-ruby/hashr/hashr-1.0.0.ebuild @@ -1,17 +1,17 @@ -# 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_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem -DESCRIPTION="Simple Hash extension to make working with nested hashes easier and less error-prone" +DESCRIPTION="Simple Hash extension to make working with nested hashes easier" HOMEPAGE="https://github.com/svenfuchs/hashr" LICENSE="MIT" diff --git a/dev-ruby/hashr/hashr-2.0.0.ebuild b/dev-ruby/hashr/hashr-2.0.0.ebuild index 91a320b..9fca026 100644 --- a/dev-ruby/hashr/hashr-2.0.0.ebuild +++ b/dev-ruby/hashr/hashr-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem -DESCRIPTION="Simple Hash extension to make working with nested hashes easier and less error-prone" +DESCRIPTION="Simple Hash extension to make working with nested hashes easier" HOMEPAGE="https://github.com/svenfuchs/hashr" LICENSE="MIT"