diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 09:32:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 09:32:28 +0200 |
commit | b05155344b3a15fb088606a0d99a21bfb586ad8c (patch) | |
tree | 0b4087e837fc8c63d87f533b2ca98f78df76d9bd /app-emulation | |
parent | app-emulation/ganeti-instance-image: Remove last-rited pkg (diff) | |
download | gentoo-b05155344b3a15fb088606a0d99a21bfb586ad8c.tar.gz gentoo-b05155344b3a15fb088606a0d99a21bfb586ad8c.tar.bz2 gentoo-b05155344b3a15fb088606a0d99a21bfb586ad8c.zip |
app-emulation/ganeti-instance-debootstrap: Remove last-rited pkg
Closes: https://bugs.gentoo.org/713052
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation')
4 files changed, 0 insertions, 86 deletions
diff --git a/app-emulation/ganeti-instance-debootstrap/Manifest b/app-emulation/ganeti-instance-debootstrap/Manifest deleted file mode 100644 index cfe93ff79c2b..000000000000 --- a/app-emulation/ganeti-instance-debootstrap/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ganeti-instance-debootstrap-0.11.tar.gz 67946 BLAKE2B 0dbf3d16ae4058f0093adcd0a33c473719cf6de267dbc4e99e3326a2885d57693e2d0408b1079681056be88c7db23ab168e38f38d4051e8847d3b552fa42d4a1 SHA512 d39ae29b49e3e0e25e9052ee5201d5aeeedfa229cc0b8674ea01a26b1b615b262c1464ca16b5268884a0fa28981e5126eec084d7bb9298a4b405574925b85b4e -DIST ganeti-instance-debootstrap-0.16.tar.gz 23020 BLAKE2B 8e96597ee94e5806de78ade571f5287e68c5442a91fb8ef3f6e2dbb95301e036fa79225b3c8a2517b05ff14eba0fb541c792556218d0f9a9346f1ebe524a6b38 SHA512 43197d034d719b81ea8737ea60763d43bf71bc9b15b0fbee60bd42e5b0c0f3821805986d4f564db91207a83c2396e87fe081180eec3a5da77d18f2d510fbff1f diff --git a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.11-r1.ebuild b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.11-r1.ebuild deleted file mode 100644 index dac122fc12ab..000000000000 --- a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.11-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Scripts to build Ganeti VMs with debootstrap" -HOMEPAGE="http://www.ganeti.org/" -SRC_URI="https://ganeti.googlecode.com/files/ganeti-instance-debootstrap-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="app-arch/dpkg - app-arch/dump - app-emulation/ganeti - dev-util/debootstrap - >=sys-apps/coreutils-6.10-r1 - sys-apps/util-linux - sys-fs/e2fsprogs" - -src_install() { - default - insinto /etc/ganeti/instance-debootstrap/hooks - doins examples/hooks/* -} diff --git a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.16.ebuild b/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.16.ebuild deleted file mode 100644 index b4859961ac2e..000000000000 --- a/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.16.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools - -DESCRIPTION="Scripts to build Ganeti VMs with debootstrap" -HOMEPAGE="http://www.ganeti.org/" -SRC_URI="http://downloads.ganeti.org/instance-debootstrap/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - ${DEPEND} - >=sys-apps/coreutils-6.10-r1 - app-arch/dpkg - app-arch/dump - app-emulation/ganeti - dev-util/debootstrap - sys-apps/util-linux - sys-fs/e2fsprogs - sys-fs/multipath-tools -" - -src_prepare() { - default - - sed -i -e 's|AC_MSG_ERROR|AC_MSG_WARN|g' configure.ac || die - sed -i -e 's|COPYING||g' Makefile.am || die - - eautoreconf -} - -src_install() { - default - - insinto /etc/ganeti/instance-debootstrap/hooks - doins examples/hooks/* -} diff --git a/app-emulation/ganeti-instance-debootstrap/metadata.xml b/app-emulation/ganeti-instance-debootstrap/metadata.xml deleted file mode 100644 index 26710bfe632c..000000000000 --- a/app-emulation/ganeti-instance-debootstrap/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>virtualization@gentoo.org</email> - <name>Gentoo Virtualization Project</name> - </maintainer> - <longdescription lang="en">This is a guest OS definition for Ganeti (https://code.google.com/p/ganeti). - It will install a minimal version of Debian or Ubuntu via debootstrap (thus - it requires network access). This only works if you have a Debian-based node - or you have debootstrap installed by hand on another distribution.</longdescription> - <upstream> - <remote-id type="google-code">ganeti</remote-id> - </upstream> -</pkgmetadata> |