[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2020-09-26 Thread Morten Linderud via arch-commits
Date: Saturday, September 26, 2020 @ 12:01:33
  Author: foxboron
Revision: 712449

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 712448, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 712448, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 712448, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 712448, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 712448, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 712448, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 712448, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  126 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1453 insertions(+), 1453 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 12:01:15 UTC (rev 712448)
+++ PKGBUILD2020-09-26 12:01:33 UTC (rev 712449)
@@ -1,63 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper)
-makedepends=(go go-md2man btrfs-progs git systemd)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=67abbb3cefbdc876447583d5ea45e76bf441eba7#refs/tags/v1.1.1
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make binary-local BUILDTAGS='containers_image_ostree_stub'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 712448, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-26 12:01:33 UTC (rev 712449)
@@ -0,0 +1,63 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper)
+makedepends=(go go-md2man btrfs-progs git systemd)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=2b4097bc13e7ba1d16a5225e2292a5cf88072f63#refs/tags/v1.2.0
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2020-07-29 Thread Morten Linderud via arch-commits
Date: Wednesday, July 29, 2020 @ 18:20:58
  Author: foxboron
Revision: 665798

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 665797, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 665797, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 665797, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 665797, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 665797, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 665797, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 665797, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  126 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1453 insertions(+), 1453 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-29 18:20:43 UTC (rev 665797)
+++ PKGBUILD2020-07-29 18:20:58 UTC (rev 665798)
@@ -1,63 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper)
-makedepends=(go go-md2man btrfs-progs git systemd)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=63085f5bef1131aa9ec0907a5c8d66b67de7c4b2 # tags/v1.1.0
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make binary-local BUILDTAGS='containers_image_ostree_stub'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 665797, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-29 18:20:58 UTC (rev 665798)
@@ -0,0 +1,63 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper)
+makedepends=(go go-md2man btrfs-progs git systemd)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=67abbb3cefbdc876447583d5ea45e76bf441eba7#refs/tags/v1.1.1
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2020-06-19 Thread Morten Linderud via arch-commits
Date: Friday, June 19, 2020 @ 12:46:30
  Author: foxboron
Revision: 647670

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 647669, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 647669, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 647669, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 647669, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 647669, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 647669, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 647669, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  126 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1453 insertions(+), 1453 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-19 12:46:12 UTC (rev 647669)
+++ PKGBUILD2020-06-19 12:46:30 UTC (rev 647670)
@@ -1,63 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper)
-makedepends=(go go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=bd162028cd83ceecd8915736f2d66d5ca73ee54a # tags/v1.0.0
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make binary-local BUILDTAGS='containers_image_ostree_stub'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 647669, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-19 12:46:30 UTC (rev 647670)
@@ -0,0 +1,63 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper)
+makedepends=(go go-md2man btrfs-progs git systemd)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=63085f5bef1131aa9ec0907a5c8d66b67de7c4b2 # tags/v1.1.0
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2020-05-19 Thread Morten Linderud via arch-commits
Date: Tuesday, May 19, 2020 @ 19:14:10
  Author: foxboron
