commit:     84276e9da731340e3dacbde43528c1dba75d0f8f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 21:11:12 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 21:44:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84276e9d

app-vim/tasklist: inherit vcs-snapshot.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/tasklist/tasklist-1.0.1.ebuild | 10 ++--------
 1 file 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 b855acd9718..87c74326cb3 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
-}

Reply via email to