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/log_buddy/
Date: Wed, 24 Nov 2021 12:46:19
Message-Id: 1637757969.a64143959e25b778b880f781adf6492c03ef88c8.graaff@gentoo
1 commit: a64143959e25b778b880f781adf6492c03ef88c8
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 24 10:58:02 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 12:46:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6414395
7
8 dev-ruby/log_buddy: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/log_buddy/log_buddy-0.7.0.ebuild | 29 -----------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/dev-ruby/log_buddy/log_buddy-0.7.0.ebuild b/dev-ruby/log_buddy/log_buddy-0.7.0.ebuild
17 deleted file mode 100644
18 index ec87038dfb12..000000000000
19 --- a/dev-ruby/log_buddy/log_buddy-0.7.0.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby25 ruby26 ruby27"
28 -
29 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
30 -
31 -RUBY_FAKEGEM_TASK_DOC=""
32 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.markdown examples.rb"
33 -
34 -RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
35 -
36 -inherit ruby-fakegem eutils
37 -
38 -DESCRIPTION="Log statements along with their name easily"
39 -HOMEPAGE="https://github.com/relevance/log_buddy"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="~amd64"
44 -IUSE="test"
45 -
46 -ruby_add_bdepend "test? ( >=dev-ruby/mocha-0.9 )"
47 -
48 -all_ruby_prepare() {
49 - rm Gemfile || die
50 -}