From: Patrice Clement Date: Sun, 7 Jan 2018 10:32:03 +0000 (+0100) Subject: app-vim/molokai: inherit vcs-snapshot eclass. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c728c86316a26c55c6c5323a483094f06c3239a6;p=gentoo.git app-vim/molokai: inherit vcs-snapshot eclass. Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- diff --git a/app-vim/molokai/molokai-0.1_p20151115.ebuild b/app-vim/molokai/molokai-0.1_p20151115.ebuild index eb7b16b1b275..d393cc780a14 100644 --- a/app-vim/molokai/molokai-0.1_p20151115.ebuild +++ b/app-vim/molokai/molokai-0.1_p20151115.ebuild @@ -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}"