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

2020-02-22 Thread Christian Rebischke via arch-commits
Date: Saturday, February 22, 2020 @ 13:31:21
  Author: shibumi
Revision: 578515

archrelease: copy trunk to community-x86_64

Added:
  traefik/repos/community-x86_64/PKGBUILD
(from rev 578514, traefik/trunk/PKGBUILD)
Deleted:
  traefik/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-22 13:31:05 UTC (rev 578514)
+++ PKGBUILD2020-02-22 13:31:21 UTC (rev 578515)
@@ -1,25 +0,0 @@
-# Maintainer : Christian Rebischke 
-
-pkgname=traefik
-pkgver=2.1.4
-pkgrel=1
-pkgdesc="Simple tool for making locally-trusted development certificates"
-arch=('x86_64')
-url="https://containo.us/traefik/;
-license=('MIT')
-makedepends=('go-pie' 'git' 'go-bindata')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;)
-sha512sums=('c45d8b90bc1fc437f38102c03f7d5383b94e5ee362d2c2c837085d80a5007d0432989abc5698267260fb9ba8b22561c68012b47ad0367bc221d501b776ed8992')
-
-build() {
-  go generate
-  cd cmd/traefik
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
-}
-
-package() {
-  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 contrib/systemd/traefik.service 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
-}

Copied: traefik/repos/community-x86_64/PKGBUILD (from rev 578514, 
traefik/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-22 13:31:21 UTC (rev 578515)
@@ -0,0 +1,29 @@
+# Maintainer : Christian Rebischke 
+
+pkgname=traefik
+pkgver=2.1.4
+pkgrel=2
+pkgdesc="Modern reverse proxy written in Go"
+arch=('x86_64')
+url="https://containo.us/traefik/;
+license=('MIT')
+makedepends=('go-pie' 'git' 'go-bindata')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;)
+sha512sums=('c45d8b90bc1fc437f38102c03f7d5383b94e5ee362d2c2c837085d80a5007d0432989abc5698267260fb9ba8b22561c68012b47ad0367bc221d501b776ed8992')
+
+build() {
+  go generate
+  cd cmd/traefik
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
+}
+
+check() {
+  go test ./...
+}
+
+package() {
+  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 contrib/systemd/traefik.service 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
+}


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

2020-02-18 Thread Christian Rebischke via arch-commits
Date: Tuesday, February 18, 2020 @ 10:04:13
  Author: shibumi
Revision: 575762

archrelease: copy trunk to community-x86_64

Added:
  traefik/repos/community-x86_64/PKGBUILD
(from rev 575761, traefik/trunk/PKGBUILD)
Deleted:
  traefik/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-18 10:04:05 UTC (rev 575761)
+++ PKGBUILD2020-02-18 10:04:13 UTC (rev 575762)
@@ -1,25 +0,0 @@
-# Maintainer : Christian Rebischke 
-
-pkgname=traefik
-pkgver=2.1.3
-pkgrel=1
-pkgdesc="Simple tool for making locally-trusted development certificates"
-arch=('x86_64')
-url="https://containo.us/traefik/;
-license=('MIT')
-makedepends=('go-pie' 'git' 'go-bindata')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;)
-sha512sums=('13daf6a7e90b34240c54949243df829843424fa87bc4bba65b294c84c6fc6b337941dc11849ec3fd16ab9e5d21f12d8913d91a938fa61047c711dcf6e498490f')
-
-build() {
-  go generate
-  cd cmd/traefik
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
-}
-
-package() {
-  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 contrib/systemd/traefik.service 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
-}

Copied: traefik/repos/community-x86_64/PKGBUILD (from rev 575761, 
traefik/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-18 10:04:13 UTC (rev 575762)
@@ -0,0 +1,25 @@
+# Maintainer : Christian Rebischke 
+
+pkgname=traefik
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="Simple tool for making locally-trusted development certificates"
+arch=('x86_64')
+url="https://containo.us/traefik/;
+license=('MIT')
+makedepends=('go-pie' 'git' 'go-bindata')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;)
+sha512sums=('c45d8b90bc1fc437f38102c03f7d5383b94e5ee362d2c2c837085d80a5007d0432989abc5698267260fb9ba8b22561c68012b47ad0367bc221d501b776ed8992')
+
+build() {
+  go generate
+  cd cmd/traefik
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
+}
+
+package() {
+  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 contrib/systemd/traefik.service 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
+}


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

