commit:     e339acbca875e6209866abec941261c46ce558ac
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 22:53:15 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 22:54:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e339acbc

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(+)

diff --git a/app-emulation/ganeti-os-noop/Manifest 
b/app-emulation/ganeti-os-noop/Manifest
new file mode 100644
index 0000000..6a3112d
--- /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 0000000..34d5b90
--- /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 0000000..4073267
--- /dev/null
+++ b/app-emulation/ganeti-os-noop/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Robin H. Johnson</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to