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 CBCDB158451 for ; Thu, 11 Jan 2024 10:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8505E29BF; Thu, 11 Jan 2024 10:28:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B1058E29BF for ; Thu, 11 Jan 2024 10:28:47 +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 E88963431BC for ; Thu, 11 Jan 2024 10:28:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 268A9AE5 for ; Thu, 11 Jan 2024 10:28:45 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1704968887.a12d7e5de7991a7d34b02b5b4489ad8556711f87.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-vim/vimwiki-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-vim/vimwiki-cli/Manifest app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild X-VCS-Directories: app-vim/vimwiki-cli/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: a12d7e5de7991a7d34b02b5b4489ad8556711f87 X-VCS-Branch: dev Date: Thu, 11 Jan 2024 10:28:45 +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: ed2816bd-92ba-417b-baa2-118b76289f37 X-Archives-Hash: 10df24797bfa8f97c7e9e34e7066591d commit: a12d7e5de7991a7d34b02b5b4489ad8556711f87 Author: Takuya Wakazono gmail com> AuthorDate: Thu Jan 11 10:28:07 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Thu Jan 11 10:28:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a12d7e5d app-vim/vimwiki-cli: drop 1.0.0 Signed-off-by: Takuya Wakazono gmail.com> app-vim/vimwiki-cli/Manifest | 1 - app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/app-vim/vimwiki-cli/Manifest b/app-vim/vimwiki-cli/Manifest index d77f9eec65..f52be550bf 100644 --- a/app-vim/vimwiki-cli/Manifest +++ b/app-vim/vimwiki-cli/Manifest @@ -1,2 +1 @@ -DIST vimwiki-cli-1.0.0.tar.gz 26610 BLAKE2B addf8195480270201d7d2b8be2f400dce59fdcf7cf9a557bbb040390350be0bddd3cdb604ec6ea5de8582fcd04287a49377c79c33c82a9578278c139cafb84f7 SHA512 f7ee64ec0d748039ffa18aabf402f8c1e7e665d73ac5a2182016157a3e6eb8f711c5df986d7a7f1efec01c1041ba4d5f1d8e40f9f5d2d64dd92c8d30eaff2df5 DIST vimwiki-cli-1.1.0.tar.gz 27154 BLAKE2B c9cba7261fa59d7dc1f42ee5db5a01191123b2b2408557926e261c0e7526797953dede25e3235fd88c8dcdb2ec78d85dcd858a83bcb43582bd0df98db240d87d SHA512 47e28b3ae233eaf20dd77cefbdb06ccd0eb03d773337af576f14ea14a64e822868a2cc7599c969f1408e29351206af9a80bf455d3306ed884d012013c03ca58f diff --git a/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild b/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild deleted file mode 100644 index 0c5756bfa6..0000000000 --- a/app-vim/vimwiki-cli/vimwiki-cli-1.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_10 ) - -inherit distutils-r1 - -DESCRIPTION="Command-line interface for Vimwiki" -HOMEPAGE="https://github.com/sstallion/vimwiki-cli" -SRC_URI="https://github.com/sstallion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -RDEPEND=" - >=dev-python/click-7.1[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest