Skip to content

Commit

Permalink
dev-db/go-etcd: [QA] inherit vcs-clean.eclass directly
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Feb 12, 2020
1 parent d7108bd commit 2d38033
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 3 additions & 1 deletion dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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

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"
Expand Down
4 changes: 2 additions & 2 deletions dev-db/go-etcd/go-etcd-2.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2d38033

Please sign in to comment.