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

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 20:09:36 UTC 2022


    Date: Monday, July 11, 2022 @ 20:09:36
  Author: eworm
Revision: 1249653

archrelease: copy trunk to community-x86_64

Added:
  supermin/repos/community-x86_64/PKGBUILD
    (from rev 1249652, supermin/trunk/PKGBUILD)
  supermin/repos/community-x86_64/keys/
  supermin/repos/community-x86_64/pacman6.patch
    (from rev 1249652, supermin/trunk/pacman6.patch)
Deleted:
  supermin/repos/community-x86_64/PKGBUILD
  supermin/repos/community-x86_64/pacman6.patch

---------------+
 PKGBUILD      |   64 ++++++++++++++++++++++++++++----------------------------
 pacman6.patch |   30 +++++++++++++-------------
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 20:09:33 UTC (rev 1249652)
+++ PKGBUILD	2022-07-11 20:09:36 UTC (rev 1249653)
@@ -1,32 +0,0 @@
-# Maintainer: Robin Broda <coderobe @ archlinux.org>
-# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
-# Contributor:  Achilleas Pipinellis <axilleas archlinux gr>
-
-pkgname=supermin
-pkgver=5.3.1
-pkgrel=1
-pkgdesc="Tool for creating supermin appliances"
-arch=('x86_64')
-url="http://people.redhat.com/~rjones/supermin/"
-license=('GPL')
-makedepends=('ocaml' 'ocaml-findlib')
-depends=('e2fsprogs' 'pacman' 'pacman-contrib' 'cpio')
-conflicts=('febootstrap<=3.21')
-source=("https://download.libguestfs.org/${pkgname}/5.3-development/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('c904f62c46941cd7e1d19abd5e82491c46f40333faac4a131439cb2d95ec78ad38c227dadbbedd83317283b11d29d603fc65d2d5fe095d37bbd89e7e212f3e8a'
-            'SKIP')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones <rjones at redhat.com>
-
-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 1249652, supermin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 20:09:36 UTC (rev 1249653)
@@ -0,0 +1,32 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
+# Contributor:  Achilleas Pipinellis <axilleas archlinux gr>
+
+pkgname=supermin
+pkgver=5.3.2
+pkgrel=1
+pkgdesc="Tool for creating supermin appliances"
+arch=('x86_64')
+url="http://people.redhat.com/~rjones/supermin/"
+license=('GPL')
+makedepends=('ocaml' 'ocaml-findlib')
+depends=('e2fsprogs' 'pacman' 'pacman-contrib' 'cpio')
+conflicts=('febootstrap<=3.21')
+source=("https://download.libguestfs.org/${pkgname}/5.3-development/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('501731e9cce8bf1f4743eeff4af620813d466da10b664df037575a546b3b8e8697ed9e881dde7d3ba737e6a78536717c1823e22cdc1c92409db78d976a6678b5'
+            'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones <rjones at redhat.com>
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: pacman6.patch
===================================================================
--- pacman6.patch	2022-07-11 20:09:33 UTC (rev 1249652)
+++ pacman6.patch	2022-07-11 20:09:36 UTC (rev 1249653)
@@ -1,15 +0,0 @@
-diff -upr supermin-5.2.1.orig/src/ph_pacman.ml supermin-5.2.1/src/ph_pacman.ml
---- supermin-5.2.1.orig/src/ph_pacman.ml	2021-02-01 11:30:45.000000000 +0200
-+++ supermin-5.2.1/src/ph_pacman.ml	2021-05-24 18:11:28.002222316 +0300
-@@ -219,7 +219,10 @@ let pacman_download_all_packages pkgs di
-   let cmd =
-     sprintf "
-       umask 0000
--      for f in %s/*.pkg.tar.*; do tar -xf \"$f\" -C %s; done
-+      for f in %s/*.pkg.tar.*; do
-+        [[ $f == *.sig ]] && continue
-+        tar -xf \"$f\" -C %s
-+      done
-     "
-       (quote tdir) (quote dir) in
-   if !settings.debug >= 2 then printf "%s" cmd;

Copied: supermin/repos/community-x86_64/pacman6.patch (from rev 1249652, supermin/trunk/pacman6.patch)
===================================================================
--- pacman6.patch	                        (rev 0)
+++ pacman6.patch	2022-07-11 20:09:36 UTC (rev 1249653)
@@ -0,0 +1,15 @@
+diff -upr supermin-5.2.1.orig/src/ph_pacman.ml supermin-5.2.1/src/ph_pacman.ml
+--- supermin-5.2.1.orig/src/ph_pacman.ml	2021-02-01 11:30:45.000000000 +0200
++++ supermin-5.2.1/src/ph_pacman.ml	2021-05-24 18:11:28.002222316 +0300
+@@ -219,7 +219,10 @@ let pacman_download_all_packages pkgs di
+   let cmd =
+     sprintf "
+       umask 0000
+-      for f in %s/*.pkg.tar.*; do tar -xf \"$f\" -C %s; done
++      for f in %s/*.pkg.tar.*; do
++        [[ $f == *.sig ]] && continue
++        tar -xf \"$f\" -C %s
++      done
+     "
+       (quote tdir) (quote dir) in
+   if !settings.debug >= 2 then printf "%s" cmd;



More information about the arch-commits mailing list