From e339acbca875e6209866abec941261c46ce558ac Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 12 Jul 2016 15:53:15 -0700 Subject: [PATCH] app-emulation/ganeti-os-noop: new package Package-Manager: portage-2.2.28 --- app-emulation/ganeti-os-noop/Manifest | 1 + .../ganeti-os-noop/ganeti-os-noop-0.2.ebuild | 26 +++++++++++++++++++ app-emulation/ganeti-os-noop/metadata.xml | 8 ++++++ 3 files changed, 35 insertions(+) create mode 100644 app-emulation/ganeti-os-noop/Manifest create mode 100644 app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild create mode 100644 app-emulation/ganeti-os-noop/metadata.xml diff --git a/app-emulation/ganeti-os-noop/Manifest b/app-emulation/ganeti-os-noop/Manifest new file mode 100644 index 000000000000..6a3112d87849 --- /dev/null +++ b/app-emulation/ganeti-os-noop/Manifest @@ -0,0 +1 @@ +DIST ganeti-os-noop-0.2.tar.gz 2247 SHA256 4f0f8c72a1f954b52fa6c01ff7f85af62b3bb64f480e898be3fe542c69e52074 SHA512 ae121759ef775a5fee552ef2f939bb01126ff5fee3deeadae234a6f6f66b2589be1a6cc686d564d3a77406f5839f1cf914a3492c3ea9cc803427967fb75e3c5b WHIRLPOOL 57c773d4db9c119089835e5d0800807ce2dd0779435eeffa30c347e787db5425bc7b9438f24cab45be6f13f82ab6333864cafe1b41be5c83f55ab04c9c94643f diff --git a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild new file mode 100644 index 000000000000..34d5b903e027 --- /dev/null +++ b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Dummy OS provider for Ganeti" +HOMEPAGE="https://github.com/grnet/ganeti-os-noop" +SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + dodoc CONTRIBUTORS + cd ganeti/os/noop + insinto /usr/share/ganeti/os/noop/ + doins ganeti_api_version + exeinto /usr/share/ganeti/os/noop/ + doexe create export import rename +} diff --git a/app-emulation/ganeti-os-noop/metadata.xml b/app-emulation/ganeti-os-noop/metadata.xml new file mode 100644 index 000000000000..4073267daf2a --- /dev/null +++ b/app-emulation/ganeti-os-noop/metadata.xml @@ -0,0 +1,8 @@ + + + + + robbat2@gentoo.org + Robin H. Johnson + + -- 2.26.2