Revision: 630094

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 630093, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 630093, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 630093, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 630093, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 630093, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 630093, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 630093, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  123 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1453 insertions(+), 1450 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-19 19:13:53 UTC (rev 630093)
+++ PKGBUILD2020-05-19 19:14:10 UTC (rev 630094)
@@ -1,60 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=1119299c4b27e16680744e8bcf3b5362344a40d7 # tags/v0.2.0
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make binary-local BUILDTAGS='containers_image_ostree_stub'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 630093, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-19 19:14:10 UTC (rev 630094)
@@ -0,0 +1,63 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper)
+makedepends=(go go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=bd162028cd83ceecd8915736f2d66d5ca73ee54a # tags/v1.0.0
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)
+sha256sums=('SKIP'
+

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2020-04-10 Thread Morten Linderud via arch-commits
Date: Friday, April 10, 2020 @ 15:08:17
  Author: foxboron
Revision: 613107

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 613106, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 613106, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 613106, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 613106, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 613106, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 613106, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 613106, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  120 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1450 insertions(+), 1450 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 15:08:04 UTC (rev 613106)
+++ PKGBUILD2020-04-10 15:08:17 UTC (rev 613107)
@@ -1,60 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.1.41
-pkgrel=2
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=7d080caaa32327ca063276f477a64af0fd4617ba # tags/v0.1.41
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make binary-local BUILDTAGS='containers_image_ostree_stub'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 613106, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 15:08:17 UTC (rev 613107)
@@ -0,0 +1,60 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper)
+makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=1119299c4b27e16680744e8bcf3b5362344a40d7 # tags/v0.2.0
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)
+sha256sums=('SKIP'
+

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2020-02-29 Thread Morten Linderud via arch-commits
Date: Saturday, February 29, 2020 @ 13:11:54
  Author: foxboron
Revision: 586853

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 586852, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 586852, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 586852, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 586852, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 586852, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 586852, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 586852, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  120 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1450 insertions(+), 1450 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-29 13:11:40 UTC (rev 586852)
+++ PKGBUILD2020-02-29 13:11:54 UTC (rev 586853)
@@ -1,60 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.1.41
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper ostree)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=7d080caaa32327ca063276f477a64af0fd4617ba # tags/v0.1.41
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make binary-local BUILDTAGS='containers_image_ostree_stub ostree'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 586852, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-29 13:11:54 UTC (rev 586853)
@@ -0,0 +1,60 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=0.1.41
+pkgrel=2
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper)
+makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=7d080caaa32327ca063276f477a64af0fd4617ba # tags/v0.1.41
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)
+sha256sums=('SKIP'
+

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2020-02-09 Thread Morten Linderud via arch-commits
Date: Sunday, February 9, 2020 @ 21:49:15
  Author: foxboron
Revision: 565565

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 565564, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 565564, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 565564, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 565564, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 565564, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 565564, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 565564, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  119 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1450 insertions(+), 1449 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 21:49:00 UTC (rev 565564)
+++ PKGBUILD2020-02-09 21:49:15 UTC (rev 565565)
@@ -1,59 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.1.40
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper ostree)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=be6146b0a8471b02e776134119a2c37dfb70d414  # tags/v0.1.40
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make binary-local BUILDTAGS='containers_image_ostree_stub ostree'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 565564, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 21:49:15 UTC (rev 565565)
@@ -0,0 +1,60 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=0.1.41
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper ostree)
+makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=7d080caaa32327ca063276f477a64af0fd4617ba # tags/v0.1.41
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)
+sha256sums=('SKIP'
+

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2019-10-30 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, October 30, 2019 @ 13:05:22
  Author: bpiotrowski
Revision: 520978

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 520977, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 520977, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 520977, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 520977, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 520977, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 520977, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 520977, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  118 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1449 insertions(+), 1449 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-30 13:05:16 UTC (rev 520977)
+++ PKGBUILD2019-10-30 13:05:22 UTC (rev 520978)
@@ -1,59 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.1.39
-pkgrel=3
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper ostree)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=1cf1e06582142c522543560f2bc6d6756696e8ad # tags/v0.1.39
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make binary-local BUILDTAGS='containers_image_ostree_stub ostree'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 520977, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-30 13:05:22 UTC (rev 520978)
@@ -0,0 +1,59 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=0.1.40
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper ostree)
+makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=be6146b0a8471b02e776134119a2c37dfb70d414  # tags/v0.1.40
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)
+sha256sums=('SKIP'
+'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
+

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2019-10-14 Thread Morten Linderud via arch-commits
Date: Monday, October 14, 2019 @ 15:14:08
  Author: foxboron
Revision: 515712

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 515711, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 515711, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 515711, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 515711, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 515711, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 515711, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 515711, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  116 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1449 insertions(+), 1447 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-14 15:13:50 UTC (rev 515711)
+++ PKGBUILD2019-10-14 15:14:08 UTC (rev 515712)
@@ -1,57 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.1.39
-pkgrel=2
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper ostree)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=1cf1e06582142c522543560f2bc6d6756696e8ad # tags/v0.1.39
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  make binary-local BUILDTAGS='containers_image_ostree_stub ostree'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 515711, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-14 15:14:08 UTC (rev 515712)
@@ -0,0 +1,59 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=0.1.39
+pkgrel=3
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper ostree)
+makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=1cf1e06582142c522543560f2bc6d6756696e8ad # tags/v0.1.39
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)
+sha256sums=('SKIP'
+'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
+'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
+   

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2019-08-15 Thread Felix Yan via arch-commits
Date: Friday, August 16, 2019 @ 04:52:19
  Author: felixonmars
Revision: 499691

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 499690, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 499690, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 499690, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 499690, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 499690, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 499690, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 499690, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  114 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1447 insertions(+), 1447 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-16 04:51:59 UTC (rev 499690)
+++ PKGBUILD2019-08-16 04:52:19 UTC (rev 499691)
@@ -1,57 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.1.39
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper ostree)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=1cf1e06582142c522543560f2bc6d6756696e8ad # tags/v0.1.39
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  make binary-local BUILDTAGS='containers_image_ostree_stub ostree'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 499690, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-16 04:52:19 UTC (rev 499691)
@@ -0,0 +1,57 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=0.1.39
+pkgrel=2
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper ostree)
+makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=1cf1e06582142c522543560f2bc6d6756696e8ad # tags/v0.1.39
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)
+sha256sums=('SKIP'
+'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
+'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
+ 

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2019-08-07 Thread Morten Linderud via arch-commits
Date: Wednesday, August 7, 2019 @ 19:56:02
  Author: foxboron
Revision: 498209

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 498208, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 498208, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 498208, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 498208, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 498208, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 498208, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 498208, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  120 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1447 insertions(+), 1453 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-07 19:55:46 UTC (rev 498208)
+++ PKGBUILD2019-08-07 19:56:02 UTC (rev 498209)
@@ -1,63 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.1.37
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper ostree)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=e079f9d61b2508b57e9510752d7e893b544c3cb8  # tags/v0.1.37
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p src/github.com/containers
-  cp -r $pkgname src/github.com/containers/skopeo
-}
-
-build() {
-  cd src/github.com/containers/skopeo
-  export GOPATH="$srcdir"
-  make binary-local BUILDTAGS='containers_image_ostree_stub ostree'
-  make docs
-}
-
-package() {
-  cd src/github.com/containers/skopeo
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 498208, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-07 19:56:02 UTC (rev 498209)
@@ -0,0 +1,57 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=0.1.39
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper ostree)
+makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=1cf1e06582142c522543560f2bc6d6756696e8ad # tags/v0.1.39
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2019-06-15 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, June 15, 2019 @ 19:11:57
  Author: bpiotrowski
