summaryrefslogtreecommitdiff
path: root/dev-ruby/puppet-resource_api
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-30 17:55:40 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-30 17:55:40 +0000
commitb987bdb77942f63655b009df4356d770c390101a (patch)
tree05be2065d15aea816d241640287b22ec71cb3b3f /dev-ruby/puppet-resource_api
parent566d9c3bb4d98da0232196ff319b8eeb074f4012 (diff)
downloadbaldeagleos-repo-b987bdb77942f63655b009df4356d770c390101a.tar.gz
baldeagleos-repo-b987bdb77942f63655b009df4356d770c390101a.tar.xz
baldeagleos-repo-b987bdb77942f63655b009df4356d770c390101a.zip
Adding metadata
Diffstat (limited to 'dev-ruby/puppet-resource_api')
-rw-r--r--dev-ruby/puppet-resource_api/puppet-resource_api-1.8.16.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-ruby/puppet-resource_api/puppet-resource_api-1.8.16.ebuild b/dev-ruby/puppet-resource_api/puppet-resource_api-1.8.16.ebuild
deleted file mode 100644
index a8e6f8540789..000000000000
--- a/dev-ruby/puppet-resource_api/puppet-resource_api-1.8.16.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31"
-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="This library provides 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"
-LICENSE="MIT"
-# 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/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-all_ruby_prepare() {
- # the gemspec tries to system(git ls-files) but has a meaningful fallback, so just make it not run git.
- sed -i -e '/git --help/s,git,false git,g' \
- "${RUBY_FAKEGEM_GEMSPEC}" \
- || die
-}
-
-ruby_add_rdepend ">=dev-ruby/hocon-1.0"