summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-12 09:21:48 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-12 09:22:13 +0300
commitb9b2e19420839b24b0996979938b5f824ffd9167 (patch)
tree6f1112d6e10b437802562238201fc3f704411b40 /app-emulation
parentmedia-gfx/raw-thumbnailer: treeclean (diff)
downloadgentoo-b9b2e19420839b24b0996979938b5f824ffd9167.tar.gz
gentoo-b9b2e19420839b24b0996979938b5f824ffd9167.tar.bz2
gentoo-b9b2e19420839b24b0996979938b5f824ffd9167.zip
app-emulation/docker-machine-kvm: treeclean
Closes: https://bugs.gentoo.org/931879 Bug: https://bugs.gentoo.org/844601 Bug: https://bugs.gentoo.org/734186 Bug: https://bugs.gentoo.org/931735 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/docker-machine-kvm/Manifest3
-rw-r--r--app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild44
-rw-r--r--app-emulation/docker-machine-kvm/metadata.xml10
3 files changed, 0 insertions, 57 deletions
diff --git a/app-emulation/docker-machine-kvm/Manifest b/app-emulation/docker-machine-kvm/Manifest
deleted file mode 100644
index d6f798e6e189..000000000000
--- a/app-emulation/docker-machine-kvm/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST docker-machine-kvm-0.10.0.tar.gz 12183 BLAKE2B cfc1c8286d23e7bdd3f98c542da5f9507dafd99aa37361265ac2774b910e5c900dca94cc0ac0f827715a390aea09762fd25423fe6e587990c667eda2af6935cf SHA512 d4725531e43814ae2b8c3826ad695cc853177d09aeae9c97aa24b5c0de8732bdef67b12f7218244cf44cdd589bb9878058e587c946e13481ba57cb418c535e9e
-DIST github.com-docker-machine-v0.10.0.tar.gz 1605832 BLAKE2B d53e3dcd43af3ea9d1dd764ae5a409e1d4339576c35365e7e06a28f4e37ace3998fb8c909a0af8ed7fbfcead7dcde1a4e71d3b78b601a65e59aaa13256199cf7 SHA512 337ed74474b5e55e10ccd7c8bb3b778d06fc2c56c1646678715548ddeb41a0b7320212d498ad96cbdd08137f78013506b569c4e0aa0a2f28169264d64d814f7c
-DIST github.com-libvirt-libvirt-go-c3209e4ba8b8dda65c85ca0ac04302e55895caf7.tar.gz 100068 BLAKE2B f57c460c6f833d77ea74908bbd0c72b0982b2ce24e47e68e1e509a526b1ba20f224c2492e1fd715431b13696b4110ba404f12b8bbc45deb5911438ce0b2bc6b6 SHA512 7ac5964349c90ac45f627f9c714b04c3ff07428ca2ef7edb1bd173cb7264040ddb49f9df57249a7dbc5f3500c7e1b4011b40faf4b8104f1ef56a1833cb020ab3
diff --git a/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild b/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild
deleted file mode 100644
index 1a254c9e6627..000000000000
--- a/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="github.com/dhiltgen/${PN}"
-EGO_VENDOR=(
- "github.com/docker/machine v${PV}"
- "github.com/libvirt/libvirt-go c3209e4ba8b8dda65c85ca0ac04302e55895caf7"
-)
-
-inherit golang-build golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-DESCRIPTION="KVM driver for docker-machine"
-
-HOMEPAGE="https://github.com/dhiltgen/docker-machine-kvm"
-LICENSE="Apache-2.0 BSD CC-BY-SA-4.0 MIT MPL-2.0 ZLIB"
-SLOT="0"
-IUSE=""
-COMMON_DEPEND="app-emulation/libvirt:=[qemu,virt-network]"
-DEPEND=">=dev-lang/go-1.6:=
- ${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
- ${EGO_VENDOR_URI}"
-
-src_prepare() {
- # go build -i is no longer supported #893080
- sed -e 's: -i::' -i src/github.com/dhiltgen/docker-machine-kvm/cmd/docker-machine-driver-kvm/Makefile || die
- default
-}
-
-src_compile() {
- export GOPATH=${S}
- cd "${S}"/src/${EGO_PN}/cmd/${PN/kvm/driver-kvm} || die
- emake build
-}
-
-src_install() {
- dobin "${S}/src/${EGO_PN}/cmd/${PN/kvm/driver-kvm}/${PN/kvm/driver-kvm}"
- dodoc "${S}/src/${EGO_PN}/README.md"
-}
diff --git a/app-emulation/docker-machine-kvm/metadata.xml b/app-emulation/docker-machine-kvm/metadata.xml
deleted file mode 100644
index c489cf4ce6b1..000000000000
--- a/app-emulation/docker-machine-kvm/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="github">dhiltgen/docker-machine-kvm</remote-id>
- </upstream>
-</pkgmetadata>