[arch-commits] Commit in duperemove/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-07 Thread Robin Broda via arch-commits
Date: Monday, December 7, 2020 @ 12:01:29
  Author: coderobe
Revision: 771481

archrelease: copy trunk to community-x86_64

Added:
  duperemove/repos/community-x86_64/PKGBUILD
(from rev 771480, duperemove/trunk/PKGBUILD)
Deleted:
  duperemove/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 12:01:17 UTC (rev 771480)
+++ PKGBUILD2020-12-07 12:01:29 UTC (rev 771481)
@@ -1,24 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Frederik Schwan 
-
-pkgname=duperemove
-pkgver=0.11.1
-pkgrel=3
-pkgdesc='Btrfs extent deduplication utility'
-arch=('x86_64')
-url='https://github.com/markfasheh/duperemove'
-license=('GPL')
-depends=('glib2' 'sqlite')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('3c344b00b8fb58a259840aea977ba2e5123b651bb58ec84177bdfd8337a377361984b85c6325271b7d3e4ea216017fa6fda793136c83e9837a13ec041df326b9')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
-}

Copied: duperemove/repos/community-x86_64/PKGBUILD (from rev 771480, 
duperemove/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 12:01:29 UTC (rev 771481)
@@ -0,0 +1,24 @@
+# Maintainer: Robin Broda 
+# Contributor: Frederik Schwan 
+
+pkgname=duperemove
+pkgver=0.11.2
+pkgrel=1
+pkgdesc='Btrfs extent deduplication utility'
+arch=('x86_64')
+url='https://github.com/markfasheh/duperemove'
+license=('GPL')
+depends=('glib2' 'sqlite')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('d2b24c912a3ae4a5b9730ba1369b6174cc6fe252710dc7dae2971816e931558ea68d664bf4c9497630dd9002a71fccc26848ad848831fa45d7a7715ba65378e5')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in duperemove/trunk (PKGBUILD)

2020-12-07 Thread Robin Broda via arch-commits
Date: Monday, December 7, 2020 @ 12:01:17
  Author: coderobe
Revision: 771480

upgpkg: duperemove 0.11.2-1

Modified:
  duperemove/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 11:54:17 UTC (rev 771479)
+++ PKGBUILD2020-12-07 12:01:17 UTC (rev 771480)
@@ -2,8 +2,8 @@
 # Contributor: Frederik Schwan 
 
 pkgname=duperemove
-pkgver=0.11.1
-pkgrel=3
+pkgver=0.11.2
+pkgrel=1
 pkgdesc='Btrfs extent deduplication utility'
 arch=('x86_64')
 url='https://github.com/markfasheh/duperemove'
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glib2' 'sqlite')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('3c344b00b8fb58a259840aea977ba2e5123b651bb58ec84177bdfd8337a377361984b85c6325271b7d3e4ea216017fa6fda793136c83e9837a13ec041df326b9')
+sha512sums=('d2b24c912a3ae4a5b9730ba1369b6174cc6fe252710dc7dae2971816e931558ea68d664bf4c9497630dd9002a71fccc26848ad848831fa45d7a7715ba65378e5')
 
 build() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in nebula/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-07 Thread Robin Broda via arch-commits
Date: Monday, December 7, 2020 @ 11:54:17
  Author: coderobe
Revision: 771479

archrelease: copy trunk to community-x86_64

Added:
  nebula/repos/community-x86_64/PKGBUILD
(from rev 771478, nebula/trunk/PKGBUILD)
Deleted:
  nebula/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-07 11:54:07 UTC (rev 771478)
+++ PKGBUILD2020-12-07 11:54:17 UTC (rev 771479)
@@ -1,45 +0,0 @@
-# Maintainer: Robin Broda 
-pkgname=nebula
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
-arch=('x86_64')
-url='https://github.com/slackhq/nebula'
-license=('MIT')
-depends=()
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('1d00594d74e147406f5809380860f538ceed5c19c3f390dd1d8e364f99b303b6')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  for bin in nebula{,-cert,-service}
-  do go build \
--ldflags "-X main.Build=${pkgver}" \
--o "${bin}" "./cmd/${bin}"
-  done
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  go test -v ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 dist/arch/nebula.service 
"${pkgdir}/usr/lib/systemd/system/nebula.service"
-
-  for bin in nebula{,-cert,-service}
-  do install -Dm755 "${bin}" "${pkgdir}/usr/bin/${bin}"
-  done
-}

