diff options
Diffstat (limited to 'dev-util/puppet-strings/puppet-strings-4.0.0.ebuild')
-rw-r--r-- | dev-util/puppet-strings/puppet-strings-4.0.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-util/puppet-strings/puppet-strings-4.0.0.ebuild b/dev-util/puppet-strings/puppet-strings-4.0.0.ebuild new file mode 100644 index 00000000..92ac05b6 --- /dev/null +++ b/dev-util/puppet-strings/puppet-strings-4.0.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby30 ruby31 ruby32" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_GEMSPEC="puppet-strings.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Puppet documentation via YARD" +HOMEPAGE="https://github.com/puppetlabs/puppet-strings" +SRC_URI="https://github.com/puppetlabs/puppet-strings/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +KEYWORDS="~amd64" +SLOT="0" + +# depends on unpackaged puppet_litmis and json_spec +RESTRICT="test" + +ruby_add_rdepend " + >=dev-ruby/rgen-0.9:0 + >=dev-ruby/yard-0.9.5 =dev-ruby/yard-0.9* +" |