diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/async-container | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/async-container')
| -rw-r--r-- | dev-ruby/async-container/Manifest | 4 | ||||
| -rw-r--r-- | dev-ruby/async-container/async-container-0.17.1.ebuild | 42 | ||||
| -rw-r--r-- | dev-ruby/async-container/async-container-0.18.0.ebuild | 42 | ||||
| -rw-r--r-- | dev-ruby/async-container/async-container-0.24.0.ebuild | 40 | ||||
| -rw-r--r-- | dev-ruby/async-container/async-container-0.25.0.ebuild | 43 | ||||
| -rw-r--r-- | dev-ruby/async-container/metadata.xml | 11 |
6 files changed, 0 insertions, 182 deletions
diff --git a/dev-ruby/async-container/Manifest b/dev-ruby/async-container/Manifest deleted file mode 100644 index 853e3e82a0b5..000000000000 --- a/dev-ruby/async-container/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST async-container-0.17.1.tar.gz 25024 BLAKE2B da7d268dd7f8c599068f6f588c966866d5ea495d0f6112317f8910cb3e4974826915f9cdc3847faf09306ea01ed00cb1ced77b5197b58bbc44d584d05b1758e5 SHA512 5f57760820a621e303205bfa134da59ebbde3c017e71bf2a9bce8a511937b83060939798a9682c6eb15f99a4be657dc18cc8a5fc5f260ea8427ce2d6d70f6e44 -DIST async-container-0.18.0.tar.gz 25787 BLAKE2B 8c0d41a884231136bca19161e6d49074d0ad2571c323ff5120ce848bb7cdfbd5971724a17a6b3537c32f71731067ac2a61149d4eeb1c11e69c0f7c934a4f2412 SHA512 b7bc90173032fb6b4875d8e300748ebbf42f6088cb3c9a5249ac79c6f9cee9b4542c106e6a5f775b990e62778dd779048212f734bcec4d7cdf3dbfc7301d40cf -DIST async-container-0.24.0.tar.gz 33411 BLAKE2B 66ee5d6fa6f6a870773fe8d9b90d0e1bb1b228550e4c7181b5619c2f0d98410b9905216ed49dc98e8f6eca7f0fbc5c144f4f4d7d52d898d2a1100c71db4174cc SHA512 ae04b249295c375d83f63b7d346c37738d6fdec8e31dc874de5b7281f56440c8d1b5bdac5eeb56468a8fe3982cb6e17541b315fa9e14a724051c92f371ef242a -DIST async-container-0.25.0.tar.gz 34787 BLAKE2B 558572efa9c006b32fefc52539bd8a835cb9e3487818e0dae0f51505b62978740323f494d6dbb459ed40a5b269a2dbbfe70eac37c970fdce4dc8da6435eaa99a SHA512 e299ea0be18b0d257734708a16e859752e2dea8c66d1f77944441fc9607335fc96469db2f15172dc8b143b36aa5843545041c98d4129427028b9d5c42e5409c5 diff --git a/dev-ruby/async-container/async-container-0.17.1.ebuild b/dev-ruby/async-container/async-container-0.17.1.ebuild deleted file mode 100644 index ea3e670f5a6b..000000000000 --- a/dev-ruby/async-container/async-container-0.17.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -RUBY_FAKEGEM_RECIPE_TEST="sus" -RUBY_FAKEGEM_EXTRADOC="readme.md" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Abstract container-based parallelism using threads and processes" -HOMEPAGE="https://github.com/socketry/async-container" -SRC_URI="https://github.com/socketry/async-container/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="test" - -ruby_add_rdepend "dev-ruby/async - dev-ruby/async-io" - -ruby_add_bdepend "test? ( - dev-ruby/bundler - >=dev-ruby/async-rspec-1.1:1 -)" - -all_ruby_prepare() { - sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die - - # spec/async/container/notify/pipe_spec.rb directly executes "bundler" command, - # so we can't just wipe out gems.rb as usual. also must remove covered from gemspec - # for this reason. - sed -i -E 's/gem ".+"//g' "gems.rb" || die - sed -i -e '/spec.add_development_dependency "covered"/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid test dependency on unpackaged covered - rm -f config/sus.rb || die -} diff --git a/dev-ruby/async-container/async-container-0.18.0.ebuild b/dev-ruby/async-container/async-container-0.18.0.ebuild deleted file mode 100644 index f5d1fac12ae8..000000000000 --- a/dev-ruby/async-container/async-container-0.18.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -RUBY_FAKEGEM_RECIPE_TEST="sus" -RUBY_FAKEGEM_EXTRADOC="readme.md" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Abstract container-based parallelism using threads and processes" -HOMEPAGE="https://github.com/socketry/async-container" -SRC_URI="https://github.com/socketry/async-container/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="test" - -ruby_add_rdepend "dev-ruby/async - dev-ruby/async-io" - -ruby_add_bdepend "test? ( - dev-ruby/bundler - >=dev-ruby/async-rspec-1.1:1 -)" - -all_ruby_prepare() { - sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die - - # spec/async/container/notify/pipe_spec.rb directly executes "bundler" command, - # so we can't just wipe out gems.rb as usual. also must remove covered from gemspec - # for this reason. - sed -i -E 's/gem ".+"//g' "gems.rb" || die - sed -i -e '/spec.add_development_dependency "covered"/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid test dependency on unpackaged covered - rm -f config/sus.rb || die -} diff --git a/dev-ruby/async-container/async-container-0.24.0.ebuild b/dev-ruby/async-container/async-container-0.24.0.ebuild deleted file mode 100644 index 798045be31c1..000000000000 --- a/dev-ruby/async-container/async-container-0.24.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2022-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="sus" -RUBY_FAKEGEM_EXTRADOC="readme.md" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Abstract container-based parallelism using threads and processes" -HOMEPAGE="https://github.com/socketry/async-container" -SRC_URI="https://github.com/socketry/async-container/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="test" - -ruby_add_rdepend ">=dev-ruby/async-2.22:2" - -ruby_add_bdepend "test? ( - dev-ruby/bundler -)" - -all_ruby_prepare() { - sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die - - # spec/async/container/notify/pipe_spec.rb directly executes "bundler" command, - # so we can't just wipe out gems.rb as usual. also must remove covered from gemspec - # for this reason. - sed -i -E 's/gem ".+"//g' "gems.rb" || die - sed -i -e '/spec.add_development_dependency "covered"/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid test dependency on unpackaged covered - rm -f config/sus.rb || die -} diff --git a/dev-ruby/async-container/async-container-0.25.0.ebuild b/dev-ruby/async-container/async-container-0.25.0.ebuild deleted file mode 100644 index 306e20fb906b..000000000000 --- a/dev-ruby/async-container/async-container-0.25.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2022-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="sus" -RUBY_FAKEGEM_EXTRADOC="readme.md releases.md" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Abstract container-based parallelism using threads and processes" -HOMEPAGE="https://github.com/socketry/async-container" -SRC_URI="https://github.com/socketry/async-container/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="test" - -ruby_add_rdepend ">=dev-ruby/async-2.22:2" - -ruby_add_bdepend "test? ( - dev-ruby/bundler -)" - -all_ruby_prepare() { - sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die - - # spec/async/container/notify/pipe_spec.rb directly executes "bundler" command, - # so we can't just wipe out gems.rb as usual. also must remove covered from gemspec - # for this reason. - sed -i -E 's/gem ".+"//g' "gems.rb" || die - sed -i -e '/spec.add_development_dependency "covered"/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die - - # Avoid test that depends on unpackaged "bake" - rm -f test/async/container/notify/log.rb || die - - # Avoid test dependency on unpackaged covered - rm -f config/sus.rb || die -} diff --git a/dev-ruby/async-container/metadata.xml b/dev-ruby/async-container/metadata.xml deleted file mode 100644 index 4f03304084d0..000000000000 --- a/dev-ruby/async-container/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">socketry/async-container</remote-id> - </upstream> -</pkgmetadata> |
