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/mixlib-shellout | |
| 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/mixlib-shellout')
| -rw-r--r-- | dev-ruby/mixlib-shellout/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/mixlib-shellout/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-ruby/mixlib-shellout/mixlib-shellout-3.3.9.ebuild | 32 |
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-ruby/mixlib-shellout/Manifest b/dev-ruby/mixlib-shellout/Manifest deleted file mode 100644 index da6d9c8f36d5..000000000000 --- a/dev-ruby/mixlib-shellout/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mixlib-shellout-3.3.9.tar.gz 48052 BLAKE2B 41a232d1a02d2b53f0fb121b5128cb417cb59d41222f63f7015d2d95a5305fac513b83a6860444eb6334c6bd80a22c86baabc49cd25d9eab4af17d9b689f5307 SHA512 af5de89eef62d2c3f31278c7600ee961ee97bff3ccc282dee1c97673984719301c0ac4c7dcc48b064927dbe3dcd17d1dd3f78de05da0e5c61e5badf2f599ede7 diff --git a/dev-ruby/mixlib-shellout/metadata.xml b/dev-ruby/mixlib-shellout/metadata.xml deleted file mode 100644 index 7f479627fa46..000000000000 --- a/dev-ruby/mixlib-shellout/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">chef/mixlib-shellout</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.9.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.9.ebuild deleted file mode 100644 index 383209c89b38..000000000000 --- a/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.9.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33 ruby34" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRA_DOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="mixlib-shellout.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Run external commands on Unix or Windows" -HOMEPAGE="https://github.com/chef/mixlib-shellout" -SRC_URI="https://github.com/chef/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -ruby_add_rdepend "dev-ruby/chef-utils" - -each_ruby_prepare() { - # Make sure we actually use the right interpreter for testing - sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb || die - - # Avoid spec that requires an interactive terminal - sed -e '/with subprocess writing lots of data to both stdout and stderr/,/^ end/ s:^:#:' \ - -i spec/mixlib/shellout_spec.rb || die -} |
