From ab65c168538358611861983394686c7c347c95de Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Sun, 16 Jul 2017 12:11:08 +0200 Subject: sys-cluster/zetcd: Version bump to 0.0.3 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- sys-cluster/zetcd/zetcd-0.0.3.ebuild | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 sys-cluster/zetcd/zetcd-0.0.3.ebuild (limited to 'sys-cluster/zetcd/zetcd-0.0.3.ebuild') diff --git a/sys-cluster/zetcd/zetcd-0.0.3.ebuild b/sys-cluster/zetcd/zetcd-0.0.3.ebuild new file mode 100644 index 000000000000..58c794d731ab --- /dev/null +++ b/sys-cluster/zetcd/zetcd-0.0.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGO_PN="github.com/coreos/zetcd" + +EGO_VENDOR=( "github.com/coreos/etcd fa4903c83c72f2857b8ed795a3c86f140b89d52c" ) + +inherit golang-build golang-vcs-snapshot user + +ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="A ZooKeeper personality for etcd" +HOMEPAGE="https://github.com/coreos/zetcd" +SRC_URI="${ARCHIVE_URI} + ${EGO_VENDOR_URI}" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +RESTRICT="test" + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} +} + +src_compile() { + pushd src || die + GOPATH="${WORKDIR}/${P}" go install ${EGO_PN}/cmd/... || die + popd || die +} + +src_install() { + dobin bin/* + dodoc src/${EGO_PN}/README.md + keepdir /var/log/zetcd + fowners -R ${PN}:${PN} /var/log/${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} +} -- cgit v1.2.3-18-g5258