From 8859813b2e6649913b4b8034598a024bb3344fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 25 Apr 2026 12:01:49 +0200 Subject: [PATCH] dev-ruby/puppet-resource_api: Make DESCRIPTION into nominal sentence MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-ruby/puppet-resource_api/puppet-resource_api-1.9.0.ebuild | 4 ++-- dev-ruby/puppet-resource_api/puppet-resource_api-2.0.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"