diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-19 09:01:23 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-19 09:07:52 +0300 |
commit | 97f504d64b1a4528146f622305678526831365d8 (patch) | |
tree | 96240af0a991835e29748a82955d6fb880220911 /app-vim | |
parent | app-vim/extra-syntax: drop 4-r2, EAPI6-- (diff) | |
download | gentoo-97f504d64b1a4528146f622305678526831365d8.tar.gz gentoo-97f504d64b1a4528146f622305678526831365d8.tar.bz2 gentoo-97f504d64b1a4528146f622305678526831365d8.zip |
app-vim/phpdocs: drop 0.26-r1, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/phpdocs/phpdocs-0.26-r1.ebuild | 18 |
1 files changed, 0 insertions, 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" -} |