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 C1C72158020 for ; Wed, 7 Dec 2022 17:57:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66A5BE08CD; 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 45053E08CA 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 59CE234148C 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 0EEF27D6 for ; Wed, 7 Dec 2022 17:57:21 +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.b062c32721b670c3a436ee7e1bfa96a5a1baf8a9.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/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: b062c32721b670c3a436ee7e1bfa96a5a1baf8a9 X-VCS-Branch: master Date: Wed, 7 Dec 2022 17:57:21 +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: 16f3232c-b81e-4ed5-ab55-3f3d2395638f X-Archives-Hash: d49d4c1d35addbc9e6aab2b4f9eefe83 commit: b062c32721b670c3a436ee7e1bfa96a5a1baf8a9 Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 7 17:56:35 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=b062c327 www-apps/nanoc-checking: drop 1.0.1 Signed-off-by: Hans de Graaff gentoo.org> www-apps/nanoc-checking/Manifest | 1 - .../nanoc-checking/nanoc-checking-1.0.1.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/www-apps/nanoc-checking/Manifest b/www-apps/nanoc-checking/Manifest index ea5f10589960..e692976896ee 100644 --- a/www-apps/nanoc-checking/Manifest +++ b/www-apps/nanoc-checking/Manifest @@ -1,2 +1 @@ -DIST nanoc-checking-1.0.1.gem 10752 BLAKE2B 6f6f10cf97ab17cc328d827ab19490fa6e9d6f744594c167b4d9bf050c1288a7d5657d290402efbfa8d61d8e81550feae5022720464814e27af06d5025dfde96 SHA512 ef2b5a9c044f9bef19e4c75cc9ee99747a2ff0f8bece23c56d763f59c622488ccd980a19a3563207948fdb0d9edb91e86703778f7233bc0de76adf385c5694b0 DIST nanoc-checking-1.0.2.gem 11264 BLAKE2B 5ac338624bd85decb52ad4d59cff466ba849bd03c4b27534db34528db3fa768c1c198461bd35614203f352426105ea541c3dd0da2dff27a8430aa600a756f1fc SHA512 29fcd816f908bd7fdc2895e549d4cd0834ac53f8fc1bf8a9cf12e385cc9a1cabcca87178014beffe6b1b9f63b68d4bfe89096234ec72d3abc37dc8cc906eff24 diff --git a/www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild b/www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild deleted file mode 100644 index 646382c44aa8..000000000000 --- a/www-apps/nanoc-checking/nanoc-checking-1.0.1.ebuild +++ /dev/null @@ -1,26 +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 checking functionality for Nanoc" -HOMEPAGE="https://nanoc.app/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~riscv" -SLOT="$(ver_cut 1)" -IUSE="" - -ruby_add_rdepend " - >=www-apps/nanoc-cli-4.11.15:0 - >=www-apps/nanoc-core-4.11.15:0 -"