Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/logging/
Date: Wed, 12 Dec 2018 09:30:55
Message-Id: 1544606656.a6f23600fe2b37a3187a41d9a2c88259b661e4ad.graaff@gentoo
1 commit: a6f23600fe2b37a3187a41d9a2c88259b661e4ad
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 09:24:16 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 09:24:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f23600
7
8 dev-ruby/logging: remove masked package, bug 661262
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/logging/Manifest | 1 -
13 dev-ruby/logging/logging-2.2.2.ebuild | 24 ------------------------
14 dev-ruby/logging/metadata.xml | 11 -----------
15 3 files changed, 36 deletions(-)
16
17 diff --git a/dev-ruby/logging/Manifest b/dev-ruby/logging/Manifest
18 deleted file mode 100644
19 index bb39f3b5b11..00000000000
20 --- a/dev-ruby/logging/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST logging-2.2.2.gem 87552 BLAKE2B 00b47a9e40a5c14889d38ba62fe57b4e40f858731626b1d8d07a767f1b2ca2e27de618ddaca1ffb3b07ffd6387e52bef73d01f05a4d2fd207a6433e664d14c1b SHA512 9eeaec06f61dec5f79b7b656b77504026d6d91baea52594fa508f1587a8300ebb3d5c30461c7b4a41eb86f7b98530e4f6ab7853946fa14f00b84884be780b64a
24
25 diff --git a/dev-ruby/logging/logging-2.2.2.ebuild b/dev-ruby/logging/logging-2.2.2.ebuild
26 deleted file mode 100644
27 index 318abf74790..00000000000
28 --- a/dev-ruby/logging/logging-2.2.2.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -USE_RUBY="ruby21 ruby22 ruby23"
36 -
37 -RUBY_FAKEGEM_TASK_DOC="doc"
38 -RAKE_FAKEGEM_DOCDIR="doc"
39 -RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
40 -
41 -inherit ruby-fakegem
42 -
43 -DESCRIPTION="Flexible logging library based on the design of Java's log4j library"
44 -HOMEPAGE="https://rubygems.org/gems/logging"
45 -
46 -LICENSE="MIT"
47 -
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE="test"
51 -
52 -ruby_add_rdepend ">=dev-ruby/little-plugger-1.1.3 >=dev-ruby/multi_json-1.10"
53 -
54 -ruby_add_bdepend "dev-ruby/bones test? ( dev-ruby/flexmock )"
55
56 diff --git a/dev-ruby/logging/metadata.xml b/dev-ruby/logging/metadata.xml
57 deleted file mode 100644
58 index 150710c962c..00000000000
59 --- a/dev-ruby/logging/metadata.xml
60 +++ /dev/null
61 @@ -1,11 +0,0 @@
62 -<?xml version="1.0" encoding="UTF-8"?>
63 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
64 -<pkgmetadata>
65 - <maintainer type="project">
66 - <email>ruby@g.o</email>
67 - <name>Gentoo Ruby Project</name>
68 - </maintainer>
69 - <upstream>
70 - <remote-id type="rubygems">logging</remote-id>
71 - </upstream>
72 -</pkgmetadata>