From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58972139695 for ; Fri, 10 Mar 2017 06:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE23AE0BF9; Fri, 10 Mar 2017 06:44:25 +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 85F49E0BF9 for ; Fri, 10 Mar 2017 06:44:25 +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 928B1341265 for ; Fri, 10 Mar 2017 06:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 014DE6310 for ; Fri, 10 Mar 2017 06:44:23 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1489128238.467f8895fd8638cc43b0953183bad9801954f207.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/logging/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/logging/Manifest dev-ruby/logging/logging-2.2.0.ebuild X-VCS-Directories: dev-ruby/logging/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 467f8895fd8638cc43b0953183bad9801954f207 X-VCS-Branch: master Date: Fri, 10 Mar 2017 06:44:23 +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: 53f312a8-7d27-4984-8da9-30c85ac07f28 X-Archives-Hash: 0c8172d9160bda1dad39e794fbc58fe9 commit: 467f8895fd8638cc43b0953183bad9801954f207 Author: Hans de Graaff gentoo org> AuthorDate: Fri Mar 10 06:41:40 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Mar 10 06:43:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467f8895 dev-ruby/logging: add 2.2.0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ruby/logging/Manifest | 1 + dev-ruby/logging/logging-2.2.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ruby/logging/Manifest b/dev-ruby/logging/Manifest index 2c1e68bbf4e..e71c8494365 100644 --- a/dev-ruby/logging/Manifest +++ b/dev-ruby/logging/Manifest @@ -1 +1,2 @@ DIST logging-2.1.0.gem 83456 SHA256 34a0c16415a587c434e1f0d7ac5de9805d33de6e2636d5edc5c0765a7603f3a9 SHA512 e8aad48ef24f8f70fad2aa4d78c25cb675b8c65ea883e14f6e2697af79111de38bced389d2f20d5699bc722274268ddac835c34f89884ea0aee86571a7ca1b55 WHIRLPOOL b397dd205edcf8765aa27b276bd923bf0e1db78e7979f388778e44fc185e6fb53ea021de89a53bd7a9528207647173b305ef8234ca29b2de745311219aa37e46 +DIST logging-2.2.0.gem 86016 SHA256 827284d29d5a3080ef5415ea78dbb860d2ec02e7eaa93abe720b6a8d600bbeb5 SHA512 738960cf51554bbf1045f63882351bf2d471e6e362f3b391d6063319c8e875c80a9c9e6e9edfce6060f44bf27d31a4a51d386f68d293e2b7036e34f76759db33 WHIRLPOOL f49c1b02d4c367e3905e670e4c737d2c50641e2c8f73ad305b4160aa77875ffe497fce2398481c9ce3465a787b7be0f32fef719c12d5a11c9cc36c1667937ad4 diff --git a/dev-ruby/logging/logging-2.2.0.ebuild b/dev-ruby/logging/logging-2.2.0.ebuild new file mode 100644 index 00000000000..edaf5ac6965 --- /dev/null +++ b/dev-ruby/logging/logging-2.2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_TASK_DOC="doc" +RAKE_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="History.txt README.md" + +inherit ruby-fakegem + +DESCRIPTION="Flexible logging library based on the design of Java's log4j library" +HOMEPAGE="https://rubygems.org/gems/logging" + +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_rdepend ">=dev-ruby/little-plugger-1.1.3 >=dev-ruby/multi_json-1.10" + +ruby_add_bdepend "dev-ruby/bones test? ( dev-ruby/flexmock )"