Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc-deploying/
Date: Sun, 29 May 2022 05:50:38
Message-Id: 1653803426.0f95b8901a0e8b4459a06928471c32437e0f8f3f.graaff@gentoo
1 commit: 0f95b8901a0e8b4459a06928471c32437e0f8f3f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 05:38:45 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 05:50:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f95b890
7
8 www-apps/nanoc-deploying: add 1.0.2
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 www-apps/nanoc-deploying/Manifest | 1 +
13 .../nanoc-deploying/nanoc-deploying-1.0.2.ebuild | 27 ++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/www-apps/nanoc-deploying/Manifest b/www-apps/nanoc-deploying/Manifest
17 index 0153f88d029c..15e2873fc3af 100644
18 --- a/www-apps/nanoc-deploying/Manifest
19 +++ b/www-apps/nanoc-deploying/Manifest
20 @@ -1 +1,2 @@
21 DIST nanoc-deploying-1.0.1.gem 9728 BLAKE2B d646f56eada30fc5059069627f6b07fc6620cc952605086100e954aa9b79e7f696ecfe87ad85f1951fca1de75482943af869a28f6f4465fffc3497af9db36b7f SHA512 78e4247021b9e0ba717cf4b41bb913bbbafd7e0b149d16e681d7312f60cd0d2277de5e957f938c3194a521036da21b38696fe4ced5cd0b14cdce01aee207a744
22 +DIST nanoc-deploying-1.0.2.gem 9728 BLAKE2B 6f06a33c08105e59a928277efccf48371d0c93f0cb4427951431462afc4b9d88c677ac17a2627f7511a7675a7b350c2887f62b88112c2d10e1e203a44252a387 SHA512 2ef340742926584ef5112d5c281ac469520d6fd30d60bfcf502ac993256020f85de03d957d61bff0613d3e8d9bda22256cc565feffe80411e3f024c5d8a74b2c
23
24 diff --git a/www-apps/nanoc-deploying/nanoc-deploying-1.0.2.ebuild b/www-apps/nanoc-deploying/nanoc-deploying-1.0.2.ebuild
25 new file mode 100644
26 index 000000000000..ac61113398df
27 --- /dev/null
28 +++ b/www-apps/nanoc-deploying/nanoc-deploying-1.0.2.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +USE_RUBY="ruby26 ruby27 ruby30"
35 +
36 +# Upstream has specs but they are not available in the gem and the
37 +# repository upstream is not tagged for this.
38 +RUBY_FAKEGEM_RECIPE_TEST="none"
39 +
40 +RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
41 +
42 +inherit ruby-fakegem
43 +
44 +DESCRIPTION="Provides deploying functionality for Nanoc"
45 +HOMEPAGE="https://nanoc.ws/"
46 +LICENSE="MIT"
47 +
48 +KEYWORDS="~amd64 ~riscv"
49 +SLOT="$(ver_cut 1)"
50 +IUSE=""
51 +
52 +ruby_add_rdepend "
53 + www-apps/nanoc-checking:1
54 + >=www-apps/nanoc-cli-4.11.15:0
55 + >=www-apps/nanoc-core-4.11.15:0
56 +"