Copied: nebula/repos/community-x86_64/PKGBUILD (from rev 771478, 
nebula/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-07 11:54:17 UTC (rev 771479)
@@ -0,0 +1,45 @@
+# Maintainer: Robin Broda 
+pkgname=nebula
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
+arch=('x86_64')
+url='https://github.com/slackhq/nebula'
+license=('MIT')
+depends=()
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('b94fba0251a4a436e25b127d0b9bc0181b991631f1dc8e344b1c8e895b55375d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  for bin in nebula{,-cert,-service}
+  do go build \
+-ldflags "-X main.Build=${pkgver}" \
+-o "${bin}" "./cmd/${bin}"
+  done
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  go test -v ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 dist/arch/nebula.service 
"${pkgdir}/usr/lib/systemd/system/nebula.service"
+
+  for bin in nebula{,-cert,-service}
+  do install -Dm755 "${bin}" "${pkgdir}/usr/bin/${bin}"
+  done
+}


[arch-commits] Commit in nebula/trunk (PKGBUILD)

2020-12-07 Thread Robin Broda via arch-commits
Date: Monday, December 7, 2020 @ 11:54:07
  Author: coderobe
Revision: 771478

upgpkg: nebula 1.3.0-1

Modified:
  nebula/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 11:46:53 UTC (rev 771477)
+++ PKGBUILD2020-12-07 11:54:07 UTC (rev 771478)
@@ -1,6 +1,6 @@
 # Maintainer: Robin Broda 
 pkgname=nebula
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 depends=()
 makedepends=('go')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('1d00594d74e147406f5809380860f538ceed5c19c3f390dd1d8e364f99b303b6')
+sha256sums=('b94fba0251a4a436e25b127d0b9bc0181b991631f1dc8e344b1c8e895b55375d')
 
 build() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in libvirt/repos (5 files)

2020-09-14 Thread Robin Broda via arch-commits
Date: Tuesday, September 15, 2020 @ 00:45:15
  Author: coderobe
Revision: 706921

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt/repos/community-testing-x86_64/
  libvirt/repos/community-testing-x86_64/CVE-2020-14339.patch
(from rev 706920, libvirt/trunk/CVE-2020-14339.patch)
  libvirt/repos/community-testing-x86_64/Changelog
(from rev 706920, libvirt/trunk/Changelog)
  libvirt/repos/community-testing-x86_64/PKGBUILD
(from rev 706920, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-testing-x86_64/libvirt.install
(from rev 706920, libvirt/trunk/libvirt.install)

--+
 CVE-2020-14339.patch |  478 +
 Changelog|1 
 PKGBUILD |  189 +++
 libvirt.install  |7 
 4 files changed, 675 insertions(+)

Copied: libvirt/repos/community-testing-x86_64/CVE-2020-14339.patch (from rev 
706920, libvirt/trunk/CVE-2020-14339.patch)
===
--- community-testing-x86_64/CVE-2020-14339.patch   
(rev 0)
+++ community-testing-x86_64/CVE-2020-14339.patch   2020-09-15 00:45:15 UTC 
(rev 706921)
@@ -0,0 +1,478 @@
+diff --git a/po/POTFILES.in b/po/POTFILES.in
+index af52054aa4..eb1ffd1dbd 100644
+--- a/po/POTFILES.in
 b/po/POTFILES.in
+@@ -240,6 +240,7 @@
+ @SRCDIR@/src/util/vircrypto.c
+ @SRCDIR@/src/util/virdaemon.c
+ @SRCDIR@/src/util/virdbus.c
++@SRCDIR@/src/util/virdevmapper.c
+ @SRCDIR@/src/util/virdnsmasq.c
+ @SRCDIR@/src/util/virerror.c
+ @SRCDIR@/src/util/virerror.h
+diff --git a/src/qemu/qemu_cgroup.c b/src/qemu/qemu_cgroup.c
+index 914bf640ca..e88da02341 100644
+--- a/src/qemu/qemu_cgroup.c
 b/src/qemu/qemu_cgroup.c
+@@ -87,7 +87,7 @@ qemuSetupImagePathCgroup(virDomainObjPtr vm,
+ }
+ 
+ if (virDevMapperGetTargets(path, ) < 0 &&
+-errno != ENOSYS && errno != EBADF) {
++errno != ENOSYS) {
+ virReportSystemError(errno,
+  _("Unable to get devmapper targets for %s"),
+  path);
+diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
+index c5b8d91f9a..088d711ae3 100644
+--- a/src/qemu/qemu_domain.c
 b/src/qemu/qemu_domain.c
+@@ -10338,7 +10338,7 @@ qemuDomainSetupDisk(virQEMUDriverConfigPtr cfg 
G_GNUC_UNUSED,
+ return -1;
+ 
+ if (virDevMapperGetTargets(next->path, ) < 0 &&
+-errno != ENOSYS && errno != EBADF) {
++errno != ENOSYS) {
+ virReportSystemError(errno,
+  _("Unable to get devmapper targets for 
%s"),
+  next->path);
+@@ -11402,7 +11402,7 @@ qemuDomainNamespaceSetupDisk(virDomainObjPtr vm,
+ tmpPath = g_strdup(next->path);
+ 
+ if (virDevMapperGetTargets(next->path, ) < 0 &&
+-errno != ENOSYS && errno != EBADF) {
++errno != ENOSYS) {
+ virReportSystemError(errno,
+  _("Unable to get devmapper targets for 
%s"),
+  next->path);
+diff --git a/src/util/virdevmapper.c b/src/util/virdevmapper.c
+index 40a82285f9..a471504176 100644
+--- a/src/util/virdevmapper.c
 b/src/util/virdevmapper.c
+@@ -20,38 +20,67 @@
+ 
+ #include 
+ 
++#include "virdevmapper.h"
++#include "internal.h"
++
+ #ifdef __linux__
+ # include 
+-#endif
++# include 
++# include 
++# include 
++# include 
++# include 
+ 
+-#ifdef WITH_DEVMAPPER
+-# include 
+-#endif
++# include "virthread.h"
++# include "viralloc.h"
++# include "virstring.h"
++# include "virfile.h"
++
++# define VIR_FROM_THIS VIR_FROM_STORAGE
++
++# define PROC_DEVICES "/proc/devices"
++# define DM_NAME "device-mapper"
++# define DEV_DM_DIR "/dev/" DM_DIR
++# define CONTROL_PATH DEV_DM_DIR "/" DM_CONTROL_NODE
++# define BUF_SIZE (16 * 1024)
++
++G_STATIC_ASSERT(BUF_SIZE > sizeof(struct dm_ioctl));
++
++static unsigned int virDMMajor;
+ 
+-#include "virdevmapper.h"
+-#include "internal.h"
+-#include "virthread.h"
+-#include "viralloc.h"
+-#include "virstring.h"
+-
+-#ifdef WITH_DEVMAPPER
+-static void
+-virDevMapperDummyLogger(int level G_GNUC_UNUSED,
+-const char *file G_GNUC_UNUSED,
+-int line G_GNUC_UNUSED,
+-int dm_errno G_GNUC_UNUSED,
+-const char *fmt G_GNUC_UNUSED,
+-...)
+-{
+-return;
+-}
+ 
+ static int
+ virDevMapperOnceInit(void)
+ {
+-/* Ideally, we would not need this. But libdevmapper prints
+- * error messages to stderr by default. Sad but true. */
+-dm_log_with_errno_init(virDevMapperDummyLogger);
++g_autofree char *buf = NULL;
++VIR_AUTOSTRINGLIST lines = NULL;
++size_t i;
++
++if (virFileReadAll(PROC_DEVICES, BUF_SIZE, ) < 0)
++return -1;
++
++lines = 

[arch-commits] Commit in libvirt/trunk (CVE-2020-14339.patch PKGBUILD)

2020-09-14 Thread Robin Broda via arch-commits
Date: Tuesday, September 15, 2020 @ 00:45:02
  Author: coderobe
Revision: 706920

upgpkg: libvirt 6.5.0-2: apply patch for CVE-2020-14339 (FS#67807)

Added:
  libvirt/trunk/CVE-2020-14339.patch
Modified:
  libvirt/trunk/PKGBUILD

--+
 CVE-2020-14339.patch |  478 +
 PKGBUILD |   13 -
 2 files changed, 487 insertions(+), 4 deletions(-)

Added: CVE-2020-14339.patch
===
--- CVE-2020-14339.patch(rev 0)
+++ CVE-2020-14339.patch2020-09-15 00:45:02 UTC (rev 706920)
@@ -0,0 +1,478 @@
+diff --git a/po/POTFILES.in b/po/POTFILES.in
+index af52054aa4..eb1ffd1dbd 100644
+--- a/po/POTFILES.in
 b/po/POTFILES.in
+@@ -240,6 +240,7 @@
+ @SRCDIR@/src/util/vircrypto.c
+ @SRCDIR@/src/util/virdaemon.c
+ @SRCDIR@/src/util/virdbus.c
++@SRCDIR@/src/util/virdevmapper.c
+ @SRCDIR@/src/util/virdnsmasq.c
+ @SRCDIR@/src/util/virerror.c
+ @SRCDIR@/src/util/virerror.h
+diff --git a/src/qemu/qemu_cgroup.c b/src/qemu/qemu_cgroup.c
+index 914bf640ca..e88da02341 100644
+--- a/src/qemu/qemu_cgroup.c
 b/src/qemu/qemu_cgroup.c
+@@ -87,7 +87,7 @@ qemuSetupImagePathCgroup(virDomainObjPtr vm,
+ }
+ 
+ if (virDevMapperGetTargets(path, ) < 0 &&
+-errno != ENOSYS && errno != EBADF) {
++errno != ENOSYS) {
+ virReportSystemError(errno,
+  _("Unable to get devmapper targets for %s"),
+  path);
+diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
+index c5b8d91f9a..088d711ae3 100644
+--- a/src/qemu/qemu_domain.c
 b/src/qemu/qemu_domain.c
+@@ -10338,7 +10338,7 @@ qemuDomainSetupDisk(virQEMUDriverConfigPtr cfg 
G_GNUC_UNUSED,
+ return -1;
+ 
+ if (virDevMapperGetTargets(next->path, ) < 0 &&
+-errno != ENOSYS && errno != EBADF) {
++errno != ENOSYS) {
+ virReportSystemError(errno,
+  _("Unable to get devmapper targets for 
%s"),
+  next->path);
+@@ -11402,7 +11402,7 @@ qemuDomainNamespaceSetupDisk(virDomainObjPtr vm,
+ tmpPath = g_strdup(next->path);
+ 
+ if (virDevMapperGetTargets(next->path, ) < 0 &&
+-errno != ENOSYS && errno != EBADF) {
++errno != ENOSYS) {
+ virReportSystemError(errno,
+  _("Unable to get devmapper targets for 
%s"),
+  next->path);
+diff --git a/src/util/virdevmapper.c b/src/util/virdevmapper.c
+index 40a82285f9..a471504176 100644
+--- a/src/util/virdevmapper.c
 b/src/util/virdevmapper.c
+@@ -20,38 +20,67 @@
+ 
+ #include 
+ 
++#include "virdevmapper.h"
++#include "internal.h"
++
+ #ifdef __linux__
+ # include 
+-#endif
++# include 
++# include 
++# include 
++# include 
++# include 
+ 
+-#ifdef WITH_DEVMAPPER
+-# include 
+-#endif
++# include "virthread.h"
++# include "viralloc.h"
++# include "virstring.h"
++# include "virfile.h"
++
++# define VIR_FROM_THIS VIR_FROM_STORAGE
++
++# define PROC_DEVICES "/proc/devices"
++# define DM_NAME "device-mapper"
++# define DEV_DM_DIR "/dev/" DM_DIR
++# define CONTROL_PATH DEV_DM_DIR "/" DM_CONTROL_NODE
++# define BUF_SIZE (16 * 1024)
++
++G_STATIC_ASSERT(BUF_SIZE > sizeof(struct dm_ioctl));
++
++static unsigned int virDMMajor;
+ 
+-#include "virdevmapper.h"
+-#include "internal.h"
+-#include "virthread.h"
+-#include "viralloc.h"
+-#include "virstring.h"
+-
+-#ifdef WITH_DEVMAPPER
+-static void
+-virDevMapperDummyLogger(int level G_GNUC_UNUSED,
+-const char *file G_GNUC_UNUSED,
+-int line G_GNUC_UNUSED,
+-int dm_errno G_GNUC_UNUSED,
+-const char *fmt G_GNUC_UNUSED,
+-...)
+-{
+-return;
+-}
+ 
+ static int
+ virDevMapperOnceInit(void)
+ {
+-/* Ideally, we would not need this. But libdevmapper prints
+- * error messages to stderr by default. Sad but true. */
+-dm_log_with_errno_init(virDevMapperDummyLogger);
++g_autofree char *buf = NULL;
++VIR_AUTOSTRINGLIST lines = NULL;
++size_t i;
++
++if (virFileReadAll(PROC_DEVICES, BUF_SIZE, ) < 0)
++return -1;
++
++lines = virStringSplit(buf, "\n", 0);
++if (!lines)
++return -1;
++
++for (i = 0; lines[i]; i++) {
++g_autofree char *dev = NULL;
++unsigned int maj;
++
++if (sscanf(lines[i], "%u %ms\n", , ) == 2 &&
++STREQ(dev, DM_NAME)) {
++virDMMajor = maj;
++break;
++}
++}
++
++if (!lines[i]) {
++virReportError(VIR_ERR_INTERNAL_ERROR,
++   _("Unable to find major for %s"),
++   DM_NAME);
++return -1;
++}
++
+ return 0;
+ }
+ 
+@@ -59,104 +88,190 @@ 

[arch-commits] Commit in hivex/trunk (PKGBUILD)

2020-09-14 Thread Robin Broda via arch-commits
Date: Tuesday, September 15, 2020 @ 00:28:03
  Author: coderobe
Revision: 706918

upgpkg: hivex 1.3.19-1

Modified:
  hivex/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-15 00:26:57 UTC (rev 706917)
+++ PKGBUILD2020-09-15 00:28:03 UTC (rev 706918)
@@ -3,8 +3,8 @@
 # Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=hivex
-pkgver=1.3.18
-pkgrel=8
+pkgver=1.3.19
+pkgrel=1
 pkgdesc="System for extracting the contents of Windows Registry."
 arch=("x86_64")
 url="http://libguestfs.org;
@@ -15,7 +15,7 @@
"ruby: ruby bindings"
"ocaml: ocaml bindings")
 
source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha512sums=('1851351118921e81df9e505f90d00048a178572c2edd3de40194a69915176bdb615e2eb5afea408d57063e98257c8d1e3d0cd6730407153892cc9e3befc4aa3a'
+sha512sums=('dc271349c6efa7b55ba144617e57fe4e7ce855ec1f4ef9f84ee86eeefd3a34cb6b26078786e1568f3008b922a31b758ff2c2734e599b67e0e210aa72e9f41177'
 'SKIP')
 validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

 


[arch-commits] Commit in hivex/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-09-14 Thread Robin Broda via arch-commits
Date: Tuesday, September 15, 2020 @ 00:28:12
  Author: coderobe
Revision: 706919

archrelease: copy trunk to community-x86_64

Added:
  hivex/repos/community-x86_64/PKGBUILD
(from rev 706918, hivex/trunk/PKGBUILD)
Deleted:
  hivex/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-15 00:28:03 UTC (rev 706918)
+++ PKGBUILD2020-09-15 00:28:12 UTC (rev 706919)
@@ -1,50 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Brian Bidulock 
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=hivex
-pkgver=1.3.18
-pkgrel=8
-pkgdesc="System for extracting the contents of Windows Registry."
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("LGPL2.1")
-depends=("libxml2" "perl")
-makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
-optdepends=("python2: python bindings"
-   "ruby: ruby bindings"
-   "ocaml: ocaml bindings")
-source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha512sums=('1851351118921e81df9e505f90d00048a178572c2edd3de40194a69915176bdb615e2eb5afea408d57063e98257c8d1e3d0cd6730407153892cc9e3befc4aa3a'
-'SKIP')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-build() {
-cd "$pkgname-$pkgver"
-
-./configure \
-   --bindir=/usr/bin \
-   --libdir=/usr/lib \
-   --prefix=/usr \
-   --disable-rpath \
-   --disable-static PYTHON=python2
-
-make
-chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
-}
-
-_perl_depends() {
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-_perl_depends
-}

Copied: hivex/repos/community-x86_64/PKGBUILD (from rev 706918, 
hivex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-15 00:28:12 UTC (rev 706919)
@@ -0,0 +1,50 @@
+# Maintainer: Robin Broda 
+# Contributor: Brian Bidulock 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=hivex
+pkgver=1.3.19
+pkgrel=1
+pkgdesc="System for extracting the contents of Windows Registry."
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("LGPL2.1")
+depends=("libxml2" "perl")
+makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
+optdepends=("python2: python bindings"
+   "ruby: ruby bindings"
+   "ocaml: ocaml bindings")
+source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha512sums=('dc271349c6efa7b55ba144617e57fe4e7ce855ec1f4ef9f84ee86eeefd3a34cb6b26078786e1568f3008b922a31b758ff2c2734e599b67e0e210aa72e9f41177'
+'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+build() {
+cd "$pkgname-$pkgver"
+
+./configure \
+   --bindir=/usr/bin \
+   --libdir=/usr/lib \
+   --prefix=/usr \
+   --disable-rpath \
+   --disable-static PYTHON=python2
+
+make
+chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
+}
+
+_perl_depends() {
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+_perl_depends
+}


[arch-commits] Commit in s-tui/trunk (PKGBUILD)

2020-07-20 Thread Robin Broda via arch-commits
Date: Monday, July 20, 2020 @ 20:10:12
  Author: coderobe
Revision: 664654

upgpkg: s-tui 1.0.2-1

Modified:
  s-tui/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 20:06:10 UTC (rev 664653)
+++ PKGBUILD2020-07-20 20:10:12 UTC (rev 664654)
@@ -1,7 +1,7 @@
 # Maintainer: Robin Broda 
 # Contributor: Lars Hagström 
 pkgname=s-tui
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Terminal UI stress test and monitoring tool "
 arch=('any')
@@ -9,7 +9,7 @@
 license=('GPL2')
 depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('3ddc9fcd3112b407e9bf18fda3a2e54685fc40adcac865a161dbc2d0901b9dc7124e4e9eef2a847713cb790209f6f038d20831ba7161d1e0abf5bc9c5b641926')
+sha512sums=('7b475a4be69b702bd0a916e5c4fbec2dc9976e5033d6afb24af0583eba62292d5f7ab26779e1b55d8adaa113c32984a15311d050e9457d791778734b9236d530')
 
 build() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in s-tui/repos/community-any (PKGBUILD PKGBUILD)

2020-07-20 Thread Robin Broda via arch-commits
Date: Monday, July 20, 2020 @ 20:10:23
  Author: coderobe
Revision: 664655

archrelease: copy trunk to community-any

Added:
  s-tui/repos/community-any/PKGBUILD
(from rev 664654, s-tui/trunk/PKGBUILD)
Deleted:
  s-tui/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 20:10:12 UTC (rev 664654)
+++ PKGBUILD2020-07-20 20:10:23 UTC (rev 664655)
@@ -1,22 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Lars Hagström 
-pkgname=s-tui
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Terminal UI stress test and monitoring tool "
-arch=('any')
-url="https://github.com/amanusk/s-tui;
-license=('GPL2')
-depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('3ddc9fcd3112b407e9bf18fda3a2e54685fc40adcac865a161dbc2d0901b9dc7124e4e9eef2a847713cb790209f6f038d20831ba7161d1e0abf5bc9c5b641926')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: s-tui/repos/community-any/PKGBUILD (from rev 664654, 
s-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 20:10:23 UTC (rev 664655)
@@ -0,0 +1,22 @@
+# Maintainer: Robin Broda 
+# Contributor: Lars Hagström 
+pkgname=s-tui
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Terminal UI stress test and monitoring tool "
+arch=('any')
+url="https://github.com/amanusk/s-tui;
+license=('GPL2')
+depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('7b475a4be69b702bd0a916e5c4fbec2dc9976e5033d6afb24af0583eba62292d5f7ab26779e1b55d8adaa113c32984a15311d050e9457d791778734b9236d530')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


[arch-commits] Commit in libvirt/repos (4 files)

2020-07-14 Thread Robin Broda via arch-commits
Date: Tuesday, July 14, 2020 @ 11:41:29
  Author: coderobe
Revision: 663701

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt/repos/community-testing-x86_64/
  libvirt/repos/community-testing-x86_64/Changelog
(from rev 663700, libvirt/trunk/Changelog)
  libvirt/repos/community-testing-x86_64/PKGBUILD
(from rev 663700, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-testing-x86_64/libvirt.install
(from rev 663700, libvirt/trunk/libvirt.install)

-+
 Changelog   |1 
 PKGBUILD|  184 ++
 libvirt.install |7 ++
 3 files changed, 192 insertions(+)

Copied: libvirt/repos/community-testing-x86_64/Changelog (from rev 663700, 
libvirt/trunk/Changelog)
===
--- community-testing-x86_64/Changelog  (rev 0)
+++ community-testing-x86_64/Changelog  2020-07-14 11:41:29 UTC (rev 663701)
@@ -0,0 +1 @@
+https://libvirt.org/news.html

Copied: libvirt/repos/community-testing-x86_64/PKGBUILD (from rev 663700, 
libvirt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-14 11:41:29 UTC (rev 663701)
@@ -0,0 +1,184 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Robin Broda 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct 
libvirt-storage-rbd)
+pkgver=6.5.0
+pkgrel=1
+pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
+arch=('x86_64')
+url="https://libvirt.org/;
+license=('LGPL' 'GPL3') #libvirt_parthelper links to libparted which is GPL3 
only
+install=libvirt.install
+depends=('libpciaccess' 'yajl' 'fuse2' 'gnutls' 'parted' 'libssh' 'libxml2' 
'numactl' 'polkit')
+makedepends=('libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 'libiscsi' 
'ceph-libs' 'glusterfs'
+ 'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 
'qemu-headless')
+checkdepends=('ebtables')
+optdepends=('libvirt-storage-gluster: Gluster storage backend'
+'libvirt-storage-iscsi-direct: iSCSI-direct storage backend'
+'libvirt-storage-rbd: RBD storage backend'
+'gettext: required for libvirt-guests.service'
+'openbsd-netcat: for remote management over ssh'
+'dmidecode: DMI system info support'
+'dnsmasq: required for default NAT/DHCP for guests'
+'radvd: IPv6 RAD support'
+'ebtables: required for default NAT networking'
+'qemu: QEMU/KVM support'
+'lvm2: Logical Volume Manager support'
+'open-iscsi: iSCSI support via iscsiadm')
+backup=(
+  'etc/conf.d/libvirtd'
+  'etc/conf.d/libvirt-guests'
+  'etc/conf.d/virtinterfaced'
+  'etc/conf.d/virtlockd'
+  'etc/conf.d/virtlogd'
+  'etc/conf.d/virtlxcd'
+  'etc/conf.d/virtnetworkd'
+  'etc/conf.d/virtnodedevd'
+  'etc/conf.d/virtnwfilterd'
+  'etc/conf.d/virtproxyd'
+  'etc/conf.d/virtqemud'
+  'etc/conf.d/virtsecretd'
+  'etc/conf.d/virtstoraged'
+  'etc/conf.d/virtvboxd'
+  'etc/libvirt/libvirt-admin.conf'
+  'etc/libvirt/libvirt.conf'
+  'etc/libvirt/libvirtd.conf'
+  'etc/libvirt/lxc.conf'
+  'etc/libvirt/nwfilter/allow-arp.xml'
+  'etc/libvirt/nwfilter/allow-dhcp-server.xml'
+  'etc/libvirt/nwfilter/allow-dhcp.xml'
+  'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
+  'etc/libvirt/nwfilter/allow-ipv4.xml'
+  'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
+  'etc/libvirt/nwfilter/clean-traffic.xml'
+  'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-spoofing.xml'
+  'etc/libvirt/nwfilter/no-ip-multicast.xml'
+  'etc/libvirt/nwfilter/no-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-mac-broadcast.xml'
+  'etc/libvirt/nwfilter/no-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
+  'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self.xml'
+  'etc/libvirt/qemu.conf'
+  'etc/libvirt/qemu-lockd.conf'
+  'etc/libvirt/qemu/networks/default.xml'
+  'etc/libvirt/virtinterfaced.conf'
+  'etc/libvirt/virtlockd.conf'
+  'etc/libvirt/virtlogd.conf'
+  'etc/libvirt/virt-login-shell.conf'
+  'etc/libvirt/virtlxcd.conf'
+  'etc/libvirt/virtnetworkd.conf'
+  'etc/libvirt/virtnodedevd.conf'
+  'etc/libvirt/virtnwfilterd.conf'
+  'etc/libvirt/virtproxyd.conf'
+  'etc/libvirt/virtqemud.conf'
+  'etc/libvirt/virtsecretd.conf'
+  'etc/libvirt/virtstoraged.conf'
+  'etc/libvirt/virtvboxd.conf'
+  'etc/logrotate.d/libvirtd'
+  'etc/logrotate.d/libvirtd.lxc'
+  'etc/logrotate.d/libvirtd.qemu'
+  'etc/sasl2/libvirt.conf'
+)
+source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc})

[arch-commits] Commit in libvirt/trunk (PKGBUILD)

2020-07-14 Thread Robin Broda via arch-commits
Date: Tuesday, July 14, 2020 @ 11:41:19
  Author: coderobe
Revision: 663700

upgpkg: libvirt 6.5.0-1

Modified:
  libvirt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 11:14:55 UTC (rev 663699)
+++ PKGBUILD2020-07-14 11:41:19 UTC (rev 663700)
@@ -4,7 +4,7 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct 
libvirt-storage-rbd)
-pkgver=6.4.0
+pkgver=6.5.0
 pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
@@ -86,7 +86,7 @@
   'etc/sasl2/libvirt.conf'
 )
 source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('586ebcf220369d08a07c6cc17035e8a91bb3741e4300199459904e9e02478be7'
+sha256sums=('4915d9eab299ed79288d7598b717c587156708c05f701fe55a72293f32eb3182'
 'SKIP')
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F') # Daniel Veillard 

 


[arch-commits] Commit in libguestfs/repos (community-x86_64 community-x86_64/PKGBUILD)

2020-06-07 Thread Robin Broda via arch-commits
Date: Sunday, June 7, 2020 @ 12:05:31
  Author: coderobe
Revision: 639953

archrelease: copy trunk to community-x86_64

Added:
  libguestfs/repos/community-x86_64/
  libguestfs/repos/community-x86_64/PKGBUILD
(from rev 639952, libguestfs/trunk/PKGBUILD)

--+
 PKGBUILD |   83 +
 1 file changed, 83 insertions(+)

Copied: libguestfs/repos/community-x86_64/PKGBUILD (from rev 639952, 
libguestfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-06-07 12:05:31 UTC (rev 639953)
@@ -0,0 +1,83 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.42.0
+_pkgver_short=${pkgver%.*}
+pkgrel=2
+pkgdesc="Access and modify virtual machine disk images"
+arch=('x86_64')
+url="http://libguestfs.org/;
+license=('GPL2' 'LGPL2.1')
+_appliancedeps=('iproute2' 'mdadm' 'lvm2' 'libldm' 'btrfs-progs' 'dosfstools' 
'gdisk' 'procps' 'psmisc'
+'rsync' 'xfsprogs' 'dhcpcd' 'iputils' 'ntfs-3g' 'vim' 
'systemd-sysvcompat' 'openssh'
+'f2fs-tools' 'jfsutils' 'lsscsi' 'lsof' 'lzop' 'pciutils' 
'squashfs-tools'
+'strace' 'syslinux' 'debootstrap' 'exfat-utils' 'grub' 'lrzip' 
'mtools'
+'multipath-tools' 'nilfs-utils' 'reiserfsprogs' 'yara')
+#   'scrub' 'zerofree' 'hfsprogs')
+depends=('augeas' 'libvirt' 'jansson' 'fuse' 'hivex' 'sleuthkit' 'supermin' 
'qemu-headless' 'libconfig'
+ 'perl-libintl-perl' "${_appliancedeps[@]}")
+makedepends=('ocaml' 'ocaml-findlib' 'gperf' 'cdrtools' 'perl-module-build' 
'python'
+ 'gobject-introspection' 'vala' 'bash-completion' 'cpio' 
'java-environment'
+ 'php' 'erlang-nox' 'lua' 'go' 'rust')
+# 'ghc' 'ruby')
+checkdepends=('linux')
+optdepends=('ocaml: OCaml Bindings'
+'python: Python Bindings'
+'gobject-introspection: GObject-Introspection Bindings')
+provides=('libguestfs.so' 'libguestfs-gobject-1.0.so')
+backup=('etc/libguestfs-tools.conf'
+'etc/xdg/virt-builder/repos.d/libguestfs.conf'
+'etc/xdg/virt-builder/repos.d/libguestfs.gpg'
+'etc/xdg/virt-builder/repos.d/opensuse.conf'
+'etc/xdg/virt-builder/repos.d/opensuse.gpg')
+source=("http://download.libguestfs.org/$_pkgver_short-stable/$pkgname-$pkgver.tar.gz"{,.sig}
+
"libguestfs-01.patch::https://github.com/libguestfs/libguestfs/commit/31e6b187100626cae44bcb505db153088245155c.patch;)
+sha256sums=('4fee192cf3aaa597f142afb21fa2d7f380fdabcf34d054e37090163e4a74f024'
+'SKIP'
+'f09ac113112011625cf6df204fa2e6c05577cf6977a1920fd8c40cc020152896')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 < ../libguestfs-01.patch
+  sed -i 's/ Sys::Virt / /g' m4/guestfs-perl.m4
+  autoreconf -v
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static \
+--disable-haskell \
+--disable-ruby \
+--with-extra-packages="libldm systemd-sysvcompat openssh qemu-headless"
+  # ^ haskell & ruby bindings do not build
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  #tests require /dev/kvm to be available
+#  make quickcheck
+#  make -k check ||: takes ages
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chmod 644 {} +
+  find "$pkgdir/usr/lib/perl5" -name '*.bs' -exec rm -f {} +
+
+  # Remove obsolete binaries (RHBZ#1213298).
+  rm -f "$pkgdir"/usr/bin/virt-list-{filesystems,partitions}
+  rm -f "$pkgdir"/usr/bin/virt-tar
+  rm -f "$pkgdir"/usr/share/man/man1/virt-list-{filesystems,partitions}.1*
+  rm -f "$pkgdir"/usr/share/man/man1/virt-tar.1*
+}


[arch-commits] Commit in libguestfs/trunk (PKGBUILD)

2020-06-07 Thread Robin Broda via arch-commits
Date: Sunday, June 7, 2020 @ 12:05:09
  Author: coderobe
Revision: 639948

upgpkg: libguestfs 1.42.0-2: rebuild for yara soname bump

Modified:
  libguestfs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-07 12:05:09 UTC (rev 639947)
+++ PKGBUILD2020-06-07 12:05:09 UTC (rev 639948)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.42.0
 _pkgver_short=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc="Access and modify virtual machine disk images"
 arch=('x86_64')
 url="http://libguestfs.org/;


[arch-commits] Commit in libvirt-python/trunk (PKGBUILD)

2020-06-02 Thread Robin Broda via arch-commits
Date: Tuesday, June 2, 2020 @ 11:14:07
  Author: coderobe
Revision: 638008

upgpkg: libvirt-python 6.4.0-1

Modified:
  libvirt-python/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-02 11:10:19 UTC (rev 638007)
+++ PKGBUILD2020-06-02 11:14:07 UTC (rev 638008)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=('libvirt-python')
-pkgver=5.10.0
+pkgver=6.4.0
 pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('python' 'libvirt')
 options=('emptydirs')
 source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
-sha512sums=('19bf1608fa83572b9b557371efc44bffe298a654db0fca90e49fae8e69a7b2228d9e5a1ae0ab5d34fda3256498e5d53e09b5ea889d600c9d56254730d50faf79')
+sha512sums=('35757b1f8035047672eba547ce9d5476fbdc0b2859dfc3598698de4bd51139a7cb24e6e2f72a741c752a68fe86c0a4f4527a690d518dd9aed9b993258a734f2c')
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
 
 package() {


[arch-commits] Commit in libvirt-python/repos/community-x86_64 (4 files)

2020-06-02 Thread Robin Broda via arch-commits
Date: Tuesday, June 2, 2020 @ 11:14:21
  Author: coderobe
Revision: 638009

archrelease: copy trunk to community-x86_64

Added:
  libvirt-python/repos/community-x86_64/PKGBUILD
(from rev 638008, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-x86_64/libvirt-python.install
(from rev 638008, libvirt-python/trunk/libvirt-python.install)
Deleted:
  libvirt-python/repos/community-x86_64/PKGBUILD
  libvirt-python/repos/community-x86_64/libvirt-python.install

+
 PKGBUILD   |   46 +++---
 libvirt-python.install |6 +++---
 2 files changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-02 11:14:07 UTC (rev 638008)
+++ PKGBUILD2020-06-02 11:14:21 UTC (rev 638009)
@@ -1,23 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=('libvirt-python')
-pkgver=5.10.0
-pkgrel=1
-pkgdesc="libvirt python binding"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/libvirt-python;
-license=('LGPL')
-makedepends=('python' 'libvirt')
-depends=('python' 'libvirt')
-options=('emptydirs')
-source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
-sha512sums=('19bf1608fa83572b9b557371efc44bffe298a654db0fca90e49fae8e69a7b2228d9e5a1ae0ab5d34fda3256498e5d53e09b5ea889d600c9d56254730d50faf79')
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
-
-package() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py clean
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: libvirt-python/repos/community-x86_64/PKGBUILD (from rev 638008, 
libvirt-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-02 11:14:21 UTC (rev 638009)
@@ -0,0 +1,23 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=('libvirt-python')
+pkgver=6.4.0
+pkgrel=1
+pkgdesc="libvirt python binding"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/libvirt-python;
+license=('LGPL')
+makedepends=('python' 'libvirt')
+depends=('python' 'libvirt')
+options=('emptydirs')
+source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
+sha512sums=('35757b1f8035047672eba547ce9d5476fbdc0b2859dfc3598698de4bd51139a7cb24e6e2f72a741c752a68fe86c0a4f4527a690d518dd9aed9b993258a734f2c')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+
+package() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py clean
+  python setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: libvirt-python.install
===
--- libvirt-python.install  2020-06-02 11:14:07 UTC (rev 638008)
+++ libvirt-python.install  2020-06-02 11:14:21 UTC (rev 638009)
@@ -1,3 +0,0 @@
-post_remove() {
-   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
-}

Copied: libvirt-python/repos/community-x86_64/libvirt-python.install (from rev 
638008, libvirt-python/trunk/libvirt-python.install)
===
--- libvirt-python.install  (rev 0)
+++ libvirt-python.install  2020-06-02 11:14:21 UTC (rev 638009)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}


[arch-commits] Commit in libvirt/repos/community-x86_64 (12 files)

2020-06-02 Thread Robin Broda via arch-commits
Date: Tuesday, June 2, 2020 @ 11:09:01
  Author: coderobe
Revision: 638006

archrelease: copy trunk to community-x86_64

Added:
  libvirt/repos/community-x86_64/Changelog
(from rev 638005, libvirt/trunk/Changelog)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 638005, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 638005, libvirt/trunk/libvirt.install)
Deleted:
  
libvirt/repos/community-x86_64/0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch
  
libvirt/repos/community-x86_64/0002-qemu_firmware-Introduce-want-variable-to-qemuFirmwar.patch
  
libvirt/repos/community-x86_64/0003-src-Introduce-and-use-virDomainDefHasOldStyleUEFI-an.patch
  
libvirt/repos/community-x86_64/0004-qemu_firmware-Try-to-autofill-for-old-style-UEFI-spe.patch
  libvirt/repos/community-x86_64/Changelog
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.sysusers.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch |  104 --
 0002-qemu_firmware-Introduce-want-variable-to-qemuFirmwar.patch |   70 -
 0003-src-Introduce-and-use-virDomainDefHasOldStyleUEFI-an.patch |  194 -
 0004-qemu_firmware-Try-to-autofill-for-old-style-UEFI-spe.patch |  111 ---
 Changelog   |2 
 PKGBUILD|  356 
+-
 libvirt.install |7 
 libvirt.sysusers.d  |1 
 libvirtd-guests.conf.d  |9 
 libvirtd.conf.d |1 
 10 files changed, 192 insertions(+), 663 deletions(-)

Deleted: 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch
===
--- 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch 
2020-06-02 11:08:45 UTC (rev 638005)
+++ 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch 
2020-06-02 11:09:01 UTC (rev 638006)
@@ -1,104 +0,0 @@
-From 08fca7705b22c438e40f0202c5307ef2bae5b0f4 Mon Sep 17 00:00:00 2001
-From: Michal Privoznik 
-Date: Fri, 13 Dec 2019 15:41:16 +0100
-Subject: [PATCH 1/4] qemu_firmware: Pass virDomainDef into
- qemuFirmwareFillDomain()
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This function needs domain definition really, we don't need to
-pass the whole domain object. This saves couple of dereferences
-and characters esp. in more checks to come.
-
-Signed-off-by: Michal Privoznik 
-Reviewed-by: Cole Robinson 
-Reviewed-by: Daniel P. Berrangé 

- src/qemu/qemu_firmware.c | 12 ++--
- src/qemu/qemu_firmware.h |  2 +-
- src/qemu/qemu_process.c  |  2 +-
- 3 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/src/qemu/qemu_firmware.c b/src/qemu/qemu_firmware.c
-index f62ce90ac9..96058c9b45 100644
 a/src/qemu/qemu_firmware.c
-+++ b/src/qemu/qemu_firmware.c
-@@ -1204,7 +1204,7 @@ qemuFirmwareFetchParsedConfigs(bool privileged,
- 
- int
- qemuFirmwareFillDomain(virQEMUDriverPtr driver,
--   virDomainObjPtr vm,
-+   virDomainDefPtr def,
-unsigned int flags)
- {
- VIR_AUTOSTRINGLIST paths = NULL;
-@@ -1217,7 +1217,7 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
- if (!(flags & VIR_QEMU_PROCESS_START_NEW))
- return 0;
- 
--if (vm->def->os.firmware == VIR_DOMAIN_OS_DEF_FIRMWARE_NONE)
-+if (def->os.firmware == VIR_DOMAIN_OS_DEF_FIRMWARE_NONE)
- return 0;
- 
- if ((nfirmwares = qemuFirmwareFetchParsedConfigs(driver->privileged,
-@@ -1225,7 +1225,7 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
- return -1;
- 
- for (i = 0; i < nfirmwares; i++) {
--if (qemuFirmwareMatchDomain(vm->def, firmwares[i], paths[i])) {
-+if (qemuFirmwareMatchDomain(def, firmwares[i], paths[i])) {
- theone = firmwares[i];
- VIR_DEBUG("Found matching firmware (description path '%s')",
-   paths[i]);
-@@ -1236,7 +1236,7 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
- if (!theone) {
- virReportError(VIR_ERR_OPERATION_FAILED,
-_("Unable to find any firmware to satisfy '%s'"),
--   
virDomainOsDefFirmwareTypeToString(vm->def->os.firmware));
-+   virDomainOsDefFirmwareTypeToString(def->os.firmware));
- goto cleanup;
- }
- 
-@@ -1245,10 +1245,10 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
-  * likely that admin/FW manufacturer messed up. */
- qemuFirmwareSanityCheck(theone, paths[i]);
- 
--if (qemuFirmwareEnableFeatures(driver, 

[arch-commits] Commit in libvirt/trunk (PKGBUILD)

2020-06-02 Thread Robin Broda via arch-commits
Date: Tuesday, June 2, 2020 @ 11:08:45
  Author: coderobe
Revision: 638005

upgpkg: libvirt 6.4.0-1

Modified:
  libvirt/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-02 10:56:35 UTC (rev 638004)
+++ PKGBUILD2020-06-02 11:08:45 UTC (rev 638005)
@@ -4,8 +4,8 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct 
libvirt-storage-rbd)
-pkgver=6.3.0
-pkgrel=3
+pkgver=6.4.0
+pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="https://libvirt.org/;
@@ -86,7 +86,7 @@
   'etc/sasl2/libvirt.conf'
 )
 source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('74069438d34082336e99a88146349e21130552b96efc3b7c562f6878127996f5'
+sha256sums=('586ebcf220369d08a07c6cc17035e8a91bb3741e4300199459904e9e02478be7'
 'SKIP')
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F') # Daniel Veillard 

 


[arch-commits] Commit in libvirt/trunk (PKGBUILD libvirt.install)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 22:34:34
  Author: coderobe
Revision: 625216

upgpkg: libvirt 6.3.0-3: Fix FS#66565 (again)

Added:
  libvirt/trunk/libvirt.install
Modified:
  libvirt/trunk/PKGBUILD

-+
 PKGBUILD|7 ---
 libvirt.install |7 +++
 2 files changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 22:34:10 UTC (rev 625215)
+++ PKGBUILD2020-05-06 22:34:34 UTC (rev 625216)
@@ -5,11 +5,12 @@
 
 pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct 
libvirt-storage-rbd)
 pkgver=6.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="https://libvirt.org/;
 license=('LGPL' 'GPL3') #libvirt_parthelper links to libparted which is GPL3 
only
+install=libvirt.install
 depends=('libpciaccess' 'yajl' 'fuse2' 'gnutls' 'parted' 'libssh' 'libxml2' 
'numactl' 'polkit')
 makedepends=('libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 'libiscsi' 
'ceph-libs' 'glusterfs'
  'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 
'qemu-headless')
@@ -137,8 +138,8 @@
   chmod 600 "$pkgdir"/etc/libvirt/nwfilter/*.xml \
 "$pkgdir/etc/libvirt/qemu/networks/default.xml"
 
-  # Strip auto-generated UUID,  so it will be generated per-install. 
(reproducible builds)
-  sed -i '//d' "$pkgdir"/etc/libvirt/qemu/networks/default.xml
+  # Strip auto-generated UUID, so it will be generated per-install. 
(reproducible builds)
+  sed -i 's|.*||' 
"$pkgdir"/etc/libvirt/qemu/networks/default.xml
 
   rm -rf \
 "$pkgdir/run" \

Added: libvirt.install
===
--- libvirt.install (rev 0)
+++ libvirt.install 2020-05-06 22:34:34 UTC (rev 625216)
@@ -0,0 +1,7 @@
+post_install() {
+  if [[ -f /etc/libvirt/qemu/networks/default.xml ]]
+  then
+UUID=$(/usr/bin/uuidgen)
+sed -i "s||$UUID|" 
/etc/libvirt/qemu/networks/default.xml
+  fi
+}


[arch-commits] Commit in libvirt/repos/community-testing-x86_64 (5 files)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 22:34:53
  Author: coderobe
Revision: 625217

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt/repos/community-testing-x86_64/Changelog
(from rev 625216, libvirt/trunk/Changelog)
  libvirt/repos/community-testing-x86_64/PKGBUILD
(from rev 625216, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-testing-x86_64/libvirt.install
(from rev 625216, libvirt/trunk/libvirt.install)
Deleted:
  libvirt/repos/community-testing-x86_64/Changelog
  libvirt/repos/community-testing-x86_64/PKGBUILD

-+
 Changelog   |2 
 PKGBUILD|  367 +++---
 libvirt.install |7 +
 3 files changed, 192 insertions(+), 184 deletions(-)

Deleted: Changelog
===
--- Changelog   2020-05-06 22:34:34 UTC (rev 625216)
+++ Changelog   2020-05-06 22:34:53 UTC (rev 625217)
@@ -1 +0,0 @@
-https://libvirt.org/news.html

Copied: libvirt/repos/community-testing-x86_64/Changelog (from rev 625216, 
libvirt/trunk/Changelog)
===
--- Changelog   (rev 0)
+++ Changelog   2020-05-06 22:34:53 UTC (rev 625217)
@@ -0,0 +1 @@
+https://libvirt.org/news.html

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 22:34:34 UTC (rev 625216)
+++ PKGBUILD2020-05-06 22:34:53 UTC (rev 625217)
@@ -1,183 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: Robin Broda 
-# Contributor: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct 
libvirt-storage-rbd)
-pkgver=6.3.0
-pkgrel=2
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('x86_64')
-url="https://libvirt.org/;
-license=('LGPL' 'GPL3') #libvirt_parthelper links to libparted which is GPL3 
only
-depends=('libpciaccess' 'yajl' 'fuse2' 'gnutls' 'parted' 'libssh' 'libxml2' 
'numactl' 'polkit')
-makedepends=('libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 'libiscsi' 
'ceph-libs' 'glusterfs'
- 'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 
'qemu-headless')
-checkdepends=('ebtables')
-optdepends=('libvirt-storage-gluster: Gluster storage backend'
-'libvirt-storage-iscsi-direct: iSCSI-direct storage backend'
-'libvirt-storage-rbd: RBD storage backend'
-'gettext: required for libvirt-guests.service'
-'openbsd-netcat: for remote management over ssh'
-'dmidecode: DMI system info support'
-'dnsmasq: required for default NAT/DHCP for guests'
-'radvd: IPv6 RAD support'
-'ebtables: required for default NAT networking'
-'qemu: QEMU/KVM support'
-'lvm2: Logical Volume Manager support'
-'open-iscsi: iSCSI support via iscsiadm')
-backup=(
-  'etc/conf.d/libvirtd'
-  'etc/conf.d/libvirt-guests'
-  'etc/conf.d/virtinterfaced'
-  'etc/conf.d/virtlockd'
-  'etc/conf.d/virtlogd'
-  'etc/conf.d/virtlxcd'
-  'etc/conf.d/virtnetworkd'
-  'etc/conf.d/virtnodedevd'
-  'etc/conf.d/virtnwfilterd'
-  'etc/conf.d/virtproxyd'
-  'etc/conf.d/virtqemud'
-  'etc/conf.d/virtsecretd'
-  'etc/conf.d/virtstoraged'
-  'etc/conf.d/virtvboxd'
-  'etc/libvirt/libvirt-admin.conf'
-  'etc/libvirt/libvirt.conf'
-  'etc/libvirt/libvirtd.conf'
-  'etc/libvirt/lxc.conf'
-  'etc/libvirt/nwfilter/allow-arp.xml'
-  'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-  'etc/libvirt/nwfilter/allow-dhcp.xml'
-  'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-  'etc/libvirt/nwfilter/allow-ipv4.xml'
-  'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
-  'etc/libvirt/nwfilter/clean-traffic.xml'
-  'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-  'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-  'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-  'etc/libvirt/nwfilter/no-ip-multicast.xml'
-  'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-  'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-  'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-  'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-  'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-  'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-  'etc/libvirt/nwfilter/qemu-announce-self.xml'
-  'etc/libvirt/qemu.conf'
-  'etc/libvirt/qemu-lockd.conf'
-  'etc/libvirt/qemu/networks/default.xml'
-  'etc/libvirt/virtinterfaced.conf'
-  'etc/libvirt/virtlockd.conf'
-  'etc/libvirt/virtlogd.conf'
-  'etc/libvirt/virt-login-shell.conf'
-  'etc/libvirt/virtlxcd.conf'
-  'etc/libvirt/virtnetworkd.conf'
-  'etc/libvirt/virtnodedevd.conf'
-  'etc/libvirt/virtnwfilterd.conf'
-  'etc/libvirt/virtproxyd.conf'
-  'etc/libvirt/virtqemud.conf'
-  'etc/libvirt/virtsecretd.conf'
-  'etc/libvirt/virtstoraged.conf'
-  'etc/libvirt/virtvboxd.conf'
-  'etc/logrotate.d/libvirtd'
-  'etc/logrotate.d/libvirtd.lxc'
-  'etc/logrotate.d/libvirtd.qemu'
-  

[arch-commits] Commit in libvirt/trunk (8 files)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 21:03:17
  Author: coderobe
Revision: 625192

upgpkg: libvirt 6.3.0-2: Fix FS#66563, FS#66564, FS#66565 (thanks loqs!)

Modified:
  libvirt/trunk/PKGBUILD
Deleted:
  libvirt/trunk/0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch
  libvirt/trunk/0002-qemu_firmware-Introduce-want-variable-to-qemuFirmwar.patch
  libvirt/trunk/0003-src-Introduce-and-use-virDomainDefHasOldStyleUEFI-an.patch
  libvirt/trunk/0004-qemu_firmware-Try-to-autofill-for-old-style-UEFI-spe.patch
  libvirt/trunk/libvirt.sysusers.d
  libvirt/trunk/libvirtd-guests.conf.d
  libvirt/trunk/libvirtd.conf.d

-+
 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch |  104 -
 0002-qemu_firmware-Introduce-want-variable-to-qemuFirmwar.patch |   70 ---
 0003-src-Introduce-and-use-virDomainDefHasOldStyleUEFI-an.patch |  194 
--
 0004-qemu_firmware-Try-to-autofill-for-old-style-UEFI-spe.patch |  111 -
 PKGBUILD|9 
 libvirt.sysusers.d  |1 
 libvirtd-guests.conf.d  |9 
 libvirtd.conf.d |1 
 8 files changed, 7 insertions(+), 492 deletions(-)

Deleted: 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch
===
--- 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch 
2020-05-06 21:00:23 UTC (rev 625191)
+++ 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch 
2020-05-06 21:03:17 UTC (rev 625192)
@@ -1,104 +0,0 @@
-From 08fca7705b22c438e40f0202c5307ef2bae5b0f4 Mon Sep 17 00:00:00 2001
-From: Michal Privoznik 
-Date: Fri, 13 Dec 2019 15:41:16 +0100
-Subject: [PATCH 1/4] qemu_firmware: Pass virDomainDef into
- qemuFirmwareFillDomain()
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This function needs domain definition really, we don't need to
-pass the whole domain object. This saves couple of dereferences
-and characters esp. in more checks to come.
-
-Signed-off-by: Michal Privoznik 
-Reviewed-by: Cole Robinson 
-Reviewed-by: Daniel P. Berrangé 

- src/qemu/qemu_firmware.c | 12 ++--
- src/qemu/qemu_firmware.h |  2 +-
- src/qemu/qemu_process.c  |  2 +-
- 3 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/src/qemu/qemu_firmware.c b/src/qemu/qemu_firmware.c
-index f62ce90ac9..96058c9b45 100644
 a/src/qemu/qemu_firmware.c
-+++ b/src/qemu/qemu_firmware.c
-@@ -1204,7 +1204,7 @@ qemuFirmwareFetchParsedConfigs(bool privileged,
- 
- int
- qemuFirmwareFillDomain(virQEMUDriverPtr driver,
--   virDomainObjPtr vm,
-+   virDomainDefPtr def,
-unsigned int flags)
- {
- VIR_AUTOSTRINGLIST paths = NULL;
-@@ -1217,7 +1217,7 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
- if (!(flags & VIR_QEMU_PROCESS_START_NEW))
- return 0;
- 
--if (vm->def->os.firmware == VIR_DOMAIN_OS_DEF_FIRMWARE_NONE)
-+if (def->os.firmware == VIR_DOMAIN_OS_DEF_FIRMWARE_NONE)
- return 0;
- 
- if ((nfirmwares = qemuFirmwareFetchParsedConfigs(driver->privileged,
-@@ -1225,7 +1225,7 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
- return -1;
- 
- for (i = 0; i < nfirmwares; i++) {
--if (qemuFirmwareMatchDomain(vm->def, firmwares[i], paths[i])) {
-+if (qemuFirmwareMatchDomain(def, firmwares[i], paths[i])) {
- theone = firmwares[i];
- VIR_DEBUG("Found matching firmware (description path '%s')",
-   paths[i]);
-@@ -1236,7 +1236,7 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
- if (!theone) {
- virReportError(VIR_ERR_OPERATION_FAILED,
-_("Unable to find any firmware to satisfy '%s'"),
--   
virDomainOsDefFirmwareTypeToString(vm->def->os.firmware));
-+   virDomainOsDefFirmwareTypeToString(def->os.firmware));
- goto cleanup;
- }
- 
-@@ -1245,10 +1245,10 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
-  * likely that admin/FW manufacturer messed up. */
- qemuFirmwareSanityCheck(theone, paths[i]);
- 
--if (qemuFirmwareEnableFeatures(driver, vm->def, theone) < 0)
-+if (qemuFirmwareEnableFeatures(driver, def, theone) < 0)
- goto cleanup;
- 
--vm->def->os.firmware = VIR_DOMAIN_OS_DEF_FIRMWARE_NONE;
-+def->os.firmware = VIR_DOMAIN_OS_DEF_FIRMWARE_NONE;
- 
- ret = 0;
-  cleanup:
-diff --git a/src/qemu/qemu_firmware.h b/src/qemu/qemu_firmware.h
-index 4be65bc664..37cbfae39d 100644
 a/src/qemu/qemu_firmware.h
-+++ b/src/qemu/qemu_firmware.h
-@@ -45,7 +45,7 @@ qemuFirmwareFetchConfigs(char ***firmwares,
- 
- int
- qemuFirmwareFillDomain(virQEMUDriverPtr driver,
--   

[arch-commits] Commit in libvirt/repos/community-testing-x86_64 (11 files)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 21:03:43
  Author: coderobe
Revision: 625193

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt/repos/community-testing-x86_64/Changelog
(from rev 625192, libvirt/trunk/Changelog)
  libvirt/repos/community-testing-x86_64/PKGBUILD
(from rev 625192, libvirt/trunk/PKGBUILD)
Deleted:
  
libvirt/repos/community-testing-x86_64/0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch
  
libvirt/repos/community-testing-x86_64/0002-qemu_firmware-Introduce-want-variable-to-qemuFirmwar.patch
  
libvirt/repos/community-testing-x86_64/0003-src-Introduce-and-use-virDomainDefHasOldStyleUEFI-an.patch
  
libvirt/repos/community-testing-x86_64/0004-qemu_firmware-Try-to-autofill-for-old-style-UEFI-spe.patch
  libvirt/repos/community-testing-x86_64/Changelog
  libvirt/repos/community-testing-x86_64/PKGBUILD
  libvirt/repos/community-testing-x86_64/libvirt.sysusers.d
  libvirt/repos/community-testing-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-testing-x86_64/libvirtd.conf.d

-+
 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch |  104 --
 0002-qemu_firmware-Introduce-want-variable-to-qemuFirmwar.patch |   70 -
 0003-src-Introduce-and-use-virDomainDefHasOldStyleUEFI-an.patch |  194 -
 0004-qemu_firmware-Try-to-autofill-for-old-style-UEFI-spe.patch |  111 ---
 Changelog   |2 
 PKGBUILD|  361 
+-
 libvirt.sysusers.d  |1 
 libvirtd-guests.conf.d  |9 
 libvirtd.conf.d |1 
 9 files changed, 184 insertions(+), 669 deletions(-)

Deleted: 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch
===
--- 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch 
2020-05-06 21:03:17 UTC (rev 625192)
+++ 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch 
2020-05-06 21:03:43 UTC (rev 625193)
@@ -1,104 +0,0 @@
-From 08fca7705b22c438e40f0202c5307ef2bae5b0f4 Mon Sep 17 00:00:00 2001
-From: Michal Privoznik 
-Date: Fri, 13 Dec 2019 15:41:16 +0100
-Subject: [PATCH 1/4] qemu_firmware: Pass virDomainDef into
- qemuFirmwareFillDomain()
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This function needs domain definition really, we don't need to
-pass the whole domain object. This saves couple of dereferences
-and characters esp. in more checks to come.
-
-Signed-off-by: Michal Privoznik 
-Reviewed-by: Cole Robinson 
-Reviewed-by: Daniel P. Berrangé 

- src/qemu/qemu_firmware.c | 12 ++--
- src/qemu/qemu_firmware.h |  2 +-
- src/qemu/qemu_process.c  |  2 +-
- 3 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/src/qemu/qemu_firmware.c b/src/qemu/qemu_firmware.c
-index f62ce90ac9..96058c9b45 100644
 a/src/qemu/qemu_firmware.c
-+++ b/src/qemu/qemu_firmware.c
-@@ -1204,7 +1204,7 @@ qemuFirmwareFetchParsedConfigs(bool privileged,
- 
- int
- qemuFirmwareFillDomain(virQEMUDriverPtr driver,
--   virDomainObjPtr vm,
-+   virDomainDefPtr def,
-unsigned int flags)
- {
- VIR_AUTOSTRINGLIST paths = NULL;
-@@ -1217,7 +1217,7 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
- if (!(flags & VIR_QEMU_PROCESS_START_NEW))
- return 0;
- 
--if (vm->def->os.firmware == VIR_DOMAIN_OS_DEF_FIRMWARE_NONE)
-+if (def->os.firmware == VIR_DOMAIN_OS_DEF_FIRMWARE_NONE)
- return 0;
- 
- if ((nfirmwares = qemuFirmwareFetchParsedConfigs(driver->privileged,
-@@ -1225,7 +1225,7 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
- return -1;
- 
- for (i = 0; i < nfirmwares; i++) {
--if (qemuFirmwareMatchDomain(vm->def, firmwares[i], paths[i])) {
-+if (qemuFirmwareMatchDomain(def, firmwares[i], paths[i])) {
- theone = firmwares[i];
- VIR_DEBUG("Found matching firmware (description path '%s')",
-   paths[i]);
-@@ -1236,7 +1236,7 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
- if (!theone) {
- virReportError(VIR_ERR_OPERATION_FAILED,
-_("Unable to find any firmware to satisfy '%s'"),
--   
virDomainOsDefFirmwareTypeToString(vm->def->os.firmware));
-+   virDomainOsDefFirmwareTypeToString(def->os.firmware));
- goto cleanup;
- }
- 
-@@ -1245,10 +1245,10 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
-  * likely that admin/FW manufacturer messed up. */
- qemuFirmwareSanityCheck(theone, paths[i]);
- 
--if (qemuFirmwareEnableFeatures(driver, vm->def, theone) < 0)
-+if (qemuFirmwareEnableFeatures(driver, def, theone) < 0)

[arch-commits] Commit in libguestfs/repos/community-testing-x86_64 (3 files)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 15:23:03
  Author: coderobe
Revision: 625057

archrelease: copy trunk to community-testing-x86_64

Added:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
(from rev 625056, libguestfs/trunk/PKGBUILD)
Deleted:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch

-+
 PKGBUILD|  192 ++
 appliance-packagelist.patch |   25 -
 2 files changed, 83 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 15:22:51 UTC (rev 625056)
+++ PKGBUILD2020-05-06 15:23:03 UTC (rev 625057)
@@ -1,109 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Peter Wu 
-# Contributor: Evaggelos Balaskas 
-# Contributor: Xiao-Long Chen 
-# Contributor: Nikos Skalkotos 
-
-pkgname=libguestfs
-pkgver=1.40.2
-_pkgver_short=${pkgver%.*}
-pkgrel=10
-pkgdesc="Access and modify virtual machine disk image"
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("GPL2" "LGPL2.1")
-backup=("etc/libguestfs-tools.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
-"etc/php.d/guestfs_php.ini")
-_pythonver=2
-depends=("qemu-headless"
- "augeas"
- "hivex>=1.3.2"
- "libconfig"
- "libvirt"
- "fuse"
- "file"
- "cpio"
- "wget"
- "perl"
- "perl-string-shellquote"
- "perl-libintl-perl"
- "perl-sys-virt"
- "jansson"
- "supermin"
- "sleuthkit"
- "yara")
-makedepends=("pcre"
- "cdrkit"
- "libxml2"
- "gperf"
- "python${_pythonver}"
- "lua"
-# "ghc"
-# "ruby"
- "erlang"
- "gjs"
- "php"
- "perl-module-build"
- "gobject-introspection"
- "ocaml-findlib"
- "ocaml"
- "go-pie"
- "bash-completion"
- "jdk8-openjdk")
-optdepends=("python${_pythonver}: Python bindings"
-#"ruby: Ruby Bindings"
-"gjs: Javascript Bindings for GNOME"
-"php: PHP bindings"
-"erlang: Erlang Bindings"
-#"ghc: Haskell Bindings"
-"lua: Lua Bindings"
-"ocaml: Ocaml libs")
-provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"appliance-packagelist.patch")
-sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP'
-
'1c2fce1eb1b5afae89f56be0502a20790824712656fea362dced4dbc9438ccfe509311296631230ebe321f580e97d4783067ec5636a10b8f5102f9179fe39c74')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch appliance/packagelist.in "${srcdir}/appliance-packagelist.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure \
-PYTHON=python$_pythonver \
---prefix=/usr \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---disable-static \
---disable-haskell \
---disable-ruby
-  # ^ haskell & ruby bindings do not build
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # fix supermin package list
-  cat >> "${pkgdir}/usr/lib/guestfs/supermin.d/packages" <<-EOF
-libldm
-lvm2
-mdadm
-sqlite
-systemd-sysvcompat
-EOF
-}

Copied: libguestfs/repos/community-testing-x86_64/PKGBUILD (from rev 625056, 
libguestfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 15:23:03 UTC (rev 625057)
@@ -0,0 +1,83 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.42.0
+_pkgver_short=${pkgver%.*}
+pkgrel=1
+pkgdesc="Access and modify virtual machine disk images"
+arch=('x86_64')
+url="http://libguestfs.org/;
+license=('GPL2' 'LGPL2.1')
+_appliancedeps=('iproute2' 'mdadm' 'lvm2' 'libldm' 'btrfs-progs' 'dosfstools' 
'gdisk' 'procps' 'psmisc'
+'rsync' 'xfsprogs' 'dhcpcd' 'iputils' 'ntfs-3g' 'vim' 
'systemd-sysvcompat' 'openssh'
+'f2fs-tools' 'jfsutils' 'lsscsi' 'lsof' 'lzop' 'pciutils' 
'squashfs-tools'
+'strace' 'syslinux' 'debootstrap' 'exfat-utils' 'grub' 'lrzip' 
'mtools'
+'multipath-tools' 'nilfs-utils' 'reiserfsprogs' 'yara')
+#   'scrub' 'zerofree' 'hfsprogs')
+depends=('augeas' 'libvirt' 'jansson' 'fuse' 'hivex' 

[arch-commits] Commit in libguestfs/trunk (PKGBUILD)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 15:22:51
  Author: coderobe
Revision: 625056

upgpkg: libguestfs 1.42.0-1: major fixes thanks to Toolybird

Modified:
  libguestfs/trunk/PKGBUILD

--+
 PKGBUILD |  137 ++---
 1 file changed, 59 insertions(+), 78 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 14:37:58 UTC (rev 625055)
+++ PKGBUILD2020-05-06 15:22:51 UTC (rev 625056)
@@ -5,98 +5,79 @@
 # Contributor: Nikos Skalkotos 
 
 pkgname=libguestfs
-pkgver=1.40.2
+pkgver=1.42.0
 _pkgver_short=${pkgver%.*}
-pkgrel=11
-pkgdesc="Access and modify virtual machine disk image"
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("GPL2" "LGPL2.1")
-backup=("etc/libguestfs-tools.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
-"etc/php.d/guestfs_php.ini")
-_pythonver=2
-depends=("qemu-headless"
- "augeas"
- "hivex>=1.3.2"
- "libconfig"
- "libvirt"
- "fuse"
- "file"
- "cpio"
- "wget"
- "perl"
- "perl-string-shellquote"
- "perl-libintl-perl"
- "perl-sys-virt"
- "jansson"
- "supermin"
- "sleuthkit"
- "yara")
-makedepends=("pcre"
- "cdrkit"
- "libxml2"
- "gperf"
- "python${_pythonver}"
- "lua"
-# "ghc"
-# "ruby"
- "erlang"
- "gjs"
- "php"
- "perl-module-build"
- "gobject-introspection"
- "ocaml-findlib"
- "ocaml"
- "go-pie"
- "bash-completion"
- "jdk8-openjdk")
-optdepends=("python${_pythonver}: Python bindings"
-#"ruby: Ruby Bindings"
-"gjs: Javascript Bindings for GNOME"
-"php: PHP bindings"
-"erlang: Erlang Bindings"
-#"ghc: Haskell Bindings"
-"lua: Lua Bindings"
-"ocaml: Ocaml libs")
-provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP')
+pkgrel=1
+pkgdesc="Access and modify virtual machine disk images"
+arch=('x86_64')
+url="http://libguestfs.org/;
+license=('GPL2' 'LGPL2.1')
+_appliancedeps=('iproute2' 'mdadm' 'lvm2' 'libldm' 'btrfs-progs' 'dosfstools' 
'gdisk' 'procps' 'psmisc'
+'rsync' 'xfsprogs' 'dhcpcd' 'iputils' 'ntfs-3g' 'vim' 
'systemd-sysvcompat' 'openssh'
+'f2fs-tools' 'jfsutils' 'lsscsi' 'lsof' 'lzop' 'pciutils' 
'squashfs-tools'
+'strace' 'syslinux' 'debootstrap' 'exfat-utils' 'grub' 'lrzip' 
'mtools'
+'multipath-tools' 'nilfs-utils' 'reiserfsprogs' 'yara')
+#   'scrub' 'zerofree' 'hfsprogs')
+depends=('augeas' 'libvirt' 'jansson' 'fuse' 'hivex' 'sleuthkit' 'supermin' 
'qemu-headless' 'libconfig'
+ 'perl-libintl-perl' "${_appliancedeps[@]}")
+makedepends=('ocaml' 'ocaml-findlib' 'gperf' 'cdrtools' 'perl-module-build' 
'python'
+ 'gobject-introspection' 'vala' 'bash-completion' 'cpio' 
'java-environment'
+ 'php' 'erlang-nox' 'lua' 'go' 'rust')
+# 'ghc' 'ruby')
+checkdepends=('linux')
+optdepends=('ocaml: OCaml Bindings'
+'python: Python Bindings'
+'gobject-introspection: GObject-Introspection Bindings')
+provides=('libguestfs.so' 'libguestfs-gobject-1.0.so')
+backup=('etc/libguestfs-tools.conf'
+'etc/xdg/virt-builder/repos.d/libguestfs.conf'
+'etc/xdg/virt-builder/repos.d/libguestfs.gpg'
+'etc/xdg/virt-builder/repos.d/opensuse.conf'
+'etc/xdg/virt-builder/repos.d/opensuse.gpg')
+source=("http://download.libguestfs.org/$_pkgver_short-stable/$pkgname-$pkgver.tar.gz"{,.sig}
+
"libguestfs-01.patch::https://github.com/libguestfs/libguestfs/commit/31e6b187100626cae44bcb505db153088245155c.patch;)
+sha256sums=('4fee192cf3aaa597f142afb21fa2d7f380fdabcf34d054e37090163e4a74f024'
+'SKIP'
+'f09ac113112011625cf6df204fa2e6c05577cf6977a1920fd8c40cc020152896')
 validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

 
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 < ../libguestfs-01.patch
+  sed -i 's/ Sys::Virt / /g' m4/guestfs-perl.m4
+  autoreconf -v
+}
 
 build() {
-  cd "${pkgname}-${pkgver}"
-
+  cd "$pkgname-$pkgver"
   ./configure \
-PYTHON=python$_pythonver \
 --prefix=/usr \
+--sysconfdir=/etc \
 --sbindir=/usr/bin \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---sysconfdir=/etc \
 --disable-static \
 --disable-haskell \
---disable-ruby
+--disable-ruby \
+

[arch-commits] Commit in supermin/repos/community-x86_64 (4 files)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 14:37:58
  Author: coderobe
Revision: 625055

archrelease: copy trunk to community-x86_64

Added:
  supermin/repos/community-x86_64/PKGBUILD
(from rev 625054, supermin/trunk/PKGBUILD)
  supermin/repos/community-x86_64/pacman-iter.patch
(from rev 625054, supermin/trunk/pacman-iter.patch)
Deleted:
  supermin/repos/community-x86_64/PKGBUILD
  supermin/repos/community-x86_64/fix-cachedir-handling.patch

-+
 PKGBUILD|   80 +-
 fix-cachedir-handling.patch |   39 
 pacman-iter.patch   |   67 +++
 3 files changed, 107 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 14:37:47 UTC (rev 625054)
+++ PKGBUILD2020-05-06 14:37:58 UTC (rev 625055)
@@ -1,40 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Xiao-Long Chen 
-# Contributor:  Achilleas Pipinellis 
-
-pkgname=supermin
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="Tool for creating supermin appliances"
-arch=('x86_64')
-url="http://people.redhat.com/~rjones/supermin/;
-license=('GPL')
-makedepends=('ocaml' 'ocaml-findlib' 'cpio')
-depends=('e2fsprogs' 'pacman' 'pacman-contrib')
-conflicts=('febootstrap<=3.21')
-source=("http://download.libguestfs.org/${pkgname}/5.2-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"fix-cachedir-handling.patch")
-sha512sums=('782d00f95a37ad75833b659300b085b5c7bfa1c795eae9aa57b3c52cab0332d6e6b8e1bddc5b1c0075cc64b60e22b64387771cd9f457568408889244a4628467'
-'SKIP'
-
'24ce2fb779008afc411efb6a6f2e9dac7dae122281c8159abd426e1eb1c82d0ada98e38db0238b6ef3efd8b2dd345fe1786424a44cff293e1b86a1f147930dfc')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch src/ph_pacman.ml "${srcdir}/fix-cachedir-handling.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: supermin/repos/community-x86_64/PKGBUILD (from rev 625054, 
supermin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 14:37:58 UTC (rev 625055)
@@ -0,0 +1,40 @@
+# Maintainer: Robin Broda 
+# Contributor: Xiao-Long Chen 
+# Contributor:  Achilleas Pipinellis 
+
+pkgname=supermin
+pkgver=5.2.0
+pkgrel=2
+pkgdesc="Tool for creating supermin appliances"
+arch=('x86_64')
+url="http://people.redhat.com/~rjones/supermin/;
+license=('GPL')
+makedepends=('ocaml' 'ocaml-findlib' 'cpio')
+depends=('e2fsprogs' 'pacman' 'pacman-contrib')
+conflicts=('febootstrap<=3.21')
+source=("http://download.libguestfs.org/${pkgname}/5.2-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
+"pacman-iter.patch")
+sha512sums=('782d00f95a37ad75833b659300b085b5c7bfa1c795eae9aa57b3c52cab0332d6e6b8e1bddc5b1c0075cc64b60e22b64387771cd9f457568408889244a4628467'
+'SKIP'
+
'cec4e3fa3a82393397fc73b3e99fa4bbc17805f0a08917564cf456060349e56699f69a69a68e1523a052d8d27764cc7bcf619c6b83ff90c664c4784afafab337')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch src/ph_pacman.ml "${srcdir}/pacman-iter.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: fix-cachedir-handling.patch
===
--- fix-cachedir-handling.patch 2020-05-06 14:37:47 UTC (rev 625054)
+++ fix-cachedir-handling.patch 2020-05-06 14:37:58 UTC (rev 625055)
@@ -1,39 +0,0 @@
-From c05b77000f6a13ac2932121bd625574eea6d5a80 Mon Sep 17 00:00:00 2001
-From: Geoff Toole 
-Date: Sun, 19 Apr 2020 16:40:50 +1000
-Subject: [PATCH] pacman: Fix pacman CacheDir handling
-
-Downloads fail when CacheDir directives are present in /etc/pacman.conf
-Filter them out using pacman-conf.

- src/ph_pacman.ml | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/ph_pacman.ml b/src/ph_pacman.ml
-index c35668a..b4a6ac0 100644
 a/src/ph_pacman.ml
-+++ b/src/ph_pacman.ml
-@@ -170,6 +170,8 @@ let pacman_download_all_packages pkgs dir =
-   (* Because we reuse the same temporary download directory (tdir), this
-* only downloads each package once, even though each call to pacman will
-* download dependent packages as well.
-+   *
-+   * CacheDir directives must be filtered out to force pacman downloads.
-*)
-   List.iter (
- fun name ->
-@@ -178,12 +180,13 @@ let pacman_download_all_packages pkgs dir =
- umask 
- cd %s
- mkdir -p var/lib/pacman
-+pacman-conf | grep -v CacheDir > 

[arch-commits] Commit in supermin/trunk (3 files)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 14:37:47
  Author: coderobe
Revision: 625054

upgpkg: supermin 5.2.0-2: reintroduce pacman-iter patch (with cachedir handling)

Added:
  supermin/trunk/pacman-iter.patch
Modified:
  supermin/trunk/PKGBUILD
Deleted:
  supermin/trunk/fix-cachedir-handling.patch

-+
 PKGBUILD|8 ++---
 fix-cachedir-handling.patch |   39 
 pacman-iter.patch   |   67 ++
 3 files changed, 71 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 14:22:26 UTC (rev 625053)
+++ PKGBUILD2020-05-06 14:37:47 UTC (rev 625054)
@@ -4,7 +4,7 @@
 
 pkgname=supermin
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Tool for creating supermin appliances"
 arch=('x86_64')
 url="http://people.redhat.com/~rjones/supermin/;
@@ -13,16 +13,16 @@
 depends=('e2fsprogs' 'pacman' 'pacman-contrib')
 conflicts=('febootstrap<=3.21')
 
source=("http://download.libguestfs.org/${pkgname}/5.2-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"fix-cachedir-handling.patch")
+"pacman-iter.patch")
 
sha512sums=('782d00f95a37ad75833b659300b085b5c7bfa1c795eae9aa57b3c52cab0332d6e6b8e1bddc5b1c0075cc64b60e22b64387771cd9f457568408889244a4628467'
 'SKIP'
-
'24ce2fb779008afc411efb6a6f2e9dac7dae122281c8159abd426e1eb1c82d0ada98e38db0238b6ef3efd8b2dd345fe1786424a44cff293e1b86a1f147930dfc')
+
'cec4e3fa3a82393397fc73b3e99fa4bbc17805f0a08917564cf456060349e56699f69a69a68e1523a052d8d27764cc7bcf619c6b83ff90c664c4784afafab337')
 validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

 
 prepare() {
   cd "${pkgname}-${pkgver}"
 
-  patch src/ph_pacman.ml "${srcdir}/fix-cachedir-handling.patch"
+  patch src/ph_pacman.ml "${srcdir}/pacman-iter.patch"
 }
 
 build() {

Deleted: fix-cachedir-handling.patch
===
--- fix-cachedir-handling.patch 2020-05-06 14:22:26 UTC (rev 625053)
+++ fix-cachedir-handling.patch 2020-05-06 14:37:47 UTC (rev 625054)
@@ -1,39 +0,0 @@
-From c05b77000f6a13ac2932121bd625574eea6d5a80 Mon Sep 17 00:00:00 2001
-From: Geoff Toole 
-Date: Sun, 19 Apr 2020 16:40:50 +1000
-Subject: [PATCH] pacman: Fix pacman CacheDir handling
-
-Downloads fail when CacheDir directives are present in /etc/pacman.conf
-Filter them out using pacman-conf.

- src/ph_pacman.ml | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/ph_pacman.ml b/src/ph_pacman.ml
-index c35668a..b4a6ac0 100644
 a/src/ph_pacman.ml
-+++ b/src/ph_pacman.ml
-@@ -170,6 +170,8 @@ let pacman_download_all_packages pkgs dir =
-   (* Because we reuse the same temporary download directory (tdir), this
-* only downloads each package once, even though each call to pacman will
-* download dependent packages as well.
-+   *
-+   * CacheDir directives must be filtered out to force pacman downloads.
-*)
-   List.iter (
- fun name ->
-@@ -178,12 +180,13 @@ let pacman_download_all_packages pkgs dir =
- umask 
- cd %s
- mkdir -p var/lib/pacman
-+pacman-conf | grep -v CacheDir > tmp.conf
- %s %s%s -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s
-   "
- (quote tdir)
- Config.fakeroot Config.pacman
- (match !settings.packager_config with
-- | None -> ""
-+ | None -> " --config tmp.conf --dbpath var/lib/pacman"
-  | Some filename -> " --config " ^ (quote filename))
- (quoted_list names) in
-   if !settings.debug >= 2 then printf "%s" cmd;

Added: pacman-iter.patch
===
--- pacman-iter.patch   (rev 0)
+++ pacman-iter.patch   2020-05-06 14:37:47 UTC (rev 625054)
@@ -0,0 +1,67 @@
+--- a/supermin/src/ph_pacman.ml2019-10-14 21:28:25.138769513 +0200
 b/supermin/src/ph_pacman.ml2019-10-14 21:33:31.479364225 +0200
+@@ -171,24 +171,25 @@
+* only downloads each package once, even though each call to pacman will
+* download dependent packages as well.
+*)
+-  List.iter (
+-fun name ->
+-  let cmd = sprintf "\
+-set -e
+-umask 
+-cd %s
+-mkdir -p var/lib/pacman
+-%s %s%s -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s
+-  "
+-(quote tdir)
+-Config.fakeroot Config.pacman
+-(match !settings.packager_config with
+- | None -> ""
+- | Some filename -> " --config " ^ (quote filename))
+-(quoted_list names) in
+-  if !settings.debug >= 2 then printf "%s" cmd;
+-  if Sys.command cmd <> 0 then (
+-(* The package may not be in the main repos, check the AUR. *)
++  let cmd = sprintf "\
++set -e
++umask 
++cd %s
++mkdir -p var/lib/pacman
++pacman-conf | grep 

[arch-commits] Commit in hivex/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 14:14:50
  Author: coderobe
Revision: 625051

archrelease: copy trunk to community-x86_64

Added:
  hivex/repos/community-x86_64/PKGBUILD
(from rev 625050, hivex/trunk/PKGBUILD)
Deleted:
  hivex/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 14:14:34 UTC (rev 625050)
+++ PKGBUILD2020-05-06 14:14:50 UTC (rev 625051)
@@ -1,50 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Brian Bidulock 
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=hivex
-pkgver=1.3.18
-pkgrel=4
-pkgdesc="System for extracting the contents of Windows Registry."
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("LGPL2.1")
-depends=("libxml2" "perl")
-makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
-optdepends=("python2: python bindings"
-   "ruby: ruby bindings"
-   "ocaml: ocaml bindings")
-source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha512sums=('1851351118921e81df9e505f90d00048a178572c2edd3de40194a69915176bdb615e2eb5afea408d57063e98257c8d1e3d0cd6730407153892cc9e3befc4aa3a'
-'SKIP')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-build() {
-cd "$pkgname-$pkgver"
-
-./configure \
-   --bindir=/usr/bin \
-   --libdir=/usr/lib \
-   --prefix=/usr \
-   --disable-rpath \
-   --disable-static PYTHON=python2
-
-make
-chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
-}
-
-_perl_depends() {
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-_perl_depends
-}

Copied: hivex/repos/community-x86_64/PKGBUILD (from rev 625050, 
hivex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 14:14:50 UTC (rev 625051)
@@ -0,0 +1,50 @@
+# Maintainer: Robin Broda 
+# Contributor: Brian Bidulock 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=hivex
+pkgver=1.3.18
+pkgrel=5
+pkgdesc="System for extracting the contents of Windows Registry."
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("LGPL2.1")
+depends=("libxml2" "perl")
+makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
+optdepends=("python2: python bindings"
+   "ruby: ruby bindings"
+   "ocaml: ocaml bindings")
+source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha512sums=('1851351118921e81df9e505f90d00048a178572c2edd3de40194a69915176bdb615e2eb5afea408d57063e98257c8d1e3d0cd6730407153892cc9e3befc4aa3a'
+'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+build() {
+cd "$pkgname-$pkgver"
+
+./configure \
+   --bindir=/usr/bin \
+   --libdir=/usr/lib \
+   --prefix=/usr \
+   --disable-rpath \
+   --disable-static PYTHON=python2
+
+make
+chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
+}
+
+_perl_depends() {
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+_perl_depends
+}


[arch-commits] Commit in hivex/trunk (PKGBUILD)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 14:14:34
  Author: coderobe
Revision: 625050

upgpkg: hivex 1.3.18-5: rebuild with ocaml-4.09.1-1

Modified:
  hivex/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 13:31:45 UTC (rev 625049)
+++ PKGBUILD2020-05-06 14:14:34 UTC (rev 625050)
@@ -4,7 +4,7 @@
 
 pkgname=hivex
 pkgver=1.3.18
-pkgrel=4
+pkgrel=5
 pkgdesc="System for extracting the contents of Windows Registry."
 arch=("x86_64")
 url="http://libguestfs.org;


[arch-commits] Commit in supermin/repos/community-x86_64 (4 files)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 12:03:58
  Author: coderobe
Revision: 625038

archrelease: copy trunk to community-x86_64

Added:
  supermin/repos/community-x86_64/PKGBUILD
(from rev 625037, supermin/trunk/PKGBUILD)
  supermin/repos/community-x86_64/fix-cachedir-handling.patch
(from rev 625037, supermin/trunk/fix-cachedir-handling.patch)
Deleted:
  supermin/repos/community-x86_64/PKGBUILD
  supermin/repos/community-x86_64/pacman-iter.patch

-+
 PKGBUILD|   80 +-
 fix-cachedir-handling.patch |   39 
 pacman-iter.patch   |   66 --
 3 files changed, 79 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 12:03:45 UTC (rev 625037)
+++ PKGBUILD2020-05-06 12:03:58 UTC (rev 625038)
@@ -1,40 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Xiao-Long Chen 
-# Contributor:  Achilleas Pipinellis 
-
-pkgname=supermin
-pkgver=5.1.20
-pkgrel=4
-pkgdesc="Tool for creating supermin appliances"
-arch=('x86_64')
-url="http://people.redhat.com/~rjones/supermin/;
-license=('GPL')
-makedepends=('ocaml' 'ocaml-findlib' 'cpio')
-depends=('e2fsprogs' 'pacman' 'pacman-contrib')
-conflicts=('febootstrap<=3.21')
-source=("http://libguestfs.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"pacman-iter.patch")
-sha512sums=('ccc9ada98593f91399b323f0beb027185874f82547a1df4274c1206a9b6d4465e98b7aef5618274d41fb902747f6843fd2cc6192a4ea8526811261ac5a16848e'
-'SKIP'
-
'1921a5373c2a251048224871fcc9ccf2f3420ba444e6f0673e4efda2e7036cd31235c981c41f185ce15f6d5e0de2dd8c84290c410e12714b87992c150b799ad3')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch src/ph_pacman.ml "${srcdir}/pacman-iter.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: supermin/repos/community-x86_64/PKGBUILD (from rev 625037, 
supermin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 12:03:58 UTC (rev 625038)
@@ -0,0 +1,40 @@
+# Maintainer: Robin Broda 
+# Contributor: Xiao-Long Chen 
+# Contributor:  Achilleas Pipinellis 
+
+pkgname=supermin
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="Tool for creating supermin appliances"
+arch=('x86_64')
+url="http://people.redhat.com/~rjones/supermin/;
+license=('GPL')
+makedepends=('ocaml' 'ocaml-findlib' 'cpio')
+depends=('e2fsprogs' 'pacman' 'pacman-contrib')
+conflicts=('febootstrap<=3.21')
+source=("http://download.libguestfs.org/${pkgname}/5.2-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
+"fix-cachedir-handling.patch")
+sha512sums=('782d00f95a37ad75833b659300b085b5c7bfa1c795eae9aa57b3c52cab0332d6e6b8e1bddc5b1c0075cc64b60e22b64387771cd9f457568408889244a4628467'
+'SKIP'
+
'24ce2fb779008afc411efb6a6f2e9dac7dae122281c8159abd426e1eb1c82d0ada98e38db0238b6ef3efd8b2dd345fe1786424a44cff293e1b86a1f147930dfc')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch src/ph_pacman.ml "${srcdir}/fix-cachedir-handling.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: supermin/repos/community-x86_64/fix-cachedir-handling.patch (from rev 
625037, supermin/trunk/fix-cachedir-handling.patch)
===
--- fix-cachedir-handling.patch (rev 0)
+++ fix-cachedir-handling.patch 2020-05-06 12:03:58 UTC (rev 625038)
@@ -0,0 +1,39 @@
+From c05b77000f6a13ac2932121bd625574eea6d5a80 Mon Sep 17 00:00:00 2001
+From: Geoff Toole 
+Date: Sun, 19 Apr 2020 16:40:50 +1000
+Subject: [PATCH] pacman: Fix pacman CacheDir handling
+
+Downloads fail when CacheDir directives are present in /etc/pacman.conf
+Filter them out using pacman-conf.
+---
+ src/ph_pacman.ml | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/ph_pacman.ml b/src/ph_pacman.ml
+index c35668a..b4a6ac0 100644
+--- a/src/ph_pacman.ml
 b/src/ph_pacman.ml
+@@ -170,6 +170,8 @@ let pacman_download_all_packages pkgs dir =
+   (* Because we reuse the same temporary download directory (tdir), this
+* only downloads each package once, even though each call to pacman will
+* download dependent packages as well.
++   *
++   * CacheDir directives must be filtered out to force pacman downloads.
+*)
+   List.iter (
+ fun name ->
+@@ -178,12 +180,13 @@ let pacman_download_all_packages pkgs dir =
+ umask 
+ cd 

[arch-commits] Commit in supermin/trunk (3 files)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 12:03:45
  Author: coderobe
Revision: 625037

upgpkg: supermin 5.2.0-1

Added:
  supermin/trunk/fix-cachedir-handling.patch
Modified:
  supermin/trunk/PKGBUILD
Deleted:
  supermin/trunk/pacman-iter.patch

-+
 PKGBUILD|   14 
 fix-cachedir-handling.patch |   39 
 pacman-iter.patch   |   66 --
 3 files changed, 46 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 11:47:33 UTC (rev 625036)
+++ PKGBUILD2020-05-06 12:03:45 UTC (rev 625037)
@@ -3,8 +3,8 @@
 # Contributor:  Achilleas Pipinellis 
 
 pkgname=supermin
-pkgver=5.1.20
-pkgrel=4
+pkgver=5.2.0
+pkgrel=1
 pkgdesc="Tool for creating supermin appliances"
 arch=('x86_64')
 url="http://people.redhat.com/~rjones/supermin/;
@@ -12,17 +12,17 @@
 makedepends=('ocaml' 'ocaml-findlib' 'cpio')
 depends=('e2fsprogs' 'pacman' 'pacman-contrib')
 conflicts=('febootstrap<=3.21')
-source=("http://libguestfs.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"pacman-iter.patch")
-sha512sums=('ccc9ada98593f91399b323f0beb027185874f82547a1df4274c1206a9b6d4465e98b7aef5618274d41fb902747f6843fd2cc6192a4ea8526811261ac5a16848e'
+source=("http://download.libguestfs.org/${pkgname}/5.2-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
+"fix-cachedir-handling.patch")
+sha512sums=('782d00f95a37ad75833b659300b085b5c7bfa1c795eae9aa57b3c52cab0332d6e6b8e1bddc5b1c0075cc64b60e22b64387771cd9f457568408889244a4628467'
 'SKIP'
-
'1921a5373c2a251048224871fcc9ccf2f3420ba444e6f0673e4efda2e7036cd31235c981c41f185ce15f6d5e0de2dd8c84290c410e12714b87992c150b799ad3')
+
'24ce2fb779008afc411efb6a6f2e9dac7dae122281c8159abd426e1eb1c82d0ada98e38db0238b6ef3efd8b2dd345fe1786424a44cff293e1b86a1f147930dfc')
 validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

 
 prepare() {
   cd "${pkgname}-${pkgver}"
 
-  patch src/ph_pacman.ml "${srcdir}/pacman-iter.patch"
+  patch src/ph_pacman.ml "${srcdir}/fix-cachedir-handling.patch"
 }
 
 build() {

Added: fix-cachedir-handling.patch
===
--- fix-cachedir-handling.patch (rev 0)
+++ fix-cachedir-handling.patch 2020-05-06 12:03:45 UTC (rev 625037)
@@ -0,0 +1,39 @@
+From c05b77000f6a13ac2932121bd625574eea6d5a80 Mon Sep 17 00:00:00 2001
+From: Geoff Toole 
+Date: Sun, 19 Apr 2020 16:40:50 +1000
+Subject: [PATCH] pacman: Fix pacman CacheDir handling
+
+Downloads fail when CacheDir directives are present in /etc/pacman.conf
+Filter them out using pacman-conf.
+---
+ src/ph_pacman.ml | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/ph_pacman.ml b/src/ph_pacman.ml
+index c35668a..b4a6ac0 100644
+--- a/src/ph_pacman.ml
 b/src/ph_pacman.ml
+@@ -170,6 +170,8 @@ let pacman_download_all_packages pkgs dir =
+   (* Because we reuse the same temporary download directory (tdir), this
+* only downloads each package once, even though each call to pacman will
+* download dependent packages as well.
++   *
++   * CacheDir directives must be filtered out to force pacman downloads.
+*)
+   List.iter (
+ fun name ->
+@@ -178,12 +180,13 @@ let pacman_download_all_packages pkgs dir =
+ umask 
+ cd %s
+ mkdir -p var/lib/pacman
++pacman-conf | grep -v CacheDir > tmp.conf
+ %s %s%s -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s
+   "
+ (quote tdir)
+ Config.fakeroot Config.pacman
+ (match !settings.packager_config with
+- | None -> ""
++ | None -> " --config tmp.conf --dbpath var/lib/pacman"
+  | Some filename -> " --config " ^ (quote filename))
+ (quoted_list names) in
+   if !settings.debug >= 2 then printf "%s" cmd;

Deleted: pacman-iter.patch
===
--- pacman-iter.patch   2020-05-06 11:47:33 UTC (rev 625036)
+++ pacman-iter.patch   2020-05-06 12:03:45 UTC (rev 625037)
@@ -1,66 +0,0 @@
 a/supermin/src/ph_pacman.ml2019-10-14 21:28:25.138769513 +0200
-+++ b/supermin/src/ph_pacman.ml2019-10-14 21:33:31.479364225 +0200
-@@ -171,24 +171,24 @@
-* only downloads each package once, even though each call to pacman will
-* download dependent packages as well.
-*)
--  List.iter (
--fun name ->
--  let cmd = sprintf "\
--set -e
--umask 
--cd %s
--mkdir -p var/lib/pacman
--%s %s%s -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s
--  "
--(quote tdir)
--Config.fakeroot Config.pacman
--(match !settings.packager_config with
-- | None -> ""
-- | Some filename -> " --config " ^ (quote filename))
--(quoted_list names) in
--  if 

[arch-commits] Commit in libvirt/repos (10 files)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 11:47:33
  Author: coderobe
Revision: 625036

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt/repos/community-testing-x86_64/
  
libvirt/repos/community-testing-x86_64/0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch
(from rev 625035, 
libvirt/trunk/0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch)
  
libvirt/repos/community-testing-x86_64/0002-qemu_firmware-Introduce-want-variable-to-qemuFirmwar.patch
(from rev 625035, 
libvirt/trunk/0002-qemu_firmware-Introduce-want-variable-to-qemuFirmwar.patch)
  
libvirt/repos/community-testing-x86_64/0003-src-Introduce-and-use-virDomainDefHasOldStyleUEFI-an.patch
(from rev 625035, 
libvirt/trunk/0003-src-Introduce-and-use-virDomainDefHasOldStyleUEFI-an.patch)
  
libvirt/repos/community-testing-x86_64/0004-qemu_firmware-Try-to-autofill-for-old-style-UEFI-spe.patch
(from rev 625035, 
libvirt/trunk/0004-qemu_firmware-Try-to-autofill-for-old-style-UEFI-spe.patch)
  libvirt/repos/community-testing-x86_64/Changelog
(from rev 625035, libvirt/trunk/Changelog)
  libvirt/repos/community-testing-x86_64/PKGBUILD
(from rev 625035, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-testing-x86_64/libvirt.sysusers.d
(from rev 625035, libvirt/trunk/libvirt.sysusers.d)
  libvirt/repos/community-testing-x86_64/libvirtd-guests.conf.d
(from rev 625035, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-testing-x86_64/libvirtd.conf.d
(from rev 625035, libvirt/trunk/libvirtd.conf.d)

-+
 0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch |  104 +
 0002-qemu_firmware-Introduce-want-variable-to-qemuFirmwar.patch |   70 +++
 0003-src-Introduce-and-use-virDomainDefHasOldStyleUEFI-an.patch |  194 
++
 0004-qemu_firmware-Try-to-autofill-for-old-style-UEFI-spe.patch |  111 +
 Changelog   |1 
 PKGBUILD|  178 
+
 libvirt.sysusers.d  |1 
 libvirtd-guests.conf.d  |9 
 libvirtd.conf.d |1 
 9 files changed, 669 insertions(+)

Copied: 
libvirt/repos/community-testing-x86_64/0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch
 (from rev 625035, 
libvirt/trunk/0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch)
===
--- 
community-testing-x86_64/0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch
(rev 0)
+++ 
community-testing-x86_64/0001-qemu_firmware-Pass-virDomainDef-into-qemuFirmwareFil.patch
2020-05-06 11:47:33 UTC (rev 625036)
@@ -0,0 +1,104 @@
+From 08fca7705b22c438e40f0202c5307ef2bae5b0f4 Mon Sep 17 00:00:00 2001
+From: Michal Privoznik 
+Date: Fri, 13 Dec 2019 15:41:16 +0100
+Subject: [PATCH 1/4] qemu_firmware: Pass virDomainDef into
+ qemuFirmwareFillDomain()
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This function needs domain definition really, we don't need to
+pass the whole domain object. This saves couple of dereferences
+and characters esp. in more checks to come.
+
+Signed-off-by: Michal Privoznik 
+Reviewed-by: Cole Robinson 
+Reviewed-by: Daniel P. Berrangé 
+---
+ src/qemu/qemu_firmware.c | 12 ++--
+ src/qemu/qemu_firmware.h |  2 +-
+ src/qemu/qemu_process.c  |  2 +-
+ 3 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/src/qemu/qemu_firmware.c b/src/qemu/qemu_firmware.c
+index f62ce90ac9..96058c9b45 100644
+--- a/src/qemu/qemu_firmware.c
 b/src/qemu/qemu_firmware.c
+@@ -1204,7 +1204,7 @@ qemuFirmwareFetchParsedConfigs(bool privileged,
+ 
+ int
+ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
+-   virDomainObjPtr vm,
++   virDomainDefPtr def,
+unsigned int flags)
+ {
+ VIR_AUTOSTRINGLIST paths = NULL;
+@@ -1217,7 +1217,7 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
+ if (!(flags & VIR_QEMU_PROCESS_START_NEW))
+ return 0;
+ 
+-if (vm->def->os.firmware == VIR_DOMAIN_OS_DEF_FIRMWARE_NONE)
++if (def->os.firmware == VIR_DOMAIN_OS_DEF_FIRMWARE_NONE)
+ return 0;
+ 
+ if ((nfirmwares = qemuFirmwareFetchParsedConfigs(driver->privileged,
+@@ -1225,7 +1225,7 @@ qemuFirmwareFillDomain(virQEMUDriverPtr driver,
+ return -1;
+ 
+ for (i = 0; i < nfirmwares; i++) {
+-if (qemuFirmwareMatchDomain(vm->def, firmwares[i], paths[i])) {
++if (qemuFirmwareMatchDomain(def, firmwares[i], paths[i])) {
+ theone = firmwares[i];
+ VIR_DEBUG("Found matching firmware (description path '%s')",
+   paths[i]);
+@@ -1236,7 +1236,7 @@ 

[arch-commits] Commit in libvirt/trunk (PKGBUILD)

2020-05-06 Thread Robin Broda via arch-commits
Date: Wednesday, May 6, 2020 @ 11:47:09
  Author: coderobe
Revision: 625035

upgpkg: libvirt 6.3.0-1: major cleanup thanks to Toolybird, split off storage 
backends

Modified:
  libvirt/trunk/PKGBUILD

--+
 PKGBUILD |  230 +++--
 1 file changed, 118 insertions(+), 112 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 11:44:17 UTC (rev 625034)
+++ PKGBUILD2020-05-06 11:47:09 UTC (rev 625035)
@@ -1,35 +1,48 @@
 # Maintainer: Christian Rebischke 
+# Maintainer: Robin Broda 
 # Contributor: Sergej Pupykin 
 # Contributor: Jonathan Wiersma 
 
-pkgname=libvirt
-pkgver=5.10.0
-pkgrel=3
+pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct 
libvirt-storage-rbd)
+pkgver=6.3.0
+pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="https://libvirt.org/;
 license=('LGPL')
-makedepends=('lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi'
- 'perl-xml-xpath' 'libxslt' 'qemu' 'parted' 'python' 
'rpcsvc-proto')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit'
- 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap'
- 'libcap-ng' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl'
- 'libxcb' 'gcc-libs' 'iproute2' 'libnl' 'libx11' 'numactl' 'gettext'
- 'libssh2' 'netcf' 'fuse2' 'glusterfs' 'ceph-libs' 'libiscsi')
-optdepends=('ebtables: required for default NAT networking'
+depends=('libpciaccess' 'yajl' 'fuse2' 'gnutls' 'parted' 'libssh' 'libxml2' 
'numactl' 'polkit')
+makedepends=('libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 'libiscsi' 
'ceph-libs' 'glusterfs'
+ 'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 
'qemu-headless')
+checkdepends=('ebtables')
+optdepends=('libvirt-storage-gluster: Gluster storage backend'
+'libvirt-storage-iscsi-direct: iSCSI-direct storage backend'
+'libvirt-storage-rbd: RBD storage backend'
+'gettext: required for libvirt-guests.service'
+'openbsd-netcat: for remote management over ssh'
+'dmidecode: DMI system info support'
 'dnsmasq: required for default NAT/DHCP for guests'
-'bridge-utils: for bridged networking'
-'netcat: for remote management over ssh'
-'qemu'
-'radvd'
-'dmidecode'
-'parted'
-'ceph: for ceph support'
-'qemu-block-gluster: for qemu glusterfs support')
-backup=('etc/conf.d/libvirt-guests'
+'radvd: IPv6 RAD support'
+'ebtables: required for default NAT networking'
+'qemu: QEMU/KVM support'
+'lvm2: Logical Volume Manager support'
+'open-iscsi: iSCSI support via iscsiadm')
+backup=(
   'etc/conf.d/libvirtd'
+  'etc/conf.d/libvirt-guests'
+  'etc/conf.d/virtinterfaced'
+  'etc/conf.d/virtlockd'
+  'etc/conf.d/virtlogd'
+  'etc/conf.d/virtlxcd'
+  'etc/conf.d/virtnetworkd'
+  'etc/conf.d/virtnodedevd'
+  'etc/conf.d/virtnwfilterd'
+  'etc/conf.d/virtproxyd'
+  'etc/conf.d/virtqemud'
+  'etc/conf.d/virtsecretd'
+  'etc/conf.d/virtstoraged'
+  'etc/conf.d/virtvboxd'
+  'etc/libvirt/libvirt-admin.conf'
   'etc/libvirt/libvirt.conf'
-  'etc/libvirt/virtlogd.conf'
   'etc/libvirt/libvirtd.conf'
   'etc/libvirt/lxc.conf'
   'etc/libvirt/nwfilter/allow-arp.xml'
@@ -37,6 +50,7 @@
   'etc/libvirt/nwfilter/allow-dhcp.xml'
   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
   'etc/libvirt/nwfilter/allow-ipv4.xml'
+  'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
   'etc/libvirt/nwfilter/clean-traffic.xml'
   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
@@ -49,124 +63,116 @@
   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
   'etc/libvirt/nwfilter/qemu-announce-self.xml'
-  'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
+  'etc/libvirt/qemu.conf'
   'etc/libvirt/qemu-lockd.conf'
-  'etc/libvirt/qemu.conf'
   'etc/libvirt/qemu/networks/default.xml'
+  'etc/libvirt/virtinterfaced.conf'
+  'etc/libvirt/virtlockd.conf'
+  'etc/libvirt/virtlogd.conf'
   'etc/libvirt/virt-login-shell.conf'
-  'etc/libvirt/virtlockd.conf'
+  'etc/libvirt/virtlxcd.conf'
+  'etc/libvirt/virtnetworkd.conf'
+  'etc/libvirt/virtnodedevd.conf'
+  'etc/libvirt/virtnwfilterd.conf'
+  'etc/libvirt/virtproxyd.conf'
+  'etc/libvirt/virtqemud.conf'
+  'etc/libvirt/virtsecretd.conf'
+  'etc/libvirt/virtstoraged.conf'
+  'etc/libvirt/virtvboxd.conf'
   'etc/logrotate.d/libvirtd'
   'etc/logrotate.d/libvirtd.lxc'
   'etc/logrotate.d/libvirtd.qemu'
-  'etc/sasl2/libvirt.conf')
-options=('emptydirs')
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
-source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
-

[arch-commits] Commit in nebula/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-08 Thread Robin Broda via arch-commits
Date: Thursday, April 9, 2020 @ 00:51:56
  Author: coderobe
Revision: 612867

archrelease: copy trunk to community-x86_64

Added:
  nebula/repos/community-x86_64/PKGBUILD
(from rev 612866, nebula/trunk/PKGBUILD)
Deleted:
  nebula/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 -
 1 file changed, 40 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 00:51:14 UTC (rev 612866)
+++ PKGBUILD2020-04-09 00:51:56 UTC (rev 612867)
@@ -1,46 +0,0 @@
-# Maintainer: Robin Broda 
-pkgname=nebula
-pkgver=1.1.0
-pkgrel=2
-pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
-arch=('x86_64')
-url='https://github.com/slackhq/nebula'
-license=('MIT')
-depends=()
-makedepends=('go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('ff08ce10c202a047149397b172e2effaac7f213676e99bb01293b751e73a33fd')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  go build \
--trimpath \
--ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
--o ./nebula ./cmd/nebula
-
-  go build \
--trimpath \
--ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
--o ./nebula-cert ./cmd/nebula-cert
-
-  go build \
--trimpath \
--ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
--o ./nebula-service ./cmd/nebula-service
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  go test -v ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm755 nebula "${pkgdir}/usr/bin/nebula"
-  install -Dm755 nebula-cert "${pkgdir}/usr/bin/nebula-cert"
-  install -Dm755 nebula-service "${pkgdir}/usr/bin/nebula-service"
-}

Copied: nebula/repos/community-x86_64/PKGBUILD (from rev 612866, 
nebula/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 00:51:56 UTC (rev 612867)
@@ -0,0 +1,40 @@
+# Maintainer: Robin Broda 
+pkgname=nebula
+pkgver=1.2.0
+pkgrel=0
+pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
+arch=('x86_64')
+url='https://github.com/slackhq/nebula'
+license=('MIT')
+depends=()
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('1d00594d74e147406f5809380860f538ceed5c19c3f390dd1d8e364f99b303b6')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  for bin in nebula{,-cert,-service}
+  do go build \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
+-o "${bin}" "./cmd/${bin}"
+  done
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  go test -v ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 dist/arch/nebula.service 
"${pkgdir}/usr/lib/systemd/system/nebula.service"
+
+  for bin in nebula{,-cert,-service}
+  do install -Dm755 "${bin}" "${pkgdir}/usr/bin/${bin}"
+  done
+}


[arch-commits] Commit in nebula/trunk (PKGBUILD)

2020-04-08 Thread Robin Broda via arch-commits
Date: Thursday, April 9, 2020 @ 00:51:14
  Author: coderobe
Revision: 612866

upgpkg: nebula 1.2.0-0: 1.2.0

Modified:
  nebula/trunk/PKGBUILD

--+
 PKGBUILD |   30 --
 1 file changed, 12 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 00:50:21 UTC (rev 612865)
+++ PKGBUILD2020-04-09 00:51:14 UTC (rev 612866)
@@ -1,7 +1,7 @@
 # Maintainer: Robin Broda 
 pkgname=nebula
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=0
 pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
 arch=('x86_64')
 url='https://github.com/slackhq/nebula'
@@ -9,25 +9,17 @@
 depends=()
 makedepends=('go-pie')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('ff08ce10c202a047149397b172e2effaac7f213676e99bb01293b751e73a33fd')
+sha256sums=('1d00594d74e147406f5809380860f538ceed5c19c3f390dd1d8e364f99b303b6')
 
 build() {
   cd "${pkgname}-${pkgver}"
 
-  go build \
+  for bin in nebula{,-cert,-service}
+  do go build \
 -trimpath \
 -ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
--o ./nebula ./cmd/nebula
-
-  go build \
--trimpath \
--ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
--o ./nebula-cert ./cmd/nebula-cert
-
-  go build \
--trimpath \
--ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
--o ./nebula-service ./cmd/nebula-service
+-o "${bin}" "./cmd/${bin}"
+  done
 }
 
 check() {
@@ -40,7 +32,9 @@
   cd "${pkgname}-${pkgver}"
 
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm755 nebula "${pkgdir}/usr/bin/nebula"
-  install -Dm755 nebula-cert "${pkgdir}/usr/bin/nebula-cert"
-  install -Dm755 nebula-service "${pkgdir}/usr/bin/nebula-service"
+  install -Dm644 dist/arch/nebula.service 
"${pkgdir}/usr/lib/systemd/system/nebula.service"
+
+  for bin in nebula{,-cert,-service}
+  do install -Dm755 "${bin}" "${pkgdir}/usr/bin/${bin}"
+  done
 }


[arch-commits] Commit in s-tui/repos/community-any (PKGBUILD PKGBUILD)

2020-01-27 Thread Robin Broda via arch-commits
Date: Monday, January 27, 2020 @ 14:55:33
  Author: coderobe
Revision: 556088

archrelease: copy trunk to community-any

Added:
  s-tui/repos/community-any/PKGBUILD
(from rev 556087, s-tui/trunk/PKGBUILD)
Deleted:
  s-tui/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-27 14:54:49 UTC (rev 556087)
+++ PKGBUILD2020-01-27 14:55:33 UTC (rev 556088)
@@ -1,22 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Lars Hagström 
-pkgname=s-tui
-pkgver=0.8.3
-pkgrel=4
-pkgdesc="Terminal UI stress test and monitoring tool "
-arch=('any')
-url="https://github.com/amanusk/s-tui;
-license=('GPL2')
-depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: s-tui/repos/community-any/PKGBUILD (from rev 556087, 
s-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-27 14:55:33 UTC (rev 556088)
@@ -0,0 +1,22 @@
+# Maintainer: Robin Broda 
+# Contributor: Lars Hagström 
+pkgname=s-tui
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Terminal UI stress test and monitoring tool "
+arch=('any')
+url="https://github.com/amanusk/s-tui;
+license=('GPL2')
+depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('11490f432f91b0b0535d60a6621903fa40231b871a616259cb6a1db3e2f2c6f6')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


[arch-commits] Commit in s-tui/trunk (PKGBUILD)

2020-01-27 Thread Robin Broda via arch-commits
Date: Monday, January 27, 2020 @ 14:54:47
  Author: coderobe
Revision: 556086

upgpkg: s-tui 1.0.0-1: 1.0.0

Modified:
  s-tui/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-27 14:54:35 UTC (rev 556085)
+++ PKGBUILD2020-01-27 14:54:47 UTC (rev 556086)
@@ -1,8 +1,8 @@
 # Maintainer: Robin Broda 
 # Contributor: Lars Hagström 
 pkgname=s-tui
-pkgver=0.8.3
-pkgrel=4
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="Terminal UI stress test and monitoring tool "
 arch=('any')
 url="https://github.com/amanusk/s-tui;
@@ -9,7 +9,7 @@
 license=('GPL2')
 depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc')
+sha256sums=('11490f432f91b0b0535d60a6621903fa40231b871a616259cb6a1db3e2f2c6f6')
 
 build() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in nebula/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-27 Thread Robin Broda via arch-commits
Date: Monday, January 27, 2020 @ 14:50:02
  Author: coderobe
Revision: 556080

archrelease: copy trunk to community-x86_64

Added:
  nebula/repos/community-x86_64/PKGBUILD
(from rev 556078, nebula/trunk/PKGBUILD)
Deleted:
  nebula/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 -
 1 file changed, 46 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-27 14:49:56 UTC (rev 556079)
+++ PKGBUILD2020-01-27 14:50:02 UTC (rev 556080)
@@ -1,40 +0,0 @@
-# Maintainer: Robin Broda 
-pkgname=nebula
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
-arch=('x86_64')
-url='https://github.com/slackhq/nebula'
-license=('MIT')
-depends=()
-makedepends=('go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('e0585ef37fae1f8db18cdea20648d4087e586b20ff0961ab7eac59a6c9bdafa2')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  go build \
--trimpath \
--ldflags "-extldflags ${LDFLAGS} -X main.Build=$(date -u '+%Y%m%d%H%M%S' 
-d @${SOURCE_DATE_EPOCH})" \
--o ./nebula ./cmd/nebula
-
-  go build \
--trimpath \
--ldflags "-extldflags ${LDFLAGS} -X main.Build=$(date -u '+%Y%m%d%H%M%S' 
-d @${SOURCE_DATE_EPOCH})" \
--o ./nebula-cert ./cmd/nebula-cert
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  go test -v ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm755 nebula "${pkgdir}/usr/bin/nebula"
-  install -Dm755 nebula-cert "${pkgdir}/usr/bin/nebula-cert"
-}

Copied: nebula/repos/community-x86_64/PKGBUILD (from rev 556078, 
nebula/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-27 14:50:02 UTC (rev 556080)
@@ -0,0 +1,46 @@
+# Maintainer: Robin Broda 
+pkgname=nebula
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
+arch=('x86_64')
+url='https://github.com/slackhq/nebula'
+license=('MIT')
+depends=()
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('ff08ce10c202a047149397b172e2effaac7f213676e99bb01293b751e73a33fd')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  go build \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
+-o ./nebula ./cmd/nebula
+
+  go build \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
+-o ./nebula-cert ./cmd/nebula-cert
+
+  go build \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
+-o ./nebula-service ./cmd/nebula-service
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  go test -v ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm755 nebula "${pkgdir}/usr/bin/nebula"
+  install -Dm755 nebula-cert "${pkgdir}/usr/bin/nebula-cert"
+  install -Dm755 nebula-service "${pkgdir}/usr/bin/nebula-service"
+}


[arch-commits] Commit in nebula/trunk (PKGBUILD)

2020-01-27 Thread Robin Broda via arch-commits
Date: Monday, January 27, 2020 @ 14:49:22
  Author: coderobe
Revision: 556077

upgpkg: nebula 1.1.0-1: 1.1.0

Modified:
  nebula/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-27 14:48:58 UTC (rev 556076)
+++ PKGBUILD2020-01-27 14:49:22 UTC (rev 556077)
@@ -1,6 +1,6 @@
 # Maintainer: Robin Broda 
 pkgname=nebula
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 depends=()
 makedepends=('go-pie')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('e0585ef37fae1f8db18cdea20648d4087e586b20ff0961ab7eac59a6c9bdafa2')
+sha256sums=('ff08ce10c202a047149397b172e2effaac7f213676e99bb01293b751e73a33fd')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -16,13 +16,18 @@
 
   go build \
 -trimpath \
--ldflags "-extldflags ${LDFLAGS} -X main.Build=$(date -u '+%Y%m%d%H%M%S' 
-d @${SOURCE_DATE_EPOCH})" \
+-ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
 -o ./nebula ./cmd/nebula
 
   go build \
 -trimpath \
--ldflags "-extldflags ${LDFLAGS} -X main.Build=$(date -u '+%Y%m%d%H%M%S' 
-d @${SOURCE_DATE_EPOCH})" \
+-ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
 -o ./nebula-cert ./cmd/nebula-cert
+
+  go build \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
+-o ./nebula-service ./cmd/nebula-service
 }
 
 check() {
@@ -37,4 +42,5 @@
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm755 nebula "${pkgdir}/usr/bin/nebula"
   install -Dm755 nebula-cert "${pkgdir}/usr/bin/nebula-cert"
+  install -Dm755 nebula-service "${pkgdir}/usr/bin/nebula-service"
 }


[arch-commits] Commit in libguestfs/trunk (PKGBUILD appliance-packagelist.patch)

2019-12-14 Thread Robin Broda via arch-commits
Date: Saturday, December 14, 2019 @ 12:37:16
  Author: coderobe
Revision: 537630

preliminary update, doesn't build yet due to supermin bug

Modified:
  libguestfs/trunk/PKGBUILD
Deleted:
  libguestfs/trunk/appliance-packagelist.patch

-+
 PKGBUILD|   15 ---
 appliance-packagelist.patch |   25 -
 2 files changed, 4 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-14 12:05:49 UTC (rev 537629)
+++ PKGBUILD2019-12-14 12:37:16 UTC (rev 537630)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.40.2
 _pkgver_short=${pkgver%.*}
-pkgrel=10
+pkgrel=11
 pkgdesc="Access and modify virtual machine disk image"
 arch=("x86_64")
 url="http://libguestfs.org;
@@ -61,20 +61,12 @@
 "lua: Lua Bindings"
 "ocaml: Ocaml libs")
 provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"appliance-packagelist.patch")
+source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig})
 
sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP'
-
'1c2fce1eb1b5afae89f56be0502a20790824712656fea362dced4dbc9438ccfe509311296631230ebe321f580e97d4783067ec5636a10b8f5102f9179fe39c74')
+'SKIP')
 validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

 
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch appliance/packagelist.in "${srcdir}/appliance-packagelist.patch"
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
 
@@ -105,5 +97,6 @@
 mdadm
 sqlite
 systemd-sysvcompat
+gptfdisk
 EOF
 }

Deleted: appliance-packagelist.patch
===
--- appliance-packagelist.patch 2019-12-14 12:05:49 UTC (rev 537629)
+++ appliance-packagelist.patch 2019-12-14 12:37:16 UTC (rev 537630)
@@ -1,25 +0,0 @@
 appliance/packagelist.in   2019-10-14 22:47:20.974379583 +
-+++ appliance/packagelist.in   2019-10-14 22:51:28.587897142 +
-@@ -118,11 +118,14 @@
-   iputils
-   jansson
-   libcap
-+  libldm
-   libtirpc
-   linux
-   lrzip
-+  lvm2
-   dnl syslinux has mtools as optional dependency, but in reality it's
-   dnl a hard one:
-+  mdadm
-   mtools
-   multipath-tools  dnl for kpartx
-   nilfs-utils
-@@ -130,6 +133,7 @@
-   pcre
-   reiserfsprogs
-   systemd
-+  systemd-sysvcompat
-   vim
-   xz
-   yara


[arch-commits] Commit in libvirt/repos (6 files)

2019-12-02 Thread Robin Broda via arch-commits
Date: Monday, December 2, 2019 @ 22:51:05
  Author: coderobe
Revision: 534902

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt/repos/community-testing-x86_64/
  libvirt/repos/community-testing-x86_64/Changelog
(from rev 534901, libvirt/trunk/Changelog)
  libvirt/repos/community-testing-x86_64/PKGBUILD
(from rev 534901, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-testing-x86_64/libvirt.sysusers.d
(from rev 534901, libvirt/trunk/libvirt.sysusers.d)
  libvirt/repos/community-testing-x86_64/libvirtd-guests.conf.d
(from rev 534901, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-testing-x86_64/libvirtd.conf.d
(from rev 534901, libvirt/trunk/libvirtd.conf.d)

+
 Changelog  |1 
 PKGBUILD   |  157 +++
 libvirt.sysusers.d |1 
 libvirtd-guests.conf.d |9 ++
 libvirtd.conf.d|1 
 5 files changed, 169 insertions(+)

Copied: libvirt/repos/community-testing-x86_64/Changelog (from rev 534901, 
libvirt/trunk/Changelog)
===
--- community-testing-x86_64/Changelog  (rev 0)
+++ community-testing-x86_64/Changelog  2019-12-02 22:51:05 UTC (rev 534902)
@@ -0,0 +1 @@
+https://libvirt.org/news.html

Copied: libvirt/repos/community-testing-x86_64/PKGBUILD (from rev 534901, 
libvirt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-12-02 22:51:05 UTC (rev 534902)
@@ -0,0 +1,157 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=libvirt
+pkgver=5.10.0
+pkgrel=1
+pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
+arch=('x86_64')
+url="https://libvirt.org/;
+license=('LGPL')
+makedepends=('lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi'
+ 'perl-xml-xpath' 'libxslt' 'qemu' 'parted' 'python' 
'rpcsvc-proto')
+depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit'
+ 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap'
+ 'libcap-ng' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl'
+ 'libxcb' 'gcc-libs' 'iproute2' 'libnl' 'libx11' 'numactl' 'gettext'
+ 'libssh2' 'netcf' 'fuse2' 'glusterfs' 'ceph-libs' 'libiscsi')
+optdepends=('ebtables: required for default NAT networking'
+'dnsmasq: required for default NAT/DHCP for guests'
+'bridge-utils: for bridged networking'
+'netcat: for remote management over ssh'
+'qemu'
+'radvd'
+'dmidecode'
+'parted'
+'ceph: for ceph support'
+'qemu-block-gluster: for qemu glusterfs support')
+backup=('etc/conf.d/libvirt-guests'
+  'etc/conf.d/libvirtd'
+  'etc/libvirt/libvirt.conf'
+  'etc/libvirt/virtlogd.conf'
+  'etc/libvirt/libvirtd.conf'
+  'etc/libvirt/lxc.conf'
+  'etc/libvirt/nwfilter/allow-arp.xml'
+  'etc/libvirt/nwfilter/allow-dhcp-server.xml'
+  'etc/libvirt/nwfilter/allow-dhcp.xml'
+  'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
+  'etc/libvirt/nwfilter/allow-ipv4.xml'
+  'etc/libvirt/nwfilter/clean-traffic.xml'
+  'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-spoofing.xml'
+  'etc/libvirt/nwfilter/no-ip-multicast.xml'
+  'etc/libvirt/nwfilter/no-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-mac-broadcast.xml'
+  'etc/libvirt/nwfilter/no-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
+  'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self.xml'
+  'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
+  'etc/libvirt/qemu-lockd.conf'
+  'etc/libvirt/qemu.conf'
+  'etc/libvirt/qemu/networks/default.xml'
+  'etc/libvirt/virt-login-shell.conf'
+  'etc/libvirt/virtlockd.conf'
+  'etc/logrotate.d/libvirtd'
+  'etc/logrotate.d/libvirtd.lxc'
+  'etc/logrotate.d/libvirtd.qemu'
+  'etc/sasl2/libvirt.conf')
+options=('emptydirs')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
+'libvirtd.conf.d'
+'libvirtd-guests.conf.d'
+'libvirt.sysusers.d')
+sha512sums=('bb518a6aa6731a7de4b24fc7b8ffdcd2cdd84dfe49047374e0f02265c274eb06dbe1732c9cc4954412853d36d9dd5c1124fb8a5e37f4c01654d85013773ffa23'
+'SKIP'
+
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
+
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
+  

[arch-commits] Commit in libvirt/trunk (PKGBUILD)

2019-12-02 Thread Robin Broda via arch-commits
Date: Monday, December 2, 2019 @ 22:49:59
  Author: coderobe
Revision: 534901

upgpkg: libvirt 5.10.0-1: update to 5.10.0, add new build dependency on rpcgen

Modified:
  libvirt/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 22:47:37 UTC (rev 534900)
+++ PKGBUILD2019-12-02 22:49:59 UTC (rev 534901)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=5.9.0
+pkgver=5.10.0
 pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url="https://libvirt.org/;
 license=('LGPL')
 makedepends=('lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi'
- 'perl-xml-xpath' 'libxslt' 'qemu' 'parted' 'python')
+ 'perl-xml-xpath' 'libxslt' 'qemu' 'parted' 'python' 
'rpcsvc-proto')
 depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit'
  'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap'
  'libcap-ng' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl'
@@ -65,7 +65,7 @@
 'libvirtd.conf.d'
 'libvirtd-guests.conf.d'
 'libvirt.sysusers.d')
-sha512sums=('3c7760053c5aabf8b3662f48f21a25fd1005ba8871bb51f78ff2b0ce4053c7bebc728298f3e3d662695a1408fbd554d281257bfe6cd637eca9771375847cb939'
+sha512sums=('bb518a6aa6731a7de4b24fc7b8ffdcd2cdd84dfe49047374e0f02265c274eb06dbe1732c9cc4954412853d36d9dd5c1124fb8a5e37f4c01654d85013773ffa23'
 'SKIP'
 
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
 
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
@@ -105,7 +105,8 @@
   export PYTHON=$(command -v python)
   export LDFLAGS=-lX11
   export RADVD=/usr/bin/radvd
-  [ -f Makefile ] || ZFS=/usr/bin/zfs ZPOOL=/usr/bin/zpool ./configure \
+  mkdir build && cd build
+  ZFS=/usr/bin/zfs ZPOOL=/usr/bin/zpool ../configure \
 --prefix=/usr \
 --libexec=/usr/lib/"${pkgname}" \
 --sbindir=/usr/bin \
@@ -129,7 +130,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
 
   make DESTDIR="${pkgdir}" install
 


[arch-commits] Commit in s-tui/repos/community-any (PKGBUILD PKGBUILD)

2019-11-24 Thread Robin Broda via arch-commits
Date: Sunday, November 24, 2019 @ 18:24:00
  Author: coderobe
Revision: 533088

archrelease: copy trunk to community-any

Added:
  s-tui/repos/community-any/PKGBUILD
(from rev 533087, s-tui/trunk/PKGBUILD)
Deleted:
  s-tui/repos/community-any/PKGBUILD

--+
 PKGBUILD |   45 ++---
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 18:23:09 UTC (rev 533087)
+++ PKGBUILD2019-11-24 18:24:00 UTC (rev 533088)
@@ -1,23 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Lars Hagström 
-pkgname=s-tui
-pkgver=0.8.3
-pkgrel=3
-pkgdesc="Terminal UI stress test and monitoring tool "
-arch=('any')
-url="https://github.com/amanusk/s-tui;
-license=('GPL2')
-depends=('stress' 'python' 'python-urwid' 'python-psutil')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: s-tui/repos/community-any/PKGBUILD (from rev 533087, 
s-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 18:24:00 UTC (rev 533088)
@@ -0,0 +1,22 @@
+# Maintainer: Robin Broda 
+# Contributor: Lars Hagström 
+pkgname=s-tui
+pkgver=0.8.3
+pkgrel=4
+pkgdesc="Terminal UI stress test and monitoring tool "
+arch=('any')
+url="https://github.com/amanusk/s-tui;
+license=('GPL2')
+depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


[arch-commits] Commit in s-tui/trunk (PKGBUILD)

2019-11-24 Thread Robin Broda via arch-commits
Date: Sunday, November 24, 2019 @ 18:23:09
  Author: coderobe
Revision: 533087

upgpkg: s-tui 0.8.3-4

fix FS#64635

Modified:
  s-tui/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 18:17:48 UTC (rev 533086)
+++ PKGBUILD2019-11-24 18:23:09 UTC (rev 533087)
@@ -2,13 +2,12 @@
 # Contributor: Lars Hagström 
 pkgname=s-tui
 pkgver=0.8.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Terminal UI stress test and monitoring tool "
 arch=('any')
 url="https://github.com/amanusk/s-tui;
 license=('GPL2')
-depends=('stress' 'python' 'python-urwid' 'python-psutil')
-makedepends=('python-setuptools')
+depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc')
 


[arch-commits] Commit in nebula/repos (community-x86_64 community-x86_64/PKGBUILD)

2019-11-21 Thread Robin Broda via arch-commits
Date: Thursday, November 21, 2019 @ 20:46:16
  Author: coderobe
Revision: 531304

archrelease: copy trunk to community-x86_64

Added:
  nebula/repos/community-x86_64/
  nebula/repos/community-x86_64/PKGBUILD
(from rev 531303, nebula/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: nebula/repos/community-x86_64/PKGBUILD (from rev 531303, 
nebula/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-21 20:46:16 UTC (rev 531304)
@@ -0,0 +1,40 @@
+# Maintainer: Robin Broda 
+pkgname=nebula
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
+arch=('x86_64')
+url='https://github.com/slackhq/nebula'
+license=('MIT')
+depends=()
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('e0585ef37fae1f8db18cdea20648d4087e586b20ff0961ab7eac59a6c9bdafa2')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  go build \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS} -X main.Build=$(date -u '+%Y%m%d%H%M%S' 
-d @${SOURCE_DATE_EPOCH})" \
+-o ./nebula ./cmd/nebula
+
+  go build \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS} -X main.Build=$(date -u '+%Y%m%d%H%M%S' 
-d @${SOURCE_DATE_EPOCH})" \
+-o ./nebula-cert ./cmd/nebula-cert
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  go test -v ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm755 nebula "${pkgdir}/usr/bin/nebula"
+  install -Dm755 nebula-cert "${pkgdir}/usr/bin/nebula-cert"
+}


[arch-commits] Commit in (nebula nebula/repos nebula/trunk nebula/trunk/PKGBUILD)

2019-11-21 Thread Robin Broda via arch-commits
Date: Thursday, November 21, 2019 @ 20:44:54
  Author: coderobe
Revision: 531303

add nebula

Added:
  nebula/
  nebula/repos/
  nebula/trunk/
  nebula/trunk/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Added: nebula/trunk/PKGBUILD
===
--- nebula/trunk/PKGBUILD   (rev 0)
+++ nebula/trunk/PKGBUILD   2019-11-21 20:44:54 UTC (rev 531303)
@@ -0,0 +1,40 @@
+# Maintainer: Robin Broda 
+pkgname=nebula
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
+arch=('x86_64')
+url='https://github.com/slackhq/nebula'
+license=('MIT')
+depends=()
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('e0585ef37fae1f8db18cdea20648d4087e586b20ff0961ab7eac59a6c9bdafa2')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  go build \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS} -X main.Build=$(date -u '+%Y%m%d%H%M%S' 
-d @${SOURCE_DATE_EPOCH})" \
+-o ./nebula ./cmd/nebula
+
+  go build \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS} -X main.Build=$(date -u '+%Y%m%d%H%M%S' 
-d @${SOURCE_DATE_EPOCH})" \
+-o ./nebula-cert ./cmd/nebula-cert
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  go test -v ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm755 nebula "${pkgdir}/usr/bin/nebula"
+  install -Dm755 nebula-cert "${pkgdir}/usr/bin/nebula-cert"
+}


[arch-commits] Commit in libguestfs/repos/community-testing-x86_64 (4 files)

2019-10-14 Thread Robin Broda via arch-commits
Date: Tuesday, October 15, 2019 @ 01:10:05
  Author: coderobe
Revision: 515955

archrelease: copy trunk to community-testing-x86_64

Added:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
(from rev 515954, libguestfs/trunk/PKGBUILD)
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch
(from rev 515954, libguestfs/trunk/appliance-packagelist.patch)
Deleted:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch

-+
 PKGBUILD|  218 +-
 appliance-packagelist.patch |   50 -
 2 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-15 01:09:18 UTC (rev 515954)
+++ PKGBUILD2019-10-15 01:10:05 UTC (rev 515955)
@@ -1,109 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Peter Wu 
-# Contributor: Evaggelos Balaskas 
-# Contributor: Xiao-Long Chen 
-# Contributor: Nikos Skalkotos 
-
-pkgname=libguestfs
-pkgver=1.40.2
-_pkgver_short=${pkgver%.*}
-pkgrel=9
-pkgdesc="Access and modify virtual machine disk image"
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("GPL2" "LGPL2.1")
-backup=("etc/libguestfs-tools.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
-"etc/php.d/guestfs_php.ini")
-_pythonver=2
-depends=("qemu-headless"
- "augeas"
- "hivex>=1.3.2"
- "libconfig"
- "libvirt"
- "fuse"
- "file"
- "cpio"
- "wget"
- "perl"
- "perl-string-shellquote"
- "perl-libintl-perl"
- "perl-sys-virt"
- "jansson"
- "supermin"
- "sleuthkit"
- "yara")
-makedepends=("pcre"
- "cdrkit"
- "libxml2"
- "gperf"
- "python${_pythonver}"
- "lua"
-# "ghc"
-# "ruby"
- "erlang"
- "gjs"
- "php"
- "perl-module-build"
- "gobject-introspection"
- "ocaml-findlib"
- "ocaml"
- "go-pie"
- "bash-completion"
- "jdk8-openjdk")
-optdepends=("python${_pythonver}: Python bindings"
-#"ruby: Ruby Bindings"
-"gjs: Javascript Bindings for GNOME"
-"php: PHP bindings"
-"erlang: Erlang Bindings"
-#"ghc: Haskell Bindings"
-"lua: Lua Bindings"
-"ocaml: Ocaml libs")
-provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"appliance-packagelist.patch")
-sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP'
-
'1c2fce1eb1b5afae89f56be0502a20790824712656fea362dced4dbc9438ccfe509311296631230ebe321f580e97d4783067ec5636a10b8f5102f9179fe39c74')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch appliance/packagelist.in "${srcdir}/appliance-packagelist.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure \
-PYTHON=python$_pythonver \
---prefix=/usr \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---disable-static \
---disable-haskell \
---disable-ruby
-  # ^ haskell & ruby bindings do not build
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # fix supermin package list
-  cat >> "${pkgdir}/usr/lib/guestfs/supermin.d/packages" <<-EOF
-  libldm
-  lvm2
-  mdadm
-  sqlite
-  systemd-sysvcompat
-EOF
-}

Copied: libguestfs/repos/community-testing-x86_64/PKGBUILD (from rev 515954, 
libguestfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-15 01:10:05 UTC (rev 515955)
@@ -0,0 +1,109 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.40.2
+_pkgver_short=${pkgver%.*}
+pkgrel=10
+pkgdesc="Access and modify virtual machine disk image"
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("GPL2" "LGPL2.1")
+backup=("etc/libguestfs-tools.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
+"etc/php.d/guestfs_php.ini")
+_pythonver=2
+depends=("qemu-headless"
+ "augeas"
+ "hivex>=1.3.2"
+ "libconfig"
+ "libvirt"
+ "fuse"
+ "file"
+ "cpio"
+ "wget"
+ "perl"
+ 

[arch-commits] Commit in libguestfs/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Tuesday, October 15, 2019 @ 01:09:18
  Author: coderobe
Revision: 515954

upgpkg: libguestfs 1.40.2-10

libguestfs: fix indentation issues

Modified:
  libguestfs/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-15 00:44:18 UTC (rev 515953)
+++ PKGBUILD2019-10-15 01:09:18 UTC (rev 515954)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.40.2
 _pkgver_short=${pkgver%.*}
-pkgrel=9
+pkgrel=10
 pkgdesc="Access and modify virtual machine disk image"
 arch=("x86_64")
 url="http://libguestfs.org;
@@ -100,10 +100,10 @@
 
   # fix supermin package list
   cat >> "${pkgdir}/usr/lib/guestfs/supermin.d/packages" <<-EOF
-  libldm
-  lvm2
-  mdadm
-  sqlite
-  systemd-sysvcompat
+libldm
+lvm2
+mdadm
+sqlite
+systemd-sysvcompat
 EOF
 }


[arch-commits] Commit in libguestfs/repos/community-testing-x86_64 (4 files)

2019-10-14 Thread Robin Broda via arch-commits
Date: Tuesday, October 15, 2019 @ 00:44:18
  Author: coderobe
Revision: 515953

archrelease: copy trunk to community-testing-x86_64

Added:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
(from rev 515952, libguestfs/trunk/PKGBUILD)
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch
(from rev 515952, libguestfs/trunk/appliance-packagelist.patch)
Deleted:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch

-+
 PKGBUILD|  210 +-
 appliance-packagelist.patch |   50 +-
 2 files changed, 134 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-15 00:43:27 UTC (rev 515952)
+++ PKGBUILD2019-10-15 00:44:18 UTC (rev 515953)
@@ -1,101 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Peter Wu 
-# Contributor: Evaggelos Balaskas 
-# Contributor: Xiao-Long Chen 
-# Contributor: Nikos Skalkotos 
-
-pkgname=libguestfs
-pkgver=1.40.2
-_pkgver_short=${pkgver%.*}
-pkgrel=8
-pkgdesc="Access and modify virtual machine disk image"
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("GPL2" "LGPL2.1")
-backup=("etc/libguestfs-tools.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
-"etc/php.d/guestfs_php.ini")
-_pythonver=2
-depends=("qemu-headless"
- "augeas"
- "hivex>=1.3.2"
- "libconfig"
- "libvirt"
- "fuse"
- "file"
- "cpio"
- "wget"
- "perl"
- "perl-string-shellquote"
- "perl-libintl-perl"
- "perl-sys-virt"
- "jansson"
- "supermin"
- "sleuthkit"
- "sqlite"
- "yara")
-makedepends=("pcre"
- "cdrkit"
- "libxml2"
- "gperf"
- "python${_pythonver}"
- "lua"
-# "ghc"
-# "ruby"
- "erlang"
- "gjs"
- "php"
- "perl-module-build"
- "gobject-introspection"
- "ocaml-findlib"
- "ocaml"
- "go-pie"
- "bash-completion"
- "jdk8-openjdk")
-optdepends=("python${_pythonver}: Python bindings"
-#"ruby: Ruby Bindings"
-"gjs: Javascript Bindings for GNOME"
-"php: PHP bindings"
-"erlang: Erlang Bindings"
-#"ghc: Haskell Bindings"
-"lua: Lua Bindings"
-"ocaml: Ocaml libs")
-provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"appliance-packagelist.patch")
-sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP'
-
'1c2fce1eb1b5afae89f56be0502a20790824712656fea362dced4dbc9438ccfe509311296631230ebe321f580e97d4783067ec5636a10b8f5102f9179fe39c74')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch appliance/packagelist.in "${srcdir}/appliance-packagelist.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure \
-PYTHON=python$_pythonver \
---prefix=/usr \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---disable-static \
---disable-haskell \
---disable-ruby
-  # ^ haskell & ruby bindings do not build
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libguestfs/repos/community-testing-x86_64/PKGBUILD (from rev 515952, 
libguestfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-15 00:44:18 UTC (rev 515953)
@@ -0,0 +1,109 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.40.2
+_pkgver_short=${pkgver%.*}
+pkgrel=9
+pkgdesc="Access and modify virtual machine disk image"
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("GPL2" "LGPL2.1")
+backup=("etc/libguestfs-tools.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
+"etc/php.d/guestfs_php.ini")
+_pythonver=2
+depends=("qemu-headless"
+ "augeas"
+ "hivex>=1.3.2"
+ "libconfig"
+ "libvirt"
+ "fuse"
+ "file"
+ "cpio"
+ "wget"
+ "perl"
+ "perl-string-shellquote"
+ "perl-libintl-perl"
+ "perl-sys-virt"
+ "jansson"
+ "supermin"
+ "sleuthkit"
+   

[arch-commits] Commit in libguestfs/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Tuesday, October 15, 2019 @ 00:43:27
  Author: coderobe
Revision: 515952

upgpkg: libguestfs 1.40.2-9

libguestfs: add runtime packages to supermin config

Modified:
  libguestfs/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-15 00:40:30 UTC (rev 515951)
+++ PKGBUILD2019-10-15 00:43:27 UTC (rev 515952)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.40.2
 _pkgver_short=${pkgver%.*}
-pkgrel=8
+pkgrel=9
 pkgdesc="Access and modify virtual machine disk image"
 arch=("x86_64")
 url="http://libguestfs.org;
@@ -33,7 +33,6 @@
  "jansson"
  "supermin"
  "sleuthkit"
- "sqlite"
  "yara")
 makedepends=("pcre"
  "cdrkit"
@@ -98,4 +97,13 @@
   cd "${pkgname}-${pkgver}"
 
   make DESTDIR="${pkgdir}" install
+
+  # fix supermin package list
+  cat >> "${pkgdir}/usr/lib/guestfs/supermin.d/packages" <<-EOF
+  libldm
+  lvm2
+  mdadm
+  sqlite
+  systemd-sysvcompat
+EOF
 }


[arch-commits] Commit in libguestfs/repos/community-testing-x86_64 (4 files)

2019-10-14 Thread Robin Broda via arch-commits
Date: Tuesday, October 15, 2019 @ 00:18:16
  Author: coderobe
Revision: 515949

archrelease: copy trunk to community-testing-x86_64

Added:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
(from rev 515948, libguestfs/trunk/PKGBUILD)
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch
(from rev 515948, libguestfs/trunk/appliance-packagelist.patch)
Deleted:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch

-+
 PKGBUILD|  201 +-
 appliance-packagelist.patch |   50 +-
 2 files changed, 126 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-15 00:17:24 UTC (rev 515948)
+++ PKGBUILD2019-10-15 00:18:16 UTC (rev 515949)
@@ -1,100 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Peter Wu 
-# Contributor: Evaggelos Balaskas 
-# Contributor: Xiao-Long Chen 
-# Contributor: Nikos Skalkotos 
-
-pkgname=libguestfs
-pkgver=1.40.2
-_pkgver_short=${pkgver%.*}
-pkgrel=7
-pkgdesc="Access and modify virtual machine disk image"
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("GPL2" "LGPL2.1")
-backup=("etc/libguestfs-tools.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
-"etc/php.d/guestfs_php.ini")
-_pythonver=2
-depends=("qemu-headless"
- "augeas"
- "hivex>=1.3.2"
- "libconfig"
- "libvirt"
- "fuse"
- "file"
- "cpio"
- "wget"
- "perl"
- "perl-string-shellquote"
- "perl-libintl-perl"
- "perl-sys-virt"
- "jansson"
- "supermin"
- "sleuthkit"
- "yara")
-makedepends=("pcre"
- "cdrkit"
- "libxml2"
- "gperf"
- "python${_pythonver}"
- "lua"
-# "ghc"
-# "ruby"
- "erlang"
- "gjs"
- "php"
- "perl-module-build"
- "gobject-introspection"
- "ocaml-findlib"
- "ocaml"
- "go-pie"
- "bash-completion"
- "jdk8-openjdk")
-optdepends=("python${_pythonver}: Python bindings"
-#"ruby: Ruby Bindings"
-"gjs: Javascript Bindings for GNOME"
-"php: PHP bindings"
-"erlang: Erlang Bindings"
-#"ghc: Haskell Bindings"
-"lua: Lua Bindings"
-"ocaml: Ocaml libs")
-provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"appliance-packagelist.patch")
-sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP'
-
'1c2fce1eb1b5afae89f56be0502a20790824712656fea362dced4dbc9438ccfe509311296631230ebe321f580e97d4783067ec5636a10b8f5102f9179fe39c74')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch appliance/packagelist.in "${srcdir}/appliance-packagelist.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure \
-PYTHON=python$_pythonver \
---prefix=/usr \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---disable-static \
---disable-haskell \
---disable-ruby
-  # ^ haskell & ruby bindings do not build
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libguestfs/repos/community-testing-x86_64/PKGBUILD (from rev 515948, 
libguestfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-15 00:18:16 UTC (rev 515949)
@@ -0,0 +1,101 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.40.2
+_pkgver_short=${pkgver%.*}
+pkgrel=8
+pkgdesc="Access and modify virtual machine disk image"
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("GPL2" "LGPL2.1")
+backup=("etc/libguestfs-tools.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
+"etc/php.d/guestfs_php.ini")
+_pythonver=2
+depends=("qemu-headless"
+ "augeas"
+ "hivex>=1.3.2"
+ "libconfig"
+ "libvirt"
+ "fuse"
+ "file"
+ "cpio"
+ "wget"
+ "perl"
+ "perl-string-shellquote"
+ "perl-libintl-perl"
+ "perl-sys-virt"
+ "jansson"
+ "supermin"
+ "sleuthkit"
+ "sqlite"
+   

[arch-commits] Commit in libguestfs/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Tuesday, October 15, 2019 @ 00:17:24
  Author: coderobe
Revision: 515948

upgpkg: libguestfs 1.40.2-8

libguestfs: mark sqlite as runtime dependency

Modified:
  libguestfs/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 23:57:21 UTC (rev 515947)
+++ PKGBUILD2019-10-15 00:17:24 UTC (rev 515948)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.40.2
 _pkgver_short=${pkgver%.*}
-pkgrel=7
+pkgrel=8
 pkgdesc="Access and modify virtual machine disk image"
 arch=("x86_64")
 url="http://libguestfs.org;
@@ -33,6 +33,7 @@
  "jansson"
  "supermin"
  "sleuthkit"
+ "sqlite"
  "yara")
 makedepends=("pcre"
  "cdrkit"


[arch-commits] Commit in libguestfs/repos/community-testing-x86_64 (4 files)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 23:57:21
  Author: coderobe
Revision: 515947

archrelease: copy trunk to community-testing-x86_64

Added:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
(from rev 515946, libguestfs/trunk/PKGBUILD)
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch
(from rev 515946, libguestfs/trunk/appliance-packagelist.patch)
Deleted:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch

-+
 PKGBUILD|  200 +-
 appliance-packagelist.patch |   50 +-
 2 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-14 23:56:36 UTC (rev 515946)
+++ PKGBUILD2019-10-14 23:57:21 UTC (rev 515947)
@@ -1,100 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Peter Wu 
-# Contributor: Evaggelos Balaskas 
-# Contributor: Xiao-Long Chen 
-# Contributor: Nikos Skalkotos 
-
-pkgname=libguestfs
-pkgver=1.40.2
-_pkgver_short=${pkgver%.*}
-pkgrel=6
-pkgdesc="Access and modify virtual machine disk image"
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("GPL2" "LGPL2.1")
-backup=("etc/libguestfs-tools.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
-"etc/php.d/guestfs_php.ini")
-_pythonver=2
-depends=("qemu-headless"
- "augeas"
- "hivex>=1.3.2"
- "libconfig"
- "libvirt"
- "fuse"
- "file"
- "cpio"
- "wget"
- "perl"
- "perl-string-shellquote"
- "perl-libintl-perl"
- "perl-sys-virt"
- "jansson"
- "supermin"
- "sleuthkit")
-makedepends=("pcre"
- "cdrkit"
- "libxml2"
- "gperf"
- "python${_pythonver}"
- "lua"
-# "ghc"
-# "ruby"
- "erlang"
- "gjs"
- "php"
- "perl-module-build"
- "gobject-introspection"
- "ocaml-findlib"
- "ocaml"
- "go-pie"
- "bash-completion"
- "jdk8-openjdk"
- "yara")
-optdepends=("python${_pythonver}: Python bindings"
-#"ruby: Ruby Bindings"
-"gjs: Javascript Bindings for GNOME"
-"php: PHP bindings"
-"erlang: Erlang Bindings"
-#"ghc: Haskell Bindings"
-"lua: Lua Bindings"
-"ocaml: Ocaml libs")
-provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"appliance-packagelist.patch")
-sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP'
-
'1c2fce1eb1b5afae89f56be0502a20790824712656fea362dced4dbc9438ccfe509311296631230ebe321f580e97d4783067ec5636a10b8f5102f9179fe39c74')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch appliance/packagelist.in "${srcdir}/appliance-packagelist.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure \
-PYTHON=python$_pythonver \
---prefix=/usr \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---disable-static \
---disable-haskell \
---disable-ruby
-  # ^ haskell & ruby bindings do not build
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libguestfs/repos/community-testing-x86_64/PKGBUILD (from rev 515946, 
libguestfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-14 23:57:21 UTC (rev 515947)
@@ -0,0 +1,100 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.40.2
+_pkgver_short=${pkgver%.*}
+pkgrel=7
+pkgdesc="Access and modify virtual machine disk image"
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("GPL2" "LGPL2.1")
+backup=("etc/libguestfs-tools.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
+"etc/php.d/guestfs_php.ini")
+_pythonver=2
+depends=("qemu-headless"
+ "augeas"
+ "hivex>=1.3.2"
+ "libconfig"
+ "libvirt"
+ "fuse"
+ "file"
+ "cpio"
+ "wget"
+ "perl"
+ "perl-string-shellquote"
+ "perl-libintl-perl"
+ "perl-sys-virt"
+ "jansson"
+ "supermin"
+ "sleuthkit"
+ "yara")

[arch-commits] Commit in libguestfs/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 23:56:36
  Author: coderobe
Revision: 515946

upgpkg: libguestfs 1.40.2-7

libguestfs: mark yara as runtime dependency

Modified:
  libguestfs/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 23:37:59 UTC (rev 515945)
+++ PKGBUILD2019-10-14 23:56:36 UTC (rev 515946)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.40.2
 _pkgver_short=${pkgver%.*}
-pkgrel=6
+pkgrel=7
 pkgdesc="Access and modify virtual machine disk image"
 arch=("x86_64")
 url="http://libguestfs.org;
@@ -32,7 +32,8 @@
  "perl-sys-virt"
  "jansson"
  "supermin"
- "sleuthkit")
+ "sleuthkit"
+ "yara")
 makedepends=("pcre"
  "cdrkit"
  "libxml2"
@@ -50,8 +51,7 @@
  "ocaml"
  "go-pie"
  "bash-completion"
- "jdk8-openjdk"
- "yara")
+ "jdk8-openjdk")
 optdepends=("python${_pythonver}: Python bindings"
 #"ruby: Ruby Bindings"
 "gjs: Javascript Bindings for GNOME"


[arch-commits] Commit in libguestfs/repos/community-testing-x86_64 (4 files)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 23:22:17
  Author: coderobe
Revision: 515941

archrelease: copy trunk to community-testing-x86_64

Added:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
(from rev 515940, libguestfs/trunk/PKGBUILD)
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch
(from rev 515940, libguestfs/trunk/appliance-packagelist.patch)
Deleted:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch

-+
 PKGBUILD|  200 +-
 appliance-packagelist.patch |   50 +-
 2 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-14 23:21:29 UTC (rev 515940)
+++ PKGBUILD2019-10-14 23:22:17 UTC (rev 515941)
@@ -1,100 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Peter Wu 
-# Contributor: Evaggelos Balaskas 
-# Contributor: Xiao-Long Chen 
-# Contributor: Nikos Skalkotos 
-
-pkgname=libguestfs
-pkgver=1.40.2
-_pkgver_short=${pkgver%.*}
-pkgrel=5
-pkgdesc="Access and modify virtual machine disk image"
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("GPL2" "LGPL2.1")
-backup=("etc/libguestfs-tools.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
-"etc/php.d/guestfs_php.ini")
-_pythonver=2
-depends=("qemu-headless"
- "augeas"
- "hivex>=1.3.2"
- "libconfig"
- "libvirt"
- "fuse"
- "file"
- "cpio"
- "wget"
- "perl"
- "perl-string-shellquote"
- "perl-libintl-perl"
- "perl-sys-virt"
- "jansson"
- "supermin"
- "sleuthkit")
-makedepends=("pcre"
- "cdrkit"
- "libxml2"
- "gperf"
- "python${_pythonver}"
- "lua"
-# "ghc"
-# "ruby"
- "erlang"
- "gjs"
- "php"
- "perl-module-build"
- "gobject-introspection"
- "ocaml-findlib"
- "ocaml"
- "go-pie"
- "bash-completion"
- "jdk8-openjdk"
- "yara")
-optdepends=("python${_pythonver}: Python bindings"
-#"ruby: Ruby Bindings"
-"gjs: Javascript Bindings for GNOME"
-"php: PHP bindings"
-"erlang: Erlang Bindings"
-#"ghc: Haskell Bindings"
-"lua: Lua Bindings"
-"ocaml: Ocaml libs")
-provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"appliance-packagelist.patch")
-sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP'
-
'1c2fce1eb1b5afae89f56be0502a20790824712656fea362dced4dbc9438ccfe509311296631230ebe321f580e97d4783067ec5636a10b8f5102f9179fe39c74')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  patch appliance/packagelist.in "${srcdir}/appliance-packagelist.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure \
-PYTHON=python$_pythonver \
---prefix=/usr \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---disable-static \
---disable-haskell \
---disable-ruby
-  # ^ haskell & ruby bindings do not build
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libguestfs/repos/community-testing-x86_64/PKGBUILD (from rev 515940, 
libguestfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-14 23:22:17 UTC (rev 515941)
@@ -0,0 +1,100 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.40.2
+_pkgver_short=${pkgver%.*}
+pkgrel=6
+pkgdesc="Access and modify virtual machine disk image"
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("GPL2" "LGPL2.1")
+backup=("etc/libguestfs-tools.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
+"etc/php.d/guestfs_php.ini")
+_pythonver=2
+depends=("qemu-headless"
+ "augeas"
+ "hivex>=1.3.2"
+ "libconfig"
+ "libvirt"
+ "fuse"
+ "file"
+ "cpio"
+ "wget"
+ "perl"
+ "perl-string-shellquote"
+ "perl-libintl-perl"
+ "perl-sys-virt"
+ "jansson"
+ "supermin"
+ "sleuthkit")
+makedepends=("pcre"

[arch-commits] Commit in libguestfs/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 23:21:29
  Author: coderobe
Revision: 515940

upgpkg: libguestfs 1.40.2-6

libguestfs: add additional packages to appliance packagelist, for real this time

Modified:
  libguestfs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 23:06:27 UTC (rev 515939)
+++ PKGBUILD2019-10-14 23:21:29 UTC (rev 515940)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.40.2
 _pkgver_short=${pkgver%.*}
-pkgrel=5
+pkgrel=6
 pkgdesc="Access and modify virtual machine disk image"
 arch=("x86_64")
 url="http://libguestfs.org;
@@ -69,7 +69,7 @@
 validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

 
 
-build() {
+prepare() {
   cd "${pkgname}-${pkgver}"
 
   patch appliance/packagelist.in "${srcdir}/appliance-packagelist.patch"


[arch-commits] Commit in libguestfs/repos/community-testing-x86_64 (3 files)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 23:06:27
  Author: coderobe
Revision: 515939

archrelease: copy trunk to community-testing-x86_64

Added:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
(from rev 515938, libguestfs/trunk/PKGBUILD)
  libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch
(from rev 515938, libguestfs/trunk/appliance-packagelist.patch)
Deleted:
  libguestfs/repos/community-testing-x86_64/PKGBUILD

-+
 PKGBUILD|  191 +-
 appliance-packagelist.patch |   25 +
 2 files changed, 125 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-14 23:05:42 UTC (rev 515938)
+++ PKGBUILD2019-10-14 23:06:27 UTC (rev 515939)
@@ -1,91 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Peter Wu 
-# Contributor: Evaggelos Balaskas 
-# Contributor: Xiao-Long Chen 
-# Contributor: Nikos Skalkotos 
-
-pkgname=libguestfs
-pkgver=1.40.2
-_pkgver_short=${pkgver%.*}
-pkgrel=4
-pkgdesc="Access and modify virtual machine disk image"
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("GPL2" "LGPL2.1")
-backup=("etc/libguestfs-tools.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
-"etc/php.d/guestfs_php.ini")
-_pythonver=2
-depends=("qemu-headless"
- "augeas"
- "hivex>=1.3.2"
- "libconfig"
- "libvirt"
- "fuse"
- "file"
- "cpio"
- "wget"
- "perl"
- "perl-string-shellquote"
- "perl-libintl-perl"
- "perl-sys-virt"
- "jansson"
- "supermin")
-makedepends=("pcre"
- "cdrkit"
- "libxml2"
- "gperf"
- "python${_pythonver}"
- "lua"
-# "ghc"
-# "ruby"
- "erlang"
- "gjs"
- "php"
- "perl-module-build"
- "gobject-introspection"
- "ocaml-findlib"
- "ocaml"
- "go-pie"
- "bash-completion"
- "jdk8-openjdk"
- "yara"
- "sleuthkit")
-optdepends=("python${_pythonver}: Python bindings"
-#"ruby: Ruby Bindings"
-"gjs: Javascript Bindings for GNOME"
-"php: PHP bindings"
-"erlang: Erlang Bindings"
-#"ghc: Haskell Bindings"
-"lua: Lua Bindings"
-"ocaml: Ocaml libs")
-provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure \
-PYTHON=python$_pythonver \
---prefix=/usr \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---disable-static \
---disable-haskell \
---disable-ruby
-  # ^ haskell & ruby bindings do not build
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libguestfs/repos/community-testing-x86_64/PKGBUILD (from rev 515938, 
libguestfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-14 23:06:27 UTC (rev 515939)
@@ -0,0 +1,100 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.40.2
+_pkgver_short=${pkgver%.*}
+pkgrel=5
+pkgdesc="Access and modify virtual machine disk image"
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("GPL2" "LGPL2.1")
+backup=("etc/libguestfs-tools.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
+"etc/php.d/guestfs_php.ini")
+_pythonver=2
+depends=("qemu-headless"
+ "augeas"
+ "hivex>=1.3.2"
+ "libconfig"
+ "libvirt"
+ "fuse"
+ "file"
+ "cpio"
+ "wget"
+ "perl"
+ "perl-string-shellquote"
+ "perl-libintl-perl"
+ "perl-sys-virt"
+ "jansson"
+ "supermin"
+ "sleuthkit")
+makedepends=("pcre"
+ "cdrkit"
+ "libxml2"
+ "gperf"
+ "python${_pythonver}"
+ "lua"
+# "ghc"
+# "ruby"
+ "erlang"
+ "gjs"
+ "php"
+ "perl-module-build"
+ "gobject-introspection"
+ "ocaml-findlib"
+ "ocaml"
+ "go-pie"
+   

[arch-commits] Commit in libguestfs/trunk (PKGBUILD appliance-packagelist.patch)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 23:05:42
  Author: coderobe
Revision: 515938

upgpkg: libguestfs 1.40.2-5

libguestfs: add additional packages to appliance packagelist

Added:
  libguestfs/trunk/appliance-packagelist.patch
Modified:
  libguestfs/trunk/PKGBUILD

-+
 PKGBUILD|   21 +++--
 appliance-packagelist.patch |   25 +
 2 files changed, 40 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 22:35:18 UTC (rev 515937)
+++ PKGBUILD2019-10-14 23:05:42 UTC (rev 515938)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.40.2
 _pkgver_short=${pkgver%.*}
-pkgrel=4
+pkgrel=5
 pkgdesc="Access and modify virtual machine disk image"
 arch=("x86_64")
 url="http://libguestfs.org;
@@ -31,7 +31,8 @@
  "perl-libintl-perl"
  "perl-sys-virt"
  "jansson"
- "supermin")
+ "supermin"
+ "sleuthkit")
 makedepends=("pcre"
  "cdrkit"
  "libxml2"
@@ -50,8 +51,7 @@
  "go-pie"
  "bash-completion"
  "jdk8-openjdk"
- "yara"
- "sleuthkit")
+ "yara")
 optdepends=("python${_pythonver}: Python bindings"
 #"ruby: Ruby Bindings"
 "gjs: Javascript Bindings for GNOME"
@@ -61,14 +61,23 @@
 "lua: Lua Bindings"
 "ocaml: Ocaml libs")
 provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
+"appliance-packagelist.patch")
 
sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP')
+'SKIP'
+
'1c2fce1eb1b5afae89f56be0502a20790824712656fea362dced4dbc9438ccfe509311296631230ebe321f580e97d4783067ec5636a10b8f5102f9179fe39c74')
 validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

 
+
 build() {
   cd "${pkgname}-${pkgver}"
 
+  patch appliance/packagelist.in "${srcdir}/appliance-packagelist.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
   ./configure \
 PYTHON=python$_pythonver \
 --prefix=/usr \

Added: appliance-packagelist.patch
===
--- appliance-packagelist.patch (rev 0)
+++ appliance-packagelist.patch 2019-10-14 23:05:42 UTC (rev 515938)
@@ -0,0 +1,25 @@
+--- appliance/packagelist.in   2019-10-14 22:47:20.974379583 +
 appliance/packagelist.in   2019-10-14 22:51:28.587897142 +
+@@ -118,11 +118,14 @@
+   iputils
+   jansson
+   libcap
++  libldm
+   libtirpc
+   linux
+   lrzip
++  lvm2
+   dnl syslinux has mtools as optional dependency, but in reality it's
+   dnl a hard one:
++  mdadm
+   mtools
+   multipath-tools  dnl for kpartx
+   nilfs-utils
+@@ -130,6 +133,7 @@
+   pcre
+   reiserfsprogs
+   systemd
++  systemd-sysvcompat
+   vim
+   xz
+   yara


[arch-commits] Commit in libguestfs/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 22:35:18
  Author: coderobe
Revision: 515937

archrelease: copy trunk to community-testing-x86_64

Added:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
(from rev 515936, libguestfs/trunk/PKGBUILD)
Deleted:
  libguestfs/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-14 22:34:31 UTC (rev 515936)
+++ PKGBUILD2019-10-14 22:35:18 UTC (rev 515937)
@@ -1,91 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Peter Wu 
-# Contributor: Evaggelos Balaskas 
-# Contributor: Xiao-Long Chen 
-# Contributor: Nikos Skalkotos 
-
-pkgname=libguestfs
-pkgver=1.40.2
-_pkgver_short=${pkgver%.*}
-pkgrel=3
-pkgdesc="Access and modify virtual machine disk image"
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("GPL2" "LGPL2.1")
-backup=("etc/libguestfs-tools.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
-"etc/php.d/guestfs_php.ini")
-_pythonver=2
-depends=("qemu-headless"
- "augeas"
- "hivex>=1.3.2"
- "libconfig"
- "libvirt"
- "fuse"
- "file"
- "cpio"
- "wget"
- "perl"
- "perl-string-shellquote"
- "perl-libintl-perl"
- "perl-sys-virt"
- "jansson")
-makedepends=("pcre"
- "cdrkit"
- "libxml2"
- "gperf"
- "python${_pythonver}"
- "lua"
-# "ghc"
-# "ruby"
- "erlang"
- "gjs"
- "php"
- "perl-module-build"
- "gobject-introspection"
- "ocaml-findlib"
- "ocaml"
- "supermin"
- "go-pie"
- "bash-completion"
- "jdk8-openjdk"
- "yara"
- "sleuthkit")
-optdepends=("python${_pythonver}: Python bindings"
-#"ruby: Ruby Bindings"
-"gjs: Javascript Bindings for GNOME"
-"php: PHP bindings"
-"erlang: Erlang Bindings"
-#"ghc: Haskell Bindings"
-"lua: Lua Bindings"
-"ocaml: Ocaml libs")
-provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure \
-PYTHON=python$_pythonver \
---prefix=/usr \
---sbindir=/usr/bin \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---disable-static \
---disable-haskell \
---disable-ruby
-  # ^ haskell & ruby bindings do not build
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libguestfs/repos/community-testing-x86_64/PKGBUILD (from rev 515936, 
libguestfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-14 22:35:18 UTC (rev 515937)
@@ -0,0 +1,91 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.40.2
+_pkgver_short=${pkgver%.*}
+pkgrel=4
+pkgdesc="Access and modify virtual machine disk image"
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("GPL2" "LGPL2.1")
+backup=("etc/libguestfs-tools.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
+"etc/php.d/guestfs_php.ini")
+_pythonver=2
+depends=("qemu-headless"
+ "augeas"
+ "hivex>=1.3.2"
+ "libconfig"
+ "libvirt"
+ "fuse"
+ "file"
+ "cpio"
+ "wget"
+ "perl"
+ "perl-string-shellquote"
+ "perl-libintl-perl"
+ "perl-sys-virt"
+ "jansson"
+ "supermin")
+makedepends=("pcre"
+ "cdrkit"
+ "libxml2"
+ "gperf"
+ "python${_pythonver}"
+ "lua"
+# "ghc"
+# "ruby"
+ "erlang"
+ "gjs"
+ "php"
+ "perl-module-build"
+ "gobject-introspection"
+ "ocaml-findlib"
+ "ocaml"
+ "go-pie"
+ "bash-completion"
+ "jdk8-openjdk"
+ "yara"
+ "sleuthkit")
+optdepends=("python${_pythonver}: Python bindings"
+#"ruby: Ruby Bindings"
+"gjs: 

[arch-commits] Commit in libguestfs/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 22:34:31
  Author: coderobe
Revision: 515936

upgpkg: libguestfs 1.40.2-4

libguestfs: add dependency on supermin

Modified:
  libguestfs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 22:18:26 UTC (rev 515935)
+++ PKGBUILD2019-10-14 22:34:31 UTC (rev 515936)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.40.2
 _pkgver_short=${pkgver%.*}
-pkgrel=3
+pkgrel=4
 pkgdesc="Access and modify virtual machine disk image"
 arch=("x86_64")
 url="http://libguestfs.org;
@@ -30,7 +30,8 @@
  "perl-string-shellquote"
  "perl-libintl-perl"
  "perl-sys-virt"
- "jansson")
+ "jansson"
+ "supermin")
 makedepends=("pcre"
  "cdrkit"
  "libxml2"
@@ -46,7 +47,6 @@
  "gobject-introspection"
  "ocaml-findlib"
  "ocaml"
- "supermin"
  "go-pie"
  "bash-completion"
  "jdk8-openjdk"


[arch-commits] Commit in supermin/repos/community-testing-x86_64 (4 files)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 22:18:26
  Author: coderobe
Revision: 515935

archrelease: copy trunk to community-testing-x86_64

Added:
  supermin/repos/community-testing-x86_64/PKGBUILD
(from rev 515934, supermin/trunk/PKGBUILD)
  supermin/repos/community-testing-x86_64/pacman-iter.patch
(from rev 515934, supermin/trunk/pacman-iter.patch)
Deleted:
  supermin/repos/community-testing-x86_64/PKGBUILD
  supermin/repos/community-testing-x86_64/pacman-iter.patch

---+
 PKGBUILD  |   80 +++
 pacman-iter.patch |  132 ++--
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-14 22:17:40 UTC (rev 515934)
+++ PKGBUILD2019-10-14 22:18:26 UTC (rev 515935)
@@ -1,40 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Xiao-Long Chen 
-# Contributor:  Achilleas Pipinellis 
-
-pkgname=supermin
-pkgver=5.1.20
-pkgrel=3
-pkgdesc="Tool for creating supermin appliances"
-arch=('x86_64')
-url="http://people.redhat.com/~rjones/supermin/;
-license=('GPL')
-makedepends=('ocaml' 'ocaml-findlib' 'cpio')
-depends=('e2fsprogs')
-conflicts=('febootstrap<=3.21')
-source=("http://libguestfs.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
-"pacman-iter.patch")
-sha512sums=('ccc9ada98593f91399b323f0beb027185874f82547a1df4274c1206a9b6d4465e98b7aef5618274d41fb902747f6843fd2cc6192a4ea8526811261ac5a16848e'
-'SKIP'
-
'1921a5373c2a251048224871fcc9ccf2f3420ba444e6f0673e4efda2e7036cd31235c981c41f185ce15f6d5e0de2dd8c84290c410e12714b87992c150b799ad3')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  patch src/ph_pacman.ml "${srcdir}/pacman-iter.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: supermin/repos/community-testing-x86_64/PKGBUILD (from rev 515934, 
supermin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-14 22:18:26 UTC (rev 515935)
@@ -0,0 +1,40 @@
+# Maintainer: Robin Broda 
+# Contributor: Xiao-Long Chen 
+# Contributor:  Achilleas Pipinellis 
+
+pkgname=supermin
+pkgver=5.1.20
+pkgrel=4
+pkgdesc="Tool for creating supermin appliances"
+arch=('x86_64')
+url="http://people.redhat.com/~rjones/supermin/;
+license=('GPL')
+makedepends=('ocaml' 'ocaml-findlib' 'cpio')
+depends=('e2fsprogs' 'pacman' 'pacman-contrib')
+conflicts=('febootstrap<=3.21')
+source=("http://libguestfs.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
+"pacman-iter.patch")
+sha512sums=('ccc9ada98593f91399b323f0beb027185874f82547a1df4274c1206a9b6d4465e98b7aef5618274d41fb902747f6843fd2cc6192a4ea8526811261ac5a16848e'
+'SKIP'
+
'1921a5373c2a251048224871fcc9ccf2f3420ba444e6f0673e4efda2e7036cd31235c981c41f185ce15f6d5e0de2dd8c84290c410e12714b87992c150b799ad3')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch src/ph_pacman.ml "${srcdir}/pacman-iter.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: pacman-iter.patch
===
--- pacman-iter.patch   2019-10-14 22:17:40 UTC (rev 515934)
+++ pacman-iter.patch   2019-10-14 22:18:26 UTC (rev 515935)
@@ -1,66 +0,0 @@
 a/supermin/src/ph_pacman.ml2019-10-14 21:28:25.138769513 +0200
-+++ b/supermin/src/ph_pacman.ml2019-10-14 21:33:31.479364225 +0200
-@@ -171,24 +171,24 @@
-* only downloads each package once, even though each call to pacman will
-* download dependent packages as well.
-*)
--  List.iter (
--fun name ->
--  let cmd = sprintf "\
--set -e
--umask 
--cd %s
--mkdir -p var/lib/pacman
--%s %s%s -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s
--  "
--(quote tdir)
--Config.fakeroot Config.pacman
--(match !settings.packager_config with
-- | None -> ""
-- | Some filename -> " --config " ^ (quote filename))
--(quoted_list names) in
--  if !settings.debug >= 2 then printf "%s" cmd;
--  if Sys.command cmd <> 0 then (
--(* The package may not be in the main repos, check the AUR. *)
-+  let cmd = sprintf "\
-+set -e
-+umask 
-+cd %s
-+mkdir -p var/lib/pacman
-+%s %s%s -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s
-+  "
-+(quote tdir)
-+Config.fakeroot Config.pacman
-+(match !settings.packager_config with
-+ | None -> 

[arch-commits] Commit in supermin/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 22:17:40
  Author: coderobe
Revision: 515934

upgpkg: supermin 5.1.20-4

supermin: add pacman{,-contrib} dependency for pactree support

Modified:
  supermin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 22:03:05 UTC (rev 515933)
+++ PKGBUILD2019-10-14 22:17:40 UTC (rev 515934)
@@ -4,13 +4,13 @@
 
 pkgname=supermin
 pkgver=5.1.20
-pkgrel=3
+pkgrel=4
 pkgdesc="Tool for creating supermin appliances"
 arch=('x86_64')
 url="http://people.redhat.com/~rjones/supermin/;
 license=('GPL')
 makedepends=('ocaml' 'ocaml-findlib' 'cpio')
-depends=('e2fsprogs')
+depends=('e2fsprogs' 'pacman' 'pacman-contrib')
 conflicts=('febootstrap<=3.21')
 
source=("http://libguestfs.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
 "pacman-iter.patch")


[arch-commits] Commit in libguestfs/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 22:03:05
  Author: coderobe
Revision: 515933

archrelease: copy trunk to community-testing-x86_64

Added:
  libguestfs/repos/community-testing-x86_64/PKGBUILD
(from rev 515932, libguestfs/trunk/PKGBUILD)
Deleted:
  libguestfs/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  181 ++---
 1 file changed, 91 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-14 22:02:25 UTC (rev 515932)
+++ PKGBUILD2019-10-14 22:03:05 UTC (rev 515933)
@@ -1,90 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Peter Wu 
-# Contributor: Evaggelos Balaskas 
-# Contributor: Xiao-Long Chen 
-# Contributor: Nikos Skalkotos 
-
-pkgname=libguestfs
-pkgver=1.40.2
-_pkgver_short=${pkgver%.*}
-pkgrel=2
-pkgdesc="Access and modify virtual machine disk image"
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("GPL2" "LGPL2.1")
-backup=("etc/libguestfs-tools.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.conf"
-"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
-"etc/php.d/guestfs_php.ini")
-_pythonver=2
-depends=("qemu-headless"
- "augeas"
- "hivex>=1.3.2"
- "libconfig"
- "libvirt"
- "fuse"
- "file"
- "cpio"
- "wget"
- "perl"
- "perl-string-shellquote"
- "perl-libintl-perl"
- "perl-sys-virt"
- "jansson")
-makedepends=("pcre"
- "cdrkit"
- "libxml2"
- "gperf"
- "python${_pythonver}"
- "lua"
-# "ghc"
-# "ruby"
- "erlang"
- "gjs"
- "php"
- "perl-module-build"
- "gobject-introspection"
- "ocaml-findlib"
- "ocaml"
- "supermin"
- "go-pie"
- "bash-completion"
- "jdk8-openjdk"
- "yara"
- "sleuthkit")
-optdepends=("python${_pythonver}: Python bindings"
-#"ruby: Ruby Bindings"
-"gjs: Javascript Bindings for GNOME"
-"php: PHP bindings"
-"erlang: Erlang Bindings"
-#"ghc: Haskell Bindings"
-"lua: Lua Bindings"
-"ocaml: Ocaml libs")
-provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
-'SKIP')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure \
-PYTHON=python$_pythonver \
---prefix=/usr \
---libdir=/usr/lib \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---disable-static \
---disable-haskell \
---disable-ruby
-  # ^ haskell & ruby bindings do not build
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libguestfs/repos/community-testing-x86_64/PKGBUILD (from rev 515932, 
libguestfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-14 22:03:05 UTC (rev 515933)
@@ -0,0 +1,91 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.40.2
+_pkgver_short=${pkgver%.*}
+pkgrel=3
+pkgdesc="Access and modify virtual machine disk image"
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("GPL2" "LGPL2.1")
+backup=("etc/libguestfs-tools.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
+"etc/php.d/guestfs_php.ini")
+_pythonver=2
+depends=("qemu-headless"
+ "augeas"
+ "hivex>=1.3.2"
+ "libconfig"
+ "libvirt"
+ "fuse"
+ "file"
+ "cpio"
+ "wget"
+ "perl"
+ "perl-string-shellquote"
+ "perl-libintl-perl"
+ "perl-sys-virt"
+ "jansson")
+makedepends=("pcre"
+ "cdrkit"
+ "libxml2"
+ "gperf"
+ "python${_pythonver}"
+ "lua"
+# "ghc"
+# "ruby"
+ "erlang"
+ "gjs"
+ "php"
+ "perl-module-build"
+ "gobject-introspection"
+ "ocaml-findlib"
+ "ocaml"
+ "supermin"
+ "go-pie"
+ "bash-completion"
+ "jdk8-openjdk"
+ "yara"
+ "sleuthkit")
+optdepends=("python${_pythonver}: Python bindings"
+#"ruby: Ruby Bindings"
+"gjs: Javascript Bindings for GNOME"

[arch-commits] Commit in libguestfs/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 22:02:25
  Author: coderobe
Revision: 515932

upgpkg: libguestfs 1.40.2-3

libguestfs: fix sbindir

Modified:
  libguestfs/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 21:48:04 UTC (rev 515931)
+++ PKGBUILD2019-10-14 22:02:25 UTC (rev 515932)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.40.2
 _pkgver_short=${pkgver%.*}
-pkgrel=2
+pkgrel=3
 pkgdesc="Access and modify virtual machine disk image"
 arch=("x86_64")
 url="http://libguestfs.org;
@@ -72,6 +72,7 @@
   ./configure \
 PYTHON=python$_pythonver \
 --prefix=/usr \
+--sbindir=/usr/bin \
 --libdir=/usr/lib \
 --mandir=/usr/share/man \
 --sysconfdir=/etc \


[arch-commits] Commit in libguestfs/repos (2 files)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 21:48:04
  Author: coderobe
Revision: 515931

archrelease: copy trunk to community-testing-x86_64

Added:
  libguestfs/repos/community-testing-x86_64/
  libguestfs/repos/community-testing-x86_64/PKGBUILD
(from rev 515930, libguestfs/trunk/PKGBUILD)

--+
 PKGBUILD |   90 +
 1 file changed, 90 insertions(+)

Copied: libguestfs/repos/community-testing-x86_64/PKGBUILD (from rev 515930, 
libguestfs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-14 21:48:04 UTC (rev 515931)
@@ -0,0 +1,90 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.40.2
+_pkgver_short=${pkgver%.*}
+pkgrel=2
+pkgdesc="Access and modify virtual machine disk image"
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("GPL2" "LGPL2.1")
+backup=("etc/libguestfs-tools.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
+"etc/php.d/guestfs_php.ini")
+_pythonver=2
+depends=("qemu-headless"
+ "augeas"
+ "hivex>=1.3.2"
+ "libconfig"
+ "libvirt"
+ "fuse"
+ "file"
+ "cpio"
+ "wget"
+ "perl"
+ "perl-string-shellquote"
+ "perl-libintl-perl"
+ "perl-sys-virt"
+ "jansson")
+makedepends=("pcre"
+ "cdrkit"
+ "libxml2"
+ "gperf"
+ "python${_pythonver}"
+ "lua"
+# "ghc"
+# "ruby"
+ "erlang"
+ "gjs"
+ "php"
+ "perl-module-build"
+ "gobject-introspection"
+ "ocaml-findlib"
+ "ocaml"
+ "supermin"
+ "go-pie"
+ "bash-completion"
+ "jdk8-openjdk"
+ "yara"
+ "sleuthkit")
+optdepends=("python${_pythonver}: Python bindings"
+#"ruby: Ruby Bindings"
+"gjs: Javascript Bindings for GNOME"
+"php: PHP bindings"
+"erlang: Erlang Bindings"
+#"ghc: Haskell Bindings"
+"lua: Lua Bindings"
+"ocaml: Ocaml libs")
+provides=("guestfish=${pkgver}")
+source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
+'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure \
+PYTHON=python$_pythonver \
+--prefix=/usr \
+--libdir=/usr/lib \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--disable-static \
+--disable-haskell \
+--disable-ruby
+  # ^ haskell & ruby bindings do not build
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (4 files)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 21:47:27
  Author: coderobe
Revision: 515930

import libguestfs from aur

Added:
  libguestfs/
  libguestfs/repos/
  libguestfs/trunk/
  libguestfs/trunk/PKGBUILD

--+
 PKGBUILD |   90 +
 1 file changed, 90 insertions(+)

Added: libguestfs/trunk/PKGBUILD
===
--- libguestfs/trunk/PKGBUILD   (rev 0)
+++ libguestfs/trunk/PKGBUILD   2019-10-14 21:47:27 UTC (rev 515930)
@@ -0,0 +1,90 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.40.2
+_pkgver_short=${pkgver%.*}
+pkgrel=2
+pkgdesc="Access and modify virtual machine disk image"
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("GPL2" "LGPL2.1")
+backup=("etc/libguestfs-tools.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.conf"
+"etc/xdg/virt-builder/repos.d/libguestfs.gpg"
+"etc/php.d/guestfs_php.ini")
+_pythonver=2
+depends=("qemu-headless"
+ "augeas"
+ "hivex>=1.3.2"
+ "libconfig"
+ "libvirt"
+ "fuse"
+ "file"
+ "cpio"
+ "wget"
+ "perl"
+ "perl-string-shellquote"
+ "perl-libintl-perl"
+ "perl-sys-virt"
+ "jansson")
+makedepends=("pcre"
+ "cdrkit"
+ "libxml2"
+ "gperf"
+ "python${_pythonver}"
+ "lua"
+# "ghc"
+# "ruby"
+ "erlang"
+ "gjs"
+ "php"
+ "perl-module-build"
+ "gobject-introspection"
+ "ocaml-findlib"
+ "ocaml"
+ "supermin"
+ "go-pie"
+ "bash-completion"
+ "jdk8-openjdk"
+ "yara"
+ "sleuthkit")
+optdepends=("python${_pythonver}: Python bindings"
+#"ruby: Ruby Bindings"
+"gjs: Javascript Bindings for GNOME"
+"php: PHP bindings"
+"erlang: Erlang Bindings"
+#"ghc: Haskell Bindings"
+"lua: Lua Bindings"
+"ocaml: Ocaml libs")
+provides=("guestfish=${pkgver}")
+source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
+'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure \
+PYTHON=python$_pythonver \
+--prefix=/usr \
+--libdir=/usr/lib \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--disable-static \
+--disable-haskell \
+--disable-ruby
+  # ^ haskell & ruby bindings do not build
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in supermin/trunk (PKGBUILD pacman-iter.patch)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 19:50:05
  Author: coderobe
Revision: 515904

upgpkg: supermin 5.1.20-3

supermin: fix pacman handler loop

Added:
  supermin/trunk/pacman-iter.patch
Modified:
  supermin/trunk/PKGBUILD

---+
 PKGBUILD  |   14 ---
 pacman-iter.patch |   66 
 2 files changed, 77 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 19:48:41 UTC (rev 515903)
+++ PKGBUILD2019-10-14 19:50:05 UTC (rev 515904)
@@ -4,7 +4,7 @@
 
 pkgname=supermin
 pkgver=5.1.20
-pkgrel=2
+pkgrel=3
 pkgdesc="Tool for creating supermin appliances"
 arch=('x86_64')
 url="http://people.redhat.com/~rjones/supermin/;
@@ -12,11 +12,19 @@
 makedepends=('ocaml' 'ocaml-findlib' 'cpio')
 depends=('e2fsprogs')
 conflicts=('febootstrap<=3.21')
-source=("http://libguestfs.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("http://libguestfs.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
+"pacman-iter.patch")
 
sha512sums=('ccc9ada98593f91399b323f0beb027185874f82547a1df4274c1206a9b6d4465e98b7aef5618274d41fb902747f6843fd2cc6192a4ea8526811261ac5a16848e'
-'SKIP')
+'SKIP'
+
'1921a5373c2a251048224871fcc9ccf2f3420ba444e6f0673e4efda2e7036cd31235c981c41f185ce15f6d5e0de2dd8c84290c410e12714b87992c150b799ad3')
 validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch src/ph_pacman.ml "${srcdir}/pacman-iter.patch"
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
 

Added: pacman-iter.patch
===
--- pacman-iter.patch   (rev 0)
+++ pacman-iter.patch   2019-10-14 19:50:05 UTC (rev 515904)
@@ -0,0 +1,66 @@
+--- a/supermin/src/ph_pacman.ml2019-10-14 21:28:25.138769513 +0200
 b/supermin/src/ph_pacman.ml2019-10-14 21:33:31.479364225 +0200
+@@ -171,24 +171,24 @@
+* only downloads each package once, even though each call to pacman will
+* download dependent packages as well.
+*)
+-  List.iter (
+-fun name ->
+-  let cmd = sprintf "\
+-set -e
+-umask 
+-cd %s
+-mkdir -p var/lib/pacman
+-%s %s%s -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s
+-  "
+-(quote tdir)
+-Config.fakeroot Config.pacman
+-(match !settings.packager_config with
+- | None -> ""
+- | Some filename -> " --config " ^ (quote filename))
+-(quoted_list names) in
+-  if !settings.debug >= 2 then printf "%s" cmd;
+-  if Sys.command cmd <> 0 then (
+-(* The package may not be in the main repos, check the AUR. *)
++  let cmd = sprintf "\
++set -e
++umask 
++cd %s
++mkdir -p var/lib/pacman
++%s %s%s -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s
++  "
++(quote tdir)
++Config.fakeroot Config.pacman
++(match !settings.packager_config with
++ | None -> ""
++ | Some filename -> " --config " ^ (quote filename))
++(quoted_list names) in
++  if !settings.debug >= 2 then printf "%s" cmd;
++  if Sys.command cmd <> 0 then (
++(* The package may not be in the main repos, check the AUR. *)
++List.iter (
++  fun name ->
+ let cmd = sprintf "\
+   set -e
+   umask 
+@@ -201,16 +201,16 @@
+"
+   (quote tdir)
+   (quote ("https://aur.archlinux.org/packages/; ^
+-(String.sub name 0 2) ^
+-"/" ^ name ^ "/" ^ name ^ ".tar.gz"))
++(String.sub name 0 2) ^
++"/" ^ name ^ "/" ^ name ^ ".tar.gz"))
+   (quote (name ^ ".tar.gz"))
+   (quote name) (* cd *)
+   Config.makepkg
+   (quote name) (quote tdir) (* mv *) in
+ if !settings.debug >= 2 then printf "%s" cmd;
+ run_command cmd
+-  );
+-  ) names;
++) names;
++  );
+ 
+   (* Unpack the downloaded packages. *)
+   let cmd =


[arch-commits] Commit in supermin/repos (3 files)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 19:50:46
  Author: coderobe
Revision: 515905

archrelease: copy trunk to community-testing-x86_64

Added:
  supermin/repos/community-testing-x86_64/
  supermin/repos/community-testing-x86_64/PKGBUILD
(from rev 515904, supermin/trunk/PKGBUILD)
  supermin/repos/community-testing-x86_64/pacman-iter.patch
(from rev 515904, supermin/trunk/pacman-iter.patch)

---+
 PKGBUILD  |   40 +++
 pacman-iter.patch |   66 
 2 files changed, 106 insertions(+)

Copied: supermin/repos/community-testing-x86_64/PKGBUILD (from rev 515904, 
supermin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-14 19:50:46 UTC (rev 515905)
@@ -0,0 +1,40 @@
+# Maintainer: Robin Broda 
+# Contributor: Xiao-Long Chen 
+# Contributor:  Achilleas Pipinellis 
+
+pkgname=supermin
+pkgver=5.1.20
+pkgrel=3
+pkgdesc="Tool for creating supermin appliances"
+arch=('x86_64')
+url="http://people.redhat.com/~rjones/supermin/;
+license=('GPL')
+makedepends=('ocaml' 'ocaml-findlib' 'cpio')
+depends=('e2fsprogs')
+conflicts=('febootstrap<=3.21')
+source=("http://libguestfs.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
+"pacman-iter.patch")
+sha512sums=('ccc9ada98593f91399b323f0beb027185874f82547a1df4274c1206a9b6d4465e98b7aef5618274d41fb902747f6843fd2cc6192a4ea8526811261ac5a16848e'
+'SKIP'
+
'1921a5373c2a251048224871fcc9ccf2f3420ba444e6f0673e4efda2e7036cd31235c981c41f185ce15f6d5e0de2dd8c84290c410e12714b87992c150b799ad3')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  patch src/ph_pacman.ml "${srcdir}/pacman-iter.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: supermin/repos/community-testing-x86_64/pacman-iter.patch (from rev 
515904, supermin/trunk/pacman-iter.patch)
===
--- community-testing-x86_64/pacman-iter.patch  (rev 0)
+++ community-testing-x86_64/pacman-iter.patch  2019-10-14 19:50:46 UTC (rev 
515905)
@@ -0,0 +1,66 @@
+--- a/supermin/src/ph_pacman.ml2019-10-14 21:28:25.138769513 +0200
 b/supermin/src/ph_pacman.ml2019-10-14 21:33:31.479364225 +0200
+@@ -171,24 +171,24 @@
+* only downloads each package once, even though each call to pacman will
+* download dependent packages as well.
+*)
+-  List.iter (
+-fun name ->
+-  let cmd = sprintf "\
+-set -e
+-umask 
+-cd %s
+-mkdir -p var/lib/pacman
+-%s %s%s -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s
+-  "
+-(quote tdir)
+-Config.fakeroot Config.pacman
+-(match !settings.packager_config with
+- | None -> ""
+- | Some filename -> " --config " ^ (quote filename))
+-(quoted_list names) in
+-  if !settings.debug >= 2 then printf "%s" cmd;
+-  if Sys.command cmd <> 0 then (
+-(* The package may not be in the main repos, check the AUR. *)
++  let cmd = sprintf "\
++set -e
++umask 
++cd %s
++mkdir -p var/lib/pacman
++%s %s%s -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s
++  "
++(quote tdir)
++Config.fakeroot Config.pacman
++(match !settings.packager_config with
++ | None -> ""
++ | Some filename -> " --config " ^ (quote filename))
++(quoted_list names) in
++  if !settings.debug >= 2 then printf "%s" cmd;
++  if Sys.command cmd <> 0 then (
++(* The package may not be in the main repos, check the AUR. *)
++List.iter (
++  fun name ->
+ let cmd = sprintf "\
+   set -e
+   umask 
+@@ -201,16 +201,16 @@
+"
+   (quote tdir)
+   (quote ("https://aur.archlinux.org/packages/; ^
+-(String.sub name 0 2) ^
+-"/" ^ name ^ "/" ^ name ^ ".tar.gz"))
++(String.sub name 0 2) ^
++"/" ^ name ^ "/" ^ name ^ ".tar.gz"))
+   (quote (name ^ ".tar.gz"))
+   (quote name) (* cd *)
+   Config.makepkg
+   (quote name) (quote tdir) (* mv *) in
+ if !settings.debug >= 2 then printf "%s" cmd;
+ run_command cmd
+-  );
+-  ) names;
++) names;
++  );
+ 
+   (* Unpack the downloaded packages. *)
+   let cmd =


[arch-commits] Commit in supermin/repos (community-x86_64 community-x86_64/PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 16:57:54
  Author: coderobe
Revision: 515759

archrelease: copy trunk to community-x86_64

Added:
  supermin/repos/community-x86_64/
  supermin/repos/community-x86_64/PKGBUILD
(from rev 515758, supermin/trunk/PKGBUILD)

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: supermin/repos/community-x86_64/PKGBUILD (from rev 515758, 
supermin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-14 16:57:54 UTC (rev 515759)
@@ -0,0 +1,32 @@
+# Maintainer: Robin Broda 
+# Contributor: Xiao-Long Chen 
+# Contributor:  Achilleas Pipinellis 
+
+pkgname=supermin
+pkgver=5.1.20
+pkgrel=2
+pkgdesc="Tool for creating supermin appliances"
+arch=('x86_64')
+url="http://people.redhat.com/~rjones/supermin/;
+license=('GPL')
+makedepends=('ocaml' 'ocaml-findlib' 'cpio')
+depends=('e2fsprogs')
+conflicts=('febootstrap<=3.21')
+source=("http://libguestfs.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('ccc9ada98593f91399b323f0beb027185874f82547a1df4274c1206a9b6d4465e98b7aef5618274d41fb902747f6843fd2cc6192a4ea8526811261ac5a16848e'
+'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}


[arch-commits] Commit in supermin/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 16:57:20
  Author: coderobe
Revision: 515758

upgpkg: supermin 5.1.20-2

import supermin from aur

Modified:
  supermin/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 16:56:25 UTC (rev 515757)
+++ PKGBUILD2019-10-14 16:57:20 UTC (rev 515758)
@@ -13,7 +13,8 @@
 depends=('e2fsprogs')
 conflicts=('febootstrap<=3.21')
 
source=("http://libguestfs.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('ccc9ada98593f91399b323f0beb027185874f82547a1df4274c1206a9b6d4465e98b7aef5618274d41fb902747f6843fd2cc6192a4ea8526811261ac5a16848e')
+sha512sums=('ccc9ada98593f91399b323f0beb027185874f82547a1df4274c1206a9b6d4465e98b7aef5618274d41fb902747f6843fd2cc6192a4ea8526811261ac5a16848e'
+'SKIP')
 validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

 
 build() {


[arch-commits] Commit in (4 files)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 16:54:32
  Author: coderobe
Revision: 515753

import supermin from aur

Added:
  supermin/
  supermin/repos/
  supermin/trunk/
  supermin/trunk/PKGBUILD

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Added: supermin/trunk/PKGBUILD
===
--- supermin/trunk/PKGBUILD (rev 0)
+++ supermin/trunk/PKGBUILD 2019-10-14 16:54:32 UTC (rev 515753)
@@ -0,0 +1,31 @@
+# Maintainer: Robin Broda 
+# Contributor: Xiao-Long Chen 
+# Contributor:  Achilleas Pipinellis 
+
+pkgname=supermin
+pkgver=5.1.20
+pkgrel=2
+pkgdesc="Tool for creating supermin appliances"
+arch=('x86_64')
+url="http://people.redhat.com/~rjones/supermin/;
+license=('GPL')
+makedepends=('ocaml' 'ocaml-findlib' 'cpio')
+depends=('e2fsprogs')
+conflicts=('febootstrap<=3.21')
+source=("http://libguestfs.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('ccc9ada98593f91399b323f0beb027185874f82547a1df4274c1206a9b6d4465e98b7aef5618274d41fb902747f6843fd2cc6192a4ea8526811261ac5a16848e')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}


[arch-commits] Commit in hivex/repos (community-x86_64 community-x86_64/PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 16:37:09
  Author: coderobe
Revision: 515739

archrelease: copy trunk to community-x86_64

Added:
  hivex/repos/community-x86_64/
  hivex/repos/community-x86_64/PKGBUILD
(from rev 515738, hivex/trunk/PKGBUILD)

--+
 PKGBUILD |   50 ++
 1 file changed, 50 insertions(+)

Copied: hivex/repos/community-x86_64/PKGBUILD (from rev 515738, 
hivex/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-14 16:37:09 UTC (rev 515739)
@@ -0,0 +1,50 @@
+# Maintainer: Robin Broda 
+# Contributor: Brian Bidulock 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=hivex
+pkgver=1.3.18
+pkgrel=3
+pkgdesc="System for extracting the contents of Windows Registry."
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("LGPL2.1")
+depends=("libxml2" "perl")
+makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
+optdepends=("python2: python bindings"
+   "ruby: ruby bindings"
+   "ocaml: ocaml bindings")
+source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha512sums=('1851351118921e81df9e505f90d00048a178572c2edd3de40194a69915176bdb615e2eb5afea408d57063e98257c8d1e3d0cd6730407153892cc9e3befc4aa3a'
+'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+build() {
+cd "$pkgname-$pkgver"
+
+./configure \
+   --bindir=/usr/bin \
+   --libdir=/usr/lib \
+   --prefix=/usr \
+   --disable-rpath \
+   --disable-static PYTHON=python2
+
+make
+chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
+}
+
+_perl_depends() {
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+_perl_depends
+}


[arch-commits] Commit in hivex/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 16:35:48
  Author: coderobe
Revision: 515738

hivex: remove rpath

Modified:
  hivex/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 16:27:34 UTC (rev 515737)
+++ PKGBUILD2019-10-14 16:35:48 UTC (rev 515738)
@@ -10,7 +10,7 @@
 url="http://libguestfs.org;
 license=("LGPL2.1")
 depends=("libxml2" "perl")
-makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml")
+makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
 optdepends=("python2: python bindings"
"ruby: ruby bindings"
"ocaml: ocaml bindings")
@@ -30,6 +30,7 @@
--disable-static PYTHON=python2
 
 make
+chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
 }
 
 _perl_depends() {


[arch-commits] Commit in (hivex hivex/repos hivex/trunk hivex/trunk/PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 16:25:42
  Author: coderobe
Revision: 515735

import hivex from aur

Added:
  hivex/
  hivex/repos/
  hivex/trunk/
  hivex/trunk/PKGBUILD

--+
 PKGBUILD |   49 +
 1 file changed, 49 insertions(+)

Added: hivex/trunk/PKGBUILD
===
--- hivex/trunk/PKGBUILD(rev 0)
+++ hivex/trunk/PKGBUILD2019-10-14 16:25:42 UTC (rev 515735)
@@ -0,0 +1,49 @@
+# Maintainer: Robin Broda 
+# Contributor: Brian Bidulock 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=hivex
+pkgver=1.3.18
+pkgrel=3
+pkgdesc="System for extracting the contents of Windows Registry."
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("LGPL2.1")
+depends=("libxml2" "perl")
+makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml")
+optdepends=("python2: python bindings"
+   "ruby: ruby bindings"
+   "ocaml: ocaml bindings")
+source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha512sums=('1851351118921e81df9e505f90d00048a178572c2edd3de40194a69915176bdb615e2eb5afea408d57063e98257c8d1e3d0cd6730407153892cc9e3befc4aa3a'
+'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+build() {
+cd "$pkgname-$pkgver"
+
+./configure \
+   --bindir=/usr/bin \
+   --libdir=/usr/lib \
+   --prefix=/usr \
+   --disable-rpath \
+   --disable-static PYTHON=python2
+
+make
+}
+
+_perl_depends() {
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+_perl_depends
+}


[arch-commits] Commit in duperemove/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 12:21:37
  Author: coderobe
Revision: 515581

duperemove: fix source name

Modified:
  duperemove/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 12:21:01 UTC (rev 515580)
+++ PKGBUILD2019-10-14 12:21:37 UTC (rev 515581)
@@ -9,7 +9,7 @@
 url='https://github.com/markfasheh/duperemove'
 license=('GPL')
 depends=('glib2' 'sqlite')
-source=("${url}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 
sha512sums=('3c344b00b8fb58a259840aea977ba2e5123b651bb58ec84177bdfd8337a377361984b85c6325271b7d3e4ea216017fa6fda793136c83e9837a13ec041df326b9')
 
 build() {


[arch-commits] Commit in s-tui/trunk (PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 12:21:01
  Author: coderobe
Revision: 515580

s-tui: fix source name

Modified:
  s-tui/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 12:19:06 UTC (rev 515579)
+++ PKGBUILD2019-10-14 12:21:01 UTC (rev 515580)
@@ -9,7 +9,7 @@
 license=('GPL2')
 depends=('stress' 'python' 'python-urwid' 'python-psutil')
 makedepends=('python-setuptools')
-source=("${url}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc')
 
 build() {


[arch-commits] Commit in s-tui/repos (community-any community-any/PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 12:19:06
  Author: coderobe
Revision: 515579

archrelease: copy trunk to community-any

Added:
  s-tui/repos/community-any/
  s-tui/repos/community-any/PKGBUILD
(from rev 515578, s-tui/trunk/PKGBUILD)

--+
 PKGBUILD |   23 +++
 1 file changed, 23 insertions(+)

Copied: s-tui/repos/community-any/PKGBUILD (from rev 515578, 
s-tui/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-10-14 12:19:06 UTC (rev 515579)
@@ -0,0 +1,23 @@
+# Maintainer: Robin Broda 
+# Contributor: Lars Hagström 
+pkgname=s-tui
+pkgver=0.8.3
+pkgrel=2
+pkgdesc="Terminal UI stress test and monitoring tool "
+arch=('any')
+url="https://github.com/amanusk/s-tui;
+license=('GPL2')
+depends=('stress' 'python' 'python-urwid' 'python-psutil')
+makedepends=('python-setuptools')
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


[arch-commits] Commit in (s-tui s-tui/repos s-tui/trunk s-tui/trunk/PKGBUILD)

2019-10-14 Thread Robin Broda via arch-commits
Date: Monday, October 14, 2019 @ 12:14:28
  Author: coderobe
Revision: 515578

import s-tui from aur

Added:
  s-tui/
  s-tui/repos/
  s-tui/trunk/
  s-tui/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 23 insertions(+)

Added: s-tui/trunk/PKGBUILD
===
--- s-tui/trunk/PKGBUILD(rev 0)
+++ s-tui/trunk/PKGBUILD2019-10-14 12:14:28 UTC (rev 515578)
@@ -0,0 +1,23 @@
+# Maintainer: Robin Broda 
+# Contributor: Lars Hagström 
+pkgname=s-tui
+pkgver=0.8.3
+pkgrel=2
+pkgdesc="Terminal UI stress test and monitoring tool "
+arch=('any')
+url="https://github.com/amanusk/s-tui;
+license=('GPL2')
+depends=('stress' 'python' 'python-urwid' 'python-psutil')
+makedepends=('python-setuptools')
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('74270fe57b3350f0cfa1a9f0fba80951d2117d7284de509863dbeadfcdbd78dc')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


[arch-commits] Commit in duperemove/repos (community-x86_64 community-x86_64/PKGBUILD)

2019-10-13 Thread Robin Broda via arch-commits
Date: Sunday, October 13, 2019 @ 23:33:58
  Author: coderobe
Revision: 515353

archrelease: copy trunk to community-x86_64

Added:
  duperemove/repos/community-x86_64/
  duperemove/repos/community-x86_64/PKGBUILD
(from rev 515352, duperemove/trunk/PKGBUILD)

--+
 PKGBUILD |   23 +++
 1 file changed, 23 insertions(+)

Copied: duperemove/repos/community-x86_64/PKGBUILD (from rev 515352, 
duperemove/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-13 23:33:58 UTC (rev 515353)
@@ -0,0 +1,23 @@
+# Maintainer: Robin Broda 
+# Contributor: Frederik Schwan 
+
+pkgname=duperemove
+pkgver=0.11.1
+pkgrel=2
+pkgdesc='Btrfs extent deduplication utility'
+arch=('x86_64')
+url='https://github.com/markfasheh/duperemove'
+license=('GPL')
+depends=('glib2' 'sqlite')
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('3c344b00b8fb58a259840aea977ba2e5123b651bb58ec84177bdfd8337a377361984b85c6325271b7d3e4ea216017fa6fda793136c83e9837a13ec041df326b9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (4 files)

2019-10-13 Thread Robin Broda via arch-commits
Date: Sunday, October 13, 2019 @ 23:33:11
  Author: coderobe
Revision: 515352

import duperemove from aur

Added:
  duperemove/
  duperemove/repos/
  duperemove/trunk/
  duperemove/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 23 insertions(+)

Added: duperemove/trunk/PKGBUILD
===
--- duperemove/trunk/PKGBUILD   (rev 0)
+++ duperemove/trunk/PKGBUILD   2019-10-13 23:33:11 UTC (rev 515352)
@@ -0,0 +1,23 @@
+# Maintainer: Robin Broda 
+# Contributor: Frederik Schwan 
+
+pkgname=duperemove
+pkgver=0.11.1
+pkgrel=2
+pkgdesc='Btrfs extent deduplication utility'
+arch=('x86_64')
+url='https://github.com/markfasheh/duperemove'
+license=('GPL')
+depends=('glib2' 'sqlite')
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('3c344b00b8fb58a259840aea977ba2e5123b651bb58ec84177bdfd8337a377361984b85c6325271b7d3e4ea216017fa6fda793136c83e9837a13ec041df326b9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (discord-ptb)

2019-08-07 Thread Robin Broda via arch-commits
Date: Thursday, August 8, 2019 @ 00:12:19
  Author: coderobe
Revision: 498317

Deleting discord-ptb, consensus reached by #al-tu

Deleted:
  discord-ptb/


[arch-commits] Commit in (discord-canary)

2019-08-07 Thread Robin Broda via arch-commits
Date: Thursday, August 8, 2019 @ 00:10:17
  Author: coderobe
Revision: 498316

Deleting discord-canary, consensus reached by #al-tu

Deleted:
  discord-canary/


[arch-commits] Commit in hq/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-02 Thread Robin Broda via arch-commits
Date: Friday, August 2, 2019 @ 14:43:22
  Author: coderobe
Revision: 497058

archrelease: copy trunk to community-x86_64

Added:
  hq/repos/community-x86_64/PKGBUILD
(from rev 497057, hq/trunk/PKGBUILD)
Deleted:
  hq/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 14:42:20 UTC (rev 497057)
+++ PKGBUILD2019-08-02 14:43:22 UTC (rev 497058)
@@ -1,26 +0,0 @@
-# Maintainer: Robin Broda 
-
-pkgname=hq
-pkgver=3.0
-pkgrel=1
-pkgdesc='HTML processor inspired by jq'
-arch=('x86_64')
-url='https://github.com/coderobe/hq'
-license=('AGPL3')
-depends=('gcc-libs' 'modest')
-makedepends=('git' 'meson')
-source=("git+${url}#tag=${pkgver}")
-md5sums=('SKIP')
-
-build() {
-   cd "${pkgname}"
-
-   arch-meson build
-   ninja -C build
-}
-
-package() {
-   cd "${pkgname}"
-
-   install -Dm755 "build/hq" "${pkgdir}/usr/bin/hq"
-}

Copied: hq/repos/community-x86_64/PKGBUILD (from rev 497057, hq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 14:43:22 UTC (rev 497058)
@@ -0,0 +1,26 @@
+# Maintainer: Robin Broda 
+
+pkgname=hq
+pkgver=3.1
+pkgrel=1
+pkgdesc='HTML processor inspired by jq'
+arch=('x86_64')
+url='https://github.com/coderobe/hq'
+license=('AGPL3')
+depends=('gcc-libs' 'modest')
+makedepends=('git' 'meson')
+source=("git+${url}#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+   cd "${pkgname}"
+
+   arch-meson build
+   ninja -C build
+}
+
+package() {
+   cd "${pkgname}"
+
+   install -Dm755 "build/hq" "${pkgdir}/usr/bin/hq"
+}


[arch-commits] Commit in hq/trunk (PKGBUILD)

2019-08-02 Thread Robin Broda via arch-commits
Date: Friday, August 2, 2019 @ 14:42:20
  Author: coderobe
Revision: 497057

upgpkg: hq 3.1-1

update to 3.1

Modified:
  hq/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 14:08:19 UTC (rev 497056)
+++ PKGBUILD2019-08-02 14:42:20 UTC (rev 497057)
@@ -1,7 +1,7 @@
 # Maintainer: Robin Broda 
 
 pkgname=hq
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc='HTML processor inspired by jq'
 arch=('x86_64')


[arch-commits] Commit in glava/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-12 Thread Robin Broda via arch-commits
Date: Tuesday, March 12, 2019 @ 20:29:38
  Author: coderobe
Revision: 440732

archrelease: copy trunk to community-x86_64

Added:
  glava/repos/community-x86_64/PKGBUILD
(from rev 440731, glava/trunk/PKGBUILD)
Deleted:
  glava/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-12 20:28:40 UTC (rev 440731)
+++ PKGBUILD2019-03-12 20:29:38 UTC (rev 440732)
@@ -1,29 +0,0 @@
-# Maintainer: Robin Broda 
-
-pkgname=glava
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='OpenGL audio spectrum visualizer'
-arch=('x86_64')
-url='https://github.com/wacossusca34/glava'
-license=('GPL3')
-depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender')
-makedepends=('git' 'python')
-source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver};)
-md5sums=('SKIP')
-
-prepare() {
-   cd "${pkgname}"
-}
-
-build() {
-   cd "${pkgname}"
-
-   make
-}
-
-package() {
-   cd "${pkgname}"
-
-   make DESTDIR="${pkgdir}/" install
-}

Copied: glava/repos/community-x86_64/PKGBUILD (from rev 440731, 
glava/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-12 20:29:38 UTC (rev 440732)
@@ -0,0 +1,29 @@
+# Maintainer: Robin Broda 
+
+pkgname=glava
+pkgver=1.6.3
+pkgrel=1
+pkgdesc='OpenGL audio spectrum visualizer'
+arch=('x86_64')
+url='https://github.com/wacossusca34/glava'
+license=('GPL3')
+depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender')
+makedepends=('git' 'python')
+source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver};)
+md5sums=('SKIP')
+
+prepare() {
+   cd "${pkgname}"
+}
+
+build() {
+   cd "${pkgname}"
+
+   make
+}
+
+package() {
+   cd "${pkgname}"
+
+   make DESTDIR="${pkgdir}/" install
+}


[arch-commits] Commit in glava/trunk (PKGBUILD)

2019-03-12 Thread Robin Broda via arch-commits
Date: Tuesday, March 12, 2019 @ 20:28:40
  Author: coderobe
Revision: 440731

upgpkg: glava 1.6.3-1

Modified:
  glava/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-12 20:21:16 UTC (rev 440730)
+++ PKGBUILD2019-03-12 20:28:40 UTC (rev 440731)
@@ -1,7 +1,7 @@
 # Maintainer: Robin Broda 
 
 pkgname=glava
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc='OpenGL audio spectrum visualizer'
 arch=('x86_64')


[arch-commits] Commit in glava/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-12 Thread Robin Broda via arch-commits
Date: Tuesday, March 12, 2019 @ 20:07:27
  Author: coderobe
Revision: 440729

archrelease: copy trunk to community-x86_64

Added:
  glava/repos/community-x86_64/PKGBUILD
(from rev 440728, glava/trunk/PKGBUILD)
Deleted:
  glava/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-12 20:06:27 UTC (rev 440728)
+++ PKGBUILD2019-03-12 20:07:27 UTC (rev 440729)
@@ -1,29 +0,0 @@
-# Maintainer: Robin Broda 
-
-pkgname=glava
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='OpenGL audio spectrum visualizer'
-arch=('x86_64')
-url='https://github.com/wacossusca34/glava'
-license=('GPL3')
-depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender')
-makedepends=('git' 'python')
-source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver};)
-md5sums=('SKIP')
-
-prepare() {
-   cd "${pkgname}"
-}
-
-build() {
-   cd "${pkgname}"
-
-   make
-}
-
-package() {
-   cd "${pkgname}"
-
-   make DESTDIR="${pkgdir}/" install
-}

Copied: glava/repos/community-x86_64/PKGBUILD (from rev 440728, 
glava/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-12 20:07:27 UTC (rev 440729)
@@ -0,0 +1,29 @@
+# Maintainer: Robin Broda 
+
+pkgname=glava
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='OpenGL audio spectrum visualizer'
+arch=('x86_64')
+url='https://github.com/wacossusca34/glava'
+license=('GPL3')
+depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender')
+makedepends=('git' 'python')
+source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver};)
+md5sums=('SKIP')
+
+prepare() {
+   cd "${pkgname}"
+}
+
+build() {
+   cd "${pkgname}"
+
+   make
+}
+
+package() {
+   cd "${pkgname}"
+
+   make DESTDIR="${pkgdir}/" install
+}


[arch-commits] Commit in glava/trunk (PKGBUILD)

2019-03-12 Thread Robin Broda via arch-commits
Date: Tuesday, March 12, 2019 @ 20:06:27
  Author: coderobe
Revision: 440728

upgpkg: glava 1.6.2-1

Modified:
  glava/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-12 19:23:03 UTC (rev 440727)
+++ PKGBUILD2019-03-12 20:06:27 UTC (rev 440728)
@@ -1,7 +1,7 @@
 # Maintainer: Robin Broda 
 
 pkgname=glava
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='OpenGL audio spectrum visualizer'
 arch=('x86_64')


[arch-commits] Commit in glava/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-12 Thread Robin Broda via arch-commits
Date: Tuesday, March 12, 2019 @ 18:51:36
  Author: coderobe
Revision: 440685

archrelease: copy trunk to community-x86_64

Added:
  glava/repos/community-x86_64/PKGBUILD
(from rev 440683, glava/trunk/PKGBUILD)
Deleted:
  glava/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-12 18:51:19 UTC (rev 440684)
+++ PKGBUILD2019-03-12 18:51:36 UTC (rev 440685)
@@ -1,29 +0,0 @@
-# Maintainer: Robin Broda 
-
-pkgname=glava
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='OpenGL audio spectrum visualizer'
-arch=('x86_64')
-url='https://github.com/wacossusca34/glava'
-license=('GPL3')
-depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender')
-makedepends=('git' 'python')
-source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver};)
-md5sums=('SKIP')
-
-prepare() {
-   cd "${pkgname}"
-}
-
-build() {
-   cd "${pkgname}"
-
-   make
-}
-
-package() {
-   cd "${pkgname}"
-
-   make DESTDIR="${pkgdir}/" install
-}

Copied: glava/repos/community-x86_64/PKGBUILD (from rev 440683, 
glava/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-12 18:51:36 UTC (rev 440685)
@@ -0,0 +1,29 @@
+# Maintainer: Robin Broda 
+
+pkgname=glava
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='OpenGL audio spectrum visualizer'
+arch=('x86_64')
+url='https://github.com/wacossusca34/glava'
+license=('GPL3')
+depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender')
+makedepends=('git' 'python')
+source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver};)
+md5sums=('SKIP')
+
+prepare() {
+   cd "${pkgname}"
+}
+
+build() {
+   cd "${pkgname}"
+
+   make
+}
+
+package() {
+   cd "${pkgname}"
+
+   make DESTDIR="${pkgdir}/" install
+}


[arch-commits] Commit in glava/trunk (PKGBUILD)

2019-03-12 Thread Robin Broda via arch-commits
Date: Tuesday, March 12, 2019 @ 18:49:44
  Author: coderobe
Revision: 440680

upgpkg: glava 1.6.1-1

Modified:
  glava/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-12 18:40:46 UTC (rev 440679)
+++ PKGBUILD2019-03-12 18:49:44 UTC (rev 440680)
@@ -1,7 +1,7 @@
 # Maintainer: Robin Broda 
 
 pkgname=glava
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='OpenGL audio spectrum visualizer'
 arch=('x86_64')


[arch-commits] Commit in multipath-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-09 Thread Robin Broda via arch-commits
Date: Sunday, March 10, 2019 @ 05:36:57
  Author: coderobe
Revision: 438905

archrelease: copy trunk to community-x86_64

Added:
  multipath-tools/repos/community-x86_64/PKGBUILD
(from rev 438904, multipath-tools/trunk/PKGBUILD)
Deleted:
  multipath-tools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-10 05:36:20 UTC (rev 438904)
+++ PKGBUILD2019-03-10 05:36:57 UTC (rev 438905)
@@ -1,45 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Michael Lass 
-# Contributor: Justin Dray 
-# Contributor: Patrick McCarty 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: Michael P 
-# Contributor: Matt Heagney 
-
-pkgname=multipath-tools
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Multipath tools for Linux (including kpartx)'
-arch=('x86_64')
-url='http://christophe.varoqui.free.fr/'
-license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 
'systemd-libs')
-makedepends=('git')
-source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-
-  # Fix systemd version detection in Makefile
-  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
-
-  # Fix bindir in Makefile
-  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
-}
-
-build() {
-  cd "${pkgname}"
-
-  make
-}
-
-package() {
-  cd "${pkgname}"
-
-  make DESTDIR="${pkgdir}" \
-   exec_prefix="/usr" \
-   LIB="/usr/lib" \
-   install
-}

Copied: multipath-tools/repos/community-x86_64/PKGBUILD (from rev 438904, 
multipath-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-10 05:36:57 UTC (rev 438905)
@@ -0,0 +1,45 @@
+# Maintainer: Robin Broda 
+# Contributor: Michael Lass 
+# Contributor: Justin Dray 
+# Contributor: Patrick McCarty 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: Michael P 
+# Contributor: Matt Heagney 
+
+pkgname=multipath-tools
+pkgver=0.8.0
+pkgrel=2
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
+makedepends=('git')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix systemd version detection in Makefile
+  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" \
+   exec_prefix="/usr" \
+   LIB="/usr/lib" \
+   install
+}


[arch-commits] Commit in multipath-tools/trunk (PKGBUILD)

2019-03-09 Thread Robin Broda via arch-commits
Date: Sunday, March 10, 2019 @ 05:36:20
  Author: coderobe
Revision: 438904

upgpkg: multipath-tools 0.8.0-2

remove ceph-libs dependency (FS#61965)

Modified:
  multipath-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 03:28:21 UTC (rev 438903)
+++ PKGBUILD2019-03-10 05:36:20 UTC (rev 438904)
@@ -9,12 +9,12 @@
 
 pkgname=multipath-tools
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Multipath tools for Linux (including kpartx)'
 arch=('x86_64')
 url='http://christophe.varoqui.free.fr/'
 license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 
'systemd-libs')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
 makedepends=('git')
 
source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
 sha256sums=('SKIP')


[arch-commits] Commit in multipath-tools/repos (3 files)

2019-03-09 Thread Robin Broda via arch-commits
Date: Sunday, March 10, 2019 @ 03:28:21
  Author: coderobe
Revision: 438903

unbreak accidental archrelease

Added:
  multipath-tools/repos/community-x86_64/PKGBUILD
(from rev 438902, multipath-tools/repos/extra-x86_64/PKGBUILD)
Deleted:
  multipath-tools/repos/community-x86_64/PKGBUILD
  multipath-tools/repos/extra-x86_64/

---+
 /PKGBUILD |   45 
 community-x86_64/PKGBUILD |   45 
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-03-10 03:21:14 UTC (rev 438902)
+++ community-x86_64/PKGBUILD   2019-03-10 03:28:21 UTC (rev 438903)
@@ -1,45 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Michael Lass 
-# Contributor: Justin Dray 
-# Contributor: Patrick McCarty 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: Michael P 
-# Contributor: Matt Heagney 
-
-pkgname=multipath-tools
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Multipath tools for Linux (including kpartx)'
-arch=('x86_64')
-url='http://christophe.varoqui.free.fr/'
-license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 
'systemd-libs')
-makedepends=('git')
-source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-
-  # Fix systemd version detection in Makefile
-  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
-
-  # Fix bindir in Makefile
-  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
-}
-
-build() {
-  cd "${pkgname}"
-
-  make
-}
-
-package() {
-  cd "${pkgname}"
-
-  make DESTDIR="${pkgdir}" \
-   exec_prefix="/usr" \
-   LIB="/usr/lib" \
-   install
-}

Copied: multipath-tools/repos/community-x86_64/PKGBUILD (from rev 438902, 
multipath-tools/repos/extra-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-10 03:28:21 UTC (rev 438903)
@@ -0,0 +1,45 @@
+# Maintainer: Robin Broda 
+# Contributor: Michael Lass 
+# Contributor: Justin Dray 
+# Contributor: Patrick McCarty 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: Michael P 
+# Contributor: Matt Heagney 
+
+pkgname=multipath-tools
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 
'systemd-libs')
+makedepends=('git')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix systemd version detection in Makefile
+  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" \
+   exec_prefix="/usr" \
+   LIB="/usr/lib" \
+   install
+}


[arch-commits] Commit in multipath-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-09 Thread Robin Broda via arch-commits
Date: Sunday, March 10, 2019 @ 03:21:14
  Author: coderobe
Revision: 438902

archrelease: copy trunk to community-x86_64

Added:
  multipath-tools/repos/community-x86_64/PKGBUILD
(from rev 438901, multipath-tools/trunk/PKGBUILD)
Deleted:
  multipath-tools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   87 +++--
 1 file changed, 45 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-10 03:17:18 UTC (rev 438901)
+++ PKGBUILD2019-03-10 03:21:14 UTC (rev 438902)
@@ -1,42 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Michael Lass 
-# Contributor: Justin Dray 
-# Contributor: Patrick McCarty 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: Michael P 
-# Contributor: Matt Heagney 
-
-pkgname=multipath-tools
-pkgver=0.7.9
-pkgrel=4
-pkgdesc='Multipath tools for Linux (including kpartx)'
-arch=('x86_64')
-url='http://christophe.varoqui.free.fr/'
-license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 'libsystemd')
-makedepends=('git')
-source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-
-  # Fix bindir in Makefile
-  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
-}
-
-build() {
-  cd "${pkgname}"
-
-  make
-}
-
-package() {
-  cd "${pkgname}"
-
-  make DESTDIR="${pkgdir}" \
-   exec_prefix="/usr" \
-   LIB="/usr/lib" \
-   install
-}

Copied: multipath-tools/repos/community-x86_64/PKGBUILD (from rev 438901, 
multipath-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-10 03:21:14 UTC (rev 438902)
@@ -0,0 +1,45 @@
+# Maintainer: Robin Broda 
+# Contributor: Michael Lass 
+# Contributor: Justin Dray 
+# Contributor: Patrick McCarty 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: Michael P 
+# Contributor: Matt Heagney 
+
+pkgname=multipath-tools
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 
'systemd-libs')
+makedepends=('git')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix systemd version detection in Makefile
+  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" \
+   exec_prefix="/usr" \
+   LIB="/usr/lib" \
+   install
+}


[arch-commits] Commit in multipath-tools/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2019-03-09 Thread Robin Broda via arch-commits
Date: Sunday, March 10, 2019 @ 03:17:18
  Author: coderobe
Revision: 438901

archrelease: copy trunk to extra-x86_64

Added:
  multipath-tools/repos/extra-x86_64/
  multipath-tools/repos/extra-x86_64/PKGBUILD
(from rev 438900, multipath-tools/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: multipath-tools/repos/extra-x86_64/PKGBUILD (from rev 438900, 
multipath-tools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-03-10 03:17:18 UTC (rev 438901)
@@ -0,0 +1,45 @@
+# Maintainer: Robin Broda 
+# Contributor: Michael Lass 
+# Contributor: Justin Dray 
+# Contributor: Patrick McCarty 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: Michael P 
+# Contributor: Matt Heagney 
+
+pkgname=multipath-tools
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 
'systemd-libs')
+makedepends=('git')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix systemd version detection in Makefile
+  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" \
+   exec_prefix="/usr" \
+   LIB="/usr/lib" \
+   install
+}


[arch-commits] Commit in multipath-tools/trunk (PKGBUILD)

2019-03-09 Thread Robin Broda via arch-commits
Date: Sunday, March 10, 2019 @ 03:16:44
  Author: coderobe
Revision: 438900

upgpkg: multipath-tools 0.8.0-1

update to 0.8.0, fix systemd version detection in makefile

Modified:
  multipath-tools/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 03:00:20 UTC (rev 438899)
+++ PKGBUILD2019-03-10 03:16:44 UTC (rev 438900)
@@ -8,8 +8,8 @@
 # Contributor: Matt Heagney 
 
 pkgname=multipath-tools
-pkgver=0.7.9
-pkgrel=4
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='Multipath tools for Linux (including kpartx)'
 arch=('x86_64')
 url='http://christophe.varoqui.free.fr/'
@@ -22,6 +22,9 @@
 prepare() {
   cd "${pkgname}"
 
+  # Fix systemd version detection in Makefile
+  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
+
   # Fix bindir in Makefile
   sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
 }


[arch-commits] Commit in glava/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-09 Thread Robin Broda via arch-commits
Date: Sunday, March 10, 2019 @ 03:00:20
  Author: coderobe
Revision: 438899

archrelease: copy trunk to community-x86_64

Added:
  glava/repos/community-x86_64/PKGBUILD
(from rev 438898, glava/trunk/PKGBUILD)
Deleted:
  glava/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-10 02:59:32 UTC (rev 438898)
+++ PKGBUILD2019-03-10 03:00:20 UTC (rev 438899)
@@ -1,29 +0,0 @@
-# Maintainer: Robin Broda 
-
-pkgname=glava
-pkgver=1.5.8
-pkgrel=1
-pkgdesc='OpenGL audio spectrum visualizer'
-arch=('x86_64')
-url='https://github.com/wacossusca34/glava'
-license=('GPL3')
-depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender')
-makedepends=('git' 'python')
-source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver};)
-md5sums=('SKIP')
-
-prepare() {
-   cd "${pkgname}"
-}
-
-build() {
-   cd "${pkgname}"
-
-   make
-}
-
-package() {
-   cd "${pkgname}"
-
-   make DESTDIR="${pkgdir}/" install
-}

Copied: glava/repos/community-x86_64/PKGBUILD (from rev 438898, 
glava/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-10 03:00:20 UTC (rev 438899)
@@ -0,0 +1,29 @@
+# Maintainer: Robin Broda 
+
+pkgname=glava
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='OpenGL audio spectrum visualizer'
+arch=('x86_64')
+url='https://github.com/wacossusca34/glava'
+license=('GPL3')
+depends=('x-server' 'pulseaudio' 'libxext' 'libxcomposite' 'libxrender')
+makedepends=('git' 'python')
+source=("git+https://github.com/wacossusca34/glava#tag=v${pkgver};)
+md5sums=('SKIP')
+
+prepare() {
+   cd "${pkgname}"
+}
+
+build() {
+   cd "${pkgname}"
+
+   make
+}
+
+package() {
+   cd "${pkgname}"
+
+   make DESTDIR="${pkgdir}/" install
+}


[arch-commits] Commit in glava/trunk (PKGBUILD)

2019-03-09 Thread Robin Broda via arch-commits
Date: Sunday, March 10, 2019 @ 02:59:32
  Author: coderobe
Revision: 438898

upgpkg: glava 1.6.0-1

glava 1.6.0

Modified:
  glava/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 01:16:35 UTC (rev 438897)
+++ PKGBUILD2019-03-10 02:59:32 UTC (rev 438898)
@@ -1,7 +1,7 @@
 # Maintainer: Robin Broda 
 
 pkgname=glava
-pkgver=1.5.8
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='OpenGL audio spectrum visualizer'
 arch=('x86_64')


[arch-commits] Commit in tcc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-24 Thread Robin Broda via arch-commits
Date: Thursday, January 24, 2019 @ 22:52:10
  Author: coderobe
Revision: 427632

archrelease: copy trunk to community-x86_64

Added:
  tcc/repos/community-x86_64/PKGBUILD
(from rev 427631, tcc/trunk/PKGBUILD)
Deleted:
  tcc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-24 22:47:03 UTC (rev 427631)
+++ PKGBUILD2019-01-24 22:52:10 UTC (rev 427632)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Robin Broda 
-# Contributor: Pierre Neidhardt 
-# Contributor: Sergej Pupykin 
-# Contributor: Gergely Imreh 
-# Contributor: dschauer 
-# Contributor: Stefan Husmann 
-# Contributor: Jeremy Cowgar 
-
-pkgname=tcc
-pkgver=0.9.27
-pkgrel=3
-pkgdesc="Tiny C Compiler"
-arch=('x86_64')
-url="http://bellard.org/tcc/;
-license=('LGPL')
-depends=('glibc')
-options=('docs' 'staticlibs')
-source=(http://download.savannah.nongnu.org/releases/tinycc/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  unset CFLAGS
-  unset LDFLAGS
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
- make DESTDIR="$pkgdir" docdir="$pkgdir"/usr/share/doc/tcc install
-
- make clean
- make CFLAGS="-fPIC"
- gcc -shared -o libtcc.so *.o
- install -Dm755 libtcc.so -t "${pkgdir}/usr/lib/"
-}

Copied: tcc/repos/community-x86_64/PKGBUILD (from rev 427631, 
tcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-24 22:52:10 UTC (rev 427632)
@@ -0,0 +1,38 @@
+# Maintainer: Robin Broda 
+# Contributor: Pierre Neidhardt 
+# Contributor: Sergej Pupykin 
+# Contributor: Gergely Imreh 
+# Contributor: dschauer 
+# Contributor: Stefan Husmann 
+# Contributor: Jeremy Cowgar 
+
+pkgname=tcc
+pkgver=0.9.27
+pkgrel=3
+pkgdesc="Tiny C Compiler"
+arch=('x86_64')
+url="https://bellard.org/tcc/;
+license=('LGPL')
+depends=('glibc')
+options=('docs' 'staticlibs')
+source=("https://download.savannah.nongnu.org/releases/tinycc/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9cdb18da76db90287db351ca40b8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  unset CFLAGS
+  unset LDFLAGS
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+ make DESTDIR="$pkgdir" docdir="$pkgdir"/usr/share/doc/tcc install
+
+ make clean
+ make CFLAGS="-fPIC"
+ gcc -shared -o libtcc.so *.o
+ install -Dm755 libtcc.so -t "${pkgdir}/usr/lib/"
+}


[arch-commits] Commit in tcc/trunk (PKGBUILD)

2019-01-24 Thread Robin Broda via arch-commits
Date: Thursday, January 24, 2019 @ 22:45:24
  Author: coderobe
Revision: 427628

Use https, add checksums

Modified:
  tcc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-24 22:45:14 UTC (rev 427627)
+++ PKGBUILD2019-01-24 22:45:24 UTC (rev 427628)
@@ -11,12 +11,12 @@
 pkgrel=3
 pkgdesc="Tiny C Compiler"
 arch=('x86_64')
-url="http://bellard.org/tcc/;
+url="https://bellard.org/tcc/;
 license=('LGPL')
 depends=('glibc')
 options=('docs' 'staticlibs')
-source=(http://download.savannah.nongnu.org/releases/tinycc/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('SKIP')
+source=("https://download.savannah.nongnu.org/releases/tinycc/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9cdb18da76db90287db351ca40b8')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in multipath-tools/repos/community-x86_64 (4 files)

2019-01-20 Thread Robin Broda via arch-commits
Date: Sunday, January 20, 2019 @ 18:07:48
  Author: coderobe
Revision: 425386

archrelease: copy trunk to community-x86_64

Added:
  multipath-tools/repos/community-x86_64/PKGBUILD
(from rev 425385, multipath-tools/trunk/PKGBUILD)
Deleted:
  multipath-tools/repos/community-x86_64/PKGBUILD
  multipath-tools/repos/community-x86_64/usr_lib_initcpio_hooks_kpartx
  multipath-tools/repos/community-x86_64/usr_lib_initcpio_install_kpartx

-+
 PKGBUILD|   91 +-
 usr_lib_initcpio_hooks_kpartx   |5 --
 usr_lib_initcpio_install_kpartx |   12 -
 3 files changed, 42 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-20 18:06:44 UTC (rev 425385)
+++ PKGBUILD2019-01-20 18:07:48 UTC (rev 425386)
@@ -1,49 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Michael Lass 
-# Contributor: Justin Dray 
-# Contributor: Patrick McCarty 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: Michael P 
-# Contributor: Matt Heagney 
-
-pkgname=multipath-tools
-pkgver=0.7.9
-pkgrel=3
-pkgdesc='Multipath tools for Linux (including kpartx)'
-arch=('x86_64')
-url='http://christophe.varoqui.free.fr/'
-license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 'libsystemd')
-makedepends=('git')
-source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};
-'usr_lib_initcpio_hooks_kpartx'
-'usr_lib_initcpio_install_kpartx')
-sha256sums=('SKIP'
-'46c80c89093c3ca76aa35e1c07b0b5f08474189f0f84c2411d0a58fdbeb61a6e'
-'db06ab0c18574e4e3e7c9f54af9860a60cb7c1b20e3a9114558eef7a22e95199')
-
-prepare() {
-  cd "${pkgname}"
-
-  # Fix bindir in Makefile
-  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
-}
-
-build() {
-  cd "${pkgname}"
-
-  make
-}
-
-package() {
-  cd "${pkgname}"
-
-  make DESTDIR="${pkgdir}" \
-   exec_prefix="/usr" \
-   LIB="/usr/lib" \
-   install
-
-  install -Dm 644 "${srcdir}/usr_lib_initcpio_hooks_kpartx" 
"${pkgdir}/usr/lib/initcpio/hooks/kpartx"
-  install -Dm 644 "${srcdir}/usr_lib_initcpio_install_kpartx" 
"${pkgdir}/usr/lib/initcpio/install/kpartx"
-}

Copied: multipath-tools/repos/community-x86_64/PKGBUILD (from rev 425385, 
multipath-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-20 18:07:48 UTC (rev 425386)
@@ -0,0 +1,42 @@
+# Maintainer: Robin Broda 
+# Contributor: Michael Lass 
+# Contributor: Justin Dray 
+# Contributor: Patrick McCarty 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: Michael P 
+# Contributor: Matt Heagney 
+
+pkgname=multipath-tools
+pkgver=0.7.9
+pkgrel=4
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 'libsystemd')
+makedepends=('git')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" \
+   exec_prefix="/usr" \
+   LIB="/usr/lib" \
+   install
+}

Deleted: usr_lib_initcpio_hooks_kpartx
===
--- usr_lib_initcpio_hooks_kpartx   2019-01-20 18:06:44 UTC (rev 425385)
+++ usr_lib_initcpio_hooks_kpartx   2019-01-20 18:07:48 UTC (rev 425386)
@@ -1,5 +0,0 @@
-#!/usr/bin/ash
-
-run_hook() {
-   kpartx -a "$devMapRootPartitioned"
-}

Deleted: usr_lib_initcpio_install_kpartx
===
--- usr_lib_initcpio_install_kpartx 2019-01-20 18:06:44 UTC (rev 425385)
+++ usr_lib_initcpio_install_kpartx 2019-01-20 18:07:48 UTC (rev 425386)
@@ -1,12 +0,0 @@
-#!/usr/bin/bash
-
-build() {
-   add_binary kpartx
-   add_runscript
-}
-
-help() {
-cat <

  1   2   >