diff options
author | David Seifert <soap@gentoo.org> | 2020-02-12 19:02:15 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-12 19:02:15 +0100 |
commit | 2d380333dafe26b4e4595e9737d63de57d675335 (patch) | |
tree | e5fd8d48eb5ccbb4ed9ad3f3277c993b9222a10f /dev-db/go-etcd | |
parent | app-vim/youcompleteme: [QA] inherit vcs-clean.eclass directly (diff) | |
download | gentoo-2d380333dafe26b4e4595e9737d63de57d675335.tar.gz gentoo-2d380333dafe26b4e4595e9737d63de57d675335.tar.bz2 gentoo-2d380333dafe26b4e4595e9737d63de57d675335.zip |
dev-db/go-etcd: [QA] inherit vcs-clean.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db/go-etcd')
-rw-r--r-- | dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/go-etcd/go-etcd-2.0.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild b/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild index 798b7e5544c3..e7ea9c19b91f 100644 --- a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild +++ b/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild @@ -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" diff --git a/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild b/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild index 78e82a0d6773..8080eefda579 100644 --- a/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild +++ b/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild @@ -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" diff --git a/dev-db/go-etcd/go-etcd-2.0.0.ebuild b/dev-db/go-etcd/go-etcd-2.0.0.ebuild index cec9a8d32864..b47229902f49 100644 --- a/dev-db/go-etcd/go-etcd-2.0.0.ebuild +++ b/dev-db/go-etcd/go-etcd-2.0.0.ebuild @@ -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" |