commit: cc778b808634c613d972fc80151e1fa4bdd0dcf3 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Aug 16 12:07:00 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Aug 16 19:20:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc778b80
dev-ruby/logger: new package, add 1.5.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/logger/Manifest | 1 + dev-ruby/logger/logger-1.5.3.ebuild | 25 +++++++++++++++++++++++++ dev-ruby/logger/metadata.xml | 11 +++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-ruby/logger/Manifest b/dev-ruby/logger/Manifest new file mode 100644 index 000000000000..437811fc4f8b --- /dev/null +++ b/dev-ruby/logger/Manifest @@ -0,0 +1 @@ +DIST logger-1.5.3.tar.gz 28651 BLAKE2B aaac5f140852a49f3e774e2d1d7a1ebafc9462b9a7cebe6056ec554715315f9278e62c091b0403f8371bf49c0f07b6fea2f601d7ff0500f569d8b85ff9c39cd6 SHA512 32abf34d1a0523b94b1cad9fee8c914e3097184c6c936ab35fb01043f4d71bc5350ef60fe82a63f5acde9ceaac829ff6074e45ed10fc96b8bbd5e517158aac18 diff --git a/dev-ruby/logger/logger-1.5.3.ebuild b/dev-ruby/logger/logger-1.5.3.ebuild new file mode 100644 index 000000000000..8d7c0a48209a --- /dev/null +++ b/dev-ruby/logger/logger-1.5.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby30 ruby31 ruby32" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_GEMSPEC="logger.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Provides a simple logging utility for outputting messages" +HOMEPAGE="https://github.com/ruby/logger" +SRC_URI="https://github.com/ruby/logger/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="" + +all_ruby_prepare() { + sed -e 's:_relative ": "./:' \ + -i ${RUBY_FAKEGEM_GEMSPEC} || die +} diff --git a/dev-ruby/logger/metadata.xml b/dev-ruby/logger/metadata.xml new file mode 100644 index 000000000000..cf66c83dd2fc --- /dev/null +++ b/dev-ruby/logger/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <upstream> + <remote-id type="github">ruby/logger</remote-id> + </upstream> +</pkgmetadata>
