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 A995B158044 for ; Fri, 19 Apr 2024 06:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA527E29FA; Fri, 19 Apr 2024 06:08:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE13FE29F9 for ; Fri, 19 Apr 2024 06:08:19 +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 B28923434A3 for ; Fri, 19 Apr 2024 06:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 177BB172E for ; Fri, 19 Apr 2024 06:08:16 +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: <1713506872.97f504d64b1a4528146f622305678526831365d8.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/phpdocs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/phpdocs/phpdocs-0.26-r1.ebuild X-VCS-Directories: app-vim/phpdocs/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 97f504d64b1a4528146f622305678526831365d8 X-VCS-Branch: master Date: Fri, 19 Apr 2024 06:08:16 +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: cc649c58-116c-4b4b-be49-4362a11658b2 X-Archives-Hash: 4e078660d6c27bdf5092ba0282f00955 commit: 97f504d64b1a4528146f622305678526831365d8 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Apr 19 06:01:23 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Apr 19 06:07:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f504d6 app-vim/phpdocs: drop 0.26-r1, EAPI6-- Signed-off-by: Arthur Zamarin gentoo.org> app-vim/phpdocs/phpdocs-0.26-r1.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild deleted file mode 100644 index 3898ab2cb478..000000000000 --- a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: PHPDoc Support in VIM" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=520" -LICENSE="vim" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520" - -src_prepare() { - default - sed -i 's/\r$//' "${S}"/plugin/phpdoc.vim || die "sed failed" -}