dev-ruby/logger: drop 1.5.3

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2023-12-27 20:34:53 +01:00
parent 34c03f2151
commit c5f35635e9
2 changed files with 0 additions and 26 deletions

View File

@@ -1,2 +1 @@
DIST logger-1.5.3.tar.gz 28651 BLAKE2B aaac5f140852a49f3e774e2d1d7a1ebafc9462b9a7cebe6056ec554715315f9278e62c091b0403f8371bf49c0f07b6fea2f601d7ff0500f569d8b85ff9c39cd6 SHA512 32abf34d1a0523b94b1cad9fee8c914e3097184c6c936ab35fb01043f4d71bc5350ef60fe82a63f5acde9ceaac829ff6074e45ed10fc96b8bbd5e517158aac18
DIST logger-1.6.0.tar.gz 18954 BLAKE2B 6368cd85cc36819ec3b98719befbea84ed3bbf9866ddb06ea946e6cdd0109e7c771fda673f688566f22b9654bb2ace4e196d9385b645c1d5efaeb6f708cdee29 SHA512 e2aa950132f2bd2ae4b2f0f911d84eb8843c4403028c5ef4ed5e752f397263fe251fb6296b1d5b3eea26ed79fce5bcb0e1cb8dbdc3cf24cd954522f394f5ad6d

View File

@@ -1,25 +0,0 @@
# 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
}