diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ruby/logging | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/logging')
-rw-r--r-- | dev-ruby/logging/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/logging/logging-2.2.2.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/logging/metadata.xml | 11 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-ruby/logging/Manifest b/dev-ruby/logging/Manifest deleted file mode 100644 index 9df8bc48ccf5..000000000000 --- a/dev-ruby/logging/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST logging-2.2.2.gem 87552 BLAKE2B 00b47a9e40a5c14889d38ba62fe57b4e40f858731626b1d8d07a767f1b2ca2e27de618ddaca1ffb3b07ffd6387e52bef73d01f05a4d2fd207a6433e664d14c1b SHA512 9eeaec06f61dec5f79b7b656b77504026d6d91baea52594fa508f1587a8300ebb3d5c30461c7b4a41eb86f7b98530e4f6ab7853946fa14f00b84884be780b64a -EBUILD logging-2.2.2.ebuild 596 BLAKE2B 4b9ef4fa853f63dc35ccca9a6f6aa001229f9705a0dd087dde97b0e66782ba689c126cbbf069e36a9308a0d6a2d4f0994fcf077f34f5537dc9418aaabb934ab8 SHA512 da10054ad3798d4414edc71568c8bbe856a565cd8c5331cdb4ee8b9defbf121d880e5927968af4365a1a7a48950c5657479798ef803601f24b5221489bb379a5 -MISC metadata.xml 325 BLAKE2B 8d1e3392b703e00da1f6b1684b8e66ebbfa1ffe1f88404b3f889bd3073571ac50d649ebc7abcf81b4a1f21a4187345f242e6933e74a867c57876fe6b7049ddac SHA512 d9c9a572ee3b48b07756e24e1e3245971584eab665ed098792c2ca77c0374fa7ec9ad7778d1d31146e9456314e3818e31e458f9362cae8d9f7128101f67fcfeb diff --git a/dev-ruby/logging/logging-2.2.2.ebuild b/dev-ruby/logging/logging-2.2.2.ebuild deleted file mode 100644 index 318abf747909..000000000000 --- a/dev-ruby/logging/logging-2.2.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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 )" diff --git a/dev-ruby/logging/metadata.xml b/dev-ruby/logging/metadata.xml deleted file mode 100644 index 150710c962cc..000000000000 --- a/dev-ruby/logging/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="rubygems">logging</remote-id> - </upstream> -</pkgmetadata> |