From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/lumberjack/
Date: Wed, 23 Jul 2025 06:19:18 +0000 (UTC) [thread overview]
Message-ID: <1753251330.aef1d0814b9f57884b9995a5265b5634eb11a44b.graaff@gentoo> (raw)
commit: aef1d0814b9f57884b9995a5265b5634eb11a44b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 23 06:15:30 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 23 06:15:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef1d081
dev-ruby/lumberjack: add 1.3.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/lumberjack/Manifest | 1 +
dev-ruby/lumberjack/lumberjack-1.3.2.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-ruby/lumberjack/Manifest b/dev-ruby/lumberjack/Manifest
index 181a8d404756..2168a9dc2786 100644
--- a/dev-ruby/lumberjack/Manifest
+++ b/dev-ruby/lumberjack/Manifest
@@ -1,2 +1,3 @@
DIST lumberjack-1.2.10.tar.gz 44396 BLAKE2B 4916444660a1b7b1332582e4dec737c181dcd32947d1fa6fbea008b10c6762280bbffe4cf0419200c54e6a956260c25327b9d84b7c2dbda3bd2525d09401f3ce SHA512 f187125814fc8a54231bbfd4d8bfd684f3cf21e3f292598a002427a573838c259c3f12804d49ee4e2b708e734e84a354749a6219c7c9d3befcc1632d8c651d01
DIST lumberjack-1.3.1.tar.gz 55608 BLAKE2B cd9bf18c8485e150883da3f828d2f547f4dd5494ba89d3ae5df999a525f09fbce8838108a501cfdaba1cfc2c98eefebf7665f9af9ee58d3966dd6ca4b90668be SHA512 839a10f6c9b34ec3bc140236c792f1676f9bd8e4918ac2a09866be579c8a34b9c688d3964d7a2b8314e3145a1ea317c433a70ee060cac0261c9161fb6ee21a14
+DIST lumberjack-1.3.2.tar.gz 55793 BLAKE2B d1f51dc85e8c06423ddca6a999820d812fab66e96358c47ce78eb7d40edc8b15f72a947bca3d194d1c039fa68b974e44ce600c0cbbba76cc6e052ff520b44e36 SHA512 0f9f590b5822d634e0dc02441f7a1ee8847937ef09a3180e21a250bfc4e4ae71722e2886fa3a163168a261e025eb17b5a70de7eb5da16cef30571fa54af0c407
diff --git a/dev-ruby/lumberjack/lumberjack-1.3.2.ebuild b/dev-ruby/lumberjack/lumberjack-1.3.2.ebuild
new file mode 100644
index 000000000000..cfda2644e00e
--- /dev/null
+++ b/dev-ruby/lumberjack/lumberjack-1.3.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="lumberjack.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple, powerful, and very fast logging utility"
+HOMEPAGE="https://github.com/bdurand/lumberjack"
+SRC_URI="https://github.com/bdurand/lumberjack/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/timecop-0.8 )"
+
+all_ruby_prepare() {
+ sed -i -e 's/git ls-files -z/find * -print0/' -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2025-07-23 6:19 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-23 6:19 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-14 6:56 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/lumberjack/ Hans de Graaff
2025-08-30 7:07 Hans de Graaff
2025-08-30 7:07 Hans de Graaff
2025-08-09 6:05 Hans de Graaff
2025-08-03 6:12 Hans de Graaff
2025-07-24 5:34 Hans de Graaff
2025-07-20 6:12 Hans de Graaff
2025-04-06 5:59 Hans de Graaff
2024-01-07 7:49 Hans de Graaff
2024-01-07 7:49 Hans de Graaff
2023-11-14 6:35 Hans de Graaff
2023-08-27 6:44 Hans de Graaff
2023-07-19 5:26 Hans de Graaff
2023-07-03 5:34 Hans de Graaff
2022-12-04 15:08 Hans de Graaff
2022-05-02 5:16 Hans de Graaff
2021-07-05 11:51 Hans de Graaff
2020-09-14 6:09 Hans de Graaff
2020-08-09 9:47 Hans de Graaff
2020-06-27 5:46 Hans de Graaff
2019-02-01 11:46 Hans de Graaff
2018-12-21 6:38 Hans de Graaff
2018-04-02 5:50 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2017-05-12 6:36 Hans de Graaff
2017-01-10 6:40 Hans de Graaff
2016-06-07 5:09 Hans de Graaff
2016-06-07 5:09 Hans de Graaff
2016-01-03 7:14 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1753251330.aef1d0814b9f57884b9995a5265b5634eb11a44b.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox