diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-12-23 22:11:12 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-12-23 22:44:40 +0100 |
commit | 84276e9da731340e3dacbde43528c1dba75d0f8f (patch) | |
tree | 0452d23eecbb960ba7076fbd5b9f9a2dc9470769 /app-vim/tasklist | |
parent | app-vim/slimv: clean up old. (diff) | |
download | gentoo-84276e9da731340e3dacbde43528c1dba75d0f8f.tar.gz gentoo-84276e9da731340e3dacbde43528c1dba75d0f8f.tar.bz2 gentoo-84276e9da731340e3dacbde43528c1dba75d0f8f.zip |
app-vim/tasklist: inherit vcs-snapshot.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-vim/tasklist')
-rw-r--r-- | app-vim/tasklist/tasklist-1.0.1.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/app-vim/tasklist/tasklist-1.0.1.ebuild b/app-vim/tasklist/tasklist-1.0.1.ebuild index b855acd97181..87c74326cb3e 100644 --- a/app-vim/tasklist/tasklist-1.0.1.ebuild +++ b/app-vim/tasklist/tasklist-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit vim-plugin +inherit vim-plugin vcs-snapshot DESCRIPTION="Highlight FIXME/TODO/CUSTOM keywords in a separate list" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2607" @@ -11,9 +11,3 @@ SRC_URI="https://github.com/vim-scripts/${PN}.vim/tarball/${PV} -> ${P}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64 ~x86" -IUSE="" - -src_unpack() { - default - mv vim-* "${P}" || die -} |