diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emulation/ganeti-os-noop | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emulation/ganeti-os-noop')
-rw-r--r-- | app-emulation/ganeti-os-noop/Manifest | 3 | ||||
-rw-r--r-- | app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild | 25 | ||||
-rw-r--r-- | app-emulation/ganeti-os-noop/metadata.xml | 11 |
3 files changed, 0 insertions, 39 deletions
diff --git a/app-emulation/ganeti-os-noop/Manifest b/app-emulation/ganeti-os-noop/Manifest deleted file mode 100644 index 47bfade94106..000000000000 --- a/app-emulation/ganeti-os-noop/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ganeti-os-noop-0.2.tar.gz 2247 BLAKE2B ea0d9c4e884aba81895e48b8bb86a28f90432ec768feeef5f561b13041279578c5730783c12a7207b330fe9190c0b41a44fdf154f8685bb8f4d3721f37d797f9 SHA512 ae121759ef775a5fee552ef2f939bb01126ff5fee3deeadae234a6f6f66b2589be1a6cc686d564d3a77406f5839f1cf914a3492c3ea9cc803427967fb75e3c5b -EBUILD ganeti-os-noop-0.2.ebuild 539 BLAKE2B 0f48124fc6a8450a3857a3036373247fa015f660bb540f3fdc82f12a0694faf83be20278be1b3d9107753d1689c50e712a16f61ae0c8f823cc0b97fd58cb52e7 SHA512 bc7e2454c982d2deecab9cb21202b953d4a6d02018dcd0fdd1fda4544709542222c937c9bb526c8116f635715eab7f47e665637b4600eba22c65f6be6b21aa03 -MISC metadata.xml 335 BLAKE2B 29dac66049297ba00c1a8c850ed7dcd9748b49c232033d4a0ce2ffe92ccd3160d8b25dd15ea989ade9508422f210f9ce6ad3438e79e6b9d04085ece9cc83bdc0 SHA512 4caaca34dae159ff71972cb9e91c8c8ab1743c3626873d0e7e21d184b88d3a86be2510fb14219adaaa1f4ff7b6f7459146e6eb98145c7af46fdd8ee2cdc11f7a 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 deleted file mode 100644 index 18148261ba7f..000000000000 --- a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 deleted file mode 100644 index 0be915a90eff..000000000000 --- a/app-emulation/ganeti-os-noop/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?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> - <upstream> - <remote-id type="github">grnet/ganeti-os-noop</remote-id> - </upstream> -</pkgmetadata> |