Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: docker-machine-driver-kvm-0.10.1
@ 2020-01-29  1:41 voidlinux-github
  2020-01-29  8:37 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-29  1:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

There is a new pull request by renatoaguiar against master on the void-packages repository

https://github.com/renatoaguiar/void-packages docker-machine-driver-kvm
https://github.com/void-linux/void-packages/pull/18624

New package: docker-machine-driver-kvm-0.10.1


A patch file from https://github.com/void-linux/void-packages/pull/18624.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-docker-machine-driver-kvm-18624.patch --]
[-- Type: text/x-diff, Size: 1332 bytes --]

From 15f7850e508721835dd6729c26759f47888c4e05 Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Tue, 28 Jan 2020 17:12:50 -0800
Subject: [PATCH] New package: docker-machine-driver-kvm-0.10.1

---
 srcpkgs/docker-machine-driver-kvm/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/docker-machine-driver-kvm/template

diff --git a/srcpkgs/docker-machine-driver-kvm/template b/srcpkgs/docker-machine-driver-kvm/template
new file mode 100644
index 00000000000..486b45ed16f
--- /dev/null
+++ b/srcpkgs/docker-machine-driver-kvm/template
@@ -0,0 +1,16 @@
+# Template file for 'docker-machine-driver-kvm'
+pkgname=docker-machine-driver-kvm
+version=0.10.1
+revision=1
+wrksrc="docker-machine-kvm-${version}"
+build_style=go
+go_import_path="github.com/dhiltgen/docker-machine-kvm"
+go_package="github.com/dhiltgen/docker-machine-kvm/cmd/docker-machine-driver-kvm"
+hostmakedepends="git pkg-config"
+makedepends="libvirt-devel"
+short_desc="KVM driver for docker-machine"
+maintainer="Renato Aguiar <renato@renatoaguiar.net>"
+license="Apache-2.0"
+homepage="https://github.com/tdilauro/docker-machine-kvm"
+distfiles="https://github.com/tdilauro/docker-machine-kvm/archive/v${version}.tar.gz"
+checksum=9059d9b2221417fdba1d33505110b0ad833fe8abdc7314842b677e0241d5c719

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New package: docker-machine-driver-kvm-0.10.1
  2020-01-29  1:41 [PR PATCH] New package: docker-machine-driver-kvm-0.10.1 voidlinux-github
@ 2020-01-29  8:37 ` voidlinux-github
  2020-01-29 18:18 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-29  8:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/18624#issuecomment-579651101

Comment:
Seems to be broken on all 32 bit architectures.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: docker-machine-driver-kvm-0.10.1
  2020-01-29  1:41 [PR PATCH] New package: docker-machine-driver-kvm-0.10.1 voidlinux-github
  2020-01-29  8:37 ` voidlinux-github
@ 2020-01-29 18:18 ` voidlinux-github
  2020-01-29 21:07 ` voidlinux-github
  2020-01-30  8:11 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-29 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

There is an updated pull request by renatoaguiar against master on the void-packages repository

https://github.com/renatoaguiar/void-packages docker-machine-driver-kvm
https://github.com/void-linux/void-packages/pull/18624

New package: docker-machine-driver-kvm-0.10.1


A patch file from https://github.com/void-linux/void-packages/pull/18624.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-docker-machine-driver-kvm-18624.patch --]
[-- Type: text/x-diff, Size: 1381 bytes --]

From 41b1eee2f0af10ec5c8a303ee50fb9fda1e79c90 Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Tue, 28 Jan 2020 17:12:50 -0800
Subject: [PATCH] New package: docker-machine-driver-kvm-0.10.1

---
 srcpkgs/docker-machine-driver-kvm/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/docker-machine-driver-kvm/template

diff --git a/srcpkgs/docker-machine-driver-kvm/template b/srcpkgs/docker-machine-driver-kvm/template
new file mode 100644
index 00000000000..3924d29de7f
--- /dev/null
+++ b/srcpkgs/docker-machine-driver-kvm/template
@@ -0,0 +1,17 @@
+# Template file for 'docker-machine-driver-kvm'
+pkgname=docker-machine-driver-kvm
+version=0.10.1
+revision=1
+archs="x86_64 aarch64" # Broken on 32bit archs
+wrksrc="docker-machine-kvm-${version}"
+build_style=go
+go_import_path="github.com/dhiltgen/docker-machine-kvm"
+go_package="github.com/dhiltgen/docker-machine-kvm/cmd/docker-machine-driver-kvm"
+hostmakedepends="git pkg-config"
+makedepends="libvirt-devel"
+short_desc="KVM driver for docker-machine"
+maintainer="Renato Aguiar <renato@renatoaguiar.net>"
+license="Apache-2.0"
+homepage="https://github.com/tdilauro/docker-machine-kvm"
+distfiles="https://github.com/tdilauro/docker-machine-kvm/archive/v${version}.tar.gz"
+checksum=9059d9b2221417fdba1d33505110b0ad833fe8abdc7314842b677e0241d5c719

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: docker-machine-driver-kvm-0.10.1
  2020-01-29  1:41 [PR PATCH] New package: docker-machine-driver-kvm-0.10.1 voidlinux-github
  2020-01-29  8:37 ` voidlinux-github
  2020-01-29 18:18 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-29 21:07 ` voidlinux-github
  2020-01-30  8:11 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-29 21:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

There is an updated pull request by renatoaguiar against master on the void-packages repository

https://github.com/renatoaguiar/void-packages docker-machine-driver-kvm
https://github.com/void-linux/void-packages/pull/18624

New package: docker-machine-driver-kvm-0.10.1


A patch file from https://github.com/void-linux/void-packages/pull/18624.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-docker-machine-driver-kvm-18624.patch --]
[-- Type: text/x-diff, Size: 1508 bytes --]

From 5977d77b8499d6d0ad72aafd1f9baae6ce8aafc4 Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Tue, 28 Jan 2020 17:12:50 -0800
Subject: [PATCH] New package: docker-machine-driver-kvm-0.10.1

---
 srcpkgs/docker-machine-driver-kvm/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/docker-machine-driver-kvm/template

diff --git a/srcpkgs/docker-machine-driver-kvm/template b/srcpkgs/docker-machine-driver-kvm/template
new file mode 100644
index 00000000000..b5a5433f99e
--- /dev/null
+++ b/srcpkgs/docker-machine-driver-kvm/template
@@ -0,0 +1,20 @@
+# Template file for 'docker-machine-driver-kvm'
+pkgname=docker-machine-driver-kvm
+version=0.10.1
+revision=1
+wrksrc="docker-machine-kvm-${version}"
+build_style=go
+go_import_path="github.com/dhiltgen/docker-machine-kvm"
+go_package="github.com/dhiltgen/docker-machine-kvm/cmd/docker-machine-driver-kvm"
+hostmakedepends="git pkg-config"
+makedepends="libvirt-devel"
+short_desc="KVM driver for docker-machine"
+maintainer="Renato Aguiar <renato@renatoaguiar.net>"
+license="Apache-2.0"
+homepage="https://github.com/tdilauro/docker-machine-kvm"
+distfiles="https://github.com/tdilauro/docker-machine-kvm/archive/v${version}.tar.gz"
+checksum=9059d9b2221417fdba1d33505110b0ad833fe8abdc7314842b677e0241d5c719
+
+if [ "$XBPS_TARGET_WORDSIZE" == "32" ]; then
+	broken="github.com/libvirt/libvirt-go/connect.go:181:77: constant 2147483648 overflows ConnectGetAllDomainStatsFlags"
+fi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: New package: docker-machine-driver-kvm-0.10.1
  2020-01-29  1:41 [PR PATCH] New package: docker-machine-driver-kvm-0.10.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-29 21:07 ` voidlinux-github
@ 2020-01-30  8:11 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-30  8:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

There's a merged pull request on the void-packages repository

New package: docker-machine-driver-kvm-0.10.1
https://github.com/void-linux/void-packages/pull/18624

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-30  8:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-29  1:41 [PR PATCH] New package: docker-machine-driver-kvm-0.10.1 voidlinux-github
2020-01-29  8:37 ` voidlinux-github
2020-01-29 18:18 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-29 21:07 ` voidlinux-github
2020-01-30  8:11 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).