diff --git a/dev-ruby/puppet-resource_api/puppet-resource_api-1.9.0.ebuild b/dev-ruby/puppet-resource_api/puppet-resource_api-1.9.0.ebuild index 194148a7cf54b..5032699b3cf56 100644 --- a/dev-ruby/puppet-resource_api/puppet-resource_api-1.9.0.ebuild +++ b/dev-ruby/puppet-resource_api/puppet-resource_api-1.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none" inherit ruby-fakegem -DESCRIPTION="This library provides a simple way to write new native resources for puppet." +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" LICENSE="MIT" # 2023/03/19: .gem does not contain specfiles, and lags behind GitHub releases. 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 index 2dd0a6439412c..23194b96360e4 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none" inherit ruby-fakegem -DESCRIPTION="This library provides a simple way to write new native resources for puppet." +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"