Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim2hs/
Date: Thu, 04 Jan 2018 16:33:00
Message-Id: 1515083538.8039d5a44fed881776f47561f116dc77b21b4443.monsieurp@gentoo
1 commit: 8039d5a44fed881776f47561f116dc77b21b4443
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 16:30:48 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 16:32:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8039d5a4
7
8 app-vim/vim2hs: inherit vcs-snapshot eclass.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild b/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
16 index 4d8504e4b3a..9b0f7392446 100644
17 --- a/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
18 +++ b/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -inherit vim-plugin
27 +inherit vim-plugin vcs-snapshot
28
29 # Commit Date: 16 Apr 2014
30 COMMIT="f2afd55704bfe0a2d66e6b270d247e9b8a7b1664"
31 @@ -17,8 +17,6 @@ KEYWORDS="~amd64 ~x86"
32
33 RDEPEND="dev-lang/ghc"
34
35 -S="${WORKDIR}/${PN}-${COMMIT}"
36 -
37 src_compile() { :; }
38
39 src_install() {