2020-01-25 Thread Christian Rebischke via arch-commits
Date: Saturday, January 25, 2020 @ 21:28:27
  Author: shibumi
Revision: 68

archrelease: copy trunk to community-x86_64

Added:
  traefik/repos/community-x86_64/PKGBUILD
(from rev 67, traefik/trunk/PKGBUILD)
Deleted:
  traefik/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 21:25:32 UTC (rev 67)
+++ PKGBUILD2020-01-25 21:28:27 UTC (rev 68)
@@ -1,25 +0,0 @@
-# Maintainer : Christian Rebischke 
-
-pkgname=traefik
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="Simple tool for making locally-trusted development certificates"
-arch=('x86_64')
-url="https://containo.us/traefik/;
-license=('MIT')
-makedepends=('go-pie' 'git' 'go-bindata')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;)
-sha512sums=('e3ebc523f8f74188b8b5f5d60aa2684a5bc43ab859e2b8a3df43064889c4fa9b38209fa2969afa772e2c63a9d30ece31621b1e56e289069cfff1398e1abe')
-
-build() {
-  go generate
-  cd cmd/traefik
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
-}
-
-package() {
-  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 contrib/systemd/traefik.service 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
-}

Copied: traefik/repos/community-x86_64/PKGBUILD (from rev 67, 
traefik/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 21:28:27 UTC (rev 68)
@@ -0,0 +1,25 @@
+# Maintainer : Christian Rebischke 
+
+pkgname=traefik
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Simple tool for making locally-trusted development certificates"
+arch=('x86_64')
+url="https://containo.us/traefik/;
+license=('MIT')
+makedepends=('go-pie' 'git' 'go-bindata')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;)
+sha512sums=('13daf6a7e90b34240c54949243df829843424fa87bc4bba65b294c84c6fc6b337941dc11849ec3fd16ab9e5d21f12d8913d91a938fa61047c711dcf6e498490f')
+
+build() {
+  go generate
+  cd cmd/traefik
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
+}
+
+package() {
+  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 contrib/systemd/traefik.service 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
+}


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

2020-01-18 Thread Christian Rebischke via arch-commits
Date: Saturday, January 18, 2020 @ 10:22:30
  Author: shibumi
Revision: 552968

archrelease: copy trunk to community-x86_64

Added:
  traefik/repos/community-x86_64/PKGBUILD
(from rev 552967, traefik/trunk/PKGBUILD)
Deleted:
  traefik/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 10:22:02 UTC (rev 552967)
+++ PKGBUILD2020-01-18 10:22:30 UTC (rev 552968)
@@ -1,25 +0,0 @@
-# Maintainer : Christian Rebischke 
-
-pkgname=traefik
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Simple tool for making locally-trusted development certificates"
-arch=('x86_64')
-url="https://containo.us/traefik/;
-license=('MIT')
-makedepends=('go-pie' 'git' 'go-bindata')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;)
-sha512sums=('4ee2aa281030e93e70126c3cb143354f42d00df86895470d6e0536a774d32cebb55d20c1efd28985d8010ffabcad78e1837e849109c85a1f45959da95ea5e139')
-
-build() {
-  go generate
-  cd cmd/traefik
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
-}
-
-package() {
-  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 contrib/systemd/traefik.service 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
-}

Copied: traefik/repos/community-x86_64/PKGBUILD (from rev 552967, 
traefik/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 10:22:30 UTC (rev 552968)
@@ -0,0 +1,25 @@
+# Maintainer : Christian Rebischke 
+
+pkgname=traefik
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Simple tool for making locally-trusted development certificates"
+arch=('x86_64')
+url="https://containo.us/traefik/;
+license=('MIT')
+makedepends=('go-pie' 'git' 'go-bindata')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;)
+sha512sums=('e3ebc523f8f74188b8b5f5d60aa2684a5bc43ab859e2b8a3df43064889c4fa9b38209fa2969afa772e2c63a9d30ece31621b1e56e289069cfff1398e1abe')
+
+build() {
+  go generate
+  cd cmd/traefik
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
+}
+
+package() {
+  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 contrib/systemd/traefik.service 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
+}