From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D799913933E for ; Sun, 11 Jul 2021 07:10:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAA85E0B50; Sun, 11 Jul 2021 07:10:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0F73E0B50 for ; Sun, 11 Jul 2021 07:10:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D8D3340FD3 for ; Sun, 11 Jul 2021 07:10:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 993187CE for ; Sun, 11 Jul 2021 07:10:36 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1625987432.9decc3f6151dd648b7ed7d952a46363fe40f3f89.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc-checking/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nanoc-checking/Manifest www-apps/nanoc-checking/metadata.xml www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild X-VCS-Directories: www-apps/nanoc-checking/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9decc3f6151dd648b7ed7d952a46363fe40f3f89 X-VCS-Branch: master Date: Sun, 11 Jul 2021 07:10:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6e67cab-e9e6-474f-bd86-3233cdc72743 X-Archives-Hash: 767d28828ea6fbf0220103353165a93e commit: 9decc3f6151dd648b7ed7d952a46363fe40f3f89 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 11 07:09:16 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jul 11 07:10:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9decc3f6 www-apps/nanoc-checking: initial import of 1.0.1 New dependency for www-apps/nanoc Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> www-apps/nanoc-checking/Manifest | 1 + www-apps/nanoc-checking/metadata.xml | 9 ++++++++ .../nanoc-checking/nanoc-checking-1.0.1.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/www-apps/nanoc-checking/Manifest b/www-apps/nanoc-checking/Manifest new file mode 100644 index 00000000000..07510f3a4d6 --- /dev/null +++ b/www-apps/nanoc-checking/Manifest @@ -0,0 +1 @@ +DIST nanoc-checking-1.0.1.gem 10752 BLAKE2B 6f6f10cf97ab17cc328d827ab19490fa6e9d6f744594c167b4d9bf050c1288a7d5657d290402efbfa8d61d8e81550feae5022720464814e27af06d5025dfde96 SHA512 ef2b5a9c044f9bef19e4c75cc9ee99747a2ff0f8bece23c56d763f59c622488ccd980a19a3563207948fdb0d9edb91e86703778f7233bc0de76adf385c5694b0 diff --git a/www-apps/nanoc-checking/metadata.xml b/www-apps/nanoc-checking/metadata.xml new file mode 100644 index 00000000000..9abf9c6b8ec --- /dev/null +++ b/www-apps/nanoc-checking/metadata.xml @@ -0,0 +1,9 @@ + + + +graaff@gentoo.org + +ruby@gentoo.org +Gentoo Ruby Project + + diff --git a/www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild b/www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild new file mode 100644 index 00000000000..63b0d6c7e17 --- /dev/null +++ b/www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby26 ruby27" + +# 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 checking functionality for Nanoc" +HOMEPAGE="https://nanoc.ws/" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="$(ver_cut 1)" +IUSE="" + +ruby_add_rdepend " + >=www-apps/nanoc-cli-4.11.15:0 + >=www-apps/nanoc-core-4.11.15:0 +"