app-vim/molokai: inherit vcs-snapshot eclass.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 7 Jan 2018 10:32:03 +0000 (11:32 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 7 Jan 2018 11:29:42 +0000 (12:29 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

app-vim/molokai/molokai-0.1_p20151115.ebuild

index eb7b16b1b275e0d56126ae7edbd472f113fb2a15..d393cc780a14ac3daa876730c07180a2db0af47c 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit vim-plugin
+inherit vim-plugin vcs-snapshot
 
 COMMIT="c67bdfcdb31415aa0ade7f8c003261700a885476"
 
@@ -14,5 +14,3 @@ SRC_URI="https://github.com/tomasr/molokai/archive/${COMMIT}.tar.gz -> ${P}.tar.
 
 LICENSE="vim"
 KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/molokai-${COMMIT}"