bump(dev-db/etcd): Update server and client to 0.4.1

This commit is contained in:
Michael Marineau 2014-05-21 09:05:44 -07:00
parent b7c1d4999e
commit a12074d375
5 changed files with 9 additions and 31 deletions

View File

@ -14,7 +14,7 @@ inherit toolchain-funcs cros-workon systemd
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64"
else
CROS_WORKON_COMMIT="040c1f591efa735e24e794d5084ad07782123e3c"
CROS_WORKON_COMMIT="a2d16b52bb5a6e85b251f6f919ccdb03518e496d" # v0.4.1
KEYWORDS="amd64"
fi

View File

@ -1,30 +0,0 @@
# Copyright 2013 The CoreOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_PROJECT="coreos/etcdctl"
CROS_WORKON_LOCALNAME="etcdctl"
CROS_WORKON_REPO="git://github.com"
CROS_WORKON_COMMIT="54e8eaab737adcf887cf54d836cf91542f838fdc" # v0.3.0 tag
inherit cros-workon
DESCRIPTION="etcd command line client"
HOMEPAGE="https://github.com/coreos/etcdctl"
SRC_URI=""
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
DEPEND=">=dev-lang/go-1.2"
RDEPEND=""
src_compile() {
./build
}
src_install() {
dobin ${S}/bin/${PN}
}

View File

@ -0,0 +1 @@
etcdctl-9999.ebuild

View File

@ -6,6 +6,13 @@ CROS_WORKON_PROJECT="coreos/etcdctl"
CROS_WORKON_LOCALNAME="etcdctl"
CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64"
else
CROS_WORKON_COMMIT="43d576e9e84568372048f2b6cc912e7a5d048081" # v0.4.1
KEYWORDS="amd64"
fi
inherit cros-workon
DESCRIPTION="etcd command line client"