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.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 2122215800A for ; Tue, 18 Jul 2023 05:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D168E08CD; Tue, 18 Jul 2023 05:14:28 +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 3E978E08CD for ; Tue, 18 Jul 2023 05:14:28 +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 34F7F340B66 for ; Tue, 18 Jul 2023 05:14:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2106CB4F for ; Tue, 18 Jul 2023 05:14:22 +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: <1689657055.1193d680836cdb55dec2328d1dd81f985b6e4042.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nanoc-deploying/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nanoc-deploying/nanoc-deploying-1.0.2.ebuild X-VCS-Directories: www-apps/nanoc-deploying/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1193d680836cdb55dec2328d1dd81f985b6e4042 X-VCS-Branch: master Date: Tue, 18 Jul 2023 05:14:22 +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: 0ec54ec7-b60e-47d5-b222-00357fe27b10 X-Archives-Hash: ac3b88ced8dc71675636a5f091ff6e84 commit: 1193d680836cdb55dec2328d1dd81f985b6e4042 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jul 18 05:10:55 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 18 05:10:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1193d680 www-apps/nanoc-deploying: drop 1.0.2 Signed-off-by: Hans de Graaff gentoo.org> .../nanoc-deploying/nanoc-deploying-1.0.2.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/www-apps/nanoc-deploying/nanoc-deploying-1.0.2.ebuild b/www-apps/nanoc-deploying/nanoc-deploying-1.0.2.ebuild deleted file mode 100644 index 3b8ea8b5e623..000000000000 --- a/www-apps/nanoc-deploying/nanoc-deploying-1.0.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" - -# 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" - -KEYWORDS="~amd64 ~riscv" -SLOT="$(ver_cut 1)" -IUSE="" - -ruby_add_rdepend " - www-apps/nanoc-checking:1 - >=www-apps/nanoc-cli-4.11.15:0 - >=www-apps/nanoc-core-4.11.15:0 -"