Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/go-fuse/
Date: Wed, 12 Feb 2020 18:06:31
Message-Id: 1581530547.70eca3492789c0b6db4fde8a03167a23ff554580.soap@gentoo
1 commit: 70eca3492789c0b6db4fde8a03167a23ff554580
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 18:02:27 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 18:02:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70eca349
7
8 dev-libs/go-fuse: [QA] inherit vcs-clean.eclass directly
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild | 2 +-
14 dev-libs/go-fuse/go-fuse-0_p20150422.ebuild | 2 +-
15 dev-libs/go-fuse/go-fuse-9999.ebuild | 4 ++--
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild b/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild
19 index 81e6776158e..b962c085f6b 100644
20 --- a/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild
21 +++ b/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=5
25
26 -inherit eutils
27 +inherit eutils vcs-clean
28
29 GO_PN=github.com/hanwen/${PN}
30 EGIT_COMMIT="8c85ded140ac1889372a0e22d8d21e3d10a303bd"
31
32 diff --git a/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild b/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild
33 index 78fd3a9d465..d432b751b89 100644
34 --- a/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild
35 +++ b/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI=5
39
40 -inherit eutils
41 +inherit eutils vcs-clean
42
43 GO_PN=github.com/hanwen/${PN}
44 EGIT_COMMIT="ffed29ec8b88f61c1b8954134cc48ef03bb26ce1"
45
46 diff --git a/dev-libs/go-fuse/go-fuse-9999.ebuild b/dev-libs/go-fuse/go-fuse-9999.ebuild
47 index 2627a21a5a4..6e408999381 100644
48 --- a/dev-libs/go-fuse/go-fuse-9999.ebuild
49 +++ b/dev-libs/go-fuse/go-fuse-9999.ebuild
50 @@ -1,9 +1,9 @@
51 -# Copyright 1999-2016 Gentoo Foundation
52 +# Copyright 1999-2020 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=5
56
57 -inherit git-r3
58 +inherit git-r3 vcs-clean
59
60 DESCRIPTION="native bindings for the FUSE kernel module"
61 HOMEPAGE="https://github.com/hanwen/go-fuse"