From eaf29b98aeb3d0456ecc90aafd237a9e6d6ad5c7 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 19 Aug 2013 14:30:22 -0400 Subject: [PATCH] add(dev-db/etcdctl): New ebuilds! Add live ebuild along with 0.1.0 and 0.1.1 releases. --- .../dev-db/etcdctl/etcdctl-0.1.0.ebuild | 31 +++++++++++++++++++ .../dev-db/etcdctl/etcdctl-0.1.1.ebuild | 31 +++++++++++++++++++ .../dev-db/etcdctl/etcdctl-9999.ebuild | 30 ++++++++++++++++++ 3 files changed, 92 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.0.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.1.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-9999.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.0.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.0.ebuild new file mode 100644 index 0000000000..c7640778fe --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +CROS_WORKON_PROJECT="coreos/etcdctl" +CROS_WORKON_LOCALNAME="etcdctl" +CROS_WORKON_REPO="git://github.com" +CROS_WORKON_COMMIT="689b26571ddc21bae9d94bec4eea231852362349" # v0.1.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.1" +RDEPEND="" + +src_compile() { + ./build +} + +src_install() { + dobin ${S}/${PN} +} diff --git a/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.1.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.1.ebuild new file mode 100644 index 0000000000..0b1f883ccd --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +CROS_WORKON_PROJECT="coreos/etcdctl" +CROS_WORKON_LOCALNAME="etcdctl" +CROS_WORKON_REPO="git://github.com" +CROS_WORKON_COMMIT="dac6f5cfa798b3e1da4027c2526a3b317d4e0db4" # v0.1.1 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.1" +RDEPEND="" + +src_compile() { + ./build +} + +src_install() { + dobin ${S}/${PN} +} diff --git a/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-9999.ebuild new file mode 100644 index 0000000000..f2c87e297d --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +CROS_WORKON_PROJECT="coreos/etcdctl" +CROS_WORKON_LOCALNAME="etcdctl" +CROS_WORKON_REPO="git://github.com" + +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.1" +RDEPEND="" + +src_compile() { + ./build +} + +src_install() { + dobin ${S}/${PN} +}