app-emulation/ganeti-os-noop: new package
authorRobin H. Johnson <robbat2@gentoo.org>
Tue, 12 Jul 2016 22:53:15 +0000 (15:53 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Tue, 12 Jul 2016 22:54:30 +0000 (15:54 -0700)
Package-Manager: portage-2.2.28

app-emulation/ganeti-os-noop/Manifest [new file with mode: 0644]
app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild [new file with mode: 0644]
app-emulation/ganeti-os-noop/metadata.xml [new file with mode: 0644]

diff --git a/app-emulation/ganeti-os-noop/Manifest b/app-emulation/ganeti-os-noop/Manifest
new file mode 100644 (file)
index 0000000..6a3112d
--- /dev/null
@@ -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 (file)
index 0000000..34d5b90
--- /dev/null
@@ -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 (file)
index 0000000..4073267
--- /dev/null
@@ -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>robbat2@gentoo.org</email>
+               <name>Robin H. Johnson</name>
+       </maintainer>
+</pkgmetadata>