Revision: 481755

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 481754, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 481754, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 481754, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 481754, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 481754, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 481754, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 481754, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  126 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1453 insertions(+), 1453 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-15 19:10:12 UTC (rev 481754)
+++ PKGBUILD2019-06-15 19:11:57 UTC (rev 481755)
@@ -1,63 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.1.36
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper ostree)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=41991bab7055173c53adb5283216a5e09b003f6d  # tags/v0.1.36
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p src/github.com/containers
-  cp -r $pkgname src/github.com/containers/skopeo
-}
-
-build() {
-  cd src/github.com/containers/skopeo
-  export GOPATH="$srcdir"
-  make binary-local BUILDTAGS='containers_image_ostree_stub ostree'
-  make docs
-}
-
-package() {
-  cd src/github.com/containers/skopeo
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 481754, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-15 19:11:57 UTC (rev 481755)
@@ -0,0 +1,63 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=0.1.37
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper ostree)
+makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=e079f9d61b2508b57e9510752d7e893b544c3cb8  # tags/v0.1.37
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)

[arch-commits] Commit in skopeo/repos/community-x86_64 (14 files)

2019-05-22 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, May 22, 2019 @ 11:44:48
  Author: bpiotrowski
Revision: 468339

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 468338, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 468338, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 468338, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 468338, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 468338, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 468338, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 468338, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  126 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1453 insertions(+), 1453 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 11:44:42 UTC (rev 468338)
+++ PKGBUILD2019-05-22 11:44:48 UTC (rev 468339)
@@ -1,63 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=0.1.35
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper ostree)
-makedepends=(go-pie go-md2man btrfs-progs git)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=404c5bd341ccb383061f4eb505f24d2801b31b94  # tags/v0.1.35
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p src/github.com/containers
-  cp -r $pkgname src/github.com/containers/skopeo
-}
-
-build() {
-  cd src/github.com/containers/skopeo
-  export GOPATH="$srcdir"
-  make binary-local BUILDTAGS='containers_image_ostree_stub ostree'
-  make docs
-}
-
-package() {
-  cd src/github.com/containers/skopeo
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 468338, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-22 11:44:48 UTC (rev 468339)
@@ -0,0 +1,63 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=0.1.36
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper ostree)
+makedepends=(go-pie go-md2man btrfs-progs git)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=41991bab7055173c53adb5283216a5e09b003f6d  # tags/v0.1.36
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+registries.conf
+registries.conf.5.md
+seccomp.json
+storage.conf)