diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-04 06:31:29 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-04 06:31:29 +0000 |
commit | 38efae7f3eb932ed41510139679efd5c1e2f5eda (patch) | |
tree | d331259e03d114338bc5a96a883b728facdc4cde /dev-ruby/fiber-annotation | |
parent | 5087ee3bf0055aae666159351774f2fb3610e571 (diff) |
gentoo auto-resync : 04:01:2025 - 06:31:29
Diffstat (limited to 'dev-ruby/fiber-annotation')
-rw-r--r-- | dev-ruby/fiber-annotation/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/fiber-annotation/fiber-annotation-0.2.0.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-ruby/fiber-annotation/Manifest b/dev-ruby/fiber-annotation/Manifest index 517a61940b89..f0a8b3b7613b 100644 --- a/dev-ruby/fiber-annotation/Manifest +++ b/dev-ruby/fiber-annotation/Manifest @@ -1,3 +1,3 @@ DIST fiber-annotation-0.2.0.tar.gz 5743 BLAKE2B 87ab3601f53ecbac05ed251438b95f10d26078d319ced6fcde6e1b9c96d58bcbd5c8d5e9e15325f54c32543b61e91ce53f02964aacb8afc57d7636aa70597007 SHA512 d030ad1a3824ea2e7b31781ed31aa1fba187c44479351fb21911ade090f8596b38f5b6352420b26df705d12b086421b78a4987590169a33550de1ed565630e87 -EBUILD fiber-annotation-0.2.0.ebuild 768 BLAKE2B fec3752680e1210ad7b745eb382ef5ac6d9f7337cb18ff2a3368a5dca1f032456df0725bf62a4cd9fe8aebd71dede047e5786530ec776f7a8663926ca30a48eb SHA512 a3f7a7aa209ccc8e41d006803d16aa953341efe77791b0bff7b6f49824f36c783ba6f03eda727719d4c1b27f589d37911a0ca907a46002952639fc7ddd2d9554 +EBUILD fiber-annotation-0.2.0.ebuild 767 BLAKE2B a0e54aabb96e4f057828ca89dfdbc29b827108a3f45ffbcc04ff5aa8f791a62b17c4bc6bdd8898f1ea8ca13b1179acc016bc686d3624c8f2ba53d3297fcb188e SHA512 32d828ac41d3aba7b0fa6fe13cf35c1215b206d5778b5fb4401657574b0a7944ee19bfa333d0543d82e93473040b04c5113699a079df3775036ab9bce36f035a MISC metadata.xml 412 BLAKE2B 3adae6eb3a314949c424f07301b9810f2e23a01437fb49e46c93fee1f12013230919817b917f6658ed3090d2c759cb102bda51e6d813030a6d93835f7d309db2 SHA512 cb1e3d7242ac7f93cd8435285a4f381e576fd023ee2711bbfe56be413f58700b7cfd9568b371b9f43505596fbd8a10ff4fcd9b293179d2db9307959873e4279b diff --git a/dev-ruby/fiber-annotation/fiber-annotation-0.2.0.ebuild b/dev-ruby/fiber-annotation/fiber-annotation-0.2.0.ebuild index d7b34ae9f45a..fd86767282d3 100644 --- a/dev-ruby/fiber-annotation/fiber-annotation-0.2.0.ebuild +++ b/dev-ruby/fiber-annotation/fiber-annotation-0.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="readme.md" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" @@ -18,7 +18,6 @@ SRC_URI="https://github.com/ioquatix/fiber-annotation/archive/refs/tags/v${PV}.t LICENSE="MIT" SLOT="$(ver_cut 1)" KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="" all_ruby_prepare() { sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die |