app-vim/tasklist: inherit vcs-snapshot.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 23 Dec 2018 21:11:12 +0000 (22:11 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 23 Dec 2018 21:44:40 +0000 (22:44 +0100)
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

app-vim/tasklist/tasklist-1.0.1.ebuild

index b855acd9718123a213c82425194b6d83860ef227..87c74326cb3eb342922021214ca20e862074bfae 100644 (file)
@@ -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
-}