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 6B3A915815E for ; Sun, 4 Feb 2024 20:11:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AD18E2B24; Sun, 4 Feb 2024 20:11:18 +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 18E6FE2B22 for ; Sun, 4 Feb 2024 20:11:18 +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 1C11834313F for ; Sun, 4 Feb 2024 20:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CAB714C7 for ; Sun, 4 Feb 2024 20:11:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1707077438.2a1934b60752a9837bb8eb570dbd250c565942c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/vimball/vimball-0.5.1.ebuild X-VCS-Directories: app-arch/vimball/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2a1934b60752a9837bb8eb570dbd250c565942c5 X-VCS-Branch: master Date: Sun, 4 Feb 2024 20:11:14 +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: 8abee79d-921a-441b-a16c-11e4f5976c63 X-Archives-Hash: 19e5a1ef8b533e78c4e91d0377d4fc32 commit: 2a1934b60752a9837bb8eb570dbd250c565942c5 Author: Eli Schwartz gmail com> AuthorDate: Sun Feb 4 07:02:22 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 4 20:10:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1934b6 app-arch/vimball: drop old Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> app-arch/vimball/vimball-0.5.1.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/app-arch/vimball/vimball-0.5.1.ebuild b/app-arch/vimball/vimball-0.5.1.ebuild deleted file mode 100644 index 7c16b5de902f..000000000000 --- a/app-arch/vimball/vimball-0.5.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/radhermit/vimball.git" - inherit git-r3 -else - KEYWORDS="amd64 x86" - inherit pypi -fi - -DESCRIPTION="a command-line vimball archive extractor" -HOMEPAGE="https://github.com/radhermit/vimball" - -LICENSE="MIT" -SLOT="0" - -distutils_enable_tests pytest