diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-ruby/puppet-resource_api/puppet-resource_api-2.0.0.ebuild | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/puppet-resource_api/puppet-resource_api-2.0.0.ebuild')
| -rw-r--r-- | dev-ruby/puppet-resource_api/puppet-resource_api-2.0.0.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-ruby/puppet-resource_api/puppet-resource_api-2.0.0.ebuild b/dev-ruby/puppet-resource_api/puppet-resource_api-2.0.0.ebuild deleted file mode 100644 index 23194b96360e..000000000000 --- a/dev-ruby/puppet-resource_api/puppet-resource_api-2.0.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -RUBY_FAKEGEM_BINWRAP="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md CONTRIBUTING.md HISTORY.md README.md" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" -# rspec tests have dependencies not packaged in Gentoo at this time: -# puppetlabs_spec_helper -# CFPropertyList -# simplecov-console -# spec-puppet -# rubocop -# rubocop-rspec -# license_finder -RUBY_FAKEGEM_RECIPE_TEST="none" - -inherit ruby-fakegem - -DESCRIPTION="Library providing a simple way to write new native resources for puppet" -HOMEPAGE="https://rubygems.org/gems/puppet-resource_api https://github.com/puppetlabs/puppet-resource_api" -# 2023/03/19: .gem does not contain specfiles, and lags behind GitHub releases. -SRC_URI="https://github.com/puppetlabs/puppet-resource_api/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" - -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~x86" - -all_ruby_prepare() { - # the gemspec tries to system(git ls-files) but has a meaningful fallback, so just make it not run git. - sed -e 's:__FILE__:"puppet-resource_api.gemspec":' \ - -e 's/__dir__/"."/' \ - -i "${RUBY_FAKEGEM_GEMSPEC}" \ - || die -} - -ruby_add_rdepend ">=dev-ruby/hocon-1.0" |
