diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-10-31 02:23:57 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-10-31 02:23:57 -0400 |
commit | d5e432fda6733cb298f5ec74ee1a0790ec86e8b1 (patch) | |
tree | e98aadf9ded662d40508320f99cc0c02a9f07b79 /app-vim/txtfmt | |
parent | app-vim/splice: version bump to 1.1.0 (diff) | |
download | gentoo-d5e432fda6733cb298f5ec74ee1a0790ec86e8b1.tar.gz gentoo-d5e432fda6733cb298f5ec74ee1a0790ec86e8b1.tar.bz2 gentoo-d5e432fda6733cb298f5ec74ee1a0790ec86e8b1.zip |
app-vim/txtfmt: fix bad EAPI 6 port (bug #595158)
Diffstat (limited to 'app-vim/txtfmt')
-rw-r--r-- | app-vim/txtfmt/txtfmt-2.4-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild index 22eca926dd09..450e6eb2b87a 100644 --- a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild +++ b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild @@ -4,8 +4,6 @@ EAPI=6 -VIM_PLUGIN_VIM_VERSION="7.2" - inherit vim-plugin DESCRIPTION="vim plugin: rich text highlighting in vim" @@ -13,12 +11,12 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13856 -> ${P}.tar.gz" LICENSE="public-domain" KEYWORDS="~amd64 ~x86" -IUSE="" -VIM_PLUGIN_HELPFILES="txtfmt.txt" +VIM_PLUGIN_HELPFILES="${PN}.txt" -S="${WORKDIR}" +S=${WORKDIR} src_prepare() { + default rm indent_patch.txt || die } |