From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1532153-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27544158009 for <garchives@archives.gentoo.org>; Sun, 25 Jun 2023 05:51:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 269E8E086D; Sun, 25 Jun 2023 05:51:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5773E0863 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2023 05:51:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB257340CC4 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2023 05:51:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EEB3AC5 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2023 05:51:24 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1687672279.70b8ec9c569d31bc4ef298a52f64617f26bddac6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc-spec/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild X-VCS-Directories: www-apps/nanoc-spec/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 70b8ec9c569d31bc4ef298a52f64617f26bddac6 X-VCS-Branch: master Date: Sun, 25 Jun 2023 05:51:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6197fc92-56dd-4858-8ec0-e4181e0c42db X-Archives-Hash: 58891c4791c872e248821c170ffa26f8 commit: 70b8ec9c569d31bc4ef298a52f64617f26bddac6 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jun 25 05:48:52 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jun 25 05:51:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b8ec9c www-apps/nanoc-spec: update EAPI 7 -> 8 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild b/www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild new file mode 100644 index 000000000000..23fa33fff8d9 --- /dev/null +++ b/www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby30 ruby31" + +RUBY_FAKEGEM_RECIPE_TEST="none" + +RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Provides Nanoc::Spec, containing functionality for writing tests for Nanoc" +HOMEPAGE="https://nanoc.app/" +LICENSE="MIT" + +KEYWORDS="~amd64 ~riscv" +SLOT="0" +IUSE="${IUSE} minimal" + +ruby_add_rdepend " + >=www-apps/nanoc-core-4.11.13:0 +"