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

Morten Linderud foxboron at archlinux.org
Sun Feb 9 21:56:10 UTC 2020


    Date: Sunday, February 9, 2020 @ 21:56:09
  Author: foxboron
Revision: 565568

archrelease: copy trunk to community-x86_64

Added:
  podman/repos/community-x86_64/PKGBUILD
    (from rev 565567, podman/trunk/PKGBUILD)
Deleted:
  podman/repos/community-x86_64/PKGBUILD
  podman/repos/community-x86_64/fix-makefile.patch

--------------------+
 PKGBUILD           |  102 ++++++++++++++++++++++++---------------------------
 fix-makefile.patch |   13 ------
 2 files changed, 48 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 21:55:31 UTC (rev 565567)
+++ PKGBUILD	2020-02-09 21:56:09 UTC (rev 565568)
@@ -1,54 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon device-mapper iptables libseccomp runc skopeo
-         btrfs-progs slirp4netns libsystemd)
-makedepends=(go-pie go-md2man git)
-optdepends=('catatonit: --init flag support')
-source=("git+$url#tag=v$pkgver?signed"
-        "fix-makefile.patch")
-validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP'
-            '7dc9b1bb6b134196ca5125ba40c1f6d82c260a42bc929d9fb6142a5ac61a1c6a')
-
-prepare() {
-  cd libpod
-  patch -Np1 < "../fix-makefile.patch"
-}
-
-pkgver() {
-  cd libpod
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  export BUILDTAGS='seccomp varlink  systemd'
-  export CGO_LDFLAGS=$LDFLAGS
-  export GOFLAGS="-trimpath"
-
-  cd libpod
-  make
-}
-
-package_podman() {
-  optdepends=('podman-docker: for Docker-compatible CLI')
-
-  cd libpod
-  make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
-}
-
-package_podman-docker() {
-  pkgdesc='Emulate Docker CLI using podman'
-  depends=(podman)
-  conflicts=(docker)
-
-  cd libpod
-  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
-}

Copied: podman/repos/community-x86_64/PKGBUILD (from rev 565567, podman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-09 21:56:09 UTC (rev 565568)
@@ -0,0 +1,48 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon device-mapper iptables libseccomp runc skopeo
+         btrfs-progs slirp4netns libsystemd)
+makedepends=(go-pie go-md2man git)
+optdepends=('catatonit: --init flag support')
+source=("git+$url#tag=v$pkgver?signed")
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libpod
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  export BUILDTAGS='seccomp varlink  systemd'
+  export CGO_LDFLAGS=$LDFLAGS
+  export GOFLAGS="-trimpath"
+
+  cd libpod
+  make
+}
+
+package_podman() {
+  optdepends=('podman-docker: for Docker-compatible CLI')
+
+  cd libpod
+  make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
+}
+
+package_podman-docker() {
+  pkgdesc='Emulate Docker CLI using podman'
+  depends=(podman)
+  conflicts=(docker)
+
+  cd libpod
+  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}

Deleted: fix-makefile.patch
===================================================================
--- fix-makefile.patch	2020-02-09 21:55:31 UTC (rev 565567)
+++ fix-makefile.patch	2020-02-09 21:56:09 UTC (rev 565568)
@@ -1,13 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 3f87990f..c09fcd08 100644
---- a/Makefile
-+++ b/Makefile
-@@ -520,7 +520,7 @@ install.libseccomp.sudo:
- 	cd ../../seccomp/libseccomp && git checkout --detach $(LIBSECCOMP_COMMIT) && ./autogen.sh && ./configure --prefix=/usr && make all && make install
- 
- 
--cmd/podman/varlink/iopodman.go: cmd/podman/varlink/io.podman.varlink
-+cmd/podman/varlink/iopodman.go: .gopathok cmd/podman/varlink/io.podman.varlink
- 	GO111MODULE=off $(GO) generate ./cmd/podman/varlink/...
- 
- API.md: cmd/podman/varlink/io.podman.varlink



More information about the arch-commits mailing list