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/log4r/
Date: Mon, 22 Nov 2021 06:56:19
Message-Id: 1637564165.d3468a77ed151857618033da79e82d8e8a283f29.graaff@gentoo
1 commit: d3468a77ed151857618033da79e82d8e8a283f29
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 06:44:00 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 06:56:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3468a77
7
8 dev-ruby/log4r: add ruby30
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/log4r/log4r-1.1.10-r3.ebuild | 28 ++++++++++++++++++++++++++++
14 1 file changed, 28 insertions(+)
15
16 diff --git a/dev-ruby/log4r/log4r-1.1.10-r3.ebuild b/dev-ruby/log4r/log4r-1.1.10-r3.ebuild
17 new file mode 100644
18 index 000000000000..1e8c89bcc55e
19 --- /dev/null
20 +++ b/dev-ruby/log4r/log4r-1.1.10-r3.ebuild
21 @@ -0,0 +1,28 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +USE_RUBY="ruby26 ruby27 ruby30"
27 +
28 +RUBY_FAKEGEM_TASK_DOC=""
29 +
30 +# There are no working tests atm, to be checked on next version bump.
31 +RUBY_FAKEGEM_TASK_TEST=""
32 +
33 +RUBY_FAKEGEM_DOCDIR="doc"
34 +
35 +inherit ruby-fakegem
36 +
37 +DESCRIPTION="A comprehensive and flexible logging library written in Ruby"
38 +HOMEPAGE="http://log4r.sourceforge.net/"
39 +IUSE=""
40 +
41 +LICENSE="LGPL-3"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
44 +
45 +all_ruby_install() {
46 + all_fakegem_install
47 +
48 + dodoc -r examples
49 +}