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/loquacious/
Date: Fri, 16 Jul 2021 09:31:07
Message-Id: 1626427857.04f4f46c6508b5d8e6d13aada45c861659d039e1.graaff@gentoo
1 commit: 04f4f46c6508b5d8e6d13aada45c861659d039e1
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 09:26:39 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 09:30:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f4f46c
7
8 dev-ruby/loquacious: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild | 36 --------------------------
14 1 file changed, 36 deletions(-)
15
16 diff --git a/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild b/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild
17 deleted file mode 100644
18 index 3150989e1cb..00000000000
19 --- a/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild
20 +++ /dev/null
21 @@ -1,36 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
28 -
29 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
30 -
31 -RUBY_FAKEGEM_TASK_DOC=""
32 -RUBY_FAKEGEM_DOCDIR="doc"
33 -
34 -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
35 -
36 -inherit ruby-fakegem
37 -
38 -DESCRIPTION="Descriptive configuration files for Ruby written in Ruby"
39 -HOMEPAGE="https://github.com/TwP/loquacious"
40 -
41 -IUSE=""
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -all_ruby_compile() {
47 - if use doc; then
48 - rdoc lib || die "Documentation generation failed."
49 - fi
50 -}
51 -
52 -all_ruby_install() {
53 - all_fakegem_install
54 -
55 - docinto examples
56 - dodoc examples/*
57 -}