diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 18:33:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:50:27 +0100 |
commit | 6afdb6a4b5fc2ab5ea936802e711aa9cab803210 (patch) | |
tree | cb4e93775a5580ee715b6246501b192cf2fcc71c /app-vim/pfsyntax | |
parent | app-vim/perlomni: drop 2.5, EAPI6-- (diff) | |
download | gentoo-6afdb6a4b5fc2ab5ea936802e711aa9cab803210.tar.gz gentoo-6afdb6a4b5fc2ab5ea936802e711aa9cab803210.tar.bz2 gentoo-6afdb6a4b5fc2ab5ea936802e711aa9cab803210.zip |
app-vim/pfsyntax: drop 1.3, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/pfsyntax')
-rw-r--r-- | app-vim/pfsyntax/pfsyntax-1.3.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app-vim/pfsyntax/pfsyntax-1.3.ebuild b/app-vim/pfsyntax/pfsyntax-1.3.ebuild deleted file mode 100644 index 24a79b205df9..000000000000 --- a/app-vim/pfsyntax/pfsyntax-1.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -MY_PN="pf.vim" - -DESCRIPTION="vim plugin: pf syntax highlighting for vim" -HOMEPAGE="https://github.com/vim-scripts/pf.vim" -SRC_URI="https://github.com/vim-scripts/pf.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="vim" -KEYWORDS="amd64 x86" - -S="${WORKDIR}/${MY_PN}-${PV}" |