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 C1D9559CA4 for ; Sun, 6 Mar 2016 18:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A424321C04E; Sun, 6 Mar 2016 18:50: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 F237821C04F for ; Sun, 6 Mar 2016 18:50: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 906913409A4 for ; Sun, 6 Mar 2016 18:50:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26E3018A5 for ; Sun, 6 Mar 2016 18:50: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: <1457290119.7d4a008515d9519eeb2b92de9d2d45c802f21e80.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/logging/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/logging/logging-2.0.0.ebuild X-VCS-Directories: dev-ruby/logging/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 7d4a008515d9519eeb2b92de9d2d45c802f21e80 X-VCS-Branch: master Date: Sun, 6 Mar 2016 18:50: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: 28ef30f0-22b9-411c-8e3d-71369ae865bf X-Archives-Hash: a7249493f5f1edce576d678d1a8fb6e4 commit: 7d4a008515d9519eeb2b92de9d2d45c802f21e80 Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 6 18:48:39 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 6 18:48:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4a0085 dev-ruby/logging: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/logging/logging-2.0.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/logging/logging-2.0.0.ebuild b/dev-ruby/logging/logging-2.0.0.ebuild index ff6712f..a1be41d 100644 --- a/dev-ruby/logging/logging-2.0.0.ebuild +++ b/dev-ruby/logging/logging-2.0.0.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 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="doc" RAKE_FAKEGEM_DOCDIR="doc" @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="History.txt README.md" inherit ruby-fakegem -DESCRIPTION="Flexible logging library for use in Ruby programs based on the design of Java's log4j library" +DESCRIPTION="Flexible logging library based on the design of Java's log4j library" HOMEPAGE="http://rubygems.org/gems/logging" LICENSE="MIT"