From 3000c45b5e33bcd102d675ae8d0d715dc854aaf6 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 9 Jun 2017 06:54:43 +0200 Subject: dev-ruby/logging: add 2.2.2 Package-Manager: Portage-2.3.5, Repoman-2.3.1 --- dev-ruby/logging/logging-2.2.2.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-ruby/logging/logging-2.2.2.ebuild (limited to 'dev-ruby/logging/logging-2.2.2.ebuild') diff --git a/dev-ruby/logging/logging-2.2.2.ebuild b/dev-ruby/logging/logging-2.2.2.ebuild new file mode 100644 index 00000000000..318abf74790 --- /dev/null +++ b/dev-ruby/logging/logging-2.2.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +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 )" -- cgit v1.2.1