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 379D3158091 for ; Fri, 10 Jun 2022 18:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3178E0924; Fri, 10 Jun 2022 18:08:10 +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 D6992E0924 for ; Fri, 10 Jun 2022 18:08:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EB1E434183B for ; Fri, 10 Jun 2022 18:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7638E50B for ; Fri, 10 Jun 2022 18:08:07 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1654884471.f1d93f2ba520fc7569c2d0ac6e8e3bd894189349.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/perl-support/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/perl-support/Manifest app-vim/perl-support/perl-support-5.3.2.ebuild X-VCS-Directories: app-vim/perl-support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f1d93f2ba520fc7569c2d0ac6e8e3bd894189349 X-VCS-Branch: master Date: Fri, 10 Jun 2022 18:08:07 +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: 27785da6-6b3a-41a1-bce8-2ec79ecd453e X-Archives-Hash: 1ae9133ab11652ab68b5afbaded4272b commit: f1d93f2ba520fc7569c2d0ac6e8e3bd894189349 Author: Matt Turner gentoo org> AuthorDate: Fri Jun 10 17:44:13 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 10 18:07:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d93f2b app-vim/perl-support: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-vim/perl-support/Manifest | 1 - app-vim/perl-support/perl-support-5.3.2.ebuild | 29 -------------------------- 2 files changed, 30 deletions(-) diff --git a/app-vim/perl-support/Manifest b/app-vim/perl-support/Manifest index 6d3b77d6492f..2e72e5be5bfe 100644 --- a/app-vim/perl-support/Manifest +++ b/app-vim/perl-support/Manifest @@ -1,2 +1 @@ -DIST perl-support-5.3.2.tar.bz2 178598 BLAKE2B d02aae9d65e9f0d5274cbeb44db1ed7de844ef87fa73fd8bfe8c27ccd27584e1937d9a0a824e6f10013554c8259307ebd73d3f188b98897709b1d5d2a03ca548 SHA512 1eff321b0c5184b58737e79de379fbe431b32fbe5a140914b950d024ee9b512393b46cf4e45cafe50289ee9f9d4747984534efeade399882a17237a1a1ca1161 DIST perl-support-5.4.tar.gz 267155 BLAKE2B 1144623092164bcf436e789d2ea587c08916aafd1514facf28696b23035feeacada610c8f9d4f9c45f29bdea32b9f9b7a3151b918cf08839e10caadb0485cc9d SHA512 d9d06ea2299be6135b5423aa7f062874736d7aa8118428a9abcd20c53eea410f0d384d0a79324e5ad0101105aa0aa10eb23f031084f34908f879633e5d18c795 diff --git a/app-vim/perl-support/perl-support-5.3.2.ebuild b/app-vim/perl-support/perl-support-5.3.2.ebuild deleted file mode 100644 index 86cf2b265565..000000000000 --- a/app-vim/perl-support/perl-support-5.3.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit vim-plugin - -DESCRIPTION="vim plugin: Perl-IDE - Write and run Perl scripts using menus and hotkeys" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=556" -LICENSE="GPL-2 GPL-2+" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" - -VIM_PLUGIN_HELPFILES="perlsupport.txt" - -RDEPEND=" - dev-perl/Perl-Tags - dev-perl/Perl-Critic" - -src_prepare() { - # Don't set tabstop and shiftwidth - sed -i '/=4/s/^/"/' ftplugin/perl.vim || die - default -} - -src_install() { - dodoc ${PN}/doc/{ChangeLog,perl-hot-keys.pdf} - rm -r ${PN}/doc/ || die - - vim-plugin_src_install -}