From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5A7B01582EF for ; Sat, 08 Mar 2025 12:11:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 477EC342F8C for ; Sat, 08 Mar 2025 12:11:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4EB5511027C; Sat, 08 Mar 2025 12:11:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 46CDB11027C for ; Sat, 08 Mar 2025 12:11:31 +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 F405B341707 for ; Sat, 08 Mar 2025 12:11:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 922F92810 for ; Sat, 08 Mar 2025 12:11:29 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1741435854.8ba6af82ed4d2ff01cba8c65d66988038b7c5dff.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/fugitive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/fugitive/Manifest app-vim/fugitive/fugitive-3.4.ebuild X-VCS-Directories: app-vim/fugitive/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8ba6af82ed4d2ff01cba8c65d66988038b7c5dff X-VCS-Branch: master Date: Sat, 08 Mar 2025 12:11:29 +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: 4214a0c3-edec-4759-bda9-368f63020485 X-Archives-Hash: 50dc5e528bf4e1cde219ca13a0df814e commit: 8ba6af82ed4d2ff01cba8c65d66988038b7c5dff Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 8 12:09:14 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 8 12:10:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba6af82 app-vim/fugitive: drop 3.4 Signed-off-by: Arthur Zamarin gentoo.org> app-vim/fugitive/Manifest | 1 - app-vim/fugitive/fugitive-3.4.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/app-vim/fugitive/Manifest b/app-vim/fugitive/Manifest index 79631cc0c30a..2abbdc77fe73 100644 --- a/app-vim/fugitive/Manifest +++ b/app-vim/fugitive/Manifest @@ -1,2 +1 @@ -DIST fugitive-3.4.tar.gz 80677 BLAKE2B 7cb341851248eb05a8094617f349e382cb8704f69116d8a00f07db40d96b4cc86b98515a59c489116fe7fdadb9a73a65819bf792005bda316f1a0bca311e6938 SHA512 313f1b06c843f85cfdbee059f1470b1ed062c2055e552fa1e05b01e59d9950c181b19e7553cbbca575b1951949970691081582128be7148885485d4fbed0a4d2 DIST fugitive-3.7.tar.gz 84271 BLAKE2B 1c00272174bd76a2b4d34aa54a7498b2f75a5322d587e3436d82f21d6188027768bea0475c99fcbc50a82b89d9a9a7697d18106cb1eb2f9788afa81848fe2de8 SHA512 8252b69c6183f5b710739eb68ecb3fbdfad52df3dbee0a3a04ad33f410b489d7fcf1c0bde0cb2d53995a6b4e34191c165c652d08e6145789a88f8c46bfcddf56 diff --git a/app-vim/fugitive/fugitive-3.4.ebuild b/app-vim/fugitive/fugitive-3.4.ebuild deleted file mode 100644 index 099b1046e1b4..000000000000 --- a/app-vim/fugitive/fugitive-3.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit vim-plugin - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git" -else - SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" - S="${WORKDIR}/vim-${P}" -fi - -DESCRIPTION="vim plugin: a git wrapper for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" -LICENSE="vim" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-vcs/git"