diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 18:33:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:50:26 +0100 |
commit | 6b408e88a2b6ff125f36865f06ba6e765c4575a8 (patch) | |
tree | 483cd2d3740a531418e70865fa5db2af5032d952 /app-vim | |
parent | app-vim/pdv: drop 1.0.1-r1, EAPI6-- (diff) | |
download | gentoo-6b408e88a2b6ff125f36865f06ba6e765c4575a8.tar.gz gentoo-6b408e88a2b6ff125f36865f06ba6e765c4575a8.tar.bz2 gentoo-6b408e88a2b6ff125f36865f06ba6e765c4575a8.zip |
app-vim/perlomni: drop 2.5, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/perlomni/perlomni-2.5.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-vim/perlomni/perlomni-2.5.ebuild b/app-vim/perlomni/perlomni-2.5.ebuild deleted file mode 100644 index 24ff3350f05e..000000000000 --- a/app-vim/perlomni/perlomni-2.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: a vim plugin with Perl omni completion functions" -HOMEPAGE="https://github.com/c9s/perlomni.vim" -SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="vim.org" -KEYWORDS="amd64 ppc ppc64 x86" - -DEPEND=" - app-arch/unzip - dev-lang/perl" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}.vim-${PV}" - -src_compile() { :; } |