diff --git a/www-apps/nanoc-deploying/Manifest b/www-apps/nanoc-deploying/Manifest index 7518e93b748e..00e5e4574711 100644 --- a/www-apps/nanoc-deploying/Manifest +++ b/www-apps/nanoc-deploying/Manifest @@ -1 +1,2 @@ DIST nanoc-deploying-1.0.2.gem 9728 BLAKE2B 6f06a33c08105e59a928277efccf48371d0c93f0cb4427951431462afc4b9d88c677ac17a2627f7511a7675a7b350c2887f62b88112c2d10e1e203a44252a387 SHA512 2ef340742926584ef5112d5c281ac469520d6fd30d60bfcf502ac993256020f85de03d957d61bff0613d3e8d9bda22256cc565feffe80411e3f024c5d8a74b2c +DIST nanoc-deploying-1.0.3.gem 9728 BLAKE2B 6144b707642e747e31c80f3482b396653f55847d351e467ca9f3a2510c21ced5692c98aab15578e023384000f70e2cc30dd89ed907e476f78c9b8fde546e28e7 SHA512 b1f981b33947af936a35dd409a5cc83bfa1939ba302854ed44239601b67a0c1d3365f6ec21504e87dbbb08bdc8d9c687cb362e05065386478fdb8068c52eea98 diff --git a/www-apps/nanoc-deploying/nanoc-deploying-1.0.3.ebuild b/www-apps/nanoc-deploying/nanoc-deploying-1.0.3.ebuild new file mode 100644 index 000000000000..153df787ee60 --- /dev/null +++ b/www-apps/nanoc-deploying/nanoc-deploying-1.0.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby32 ruby33 ruby34" + +# Upstream has specs but they are not available in the gem and the +# repository upstream is not tagged for this. +RUBY_FAKEGEM_RECIPE_TEST="none" +RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Provides deploying functionality for Nanoc" +HOMEPAGE="https://nanoc.app/" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~riscv" + +ruby_add_rdepend " + www-apps/nanoc-checking:1 + >=www-apps/nanoc-cli-4.11.15:0 + >=www-apps/nanoc-core-4.11.15:0 +"