dev-db/go-etcd: [QA] inherit vcs-clean.eclass directly
authorDavid Seifert <soap@gentoo.org>
Wed, 12 Feb 2020 18:02:15 +0000 (19:02 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 12 Feb 2020 18:02:15 +0000 (19:02 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild
dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild
dev-db/go-etcd/go-etcd-2.0.0.ebuild

index 798b7e5544c379cd80bf7fc0f723b22d7104ecf9..e7ea9c19b91f8e6a0c4a1118833fc7ae955c73ce 100644 (file)
@@ -1,11 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils
+inherit eutils vcs-clean
+
 GO_PN=github.com/coreos/${PN}
 DESCRIPTION="Go client library for etcd"
+
 HOMEPAGE="https://github.com/coreos/go-etcd"
 EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
 SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
index 78e82a0d67737c03e9152367cdea8e46bde041fa..8080eefda579c38d35a876220cb9af3988eaa79e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,6 +6,8 @@ EAPI=5
 GO_PN=github.com/coreos/${PN}
 EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
 
+inherit vcs-clean
+
 DESCRIPTION="Go client library for etcd"
 HOMEPAGE="https://github.com/coreos/go-etcd"
 SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
index cec9a8d3286441516dcb654e5aceb0d9b2b194f3..b47229902f49251f077a03e4f684244ae88b90dc 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils
+inherit eutils vcs-clean
 
 GO_PN=github.com/coreos/${PN}
 EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"