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 62F2C158020 for ; Wed, 7 Dec 2022 17:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69D34E08D3; Wed, 7 Dec 2022 17:57:25 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48191E08D3 for ; Wed, 7 Dec 2022 17:57:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A2AD34149A for ; Wed, 7 Dec 2022 17:57:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F00F47D3 for ; Wed, 7 Dec 2022 17:57:20 +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: <1670435835.7a45e3b0609ec657355888a1adc08ee17b7a4e10.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/Manifest www-apps/nanoc-deploying/nanoc-deploying-1.0.1.ebuild X-VCS-Directories: www-apps/nanoc-deploying/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7a45e3b0609ec657355888a1adc08ee17b7a4e10 X-VCS-Branch: master Date: Wed, 7 Dec 2022 17:57:20 +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: 7e9c395e-106c-49e6-93d7-fb803fe60f2e X-Archives-Hash: 99854a7b63d41b3f91b37dcbe5b1d3cc commit: 7a45e3b0609ec657355888a1adc08ee17b7a4e10 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 7 17:56:07 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 7 17:57:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a45e3b0 www-apps/nanoc-deploying: drop 1.0.1 Signed-off-by: Hans de Graaff gentoo.org> www-apps/nanoc-deploying/Manifest | 1 - .../nanoc-deploying/nanoc-deploying-1.0.1.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/www-apps/nanoc-deploying/Manifest b/www-apps/nanoc-deploying/Manifest index 15e2873fc3af..7518e93b748e 100644 --- a/www-apps/nanoc-deploying/Manifest +++ b/www-apps/nanoc-deploying/Manifest @@ -1,2 +1 @@ -DIST nanoc-deploying-1.0.1.gem 9728 BLAKE2B d646f56eada30fc5059069627f6b07fc6620cc952605086100e954aa9b79e7f696ecfe87ad85f1951fca1de75482943af869a28f6f4465fffc3497af9db36b7f SHA512 78e4247021b9e0ba717cf4b41bb913bbbafd7e0b149d16e681d7312f60cd0d2277de5e957f938c3194a521036da21b38696fe4ced5cd0b14cdce01aee207a744 DIST nanoc-deploying-1.0.2.gem 9728 BLAKE2B 6f06a33c08105e59a928277efccf48371d0c93f0cb4427951431462afc4b9d88c677ac17a2627f7511a7675a7b350c2887f62b88112c2d10e1e203a44252a387 SHA512 2ef340742926584ef5112d5c281ac469520d6fd30d60bfcf502ac993256020f85de03d957d61bff0613d3e8d9bda22256cc565feffe80411e3f024c5d8a74b2c diff --git a/www-apps/nanoc-deploying/nanoc-deploying-1.0.1.ebuild b/www-apps/nanoc-deploying/nanoc-deploying-1.0.1.ebuild deleted file mode 100644 index 55b1d6fea075..000000000000 --- a/www-apps/nanoc-deploying/nanoc-deploying-1.0.1.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" - -# 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 -"