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

2019-05-22 Thread Johannes Löthberg via arch-commits
Date: Wednesday, May 22, 2019 @ 17:03:21
  Author: demize
Revision: 468600

upgpkg: haproxy 1.9.8-1

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 16:02:58 UTC (rev 468599)
+++ PKGBUILD2019-05-22 17:03:21 UTC (rev 468600)
@@ -2,7 +2,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.9.6
+pkgver=1.9.8
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -21,7 +21,7 @@
 haproxy.sysusers
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
 
-md5sums=('7ca1faa1e84d7d72ff9f3a5337dc8fda'
+md5sums=('efd17947e2c6d1fb26a0987968b1bc6a'
  '27941f31d25d5629f4bdef6bc4b2555a'
  '2f00e81ee2f3f6e51a0cd9acc6f3ff3e'
  '5343b0563c2e0e59110a84e2e611d94f')


[arch-commits] Commit in rust/repos/extra-x86_64 (4 files)

2019-05-15 Thread Johannes Löthberg via arch-commits
Date: Wednesday, May 15, 2019 @ 22:46:26
  Author: demize
Revision: 353412

archrelease: copy trunk to extra-x86_64

Added:
  rust/repos/extra-x86_64/PKGBUILD
(from rev 353411, rust/trunk/PKGBUILD)
  rust/repos/extra-x86_64/config.toml
(from rev 353411, rust/trunk/config.toml)
Deleted:
  rust/repos/extra-x86_64/PKGBUILD
  rust/repos/extra-x86_64/config.toml

-+
 PKGBUILD|  153 --
 config.toml |   54 ++--
 2 files changed, 103 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-15 22:46:22 UTC (rev 353411)
+++ PKGBUILD2019-05-15 22:46:26 UTC (rev 353412)
@@ -1,77 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-# Remember to bump lib32-rust as well!
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.34.1
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
-checkdepends=('procps-ng' 'gdb')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('b0c785264d17e1dac4598627c248a2d5e07dd39bd1881fcfc8e2cf4c40a7'
-'SKIP'
-'fa531e162f2bb06f85171df1a91e339b4c2e276dd4b8cd7448c0675d343ae80b')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  python ./x.py build -j"$(nproc)"
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
-  provides=('cargo' 'rustfmt')
-  conflicts=('cargo' 'rustfmt')
-  replaces=('cargo' 'rustfmt')
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way for splitting
-  mv "$pkgdir"/usr/share/doc "$srcdir"
-
-  install -d "$pkgdir"/usr/share/bash-completion
-  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
-}
-
-package_rust-docs() {
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  msg2 "Packaging license files for the documentation"
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/extra-x86_64/PKGBUILD (from rev 353411, rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-15 22:46:26 UTC (rev 353412)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.34.2
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
+checkdepends=('procps-ng' 'gdb')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('c69a4a85a1c464368597df8878cb9e1121aae93e215616d45ad7d23af3052f56'
+'SKIP'
+'fa531e162f2bb06f85171df1a91e339b4c2e276dd4b8cd7448c0675d343ae80b')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python ./x.py build -j"$(nproc)"
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  provides=('cargo' 'rustfmt')
+  conflicts=('cargo' 'rustfmt')
+  replaces=('cargo' 'rustfmt')
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python ./x.py install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license&qu

[arch-commits] Commit in lib32-rust/repos/multilib-x86_64 (4 files)

2019-05-15 Thread Johannes Löthberg via arch-commits
Date: Wednesday, May 15, 2019 @ 22:46:19
  Author: demize
Revision: 467489

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
(from rev 467488, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-x86_64/config.toml
(from rev 467488, lib32-rust/trunk/config.toml)
Deleted:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
  lib32-rust/repos/multilib-x86_64/config.toml

-+
 PKGBUILD|   97 --
 config.toml |   58 +-
 2 files changed, 77 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-15 22:46:13 UTC (rev 467488)
+++ PKGBUILD2019-05-15 22:46:19 UTC (rev 467489)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.34.1
-pkgrel=1
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('b0c785264d17e1dac4598627c248a2d5e07dd39bd1881fcfc8e2cf4c40a7'
-'SKIP'
-'eebaab90793d0213fc04be9c6a682715dce7959f180e51d3633ff450ef64310d')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-x86_64/PKGBUILD (from rev 467488, 
lib32-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-15 22:46:19 UTC (rev 467489)
@@ -0,0 +1,48 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.34.2
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('c69a4a85a1c464368597df8878cb9e1121aae93e215616d45ad7d23af3052f56'
+'SKIP'
+'eebaab90793d0213fc04be9c6a682715dce7959f180e51d3633ff450ef64310d')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: config.toml
===
--- config.toml 2019-05-15 22:46:13 UTC (rev 467488)
+++ config.toml 2019-05-15 22:46:19 UTC (rev 467489)
@@ -1,29 +0,0 @@
-[llvm]
-link-shared = true
-
-[build]
-target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python"
-extended = true
-sanitizers = false
-local-rebuild = true
-
-[install]
-prefix = "/usr"
-
-[rust]
-# 0 or the new default of 16 is faster, but can result in worse performance
-# https://github.com/rust-lang/rust/issues/47745
-codegen-units = 1
-
-debuginfo = true
-debuginfo-lines = true
-
-channel = "stable"
-
-rpath = false
-
-[target.x86_64-unknown-linux-gnu]
-llvm-config = "/usr/bin/llvm-config"

Copied: lib32-rust/repos/multilib-x86_64/config.toml (from rev 467488, 
lib32-rust/trunk/config.toml)
===
--- config.toml (rev 0)
+++

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

2019-05-15 Thread Johannes Löthberg via arch-commits
Date: Wednesday, May 15, 2019 @ 22:46:13
  Author: demize
Revision: 467488

upgpkg: lib32-rust 1.34.2-1

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-15 21:33:27 UTC (rev 467487)
+++ PKGBUILD2019-05-15 22:46:13 UTC (rev 467488)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=lib32-rust
-pkgver=1.34.1
+pkgver=1.34.2
 pkgrel=1
 
 pkgdesc='32-bit libraries for rust'
@@ -15,7 +15,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('b0c785264d17e1dac4598627c248a2d5e07dd39bd1881fcfc8e2cf4c40a7'
+sha256sums=('c69a4a85a1c464368597df8878cb9e1121aae93e215616d45ad7d23af3052f56'
 'SKIP'
 'eebaab90793d0213fc04be9c6a682715dce7959f180e51d3633ff450ef64310d')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


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

2019-05-15 Thread Johannes Löthberg via arch-commits
Date: Wednesday, May 15, 2019 @ 22:46:22
  Author: demize
Revision: 353411

upgpkg: rust 1:1.34.2-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-15 19:58:26 UTC (rev 353410)
+++ PKGBUILD2019-05-15 22:46:22 UTC (rev 353411)
@@ -7,7 +7,7 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.34.1
+pkgver=1.34.2
 pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -23,7 +23,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('b0c785264d17e1dac4598627c248a2d5e07dd39bd1881fcfc8e2cf4c40a7'
+sha256sums=('c69a4a85a1c464368597df8878cb9e1121aae93e215616d45ad7d23af3052f56'
 'SKIP'
 'fa531e162f2bb06f85171df1a91e339b4c2e276dd4b8cd7448c0675d343ae80b')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


[arch-commits] Commit in matrix-synapse/repos (11 files)

2019-05-08 Thread Johannes Löthberg via arch-commits
Date: Wednesday, May 8, 2019 @ 21:16:52
  Author: demize
Revision: 463315

db-move: moved matrix-synapse from [community-testing] to [community] (any)

Added:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
(from rev 463314, 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch)
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 463314, matrix-synapse/repos/community-testing-any/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 463314, 
matrix-synapse/repos/community-testing-any/synapse.install)
  matrix-synapse/repos/community-any/synapse.service
(from rev 463314, 
matrix-synapse/repos/community-testing-any/synapse.service)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 463314, 
matrix-synapse/repos/community-testing-any/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/synapse.service
  matrix-synapse/repos/community-any/sysusers-synapse.conf
  matrix-synapse/repos/community-testing-any/

---+
 /0001-Bump-python_dependencies.patch  |   29 
 /PKGBUILD |   69 
 /synapse.install  |   25 +++
 /synapse.service  |   18 +
 /sysusers-synapse.conf|1 
 community-any/0001-Bump-python_dependencies.patch |   29 
 community-any/PKGBUILD|   69 
 community-any/synapse.install |   25 ---
 community-any/synapse.service |   18 -
 community-any/sysusers-synapse.conf   |1 
 10 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-any/0001-Bump-python_dependencies.patch
===
--- community-any/0001-Bump-python_dependencies.patch   2019-05-08 21:14:55 UTC 
(rev 463314)
+++ community-any/0001-Bump-python_dependencies.patch   2019-05-08 21:16:52 UTC 
(rev 463315)
@@ -1,29 +0,0 @@
-From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Tue, 8 Jan 2019 20:09:50 +0100
-Subject: [PATCH] Bump python_dependencies
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- synapse/python_dependencies.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index f71e21ff4..b49873781 100644
 a/synapse/python_dependencies.py
-+++ b/synapse/python_dependencies.py
-@@ -62,7 +62,7 @@ REQUIREMENTS = [
- "six>=1.10",
- # prometheus_client 0.4.0 changed the format of counter metrics
- # (cf https://github.com/matrix-org/synapse/issues/4001)
--"prometheus_client>=0.0.18,<0.4.0",
-+"prometheus_client>=0.0.18,<0.7.0",
- 
- # we use attr.s(slots), which arrived in 16.0.0
- # Twisted 18.7.0 requires attrs>=17.4.0
--- 
-2.21.0
-

Copied: matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch 
(from rev 463314, 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch)
===
--- community-any/0001-Bump-python_dependencies.patch   
(rev 0)
+++ community-any/0001-Bump-python_dependencies.patch   2019-05-08 21:16:52 UTC 
(rev 463315)
@@ -0,0 +1,29 @@
+From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Tue, 8 Jan 2019 20:09:50 +0100
+Subject: [PATCH] Bump python_dependencies
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ synapse/python_dependencies.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
+index f71e21ff4..b49873781 100644
+--- a/synapse/python_dependencies.py
 b/synapse/python_dependencies.py
+@@ -62,7 +62,7 @@ REQUIREMENTS = [
+ "six>=1.10",
+ # prometheus_client 0.4.0 changed the format of counter metrics
+ # (cf https://github.com/matrix-org/synapse/issues/4001)
+-"prometheus_client>=0.0.18,<0.4.0",
++"prometheus_client>=0.0.18,<0.7.0",
+ 
+ # we use attr.s(slots), which arrived in 16.0.0
+ # Twisted 18.7.0 requires attrs>=17.4.0
+-- 
+2.21.0
+

Deleted: community-any/PKGBUILD
===
--- community-any/

[arch-commits] Commit in go-ipfs/repos (7 files)

2019-05-08 Thread Johannes Löthberg via arch-commits
Date: Wednesday, May 8, 2019 @ 21:17:33
  Author: demize
Revision: 463316

db-move: moved go-ipfs from [community-testing] to [community] (x86_64)

Added:
  go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 463315, go-ipfs/repos/community-testing-x86_64/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
(from rev 463315, go-ipfs/repos/community-testing-x86_64/ipfs.service)
  go-ipfs/repos/community-x86_64/ipfs@.service
(from rev 463315, go-ipfs/repos/community-testing-x86_64/ipfs@.service)
Deleted:
  go-ipfs/repos/community-testing-x86_64/
  go-ipfs/repos/community-x86_64/PKGBUILD
  go-ipfs/repos/community-x86_64/ipfs.service
  go-ipfs/repos/community-x86_64/ipfs@.service

+
 /PKGBUILD  |   47 ++
 /ipfs.service  |9 ++
 /ipfs@.service |   10 +++
 community-x86_64/PKGBUILD  |   53 ---
 community-x86_64/ipfs.service  |9 --
 community-x86_64/ipfs@.service |   10 ---
 6 files changed, 66 insertions(+), 72 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-05-08 21:16:52 UTC (rev 463315)
+++ community-x86_64/PKGBUILD   2019-05-08 21:17:33 UTC (rev 463316)
@@ -1,53 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Anatol Pomozov
-# Contributor: kpcyrd 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Ian Naval 
-
-pkgname=go-ipfs
-pkgver=0.4.19
-pkgrel=1
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='https://ipfs.io/'
-arch=(x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go-pie git)
-
-source=(go-ipfs-$pkgver.tar.gz::https://dist.ipfs.io/go-ipfs/v$pkgver/go-ipfs-source.tar.gz
-ipfs.service
-ipfs@.service)
-noextract=(go-ipfs-$pkgver.tar.gz)
-
-sha512sums=('89d32fc560683b5bd4f67ae22859d57865ec364e28f065e81bd2618412dccbcc9c5a395f5f297b3ce4c9f6112560ea209e4b2a794c9b0d759b2980569b7ccf82'
-
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
-
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
-
-prepare() {
-  export GOPATH="$PWD"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  tar -C "$GOPATH"/src/github.com/ipfs/go-ipfs -xf go-ipfs-$pkgver.tar.gz
-}
-
-build() {
-  export GOPATH="$PWD"/.gopath
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  make build
-}
-
-package() {
-  export GOPATH="$PWD"/.gopath
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
-  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-x86_64/PKGBUILD (from rev 463315, 
go-ipfs/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-05-08 21:17:33 UTC (rev 463316)
@@ -0,0 +1,47 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.4.20
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='https://ipfs.io/'
+arch=(x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go-pie git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://dist.ipfs.io/go-ipfs/v$pkgver/go-ipfs-source.tar.gz
+ipfs.service
+ipfs@.service)
+noextract=(go-ipfs-$pkgver.tar.gz)
+
+sha512sums=('153da1a8ffbe994bb7a53e8e91614eaa4499cac7ae42c44e47edecf02a978a169e122def0733acb8e6f3100e9f40acb7d207cb6f3fd0476b082bad233bd90638'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
+
+prepare() {
+  mkdir -p go-ipfs
+  tar -C go-ipfs -xf go-ipfs-$pkgver.tar.gz
+}
+
+build() {
+  cd go-ipfs
+  make build
+}
+
+package() {
+  cd go-ipfs
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bi

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

2019-05-08 Thread Johannes Löthberg via arch-commits
Date: Wednesday, May 8, 2019 @ 21:18:45
  Author: demize
Revision: 463319

db-move: moved lib32-rust from [multilib-testing] to [multilib] (x86_64)

Added:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
(from rev 463318, lib32-rust/repos/multilib-testing-x86_64/PKGBUILD)
  lib32-rust/repos/multilib-x86_64/config.toml
(from rev 463318, lib32-rust/repos/multilib-testing-x86_64/config.toml)
Deleted:
  lib32-rust/repos/multilib-testing-x86_64/
  lib32-rust/repos/multilib-x86_64/PKGBUILD
  lib32-rust/repos/multilib-x86_64/config.toml

-+
 /PKGBUILD   |   49 ++
 /config.toml|   29 
 multilib-x86_64/PKGBUILD|   49 --
 multilib-x86_64/config.toml |   29 
 4 files changed, 78 insertions(+), 78 deletions(-)

Deleted: multilib-x86_64/PKGBUILD
===
--- multilib-x86_64/PKGBUILD2019-05-08 21:18:34 UTC (rev 463318)
+++ multilib-x86_64/PKGBUILD2019-05-08 21:18:45 UTC (rev 463319)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.34.0
-pkgrel=1
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
-'SKIP'
-'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-x86_64/PKGBUILD (from rev 463318, 
lib32-rust/repos/multilib-testing-x86_64/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD    (rev 0)
+++ multilib-x86_64/PKGBUILD2019-05-08 21:18:45 UTC (rev 463319)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.34.1
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('b0c785264d17e1dac4598627c248a2d5e07dd39bd1881fcfc8e2cf4c40a7'
+'SKIP'
+'eebaab90793d0213fc04be9c6a682715dce7959f180e51d3633ff450ef64310d')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: multilib-x86_64/config.toml
===
--- multilib-x86_64/config.toml 2019-05-08 21:18:34 UTC (rev 463318)
+++ multilib-x86_64/config.toml 2019-05-08 21:18:45 UTC (rev 463319)
@@ -1,29 +0,0 @@
-[llvm]
-link-shared = true
-
-[build]
-target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python2.7"
-extended = true
-sanitizers = false
-local-rebuild = true
-
-[install]
-prefix = "/usr"
-
-[rust]
-# 0 or the new default of 16 is faster, but can result in worse

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

2019-05-08 Thread Johannes Löthberg via arch-commits
Date: Wednesday, May 8, 2019 @ 21:16:39
  Author: demize
Revision: 352789

db-move: moved rust from [testing] to [extra] (x86_64)

Added:
  rust/repos/extra-x86_64/PKGBUILD
(from rev 352788, rust/repos/testing-x86_64/PKGBUILD)
  rust/repos/extra-x86_64/config.toml
(from rev 352788, rust/repos/testing-x86_64/config.toml)
Deleted:
  rust/repos/extra-x86_64/PKGBUILD
  rust/repos/extra-x86_64/config.toml
  rust/repos/testing-x86_64/

--+
 /PKGBUILD|   77 +
 /config.toml |   27 +++
 extra-x86_64/PKGBUILD|   77 -
 extra-x86_64/config.toml |   27 ---
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2019-05-08 20:25:08 UTC (rev 352788)
+++ extra-x86_64/PKGBUILD   2019-05-08 21:16:39 UTC (rev 352789)
@@ -1,77 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-# Remember to bump lib32-rust as well!
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.34.0
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-checkdepends=('procps-ng' 'gdb')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
-'SKIP'
-'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  python2 ./x.py build -j"$(nproc)"
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
-  provides=('cargo' 'rustfmt')
-  conflicts=('cargo' 'rustfmt')
-  replaces=('cargo' 'rustfmt')
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python2 ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way for splitting
-  mv "$pkgdir"/usr/share/doc "$srcdir"
-
-  install -d "$pkgdir"/usr/share/bash-completion
-  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
-}
-
-package_rust-docs() {
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  msg2 "Packaging license files for the documentation"
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/extra-x86_64/PKGBUILD (from rev 352788, 
rust/repos/testing-x86_64/PKGBUILD)
=======
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-05-08 21:16:39 UTC (rev 352789)
@@ -0,0 +1,77 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.34.1
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
+checkdepends=('procps-ng' 'gdb')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('b0c785264d17e1dac4598627c248a2d5e07dd39bd1881fcfc8e2cf4c40a7'
+'SKIP'
+'fa531e162f2bb06f85171df1a91e339b4c2e276dd4b8cd7448c0675d343ae80b')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python ./x.py build -j"$(nproc)"
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  provides=(

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

2019-04-30 Thread Johannes Löthberg via arch-commits
Date: Tuesday, April 30, 2019 @ 22:32:47
  Author: demize
Revision: 457229

archrelease: copy trunk to community-x86_64

Added:
  pigeonhole/repos/community-x86_64/PKGBUILD
(from rev 457228, pigeonhole/trunk/PKGBUILD)
Deleted:
  pigeonhole/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  109 +++--
 1 file changed, 56 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-30 22:32:42 UTC (rev 457228)
+++ PKGBUILD2019-04-30 22:32:47 UTC (rev 457229)
@@ -1,53 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Thore Bödecker 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.3.5.2
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.5.4
-pkgrel=6
-
-pkgdesc='Sieve implementation for Dovecot'
-url='https://pigeonhole.dovecot.org/'
-arch=('x86_64')
-license=('LGPL')
-
-depends=("dovecot=${_dcpkgver}")
-
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-
-source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
-
-sha256sums=('547999e67a001abc5e654c7e35653d3fe057fa9a47a24257e39a79c41ef08516'
-'SKIP')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

-
-build() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-
-  ./configure \
---prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-check() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-  make check
-}
-
-package() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pigeonhole/repos/community-x86_64/PKGBUILD (from rev 457228, 
pigeonhole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-30 22:32:47 UTC (rev 457229)
@@ -0,0 +1,56 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Thore Bödecker 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.6
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.5.6
+pkgrel=1
+
+pkgdesc='Sieve implementation for Dovecot'
+url='https://pigeonhole.dovecot.org/'
+arch=('x86_64')
+license=('LGPL')
+
+depends=("dovecot=${_dcpkgver}")
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
+
+sha256sums=('7c2fe7e23e732a8451172c00da5f19532448c95e03e44d47c61b123e8210f5b8'
+'SKIP')
+validpgpkeys=(
+  '42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4' # Stephan Bosch 

+  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1'
+)
+
+build() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+  make check
+}
+
+package() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-30 Thread Johannes Löthberg via arch-commits
Date: Tuesday, April 30, 2019 @ 22:32:42
  Author: demize
Revision: 457228

upgpkg: pigeonhole 0.5.6-1

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-30 22:32:05 UTC (rev 457227)
+++ PKGBUILD2019-04-30 22:32:42 UTC (rev 457228)
@@ -8,12 +8,12 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.3.5.2
+_dcpkgver=2.3.6
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
-pkgver=0.5.4
-pkgrel=6
+pkgver=0.5.6
+pkgrel=1
 
 pkgdesc='Sieve implementation for Dovecot'
 url='https://pigeonhole.dovecot.org/'
@@ -26,9 +26,12 @@
 
 
source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
 
-sha256sums=('547999e67a001abc5e654c7e35653d3fe057fa9a47a24257e39a79c41ef08516'
+sha256sums=('7c2fe7e23e732a8451172c00da5f19532448c95e03e44d47c61b123e8210f5b8'
 'SKIP')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

+validpgpkeys=(
+  '42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4' # Stephan Bosch 

+  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1'
+)
 
 build() {
   cd "dovecot-2.3-pigeonhole-${pkgver}"


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

2019-04-30 Thread Johannes Löthberg via arch-commits
Date: Tuesday, April 30, 2019 @ 22:31:54
  Author: demize
Revision: 457226

upgpkg: dovecot 2.3.6-1

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-30 21:16:12 UTC (rev 457225)
+++ PKGBUILD2019-04-30 22:31:54 UTC (rev 457226)
@@ -10,7 +10,7 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.3.5.2
+pkgver=2.3.6
 pkgrel=1
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
@@ -34,16 +34,14 @@
 'dovecot.sysusersd'
 'dovecot.tmpfilesd'
 'dovecot.ld.so.conf'
-'dovecot.pam'
-'fix-mysql-double-free.patch')
+'dovecot.pam')
 
-sha256sums=('ba14e41aefd81a868a35b83bcb54194116106424d37690519b50ea83c0f31bf2'
+sha256sums=('ed1d8dc1beeae9c6c73deac73a62ef19fe9262fbffd86604a3f690452f5536c7'
 'SKIP'
 'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
 '0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'
 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
-'ad9245f5e916480edd67139603cbe52e7a868233075f900ab63a0ce58f03741a'
-'a97bd93b07c96e03d3c7540c8cd6c2d465a12728f31d9164ea4546e257e8a203')
+'ad9245f5e916480edd67139603cbe52e7a868233075f900ab63a0ce58f03741a')
 
 validpgpkeys=(
   'E643F0BDFDCD04D9FFCB6279C948525140558AC9' # Timo Sirainen 


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

2019-04-30 Thread Johannes Löthberg via arch-commits
Date: Tuesday, April 30, 2019 @ 22:32:05
  Author: demize
Revision: 457227

archrelease: copy trunk to community-x86_64

Added:
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 457226, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.ld.so.conf
(from rev 457226, dovecot/trunk/dovecot.ld.so.conf)
  dovecot/repos/community-x86_64/dovecot.pam
(from rev 457226, dovecot/trunk/dovecot.pam)
  dovecot/repos/community-x86_64/dovecot.sysusersd
(from rev 457226, dovecot/trunk/dovecot.sysusersd)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 457226, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/fix-mysql-double-free.patch
(from rev 457226, dovecot/trunk/fix-mysql-double-free.patch)
Deleted:
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.ld.so.conf
  dovecot/repos/community-x86_64/dovecot.pam
  dovecot/repos/community-x86_64/dovecot.sysusersd
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/fix-mysql-double-free.patch

-+
 PKGBUILD|  252 --
 dovecot.ld.so.conf  |2 
 dovecot.pam |   10 -
 dovecot.sysusersd   |4 
 dovecot.tmpfilesd   |2 
 fix-mysql-double-free.patch |   72 ++--
 6 files changed, 170 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-30 22:31:54 UTC (rev 457226)
+++ PKGBUILD2019-04-30 22:32:05 UTC (rev 457227)
@@ -1,127 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Thore Bödecker 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-# Contributor: Phillip Schichtel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.3.5.2
-pkgrel=1
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="https://dovecot.org/;
-arch=('x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'mariadb-libs' 'libsodium'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene' 'libsodium' 'lua')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer'
-'lua: LUA auth and push support')
-
-provides=('imap-server' 'pop3-server')
-
-backup=('etc/pam.d/dovecot')
-
-source=("https://dovecot.org/releases/2.3/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'dovecot.sysusersd'
-'dovecot.tmpfilesd'
-'dovecot.ld.so.conf'
-'dovecot.pam'
-'fix-mysql-double-free.patch')
-
-sha256sums=('ba14e41aefd81a868a35b83bcb54194116106424d37690519b50ea83c0f31bf2'
-'SKIP'
-'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
-'0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
-'ad9245f5e916480edd67139603cbe52e7a868233075f900ab63a0ce58f03741a'
-'a97bd93b07c96e03d3c7540c8cd6c2d465a12728f31d9164ea4546e257e8a203')
-
-validpgpkeys=(
-  'E643F0BDFDCD04D9FFCB6279C948525140558AC9' # Timo Sirainen 
-  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1' # Dovecot Community Edition
-)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -l -i "$srcdir/${filename##*/}"
-fi
-  done
-
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-lua=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-sodium \
---with-docs
-
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd "${srcdir}/${pkgname}-$

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

2019-04-26 Thread Johannes Löthberg via arch-commits
Date: Friday, April 26, 2019 @ 22:57:57
  Author: demize
Revision: 454457

Remove msg2 usage

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 22:57:52 UTC (rev 454456)
+++ PKGBUILD2019-04-26 22:57:57 UTC (rev 454457)
@@ -29,7 +29,6 @@
 build() {
   cd "rustc-$pkgver-src"
 
-  msg2 "Run build under x.py"
   python ./x.py build
 }
 


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

2019-04-26 Thread Johannes Löthberg via arch-commits
Date: Friday, April 26, 2019 @ 22:57:45
  Author: demize
Revision: 352156

Remove msg2 usage

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 22:56:04 UTC (rev 352155)
+++ PKGBUILD2019-04-26 22:57:45 UTC (rev 352156)
@@ -69,7 +69,6 @@
   install -d "$pkgdir/usr/share/doc/"
   mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
 
-  msg2 "Packaging license files for the documentation"
   for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
 }


[arch-commits] Commit in rust/trunk (PKGBUILD config.toml)

2019-04-26 Thread Johannes Löthberg via arch-commits
Date: Friday, April 26, 2019 @ 22:55:49
  Author: demize
Revision: 352154

upgpkg: rust 1:1.34.1-1

Modified:
  rust/trunk/PKGBUILD
  rust/trunk/config.toml

-+
 PKGBUILD|   12 ++--
 config.toml |2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 22:05:24 UTC (rev 352153)
+++ PKGBUILD2019-04-26 22:55:49 UTC (rev 352154)
@@ -7,7 +7,7 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.34.0
+pkgver=1.34.1
 pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -15,7 +15,7 @@
 arch=('x86_64')
 license=('MIT' 'Apache')
 
-makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
 checkdepends=('procps-ng' 'gdb')
 
 options=('!emptydirs')
@@ -23,9 +23,9 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
+sha256sums=('b0c785264d17e1dac4598627c248a2d5e07dd39bd1881fcfc8e2cf4c40a7'
 'SKIP'
-'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
+'fa531e162f2bb06f85171df1a91e339b4c2e276dd4b8cd7448c0675d343ae80b')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
 
 prepare() {
@@ -37,7 +37,7 @@
 build() {
   cd "rustc-$pkgver-src"
 
-  python2 ./x.py build -j"$(nproc)"
+  python ./x.py build -j"$(nproc)"
 }
 
 package_rust() {
@@ -48,7 +48,7 @@
 
   cd "rustc-$pkgver-src"
 
-  DESTDIR="$pkgdir" python2 ./x.py install
+  DESTDIR="$pkgdir" python ./x.py install
 
   for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done

Modified: config.toml
===
--- config.toml 2019-04-26 22:05:24 UTC (rev 352153)
+++ config.toml 2019-04-26 22:55:49 UTC (rev 352154)
@@ -4,7 +4,7 @@
 [build]
 cargo = "/usr/bin/cargo"
 rustc = "/usr/bin/rustc"
-python = "python2.7"
+python = "python"
 extended = true
 sanitizers = false
 


[arch-commits] Commit in lib32-rust/repos/multilib-testing-x86_64 (4 files)

2019-04-26 Thread Johannes Löthberg via arch-commits
Date: Friday, April 26, 2019 @ 22:56:18
  Author: demize
Revision: 454453

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-rust/repos/multilib-testing-x86_64/PKGBUILD
(from rev 454452, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-testing-x86_64/config.toml
(from rev 454452, lib32-rust/trunk/config.toml)
Deleted:
  lib32-rust/repos/multilib-testing-x86_64/PKGBUILD
  lib32-rust/repos/multilib-testing-x86_64/config.toml

-+
 PKGBUILD|   98 +-
 config.toml |   58 +-
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-26 22:56:12 UTC (rev 454452)
+++ PKGBUILD2019-04-26 22:56:18 UTC (rev 454453)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.34.0
-pkgrel=1
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
-'SKIP'
-'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-testing-x86_64/PKGBUILD (from rev 454452, 
lib32-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-26 22:56:18 UTC (rev 454453)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.34.1
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('b0c785264d17e1dac4598627c248a2d5e07dd39bd1881fcfc8e2cf4c40a7'
+'SKIP'
+'eebaab90793d0213fc04be9c6a682715dce7959f180e51d3633ff450ef64310d')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: config.toml
===
--- config.toml 2019-04-26 22:56:12 UTC (rev 454452)
+++ config.toml 2019-04-26 22:56:18 UTC (rev 454453)
@@ -1,29 +0,0 @@
-[llvm]
-link-shared = true
-
-[build]
-target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python2.7"
-extended = true
-sanitizers = false
-local-rebuild = true
-
-[install]
-prefix = "/usr"
-
-[rust]
-# 0 or the new default of 16 is faster, but can result in worse performance
-# https://github.com/rust-lang/rust/issues/47745
-codegen-units = 1
-
-debuginfo = true
-debuginfo-lines = true
-
-channel = "stable"
-
-rpath = false
-
-[target.x86_64-unknown-linux-gnu]
-llvm-config = "/usr/bin/llvm-config"

Copied: lib32-rust/repos/multilib-testing-x86_64/config.toml (from rev 454452, 
lib32-rust/trunk/config.toml)
==

[arch-commits] Commit in lib32-rust/trunk (PKGBUILD config.toml)

2019-04-26 Thread Johannes Löthberg via arch-commits
Date: Friday, April 26, 2019 @ 22:56:12
  Author: demize
Revision: 454452

upgpkg: lib32-rust 1.34.1-1

Modified:
  lib32-rust/trunk/PKGBUILD
  lib32-rust/trunk/config.toml

-+
 PKGBUILD|   10 +-
 config.toml |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 22:55:59 UTC (rev 454451)
+++ PKGBUILD2019-04-26 22:56:12 UTC (rev 454452)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=lib32-rust
-pkgver=1.34.0
+pkgver=1.34.1
 pkgrel=1
 
 pkgdesc='32-bit libraries for rust'
@@ -9,15 +9,15 @@
 arch=('x86_64')
 license=('MIT' 'Apache')
 
-makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+makedepends=('llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
 depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
 
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
+sha256sums=('b0c785264d17e1dac4598627c248a2d5e07dd39bd1881fcfc8e2cf4c40a7'
 'SKIP'
-'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
+'eebaab90793d0213fc04be9c6a682715dce7959f180e51d3633ff450ef64310d')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
 
 prepare() {
@@ -30,7 +30,7 @@
   cd "rustc-$pkgver-src"
 
   msg2 "Run build under x.py"
-  python2 ./x.py build
+  python ./x.py build
 }
 
 package() {

Modified: config.toml
===
--- config.toml 2019-04-26 22:55:59 UTC (rev 454451)
+++ config.toml 2019-04-26 22:56:12 UTC (rev 454452)
@@ -5,7 +5,7 @@
 target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
 cargo = "/usr/bin/cargo"
 rustc = "/usr/bin/rustc"
-python = "python2.7"
+python = "python"
 extended = true
 sanitizers = false
 local-rebuild = true


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

2019-04-26 Thread Johannes Löthberg via arch-commits
Date: Friday, April 26, 2019 @ 22:56:04
  Author: demize
Revision: 352155

archrelease: copy trunk to testing-x86_64

Added:
  rust/repos/testing-x86_64/
  rust/repos/testing-x86_64/PKGBUILD
(from rev 352154, rust/trunk/PKGBUILD)
  rust/repos/testing-x86_64/config.toml
(from rev 352154, rust/trunk/config.toml)

-+
 PKGBUILD|   77 ++
 config.toml |   27 
 2 files changed, 104 insertions(+)

Copied: rust/repos/testing-x86_64/PKGBUILD (from rev 352154, 
rust/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-26 22:56:04 UTC (rev 352155)
@@ -0,0 +1,77 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.34.1
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
+checkdepends=('procps-ng' 'gdb')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('b0c785264d17e1dac4598627c248a2d5e07dd39bd1881fcfc8e2cf4c40a7'
+'SKIP'
+'fa531e162f2bb06f85171df1a91e339b4c2e276dd4b8cd7448c0675d343ae80b')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python ./x.py build -j"$(nproc)"
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  provides=('cargo' 'rustfmt')
+  conflicts=('cargo' 'rustfmt')
+  replaces=('cargo' 'rustfmt')
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python ./x.py install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+
+  cd "$pkgdir/usr/lib"
+
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+
+  # move docs out of the way for splitting
+  mv "$pkgdir"/usr/share/doc "$srcdir"
+
+  install -d "$pkgdir"/usr/share/bash-completion
+  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
+}
+
+package_rust-docs() {
+  install -d "$pkgdir/usr/share/doc/"
+  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
+
+  msg2 "Packaging license files for the documentation"
+  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rust/repos/testing-x86_64/config.toml (from rev 352154, 
rust/trunk/config.toml)
===
--- testing-x86_64/config.toml  (rev 0)
+++ testing-x86_64/config.toml  2019-04-26 22:56:04 UTC (rev 352155)
@@ -0,0 +1,27 @@
+[llvm]
+link-shared = true
+
+[build]
+cargo = "/usr/bin/cargo"
+rustc = "/usr/bin/rustc"
+python = "python"
+extended = true
+sanitizers = false
+
+[install]
+prefix = "/usr"
+
+[rust]
+# 0 or the new default of 16 is faster, but can result in worse performance
+# https://github.com/rust-lang/rust/issues/47745
+codegen-units = 1
+
+debuginfo = true
+debuginfo-lines = true
+
+channel = "stable"
+
+rpath = false
+
+[target.x86_64-unknown-linux-gnu]
+llvm-config = "/usr/bin/llvm-config"


[arch-commits] Commit in prometheus-blackbox-exporter/trunk (PKGBUILD)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:48:21
  Author: demize
Revision: 352103

Use same BuildDate format as upstream

Modified:
  prometheus-blackbox-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:47:23 UTC (rev 352102)
+++ PKGBUILD2019-04-24 21:48:21 UTC (rev 352103)
@@ -28,7 +28,7 @@
   -X github.com/prometheus/common/version.Revision=$pkgver \
   -X github.com/prometheus/common/version.Branch=tarball \
   -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH" \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
 .
 }
 


[arch-commits] Commit in prometheus-node-exporter/trunk (PKGBUILD)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:47:23
  Author: demize
Revision: 352102

Use the same BuildDate format as upstream

Modified:
  prometheus-node-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:46:24 UTC (rev 352101)
+++ PKGBUILD2019-04-24 21:47:23 UTC (rev 352102)
@@ -43,7 +43,7 @@
   -X github.com/prometheus/common/version.Revision=$pkgver \
   -X github.com/prometheus/common/version.Branch=tarball \
   -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH" \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
 .
 }
 


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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:46:24
  Author: demize
Revision: 352101

Use the same BuildDate format as upstream

Modified:
  alertmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:45:54 UTC (rev 352100)
+++ PKGBUILD2019-04-24 21:46:24 UTC (rev 352101)
@@ -33,7 +33,7 @@
   -X github.com/prometheus/common/version.Revision=$pkgver \
   -X github.com/prometheus/common/version.Branch=tarball \
   -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH" \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
 -v ./...
 }
 


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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:45:54
  Author: demize
Revision: 352100

Use the same BuildDate format as upstream

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:39:23 UTC (rev 352099)
+++ PKGBUILD2019-04-24 21:45:54 UTC (rev 352100)
@@ -30,7 +30,7 @@
 -X github.com/prometheus/common/version.Revision=$pkgver \
 -X github.com/prometheus/common/version.Branch=tarball \
 -X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH"
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
 
   go build \
 -gcflags "all=-trimpath=$PWD" \


[arch-commits] Commit in alertmanager/repos/extra-x86_64 (6 files)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:39:23
  Author: demize
Revision: 352099

archrelease: copy trunk to extra-x86_64

Added:
  alertmanager/repos/extra-x86_64/PKGBUILD
(from rev 352098, alertmanager/trunk/PKGBUILD)
  alertmanager/repos/extra-x86_64/alertmanager.service
(from rev 352098, alertmanager/trunk/alertmanager.service)
  alertmanager/repos/extra-x86_64/alertmanager.sysusers
(from rev 352098, alertmanager/trunk/alertmanager.sysusers)
Deleted:
  alertmanager/repos/extra-x86_64/PKGBUILD
  alertmanager/repos/extra-x86_64/alertmanager.service
  alertmanager/repos/extra-x86_64/alertmanager.sysusers

---+
 PKGBUILD  |  101 +---
 alertmanager.service  |   34 
 alertmanager.sysusers |2 
 3 files changed, 71 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-24 21:39:18 UTC (rev 352098)
+++ PKGBUILD2019-04-24 21:39:23 UTC (rev 352099)
@@ -1,48 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=alertmanager
-pkgver=0.16.0
-pkgrel=3
-pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
-url="https://github.com/prometheus/alertmanager;
-arch=(x86_64)
-depends=(glibc)
-license=('Apache')
-makedepends=(go-pie git)
-backup=('etc/alertmanager/alertmanager.yml')
-source=(https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz 
alertmanager.service alertmanager.sysusers)
-sha512sums=('a3a2288d2a2205e0d94915603e4758447f194ebe06e69b5518fb7ebdb7d6ec4bab5db623e4dec57938a7936a9ac96be7cebd57304c7983deac11c61edd39b2b3'
-
'414b09fc64fbafcfe3f204100a512e7ede00eb94352b37063427712b96a4e12bf0c386008c43ccb110f4572e412ee581d25151663dd5e36dfd68dbf5e1182f3b'
-
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
-
-prepare() {
-  # Switch to go build in new release.
-  mkdir -p gopath/src/github.com/prometheus
-  ln -rTsf $pkgname-$pkgver gopath/src/github.com/prometheus/alertmanager
-  export GOPATH="$srcdir"/gopath
-}
-
-build() {
-  export GOPATH="$srcdir/gopath"
-  cd gopath/src/github.com/prometheus/alertmanager
-  go install \
--gcflags "all=-trimpath=$GOPATH" \
--asmflags "all=-trimpath=$GOPATH" \
--ldflags "-extldflags $LDFLAGS" \
--v ./...
-}
-
-package() {
-  export GOPATH="$srcdir/gopath"
-  install -Dm755 $GOPATH/bin/$pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm755 $GOPATH/bin/amtool "$pkgdir/usr/bin/amtool"
-
-  cd ${pkgname}-${pkgver}
-  install -Dm644 examples/ha/${pkgname}.yml 
"${pkgdir}/etc/${pkgname}/${pkgname}.yml"
-  install -d -m755 "${pkgdir}/etc/${pkgname}/template/"
-
-  install -d -m755 -o 211 -g 211 "${pkgdir}/var/lib/${pkgname}"
-
-  install -Dm0644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-  install -Dm644 "$srcdir/alertmanager.sysusers" 
"$pkgdir/usr/lib/sysusers.d/alertmanager.conf"
-}

Copied: alertmanager/repos/extra-x86_64/PKGBUILD (from rev 352098, 
alertmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-24 21:39:23 UTC (rev 352099)
@@ -0,0 +1,53 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=alertmanager
+pkgver=0.16.0
+pkgrel=4
+pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
+url="https://github.com/prometheus/alertmanager;
+arch=(x86_64)
+depends=(glibc)
+license=('Apache')
+makedepends=(go-pie git)
+backup=('etc/alertmanager/alertmanager.yml')
+source=(https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz 
alertmanager.service alertmanager.sysusers)
+sha512sums=('a3a2288d2a2205e0d94915603e4758447f194ebe06e69b5518fb7ebdb7d6ec4bab5db623e4dec57938a7936a9ac96be7cebd57304c7983deac11c61edd39b2b3'
+
'414b09fc64fbafcfe3f204100a512e7ede00eb94352b37063427712b96a4e12bf0c386008c43ccb110f4572e412ee581d25151663dd5e36dfd68dbf5e1182f3b'
+
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
+
+prepare() {
+  # Switch to go build in new release.
+  mkdir -p gopath/src/github.com/prometheus
+  ln -rTsf $pkgname-$pkgver gopath/src/github.com/prometheus/alertmanager
+  export GOPATH="$srcdir"/gopath
+}
+
+build() {
+  export GOPATH="$srcdir/gopath"
+  cd gopath/src/github.com/prometheus/alertmanager
+  go install \
+-gcflags "all=-trimpath=$GOPATH" \
+-asmflags "all=-trimpath=$GOPATH" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  

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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:38:56
  Author: demize
Revision: 352096

upgpkg: prometheus 2.9.2-2

Modified:
  prometheus/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:34:22 UTC (rev 352095)
+++ PKGBUILD2019-04-24 21:38:56 UTC (rev 352096)
@@ -2,7 +2,7 @@
 
 pkgname=prometheus
 pkgver=2.9.2
-pkgrel=1
+pkgrel=2
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
 url='https://prometheus.io'
@@ -25,15 +25,22 @@
 build() {
   cd prometheus-$pkgver
 
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH"
+
   go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
 ./cmd/prometheus
   go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
 ./cmd/promtool
 }
 


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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:39:18
  Author: demize
Revision: 352098

upgpkg: alertmanager 0.16.0-4

Modified:
  alertmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:39:00 UTC (rev 352097)
+++ PKGBUILD2019-04-24 21:39:18 UTC (rev 352098)
@@ -2,7 +2,7 @@
 
 pkgname=alertmanager
 pkgver=0.16.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
 url="https://github.com/prometheus/alertmanager;
 arch=(x86_64)
@@ -28,7 +28,12 @@
   go install \
 -gcflags "all=-trimpath=$GOPATH" \
 -asmflags "all=-trimpath=$GOPATH" \
--ldflags "-extldflags $LDFLAGS" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH" \
 -v ./...
 }
 


[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:39:00
  Author: demize
Revision: 352097

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 352096, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 352096, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 352096, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  135 ++
 prometheus.service  |   34 ++--
 prometheus.sysusers |2 
 3 files changed, 89 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-24 21:38:56 UTC (rev 352096)
+++ PKGBUILD2019-04-24 21:39:00 UTC (rev 352097)
@@ -1,64 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.9.2
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('fa00bdfcd868c84c61223dfe60eb3bc6857e49db2c826854c706c5ea4551'
-'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 352096, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-24 21:39:00 UTC (rev 352097)
@@ -0,0 +1,71 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.9.2
+pkgrel=2
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('fa00bdfcd868c84c61223dfe60eb3bc6857e49db2c826854c706c5ea4551'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH"
+
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
+package() {
+  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
+  install -Dm644 prometheus.sysusers 
"$

[arch-commits] Commit in prometheus-blackbox-exporter/repos/extra-x86_64 (4 files)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:34:22
  Author: demize
Revision: 352095

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
(from rev 352094, prometheus-blackbox-exporter/trunk/PKGBUILD)
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service
(from rev 352094, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
Deleted:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service

--+
 PKGBUILD |   78 -
 prometheus-blackbox-exporter.service |   22 -
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-24 21:34:01 UTC (rev 352094)
+++ PKGBUILD2019-04-24 21:34:22 UTC (rev 352095)
@@ -1,39 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=prometheus-blackbox-exporter
-pkgver=0.14.0
-pkgrel=2
-pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
-arch=('x86_64')
-url="https://github.com/prometheus/blackbox_exporter;
-license=('Apache')
-depends=(glibc)
-makedepends=(go-pie git)
-source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
-sha512sums=('58f379cdeef671376105532450ffb3a6fef0ea071d493fbef40d761c6cbaec47bb49c9c2e5c070f3d0e598396d7ad9b2c5af100c9a69aee04877442c7bdaf120'
-
'1d874c5dac3c36cb9e74cf3aa7b91d92560156acfe314179608bc8534ee38bed1f7f01368a5e85fac4d954ff84039f7cc4548803a5a9167baca69163f1ba7514')
-
-check() {
-  cd blackbox_exporter-$pkgver
-  go test ./...
-}
-
-build() {
-  cd blackbox_exporter-$pkgver
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH" \
-.
-}
-
-package() {
-  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
-  cd blackbox_exporter-$pkgver
-  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
-}

Copied: prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD (from rev 
352094, prometheus-blackbox-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-24 21:34:22 UTC (rev 352095)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-blackbox-exporter
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
+arch=('x86_64')
+url="https://github.com/prometheus/blackbox_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go-pie git)
+source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
+sha512sums=('58f379cdeef671376105532450ffb3a6fef0ea071d493fbef40d761c6cbaec47bb49c9c2e5c070f3d0e598396d7ad9b2c5af100c9a69aee04877442c7bdaf120'
+
'1d874c5dac3c36cb9e74cf3aa7b91d92560156acfe314179608bc8534ee38bed1f7f01368a5e85fac4d954ff84039f7cc4548803a5a9167baca69163f1ba7514')
+
+check() {
+  cd blackbox_exporter-$pkgver
+  go test ./...
+}
+
+build() {
+  cd blackbox_exporter-$pkgver
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
+  cd blackbox_exporter-$pkgver
+  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
+}

Deleted: prometheus-blackbox-exporter.service
===
--- prometheus-blackbox-exporter.service2019-04-24 21:34:01 UTC (rev 
352094)
+++ prometheus-blackbox-exporter.service2019-04-24 21:34:22 UTC (rev 
352095)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Prometheus blackbox Exporter
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/prometheus-blackbox-exporter 

[arch-commits] Commit in prometheus-blackbox-exporter/trunk (PKGBUILD)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:33:54
  Author: demize
Revision: 352093

upgpkg: prometheus-blackbox-exporter 0.14.0-2

Modified:
  prometheus-blackbox-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:26:14 UTC (rev 352092)
+++ PKGBUILD2019-04-24 21:33:54 UTC (rev 352093)
@@ -2,7 +2,7 @@
 
 pkgname=prometheus-blackbox-exporter
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
 arch=('x86_64')
 url="https://github.com/prometheus/blackbox_exporter;
@@ -23,7 +23,12 @@
   go build \
 -gcflags "all=-trimpath=${PWD}" \
 -asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH" \
 .
 }
 


[arch-commits] Commit in prometheus-blackbox-exporter/repos/extra-x86_64 (4 files)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:34:01
  Author: demize
Revision: 352094

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
(from rev 352093, prometheus-blackbox-exporter/trunk/PKGBUILD)
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service
(from rev 352093, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
Deleted:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service

--+
 PKGBUILD |   73 +
 prometheus-blackbox-exporter.service |   22 -
 2 files changed, 50 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-24 21:33:54 UTC (rev 352093)
+++ PKGBUILD2019-04-24 21:34:01 UTC (rev 352094)
@@ -1,34 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=prometheus-blackbox-exporter
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
-arch=('x86_64')
-url="https://github.com/prometheus/blackbox_exporter;
-license=('Apache')
-depends=(glibc)
-makedepends=(go-pie git)
-source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
-sha512sums=('58f379cdeef671376105532450ffb3a6fef0ea071d493fbef40d761c6cbaec47bb49c9c2e5c070f3d0e598396d7ad9b2c5af100c9a69aee04877442c7bdaf120'
-
'1d874c5dac3c36cb9e74cf3aa7b91d92560156acfe314179608bc8534ee38bed1f7f01368a5e85fac4d954ff84039f7cc4548803a5a9167baca69163f1ba7514')
-
-check() {
-  cd blackbox_exporter-$pkgver
-  go test ./...
-}
-
-build() {
-  cd blackbox_exporter-$pkgver
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-.
-}
-
-package() {
-  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
-  cd blackbox_exporter-$pkgver
-  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
-}

Copied: prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD (from rev 
352093, prometheus-blackbox-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-24 21:34:01 UTC (rev 352094)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-blackbox-exporter
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
+arch=('x86_64')
+url="https://github.com/prometheus/blackbox_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go-pie git)
+source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
+sha512sums=('58f379cdeef671376105532450ffb3a6fef0ea071d493fbef40d761c6cbaec47bb49c9c2e5c070f3d0e598396d7ad9b2c5af100c9a69aee04877442c7bdaf120'
+
'1d874c5dac3c36cb9e74cf3aa7b91d92560156acfe314179608bc8534ee38bed1f7f01368a5e85fac4d954ff84039f7cc4548803a5a9167baca69163f1ba7514')
+
+check() {
+  cd blackbox_exporter-$pkgver
+  go test ./...
+}
+
+build() {
+  cd blackbox_exporter-$pkgver
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
+  cd blackbox_exporter-$pkgver
+  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
+}

Deleted: prometheus-blackbox-exporter.service
===
--- prometheus-blackbox-exporter.service2019-04-24 21:33:54 UTC (rev 
352093)
+++ prometheus-blackbox-exporter.service2019-04-24 21:34:01 UTC (rev 
352094)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Prometheus blackbox Exporter
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/prometheus-blackbox-exporter 
--config.file="/etc/prometheus/blackbox.yml"
-ExecReload=/bin/kill -HUP $MAINPID
-DynamicUser=true
-
-[Install]
-WantedBy=multi-user.target

Copied: 
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service
 (from rev 352093, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)

[arch-commits] Commit in prometheus-node-exporter/repos/extra-x86_64 (8 files)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:26:14
  Author: demize
Revision: 352092

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-node-exporter/repos/extra-x86_64/PKGBUILD
(from rev 352091, prometheus-node-exporter/trunk/PKGBUILD)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.conf
(from rev 352091, 
prometheus-node-exporter/trunk/prometheus-node-exporter.conf)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.service
(from rev 352091, 
prometheus-node-exporter/trunk/prometheus-node-exporter.service)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.sysusers
(from rev 352091, 
prometheus-node-exporter/trunk/prometheus-node-exporter.sysusers)
Deleted:
  prometheus-node-exporter/repos/extra-x86_64/PKGBUILD
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.conf
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.service
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.sysusers

---+
 PKGBUILD  |  127 ++--
 prometheus-node-exporter.conf |2 
 prometheus-node-exporter.service  |   36 +-
 prometheus-node-exporter.sysusers |2 
 4 files changed, 86 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-24 21:26:06 UTC (rev 352091)
+++ PKGBUILD2019-04-24 21:26:14 UTC (rev 352092)
@@ -1,61 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus-node-exporter
-pkgver=0.17.0
-pkgrel=2
-
-pkgdesc='Exporter for machine metrics'
-url='https://github.com/prometheus/node_exporter'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git')
-
-backup=('etc/conf.d/prometheus-node-exporter')
-
-source=("https://github.com/prometheus/node_exporter/archive/v$pkgver.tar.gz;
-prometheus-node-exporter.conf
-prometheus-node-exporter.service
-prometheus-node-exporter.sysusers
-
fix-go.sum.patch::https://github.com/prometheus/node_exporter/commit/97dab59e18c575d1384a9afd54e9f30473f34322.patch)
-
-sha256sums=('763b588b9282a8aa497286f8ab1aab61d085bdd2d258cf3457f23c60752c9a27'
-'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
-'727ed5df3395fd77d8e2ae8c3ab7a6352213655e38c9b37badfea1aa90556394'
-'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c'
-'6e93306990e0ccdc03a4d776b18eb96881950e025f74c9f7a1bac3b8a43374e9')
-
-prepare() {
-  cd node_exporter-$pkgver
-
-  patch -p1 <"$srcdir"/fix-go.sum.patch
-}
-
-build() {
-  cd node_exporter-$pkgver
-
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-.
-}
-
-check() {
-  cd node_exporter-$pkgver
-
-  make collector/fixtures/sys/.unpacked
-  go test ./...
-  ./end-to-end-test.sh
-}
-
-package () {
-  install -Dm644 prometheus-node-exporter.conf 
"$pkgdir"/etc/conf.d/prometheus-node-exporter
-  install -Dm644 prometheus-node-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-node-exporter.service
-  install -Dm644 prometheus-node-exporter.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus-node-exporter.conf
-
-  cd node_exporter-$pkgver
-
-  install -Dm755 node_exporter "$pkgdir"/usr/bin/prometheus-node-exporter
-}

Copied: prometheus-node-exporter/repos/extra-x86_64/PKGBUILD (from rev 352091, 
prometheus-node-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2019-04-24 21:26:14 UTC (rev 352092)
@@ -0,0 +1,66 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus-node-exporter
+pkgver=0.17.0
+pkgrel=3
+
+pkgdesc='Exporter for machine metrics'
+url='https://github.com/prometheus/node_exporter'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git')
+
+backup=('etc/conf.d/prometheus-node-exporter')
+
+source=("https://github.com/prometheus/node_exporter/archive/v$pkgver.tar.gz;
+prometheus-node-exporter.conf
+prometheus-node-exporter.service
+prometheus-node-exporter.sysusers
+
fix-go.sum.patch::https://github.com/prometheus/node_exporter/commit/97dab59e18c575d1384a9afd54e9f30473f34322.patch)
+
+sha256sums=('763b588b9282a8aa497286f8ab1aab61d085bdd2d258cf3457f23c60752c9a27'
+'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
+'727ed5df3395fd77d8e2ae8c3ab7a6352213655e38c9b37badfea1aa90556394'
+'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c'
+'6e93306990e0ccdc03a4d776b18eb96881950e025f74c9f7a1bac3b8a43374e9')
+
+prepare() {
+  cd node_exporter-$pkgver
+
+  pa

[arch-commits] Commit in prometheus-node-exporter/trunk (PKGBUILD)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 21:26:06
  Author: demize
Revision: 352091

upgpkg: prometheus-node-exporter 0.17.0-3

Modified:
  prometheus-node-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:25:05 UTC (rev 352090)
+++ PKGBUILD2019-04-24 21:26:06 UTC (rev 352091)
@@ -2,7 +2,7 @@
 
 pkgname=prometheus-node-exporter
 pkgver=0.17.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Exporter for machine metrics'
 url='https://github.com/prometheus/node_exporter'
@@ -38,7 +38,12 @@
   go build \
 -gcflags "all=-trimpath=${PWD}" \
 -asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$SOURCE_DATE_EPOCH" \
 .
 }
 


[arch-commits] Commit in parallel/repos/community-any (6 files)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:18:23
  Author: demize
Revision: 453411

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/0001-Remove-citation-things.patch
(from rev 453410, parallel/trunk/0001-Remove-citation-things.patch)
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
(from rev 453410, parallel/trunk/0002-Remove-GNU-branding.patch)
  parallel/repos/community-any/PKGBUILD
(from rev 453410, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/0001-Remove-citation-things.patch
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
  parallel/repos/community-any/PKGBUILD

---+
 0001-Remove-citation-things.patch |  570 ++--
 0002-Remove-GNU-branding.patch|  330 ++--
 PKGBUILD  |   80 ++---
 3 files changed, 498 insertions(+), 482 deletions(-)

Deleted: 0001-Remove-citation-things.patch
===
--- 0001-Remove-citation-things.patch   2019-04-24 18:18:16 UTC (rev 453410)
+++ 0001-Remove-citation-things.patch   2019-04-24 18:18:23 UTC (rev 453411)
@@ -1,277 +0,0 @@
-From e53f497bdd17ea5f6947d3b4af5d44c54b2978f5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Fri, 22 Mar 2019 19:03:41 +0100
-Subject: [PATCH 1/2] Remove citation things
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- src/parallel | 218 +--
- 1 file changed, 1 insertion(+), 217 deletions(-)
-
-diff --git a/src/parallel b/src/parallel
-index 27a07c1..8e4437a 100755
 a/src/parallel
-+++ b/src/parallel
-@@ -1206,8 +1206,6 @@ sub options_hash() {
-"gnu" => \$opt::gnu,
-"link|xapply" => \$opt::link,
-"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
--   # Before changing this line, please read
-- # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
-"bibtex|citation" => \$opt::citation,
-"wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
-# Termination and retries
-@@ -1312,12 +1310,6 @@ sub parse_options(@) {
- my @argv_before = @ARGV;
- @ARGV = read_options();
- 
--# Before changing this line, please read
--# 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
--if(defined $opt::citation) {
--  citation(\@argv_before,\@ARGV);
--  wait_and_exit(0);
--}
- # no-* overrides *
- if($opt::nokeeporder) { $opt::keeporder = undef; }
- 
-@@ -1544,59 +1536,6 @@ sub parse_options(@) {
- if(defined $opt::eta) { $opt::progress = $opt::eta; }
- if(defined $opt::bar) { $opt::progress = $opt::bar; }
- 
--# Funding a free software project is hard. GNU Parallel is no
--# exception. On top of that it seems the less visible a project
--# is, the harder it is to get funding. And the nature of GNU
--# Parallel is that it will never be seen by "the guy with the
--# checkbook", but only by the people doing the actual work.
--#
--# This problem has been covered by others - though no solution has
--# been found:
--# https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
--# https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
--#
--# Before implementing the citation notice it was discussed with
--# the users:
--# https://lists.gnu.org/archive/html/parallel/2013-11/msg6.html
--#
--# Having to spend 10 seconds on running 'parallel --citation' once
--# is no doubt not an ideal solution, but no one has so far come up
--# with an ideal solution - neither for funding GNU Parallel nor
--# other free software.
--#
--# If you believe you have the perfect solution, you should try it
--# out, and if it works, you should post it on the email
--# list. Ideas that will cost work and which have not been tested
--# are, however, unlikely to be prioritized.
--#
--# Please note that GPL version 3 gives you the right to fork GNU
--# Parallel under a new name, but it does not give you the right to
--# distribute modified copies with the citation notice disabled
--# under the name GNU Parallel. To do that you need to be the owner
--# of the GNU Parallel trademark. The xt:Commerce case shows this.
--#
--# Description of the xt:Commerce case in OLG Duesseldorf
--# 
http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
--# 
https://web.archive.org/web/20180715073746/http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofTh

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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:18:16
  Author: demize
Revision: 453410

upgpkg: parallel 20190422-1

Modified:
  parallel/trunk/0001-Remove-citation-things.patch
  parallel/trunk/0002-Remove-GNU-branding.patch
  parallel/trunk/PKGBUILD

---+
 0001-Remove-citation-things.patch |   54 +++-
 0002-Remove-GNU-branding.patch|8 ++---
 PKGBUILD  |8 ++---
 3 files changed, 43 insertions(+), 27 deletions(-)

Modified: 0001-Remove-citation-things.patch
===
--- 0001-Remove-citation-things.patch   2019-04-24 18:15:24 UTC (rev 453409)
+++ 0001-Remove-citation-things.patch   2019-04-24 18:18:16 UTC (rev 453410)
@@ -1,4 +1,4 @@
-From e53f497bdd17ea5f6947d3b4af5d44c54b2978f5 Mon Sep 17 00:00:00 2001
+From 67ad2dff4bdc73012a8724f0fc439eeefbaaf768 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
 Date: Fri, 22 Mar 2019 19:03:41 +0100
 Subject: [PATCH 1/2] Remove citation things
@@ -8,11 +8,11 @@
 
 Signed-off-by: Johannes Löthberg 
 ---
- src/parallel | 218 +--
- 1 file changed, 1 insertion(+), 217 deletions(-)
+ src/parallel | 232 +--
+ 1 file changed, 1 insertion(+), 231 deletions(-)
 
 diff --git a/src/parallel b/src/parallel
-index 27a07c1..8e4437a 100755
+index f41a17d..b7af99c 100755
 --- a/src/parallel
 +++ b/src/parallel
 @@ -1206,8 +1206,6 @@ sub options_hash() {
@@ -37,7 +37,7 @@
  # no-* overrides *
  if($opt::nokeeporder) { $opt::keeporder = undef; }
  
-@@ -1544,59 +1536,6 @@ sub parse_options(@) {
+@@ -1544,73 +1536,6 @@ sub parse_options(@) {
  if(defined $opt::eta) { $opt::progress = $opt::eta; }
  if(defined $opt::bar) { $opt::progress = $opt::bar; }
  
@@ -52,6 +52,18 @@
 -# https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
 -# https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
 -#
+-# If you want GNU Parallel to be maintained in the future, and not
+-# just wither away like so many other free software tools, you
+-# need to help finance the development.
+-#
+-# The citation notice is a simple way of doing so, as citations
+-# makes it possible to me to get a job where I can maintain GNU
+-# Parallel as part of the job.
+-#
+-# This means you can help financing development
+-#
+-#   WITHOUT PAYING A SINGLE CENT!
+-#
 -# Before implementing the citation notice it was discussed with
 -# the users:
 -# https://lists.gnu.org/archive/html/parallel/2013-11/msg6.html
@@ -68,9 +80,10 @@
 -#
 -# Please note that GPL version 3 gives you the right to fork GNU
 -# Parallel under a new name, but it does not give you the right to
--# distribute modified copies with the citation notice disabled
--# under the name GNU Parallel. To do that you need to be the owner
--# of the GNU Parallel trademark. The xt:Commerce case shows this.
+-# distribute modified copies with the citation notice disabled in
+-# a way where the software can be confused with GNU Parallel. To
+-# do that you need to be the owner of the GNU Parallel
+-# trademark. The xt:Commerce case shows this.
 -#
 -# Description of the xt:Commerce case in OLG Duesseldorf
 -# 
http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
@@ -91,13 +104,14 @@
 -# the alternatives instead?
 -# See a list in: 'man parallel_alternatives'
 -#
--# Please read the above before changing this line.
+-# If you are an honest person please read the above before
+-# changing this line.
 -citation_notice();
 -
  parse_halt();
  
  if($ENV{'PARALLEL_ENV'}) {
-@@ -4407,77 +4346,9 @@ sub usage() {
+@@ -4421,77 +4346,9 @@ sub usage() {
 "",
 "See 'man $Global::progname' for details",
 "",
@@ -175,7 +189,7 @@
  sub status(@) {
  my @w = @_;
  my $fh = $Global::status_fd || *STDERR;
-@@ -4529,95 +4400,8 @@ sub version() {
+@@ -4543,97 +4400,10 @@ sub version() {
 "Copyright (C) 2007-2019 Ole Tange and Free Software Foundation, Inc.",
 "License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>",
 "This is free software: you are free to change and redistribute it.",
@@ -184,9 +198,10 @@
 -   "Web site: http://www.gnu.org/software/${Global::progname}\n;,
 -   "When using programs that use GNU Parallel to process data for 
publication",
 -   "please cite as described in 'parallel --citation'.\n",
--);
--}
--
++   "GNU $Global::progname comes with no warranty.\n",
+ );
+ }
+ 
 -sub citati

[arch-commits] Commit in haproxy/repos/community-x86_64 (10 files)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:15:24
  Author: demize
Revision: 453409

archrelease: copy trunk to community-x86_64

Added:
  
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 453408, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 453408, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 453408, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 453408, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/haproxy.sysusers
(from rev 453408, haproxy/trunk/haproxy.sysusers)
Deleted:
  
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install
  haproxy/repos/community-x86_64/haproxy.sysusers

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |  114 +-
 PKGBUILD|  154 +++---
 haproxy.cfg |   98 
 haproxy.install |   16 -
 haproxy.sysusers|2 
 5 files changed, 192 insertions(+), 192 deletions(-)

Deleted: 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
===
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2019-04-24 
18:15:19 UTC (rev 453408)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2019-04-24 
18:15:24 UTC (rev 453409)
@@ -1,57 +0,0 @@
-From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Wed, 9 Jan 2019 23:37:02 +0100
-Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- contrib/halog/Makefile| 2 +-
- contrib/ip6range/Makefile | 2 +-
- contrib/iprange/Makefile  | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
-index 5e687c09..2474409a 100644
 a/contrib/halog/Makefile
-+++ b/contrib/halog/Makefile
-@@ -16,7 +16,7 @@ DEFINE   =
- OBJS = halog
- 
- halog: halog.c fgets2.c
--  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c 
$(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c 
$(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
-+  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c 
$(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c 
$(EBTREE_DIR)/ebimtree.c $^
- 
- clean:
-   rm -f $(OBJS) *.[oas]
-diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
-index 55849b6d..1276b97d 100644
 a/contrib/ip6range/Makefile
-+++ b/contrib/ip6range/Makefile
-@@ -7,7 +7,7 @@ OBJS = ip6range
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~
-diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
-index b3c72eda..e92baf3d 100644
 a/contrib/iprange/Makefile
-+++ b/contrib/iprange/Makefile
-@@ -7,7 +7,7 @@ OBJS = iprange
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~
--- 
-2.20.1
-

Copied: 
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 453408, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 
(rev 0)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch 2019-04-24 
18:15:24 UTC (rev 453409)
@@ -0,0 +1,57 @@
+From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Wed, 9 Jan 2019 23:37:02 +0100
+Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ contrib/halog/Makefile| 2 +-
+ contrib/ip6range/Makefile | 2 +-
+ contrib/iprange/Makefile  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
+index 5e687c09..2474409a 100644
+--- a/contrib/halog/Makefile
 b/contrib/halog/Makefile

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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:15:19
  Author: demize
Revision: 453408

upgpkg: haproxy 1.9.6-1

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 18:15:06 UTC (rev 453407)
+++ PKGBUILD2019-04-24 18:15:19 UTC (rev 453408)
@@ -2,7 +2,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.9.5
+pkgver=1.9.6
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -21,7 +21,7 @@
 haproxy.sysusers
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
 
-md5sums=('3f61ebad5074d78ba7d88422624b328c'
+md5sums=('7ca1faa1e84d7d72ff9f3a5337dc8fda'
  '27941f31d25d5629f4bdef6bc4b2555a'
  '2f00e81ee2f3f6e51a0cd9acc6f3ff3e'
  '5343b0563c2e0e59110a84e2e611d94f')


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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:14:54
  Author: demize
Revision: 453406

upgpkg: go-ipfs 0.4.20-1

Modified:
  go-ipfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 18:06:55 UTC (rev 453405)
+++ PKGBUILD2019-04-24 18:14:54 UTC (rev 453406)
@@ -5,7 +5,7 @@
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.4.19
+pkgver=0.4.20
 pkgrel=1
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
@@ -22,28 +22,22 @@
 ipfs@.service)
 noextract=(go-ipfs-$pkgver.tar.gz)
 
-sha512sums=('89d32fc560683b5bd4f67ae22859d57865ec364e28f065e81bd2618412dccbcc9c5a395f5f297b3ce4c9f6112560ea209e4b2a794c9b0d759b2980569b7ccf82'
+sha512sums=('153da1a8ffbe994bb7a53e8e91614eaa4499cac7ae42c44e47edecf02a978a169e122def0733acb8e6f3100e9f40acb7d207cb6f3fd0476b082bad233bd90638'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
 
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
 
 prepare() {
-  export GOPATH="$PWD"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  tar -C "$GOPATH"/src/github.com/ipfs/go-ipfs -xf go-ipfs-$pkgver.tar.gz
+  mkdir -p go-ipfs
+  tar -C go-ipfs -xf go-ipfs-$pkgver.tar.gz
 }
 
 build() {
-  export GOPATH="$PWD"/.gopath
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
+  cd go-ipfs
   make build
 }
 
 package() {
-  export GOPATH="$PWD"/.gopath
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
+  cd go-ipfs
   install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
   install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
   install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"


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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:15:06
  Author: demize
Revision: 453407

archrelease: copy trunk to community-testing-x86_64

Added:
  go-ipfs/repos/community-testing-x86_64/
  go-ipfs/repos/community-testing-x86_64/PKGBUILD
(from rev 453406, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-testing-x86_64/ipfs.service
(from rev 453406, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-testing-x86_64/ipfs@.service
(from rev 453406, go-ipfs/trunk/ipfs@.service)

---+
 PKGBUILD  |   47 +++
 ipfs.service  |9 +
 ipfs@.service |   10 ++
 3 files changed, 66 insertions(+)

Copied: go-ipfs/repos/community-testing-x86_64/PKGBUILD (from rev 453406, 
go-ipfs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-04-24 18:15:06 UTC (rev 453407)
@@ -0,0 +1,47 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.4.20
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='https://ipfs.io/'
+arch=(x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go-pie git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://dist.ipfs.io/go-ipfs/v$pkgver/go-ipfs-source.tar.gz
+ipfs.service
+ipfs@.service)
+noextract=(go-ipfs-$pkgver.tar.gz)
+
+sha512sums=('153da1a8ffbe994bb7a53e8e91614eaa4499cac7ae42c44e47edecf02a978a169e122def0733acb8e6f3100e9f40acb7d207cb6f3fd0476b082bad233bd90638'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
+
+prepare() {
+  mkdir -p go-ipfs
+  tar -C go-ipfs -xf go-ipfs-$pkgver.tar.gz
+}
+
+build() {
+  cd go-ipfs
+  make build
+}
+
+package() {
+  cd go-ipfs
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}

Copied: go-ipfs/repos/community-testing-x86_64/ipfs.service (from rev 453406, 
go-ipfs/trunk/ipfs.service)
===
--- community-testing-x86_64/ipfs.service   (rev 0)
+++ community-testing-x86_64/ipfs.service   2019-04-24 18:15:06 UTC (rev 
453407)
@@ -0,0 +1,9 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target

Copied: go-ipfs/repos/community-testing-x86_64/ipfs@.service (from rev 453406, 
go-ipfs/trunk/ipfs@.service)
===
--- community-testing-x86_64/ipfs@.service  (rev 0)
+++ community-testing-x86_64/ipfs@.service  2019-04-24 18:15:06 UTC (rev 
453407)
@@ -0,0 +1,10 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+User=%i
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target


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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:05:44
  Author: demize
Revision: 453404

archrelease: copy trunk to community-x86_64

Added:
  mediainfo/repos/community-x86_64/PKGBUILD
(from rev 453403, mediainfo/trunk/PKGBUILD)
Deleted:
  mediainfo/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-24 18:05:39 UTC (rev 453403)
+++ PKGBUILD2019-04-24 18:05:44 UTC (rev 453404)
@@ -1,51 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: hydro 
-
-pkgbase=mediainfo
-pkgname=(mediainfo mediainfo-gui)
-pkgver=18.12
-pkgrel=1
-
-pkgdesc="Supplies technical and tag information about a video or audio file"
-url="https://mediaarea.net/;
-arch=('x86_64')
-license=('BSD')
-
-depends=('libmediainfo' 'wxgtk3')
-
-source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
-
-sha256sums=('6d3c10859d0dd021851d20a01c73f1fe41565d5d198a37aa8bf424e1dc29f306')
-
-build() {
-  cd MediaInfo/Project/GNU/CLI
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-
-  cd "$srcdir/MediaInfo/Project/GNU/GUI"
-  ./autogen.sh
-  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
-  make
-}
-
-package_mediainfo() {
-  pkgdesc+=" (CLI interface)"
-  depends=('libmediainfo')
-
-  cd MediaInfo/Project/GNU/CLI
-  make DESTDIR="$pkgdir" install
-
-  install -D -m 644 "$srcdir"/MediaInfo/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mediainfo-gui() {
-  pkgdesc+=" (GUI interface)"
-  depends=('libmediainfo' 'wxgtk3')
-
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-
-  install -D -m 644 "$srcdir"/MediaInfo/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 453403, 
mediainfo/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2019-04-24 18:05:44 UTC (rev 453404)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: hydro 
+
+pkgbase=mediainfo
+pkgname=(mediainfo mediainfo-gui)
+pkgver=19.04
+pkgrel=1
+
+pkgdesc="Supplies technical and tag information about a video or audio file"
+url="https://mediaarea.net/;
+arch=('x86_64')
+license=('BSD')
+
+depends=('libmediainfo' 'wxgtk3')
+
+source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
+
+sha256sums=('65aec410ec00a9c83f4a3763a875eb3fe93c105bfb511c6aced79efe86788a87')
+
+build() {
+  cd MediaInfo/Project/GNU/CLI
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+
+  cd "$srcdir/MediaInfo/Project/GNU/GUI"
+  ./autogen.sh
+  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
+  make
+}
+
+package_mediainfo() {
+  pkgdesc+=" (CLI interface)"
+  depends=('libmediainfo')
+
+  cd MediaInfo/Project/GNU/CLI
+  make DESTDIR="$pkgdir" install
+
+  install -D -m 644 "$srcdir"/MediaInfo/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mediainfo-gui() {
+  pkgdesc+=" (GUI interface)"
+  depends=('libmediainfo' 'wxgtk3')
+
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR="$pkgdir" install
+
+  install -D -m 644 "$srcdir"/MediaInfo/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:05:39
  Author: demize
Revision: 453403

upgpkg: mediainfo 19.04-1

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 18:04:15 UTC (rev 453402)
+++ PKGBUILD2019-04-24 18:05:39 UTC (rev 453403)
@@ -4,8 +4,8 @@
 
 pkgbase=mediainfo
 pkgname=(mediainfo mediainfo-gui)
-pkgver=18.12
-pkgrel=2
+pkgver=19.04
+pkgrel=1
 
 pkgdesc="Supplies technical and tag information about a video or audio file"
 url="https://mediaarea.net/;
@@ -16,7 +16,7 @@
 
 
source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
 
-sha256sums=('6d3c10859d0dd021851d20a01c73f1fe41565d5d198a37aa8bf424e1dc29f306')
+sha256sums=('65aec410ec00a9c83f4a3763a875eb3fe93c105bfb511c6aced79efe86788a87')
 
 build() {
   cd MediaInfo/Project/GNU/CLI


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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:04:15
  Author: demize
Revision: 453402

archrelease: copy trunk to community-x86_64

Added:
  libmediainfo/repos/community-x86_64/PKGBUILD
(from rev 453401, libmediainfo/trunk/PKGBUILD)
Deleted:
  libmediainfo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-24 18:04:10 UTC (rev 453401)
+++ PKGBUILD2019-04-24 18:04:15 UTC (rev 453402)
@@ -1,39 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor:  hydro 
-
-pkgname=libmediainfo
-pkgver=18.12
-pkgrel=1
-
-pkgdesc="shared library for mediainfo"
-url="http://mediaarea.net;
-arch=('x86_64')
-license=('BSD')
-
-depends=('curl' 'glib2' 'libmms' 'libzen')
-
-source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz)
-
-sha256sums=('976f3d42c092359769f9ed95168a2c9e661edd3afe63b8de9b4e8a2123836e4f')
-
-build() {
-  cd MediaInfoLib/Project/GNU/Library
-
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --disable-static \
-  --with-libcurl \
-  --with-libmms
-
-  make
-}
-
-package() {
-  cd MediaInfoLib/Project/GNU/Library
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m 644 "$srcdir"/MediaInfoLib/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libmediainfo/repos/community-x86_64/PKGBUILD (from rev 453401, 
libmediainfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-24 18:04:15 UTC (rev 453402)
@@ -0,0 +1,39 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor:  hydro 
+
+pkgname=libmediainfo
+pkgver=19.04
+pkgrel=1
+
+pkgdesc="shared library for mediainfo"
+url="http://mediaarea.net;
+arch=('x86_64')
+license=('BSD')
+
+depends=('curl' 'glib2' 'libmms' 'libzen')
+
+source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz)
+
+sha256sums=('8275f3031d63cea7b227437ac4222bc9709f434e233e5f32a533fcf405dd22fb')
+
+build() {
+  cd MediaInfoLib/Project/GNU/Library
+
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --disable-static \
+  --with-libcurl \
+  --with-libmms
+
+  make
+}
+
+package() {
+  cd MediaInfoLib/Project/GNU/Library
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m 644 "$srcdir"/MediaInfoLib/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:04:10
  Author: demize
Revision: 453401

upgpkg: libmediainfo 19.04-1

Modified:
  libmediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 18:00:29 UTC (rev 453400)
+++ PKGBUILD2019-04-24 18:04:10 UTC (rev 453401)
@@ -3,7 +3,7 @@
 # Contributor:  hydro 
 
 pkgname=libmediainfo
-pkgver=18.12
+pkgver=19.04
 pkgrel=1
 
 pkgdesc="shared library for mediainfo"
@@ -15,7 +15,7 @@
 
 
source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz)
 
-sha256sums=('976f3d42c092359769f9ed95168a2c9e661edd3afe63b8de9b4e8a2123836e4f')
+sha256sums=('8275f3031d63cea7b227437ac4222bc9709f434e233e5f32a533fcf405dd22fb')
 
 build() {
   cd MediaInfoLib/Project/GNU/Library


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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:00:29
  Author: demize
Revision: 453400

archrelease: copy trunk to community-testing-any

Added:
  matrix-synapse/repos/community-testing-any/
  matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch
(from rev 453399, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
  matrix-synapse/repos/community-testing-any/PKGBUILD
(from rev 453399, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-testing-any/synapse.install
(from rev 453399, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-testing-any/synapse.service
(from rev 453399, matrix-synapse/trunk/synapse.service)
  matrix-synapse/repos/community-testing-any/sysusers-synapse.conf
(from rev 453399, matrix-synapse/trunk/sysusers-synapse.conf)

-+
 0001-Bump-python_dependencies.patch |   29 ++
 PKGBUILD|   69 ++
 synapse.install |   25 
 synapse.service |   18 
 sysusers-synapse.conf   |1 
 5 files changed, 142 insertions(+)

Copied: 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch 
(from rev 453399, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
===
--- community-testing-any/0001-Bump-python_dependencies.patch   
(rev 0)
+++ community-testing-any/0001-Bump-python_dependencies.patch   2019-04-24 
18:00:29 UTC (rev 453400)
@@ -0,0 +1,29 @@
+From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Tue, 8 Jan 2019 20:09:50 +0100
+Subject: [PATCH] Bump python_dependencies
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ synapse/python_dependencies.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
+index f71e21ff4..b49873781 100644
+--- a/synapse/python_dependencies.py
 b/synapse/python_dependencies.py
+@@ -62,7 +62,7 @@ REQUIREMENTS = [
+ "six>=1.10",
+ # prometheus_client 0.4.0 changed the format of counter metrics
+ # (cf https://github.com/matrix-org/synapse/issues/4001)
+-"prometheus_client>=0.0.18,<0.4.0",
++"prometheus_client>=0.0.18,<0.7.0",
+ 
+ # we use attr.s(slots), which arrived in 16.0.0
+ # Twisted 18.7.0 requires attrs>=17.4.0
+-- 
+2.21.0
+

Copied: matrix-synapse/repos/community-testing-any/PKGBUILD (from rev 453399, 
matrix-synapse/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-04-24 18:00:29 UTC (rev 453400)
@@ -0,0 +1,69 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.99.3
+pkgrel=1
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse;
+arch=('any')
+license=('Apache')
+
+depends=('python-jsonschema' 'python-twisted' 'python-service-identity'
+ 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
+ 'python-daemonize' 'python-bcrypt' 'python-frozendict'
+ 'python-pillow' 'python-ujson'
+ 'python-pysaml2' 'python-setuptools'
+ 'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
+ 'python-signedjson' 'python-pymacaroons'
+ 'python-service-identity' 'python-msgpack'
+ 'python-phonenumbers' 'python-prometheus_client'
+ 'python-attrs' 'python-netaddr' 'python-sortedcontainers'
+ 'python-treq' 'python-psutil'
+ 'systemd')
+checkdepends=('python-lxml' 'python-jinja' 'python-mock' 
'python-parameterized')
+optdepends=('python-psycopg2: PostgreSQL support'
+'python-lxml: URL previewing'
+'python-jinja: e-mail notifications'
+'python-bleach: e-mail notifications'
+'python-psutil: metrics')
+
+source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
+'synapse.service'
+'sysusers-synapse.conf'
+'0001-Bump-python_dependencies.patch')
+
+md5sums=('b06378a94f8dca4c54bda75199580d1e'
+ '276a99050f40601089255ea168bb7620'
+ 'ecd9f66fb57fe1a2e1e2df07a460a35b'
+ 'ad2900abb04351778e577175cedf6edc')
+
+backup=('etc/synapse/log_config.yaml')
+install=synapse.install
+
+prepare() {
+   cd synapse-$pkgver
+   patch -p1 <"$srcdir"/0001-Bump-python_dependencies.patch
+}
+
+build() {
+   cd synapse-$pkgver
+   python setup.py build
+}
+
+check() {
+   cd synapse-$pkgver
+   PYTHONPATH=

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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:00:19
  Author: demize
Revision: 453399

upgpkg: matrix-synapse 0.99.3-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 17:36:36 UTC (rev 453398)
+++ PKGBUILD2019-04-24 18:00:19 UTC (rev 453399)
@@ -2,8 +2,8 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=0.99.2
-pkgrel=3
+pkgver=0.99.3
+pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse;
@@ -34,7 +34,7 @@
 'sysusers-synapse.conf'
 '0001-Bump-python_dependencies.patch')
 
-md5sums=('920a2773497b1487b29d20558a651ed2'
+md5sums=('b06378a94f8dca4c54bda75199580d1e'
  '276a99050f40601089255ea168bb7620'
  'ecd9f66fb57fe1a2e1e2df07a460a35b'
  'ad2900abb04351778e577175cedf6edc')


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

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 17:53:45
  Author: demize
Revision: 352074

upgpkg: prometheus 2.9.2-1

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 17:03:34 UTC (rev 352073)
+++ PKGBUILD2019-04-24 17:53:45 UTC (rev 352074)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus
-pkgver=2.8.0
+pkgver=2.9.2
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -18,7 +18,7 @@
 prometheus.service
 prometheus.sysusers)
 
-sha256sums=('691fdadf5913c17ac0bedc1e8c2b865fd2958800b9cb118b1139e58a1963a11f'
+sha256sums=('fa00bdfcd868c84c61223dfe60eb3bc6857e49db2c826854c706c5ea4551'
 'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
 


[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 17:53:53
  Author: demize
Revision: 352075

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 352074, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 352074, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 352074, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  128 +-
 prometheus.service  |   34 ++---
 prometheus.sysusers |2 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-24 17:53:45 UTC (rev 352074)
+++ PKGBUILD2019-04-24 17:53:53 UTC (rev 352075)
@@ -1,64 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.8.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('691fdadf5913c17ac0bedc1e8c2b865fd2958800b9cb118b1139e58a1963a11f'
-'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 352074, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-24 17:53:53 UTC (rev 352075)
@@ -0,0 +1,64 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.9.2
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('fa00bdfcd868c84c61223dfe60eb3bc6857e49db2c826854c706c5ea4551'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
+package() {
+  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
+  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
+
+  cd prometheus-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
+  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
+  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
+
+  # Web
+  install 

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

2019-04-20 Thread Johannes Löthberg via arch-commits
Date: Sunday, April 21, 2019 @ 01:00:10
  Author: demize
Revision: 351845

db-move: moved rust from [testing] to [extra] (x86_64)

Added:
  rust/repos/extra-x86_64/PKGBUILD
(from rev 351844, rust/repos/testing-x86_64/PKGBUILD)
  rust/repos/extra-x86_64/config.toml
(from rev 351844, rust/repos/testing-x86_64/config.toml)
Deleted:
  rust/repos/extra-x86_64/PKGBUILD
  rust/repos/extra-x86_64/config.toml
  rust/repos/testing-x86_64/

--+
 /PKGBUILD|   77 +
 /config.toml |   27 +++
 extra-x86_64/PKGBUILD|   77 -
 extra-x86_64/config.toml |   27 ---
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2019-04-21 00:59:23 UTC (rev 351844)
+++ extra-x86_64/PKGBUILD   2019-04-21 01:00:10 UTC (rev 351845)
@@ -1,77 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-# Remember to bump lib32-rust as well!
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.34.0
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-checkdepends=('procps-ng' 'gdb')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
-'SKIP'
-'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  python2 ./x.py build -j"$(nproc)"
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
-  provides=('cargo' 'rustfmt')
-  conflicts=('cargo' 'rustfmt')
-  replaces=('cargo' 'rustfmt')
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python2 ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way for splitting
-  mv "$pkgdir"/usr/share/doc "$srcdir"
-
-  install -d "$pkgdir"/usr/share/bash-completion
-  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
-}
-
-package_rust-docs() {
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  msg2 "Packaging license files for the documentation"
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/extra-x86_64/PKGBUILD (from rev 351844, 
rust/repos/testing-x86_64/PKGBUILD)
=======
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-04-21 01:00:10 UTC (rev 351845)
@@ -0,0 +1,77 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.34.0
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+checkdepends=('procps-ng' 'gdb')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
+'SKIP'
+'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python2 ./x.py build -j"$(nproc)"
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  provides=('

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

2019-04-20 Thread Johannes Löthberg via arch-commits
Date: Sunday, April 21, 2019 @ 00:59:23
  Author: demize
Revision: 351844

archrelease: copy trunk to testing-x86_64

Added:
  rust/repos/testing-x86_64/PKGBUILD
(from rev 351843, rust/trunk/PKGBUILD)
  rust/repos/testing-x86_64/config.toml
(from rev 351843, rust/trunk/config.toml)
Deleted:
  rust/repos/testing-x86_64/PKGBUILD
  rust/repos/testing-x86_64/config.toml

-+
 PKGBUILD|  154 +-
 config.toml |   54 ++--
 2 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-21 00:56:40 UTC (rev 351843)
+++ PKGBUILD2019-04-21 00:59:23 UTC (rev 351844)
@@ -1,77 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-# Remember to bump lib32-rust as well!
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.34.0
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-checkdepends=('procps-ng' 'gdb')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
-'SKIP'
-'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  python2 ./x.py build -j"$(nproc)"
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
-  provides=('cargo' 'rustfmt')
-  conflicts=('cargo' 'rustfmt')
-  replaces=('cargo' 'rustfmt')
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python2 ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way for splitting
-  mv "$pkgdir"/usr/share/doc "$srcdir"
-
-  install -d "$pkgdir"/usr/share/bash-completion
-  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
-}
-
-package_rust-docs() {
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  msg2 "Packaging license files for the documentation"
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/testing-x86_64/PKGBUILD (from rev 351843, 
rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-21 00:59:23 UTC (rev 351844)
@@ -0,0 +1,77 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.34.0
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+checkdepends=('procps-ng' 'gdb')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
+'SKIP'
+'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python2 ./x.py build -j"$(nproc)"
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  provides=('cargo' 'rustfmt')
+  conflicts=('cargo' 'rustfmt')
+  replaces=('cargo' 'rustfmt')
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python2 ./x.py install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LI

[arch-commits] Commit in rust/repos/extra-x86_64 (6 files)

2019-04-20 Thread Johannes Löthberg via arch-commits
Date: Sunday, April 21, 2019 @ 00:56:40
  Author: demize
Revision: 351843

archrelease: copy trunk to extra-x86_64

Added:
  rust/repos/extra-x86_64/PKGBUILD
(from rev 351842, rust/trunk/PKGBUILD)
  rust/repos/extra-x86_64/config.toml
(from rev 351842, rust/trunk/config.toml)
Deleted:
  
rust/repos/extra-x86_64/0001-Backport-deprecation-fixes-from-commit-b7f030e.patch
  
rust/repos/extra-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
  rust/repos/extra-x86_64/PKGBUILD
  rust/repos/extra-x86_64/config.toml

-+
 0001-Backport-deprecation-fixes-from-commit-b7f030e.patch   |   57 ---
 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch |   30 -
 PKGBUILD|  160 
--
 config.toml |   54 +--
 4 files changed, 104 insertions(+), 197 deletions(-)

Deleted: 0001-Backport-deprecation-fixes-from-commit-b7f030e.patch
===
--- 0001-Backport-deprecation-fixes-from-commit-b7f030e.patch   2019-04-20 
23:34:44 UTC (rev 351842)
+++ 0001-Backport-deprecation-fixes-from-commit-b7f030e.patch   2019-04-21 
00:56:40 UTC (rev 351843)
@@ -1,57 +0,0 @@
-From 55030c7543d8e877ec7a6b577a51422c38f01259 Mon Sep 17 00:00:00 2001
-From: Josh Stone 
-Date: Fri, 1 Mar 2019 09:27:45 -0800
-Subject: [PATCH] Backport deprecation fixes from commit b7f030e
-

- src/tools/linkchecker/main.rs  | 6 +++---
- src/tools/tidy/src/features.rs | 2 +-
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/src/tools/linkchecker/main.rs b/src/tools/linkchecker/main.rs
-index 59662be349dc..2cf0fcfd34cd 100644
 a/src/tools/linkchecker/main.rs
-+++ b/src/tools/linkchecker/main.rs
-@@ -78,7 +78,7 @@ impl FileEntry {
- fn parse_ids( self, file: , contents: , errors:  bool) {
- if self.ids.is_empty() {
- with_attrs_in_source(contents, " id", |fragment, i, _| {
--let frag = fragment.trim_left_matches("#").to_owned();
-+let frag = fragment.trim_start_matches("#").to_owned();
- let encoded = small_url_encode();
- if !self.ids.insert(frag) {
- *errors = true;
-@@ -343,7 +343,7 @@ fn with_attrs_in_source(contents: , attr: ,
- Some(i) => i,
- None => continue,
- };
--if rest[..pos_equals].trim_left_matches(" ") != "" {
-+if rest[..pos_equals].trim_start_matches(" ") != "" {
- continue;
- }
- 
-@@ -355,7 +355,7 @@ fn with_attrs_in_source(contents: , attr: ,
- };
- let quote_delim = rest.as_bytes()[pos_quote] as char;
- 
--if rest[..pos_quote].trim_left_matches(" ") != "" {
-+if rest[..pos_quote].trim_start_matches(" ") != "" {
- continue;
- }
- let rest = [pos_quote + 1..];
-diff --git a/src/tools/tidy/src/features.rs b/src/tools/tidy/src/features.rs
-index 2435a0cfd4e3..bf2cfbf32fc7 100644
 a/src/tools/tidy/src/features.rs
-+++ b/src/tools/tidy/src/features.rs
-@@ -188,7 +188,7 @@ pub fn collect_lang_features(base_src_path: , bad: 
 bool) -> Features {
- }
- 
- let mut parts = line.split(',');
--let level = match parts.next().map(|l| 
l.trim().trim_left_matches('(')) {
-+let level = match parts.next().map(|l| 
l.trim().trim_start_matches('(')) {
- Some("active") => Status::Unstable,
- Some("removed") => Status::Removed,
- Some("accepted") => Status::Stable,
--- 
-2.20.1
-

Deleted: 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
===
--- 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch 
2019-04-20 23:34:44 UTC (rev 351842)
+++ 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch 
2019-04-21 00:56:40 UTC (rev 351843)
@@ -1,30 +0,0 @@
-From c5f42fa1207dc6df476b55a9cdda439d8cfcba05 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Thu, 14 Mar 2019 20:35:52 +0100
-Subject: [PATCH] Revert 1c95f5a34c14f08d65cdd198827e3a2fcb63cf39 +
- 9452a8dfa3ba3575d5cf090a4e2305ee106d259e
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- src/librustc_codegen_llvm/debuginfo/metadata.rs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/librustc_codegen_llvm/debuginfo/metadata.rs 
b/src/librustc_codegen_llvm/debuginfo/metadata.rs
-index 9f63038c36..553b952b56 100644
 a/src/librustc_codegen_l

[arch-commits] Commit in lib32-rust/repos/multilib-x86_64 (4 files)

2019-04-20 Thread Johannes Löthberg via arch-commits
Date: Sunday, April 21, 2019 @ 00:57:15
  Author: demize
Revision: 452585

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
(from rev 452584, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-x86_64/config.toml
(from rev 452584, lib32-rust/trunk/config.toml)
Deleted:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
  lib32-rust/repos/multilib-x86_64/config.toml

-+
 PKGBUILD|   98 +-
 config.toml |   58 +-
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-20 23:36:39 UTC (rev 452584)
+++ PKGBUILD2019-04-21 00:57:15 UTC (rev 452585)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.33.0
-pkgrel=1
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('5a01a8d7e65126f6079042831385e77485fa5c014bf217e9f3e4aff36a485d94'
-'SKIP'
-'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-x86_64/PKGBUILD (from rev 452584, 
lib32-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-21 00:57:15 UTC (rev 452585)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.34.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
+'SKIP'
+'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: config.toml
===
--- config.toml 2019-04-20 23:36:39 UTC (rev 452584)
+++ config.toml 2019-04-21 00:57:15 UTC (rev 452585)
@@ -1,29 +0,0 @@
-[llvm]
-link-shared = true
-
-[build]
-target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python2.7"
-extended = true
-sanitizers = false
-local-rebuild = true
-
-[install]
-prefix = "/usr"
-
-[rust]
-# 0 or the new default of 16 is faster, but can result in worse performance
-# https://github.com/rust-lang/rust/issues/47745
-codegen-units = 1
-
-debuginfo = true
-debuginfo-lines = true
-
-channel = "stable"
-
-rpath = false
-
-[target.x86_64-unknown-linux-gnu]
-llvm-config = "/usr/bin/llvm-config"

Copied: lib32-rust/repos/multilib-x86_64/config.toml (from rev 452584, 
lib32-rust/trunk/config.toml)
===
--- config

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

2019-04-12 Thread Johannes Löthberg via arch-commits
Date: Friday, April 12, 2019 @ 21:55:13
  Author: demize
Revision: 451338

upgpkg: lib32-rust 1.34.0-1

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 21:23:09 UTC (rev 451337)
+++ PKGBUILD2019-04-12 21:55:13 UTC (rev 451338)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=lib32-rust
-pkgver=1.33.0
+pkgver=1.34.0
 pkgrel=1
 
 pkgdesc='32-bit libraries for rust'
@@ -15,7 +15,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('5a01a8d7e65126f6079042831385e77485fa5c014bf217e9f3e4aff36a485d94'
+sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
 'SKIP'
 '36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


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

2019-04-12 Thread Johannes Löthberg via arch-commits
Date: Friday, April 12, 2019 @ 21:55:17
  Author: demize
Revision: 451339

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-rust/repos/multilib-testing-x86_64/
  lib32-rust/repos/multilib-testing-x86_64/PKGBUILD
(from rev 451338, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-testing-x86_64/config.toml
(from rev 451338, lib32-rust/trunk/config.toml)

-+
 PKGBUILD|   49 +
 config.toml |   29 +
 2 files changed, 78 insertions(+)

Copied: lib32-rust/repos/multilib-testing-x86_64/PKGBUILD (from rev 451338, 
lib32-rust/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-04-12 21:55:17 UTC (rev 451339)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.34.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
+'SKIP'
+'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-testing-x86_64/config.toml (from rev 451338, 
lib32-rust/trunk/config.toml)
===
--- multilib-testing-x86_64/config.toml (rev 0)
+++ multilib-testing-x86_64/config.toml 2019-04-12 21:55:17 UTC (rev 451339)
@@ -0,0 +1,29 @@
+[llvm]
+link-shared = true
+
+[build]
+target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
+cargo = "/usr/bin/cargo"
+rustc = "/usr/bin/rustc"
+python = "python2.7"
+extended = true
+sanitizers = false
+local-rebuild = true
+
+[install]
+prefix = "/usr"
+
+[rust]
+# 0 or the new default of 16 is faster, but can result in worse performance
+# https://github.com/rust-lang/rust/issues/47745
+codegen-units = 1
+
+debuginfo = true
+debuginfo-lines = true
+
+channel = "stable"
+
+rpath = false
+
+[target.x86_64-unknown-linux-gnu]
+llvm-config = "/usr/bin/llvm-config"


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

2019-04-12 Thread Johannes Löthberg via arch-commits
Date: Friday, April 12, 2019 @ 21:54:30
  Author: demize
Revision: 350688

upgpkg: rust 1:1.34.0-1

Modified:
  rust/trunk/PKGBUILD
Deleted:
  rust/trunk/0001-Backport-deprecation-fixes-from-commit-b7f030e.patch
  rust/trunk/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch

-+
 0001-Backport-deprecation-fixes-from-commit-b7f030e.patch   |   57 
--
 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch |   30 -
 PKGBUILD|   20 +--
 3 files changed, 7 insertions(+), 100 deletions(-)

Deleted: 0001-Backport-deprecation-fixes-from-commit-b7f030e.patch
===
--- 0001-Backport-deprecation-fixes-from-commit-b7f030e.patch   2019-04-12 
19:42:29 UTC (rev 350687)
+++ 0001-Backport-deprecation-fixes-from-commit-b7f030e.patch   2019-04-12 
21:54:30 UTC (rev 350688)
@@ -1,57 +0,0 @@
-From 55030c7543d8e877ec7a6b577a51422c38f01259 Mon Sep 17 00:00:00 2001
-From: Josh Stone 
-Date: Fri, 1 Mar 2019 09:27:45 -0800
-Subject: [PATCH] Backport deprecation fixes from commit b7f030e
-

- src/tools/linkchecker/main.rs  | 6 +++---
- src/tools/tidy/src/features.rs | 2 +-
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/src/tools/linkchecker/main.rs b/src/tools/linkchecker/main.rs
-index 59662be349dc..2cf0fcfd34cd 100644
 a/src/tools/linkchecker/main.rs
-+++ b/src/tools/linkchecker/main.rs
-@@ -78,7 +78,7 @@ impl FileEntry {
- fn parse_ids( self, file: , contents: , errors:  bool) {
- if self.ids.is_empty() {
- with_attrs_in_source(contents, " id", |fragment, i, _| {
--let frag = fragment.trim_left_matches("#").to_owned();
-+let frag = fragment.trim_start_matches("#").to_owned();
- let encoded = small_url_encode();
- if !self.ids.insert(frag) {
- *errors = true;
-@@ -343,7 +343,7 @@ fn with_attrs_in_source(contents: , attr: ,
- Some(i) => i,
- None => continue,
- };
--if rest[..pos_equals].trim_left_matches(" ") != "" {
-+if rest[..pos_equals].trim_start_matches(" ") != "" {
- continue;
- }
- 
-@@ -355,7 +355,7 @@ fn with_attrs_in_source(contents: , attr: ,
- };
- let quote_delim = rest.as_bytes()[pos_quote] as char;
- 
--if rest[..pos_quote].trim_left_matches(" ") != "" {
-+if rest[..pos_quote].trim_start_matches(" ") != "" {
- continue;
- }
- let rest = [pos_quote + 1..];
-diff --git a/src/tools/tidy/src/features.rs b/src/tools/tidy/src/features.rs
-index 2435a0cfd4e3..bf2cfbf32fc7 100644
 a/src/tools/tidy/src/features.rs
-+++ b/src/tools/tidy/src/features.rs
-@@ -188,7 +188,7 @@ pub fn collect_lang_features(base_src_path: , bad: 
 bool) -> Features {
- }
- 
- let mut parts = line.split(',');
--let level = match parts.next().map(|l| 
l.trim().trim_left_matches('(')) {
-+let level = match parts.next().map(|l| 
l.trim().trim_start_matches('(')) {
- Some("active") => Status::Unstable,
- Some("removed") => Status::Removed,
- Some("accepted") => Status::Stable,
--- 
-2.20.1
-

Deleted: 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
===
--- 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch 
2019-04-12 19:42:29 UTC (rev 350687)
+++ 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch 
2019-04-12 21:54:30 UTC (rev 350688)
@@ -1,30 +0,0 @@
-From c5f42fa1207dc6df476b55a9cdda439d8cfcba05 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Thu, 14 Mar 2019 20:35:52 +0100
-Subject: [PATCH] Revert 1c95f5a34c14f08d65cdd198827e3a2fcb63cf39 +
- 9452a8dfa3ba3575d5cf090a4e2305ee106d259e
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- src/librustc_codegen_llvm/debuginfo/metadata.rs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/librustc_codegen_llvm/debuginfo/metadata.rs 
b/src/librustc_codegen_llvm/debuginfo/metadata.rs
-index 9f63038c36..553b952b56 100644
 a/src/librustc_codegen_llvm/debuginfo/metadata.rs
-+++ b/src/librustc_codegen_llvm/debuginfo/metadata.rs
-@@ -1167,7 +1167,7 @@ fn use_enum_fallback(cx: ) -> bool {
- // LLVM version 7 did not release with an important bug fix;
- // but the required patch is in the LLVM 8.  Rust LLVM reports
- // 8 as well.
--   

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

2019-04-12 Thread Johannes Löthberg via arch-commits
Date: Friday, April 12, 2019 @ 21:54:35
  Author: demize
Revision: 350689

archrelease: copy trunk to testing-x86_64

Added:
  rust/repos/testing-x86_64/
  rust/repos/testing-x86_64/PKGBUILD
(from rev 350688, rust/trunk/PKGBUILD)
  rust/repos/testing-x86_64/config.toml
(from rev 350688, rust/trunk/config.toml)

-+
 PKGBUILD|   77 ++
 config.toml |   27 
 2 files changed, 104 insertions(+)

Copied: rust/repos/testing-x86_64/PKGBUILD (from rev 350688, 
rust/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-12 21:54:35 UTC (rev 350689)
@@ -0,0 +1,77 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.34.0
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+checkdepends=('procps-ng' 'gdb')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59'
+'SKIP'
+'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python2 ./x.py build -j"$(nproc)"
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  provides=('cargo' 'rustfmt')
+  conflicts=('cargo' 'rustfmt')
+  replaces=('cargo' 'rustfmt')
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python2 ./x.py install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+
+  cd "$pkgdir/usr/lib"
+
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+
+  # move docs out of the way for splitting
+  mv "$pkgdir"/usr/share/doc "$srcdir"
+
+  install -d "$pkgdir"/usr/share/bash-completion
+  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
+}
+
+package_rust-docs() {
+  install -d "$pkgdir/usr/share/doc/"
+  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
+
+  msg2 "Packaging license files for the documentation"
+  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rust/repos/testing-x86_64/config.toml (from rev 350688, 
rust/trunk/config.toml)
===
--- testing-x86_64/config.toml  (rev 0)
+++ testing-x86_64/config.toml  2019-04-12 21:54:35 UTC (rev 350689)
@@ -0,0 +1,27 @@
+[llvm]
+link-shared = true
+
+[build]
+cargo = "/usr/bin/cargo"
+rustc = "/usr/bin/rustc"
+python = "python2.7"
+extended = true
+sanitizers = false
+
+[install]
+prefix = "/usr"
+
+[rust]
+# 0 or the new default of 16 is faster, but can result in worse performance
+# https://github.com/rust-lang/rust/issues/47745
+codegen-units = 1
+
+debuginfo = true
+debuginfo-lines = true
+
+channel = "stable"
+
+rpath = false
+
+[target.x86_64-unknown-linux-gnu]
+llvm-config = "/usr/bin/llvm-config"


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

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:31:52
  Author: demize
Revision: 446688

db-move: moved anki from [community-testing] to [community] (any)

Added:
  anki/repos/community-any/PKGBUILD
(from rev 446687, anki/repos/community-testing-any/PKGBUILD)
Deleted:
  anki/repos/community-any/PKGBUILD
  anki/repos/community-any/anki-pyqtwebengine.patch
  anki/repos/community-testing-any/

+
 /PKGBUILD  |   31 +
 community-any/PKGBUILD |   38 ---
 community-any/anki-pyqtwebengine.patch |   11 
 3 files changed, 31 insertions(+), 49 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2019-03-31 13:18:49 UTC (rev 446687)
+++ community-any/PKGBUILD  2019-03-31 13:31:52 UTC (rev 446688)
@@ -1,38 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.8
-pkgrel=3
-
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/;
-arch=('any')
-license=('AGPL3')
-
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 
'python-send2trash'
- 'python-decorator' 'python-markdown'
- 'desktop-file-utils')
-optdepends=('lame: record sound'
-'mpv: play sound (prefered over mplayer)'
-'mplayer: play sound')
-
-source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz
-anki-pyqtwebengine.patch)
-sha256sums=('57c466884ba43ef704c438bb0129e7ed793c468d36ea03cd3007af7a394c8b23'
-'56cf512a5f023d61fa2b18348a5586b4489d48ac89a8c60612ef61dbe1809c4a')
-
-prepare() {
-  cd anki-$pkgver
-  patch -p1 -i ../anki-pyqtwebengine.patch # Compatibility with split 
pyqtwebengine
-}
-
-package() {
-  cd anki-$pkgver
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 446687, 
anki/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-03-31 13:31:52 UTC (rev 446688)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.11
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/;
+arch=('any')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 
'python-send2trash'
+ 'python-decorator' 'python-markdown'
+ 'desktop-file-utils')
+optdepends=('lame: record sound'
+'mpv: play sound. prefered over mplayer'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
+sha256sums=('787ce3d7333cc3f33f9bd18ec11d4da56b9ac060edaad21d78fe04e04e559265')
+
+package() {
+  cd anki-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Deleted: community-any/anki-pyqtwebengine.patch
===
--- community-any/anki-pyqtwebengine.patch  2019-03-31 13:18:49 UTC (rev 
446687)
+++ community-any/anki-pyqtwebengine.patch  2019-03-31 13:31:52 UTC (rev 
446688)
@@ -1,11 +0,0 @@
 anki-2.1.8/aqt/qt.py.orig  2019-02-12 21:32:36.515462520 +
-+++ anki-2.1.8/aqt/qt.py   2019-02-12 21:32:45.032117131 +
-@@ -13,7 +13,7 @@
- from PyQt5.Qt import *
- # trigger explicit message in case of missing libraries
- # instead of silently failing to import
--from PyQt5.QtWebEngineWidgets import QWebEnginePage
-+from PyQt5.QtWebEngineWidgets import *
- try:
- from PyQt5 import sip
- except ImportError:


[arch-commits] Commit in (7 files)

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:18:49
  Author: demize
Revision: 446687

Change pwmt URLs to github mirrors

Modified:
  girara/trunk/PKGBUILD
  zathura-cb/trunk/PKGBUILD
  zathura-djvu/trunk/PKGBUILD
  zathura-pdf-mupdf/trunk/PKGBUILD
  zathura-pdf-poppler/trunk/PKGBUILD
  zathura-ps/trunk/PKGBUILD
  zathura/trunk/PKGBUILD

+
 girara/trunk/PKGBUILD  |3 ++-
 zathura-cb/trunk/PKGBUILD  |2 +-
 zathura-djvu/trunk/PKGBUILD|4 ++--
 zathura-pdf-mupdf/trunk/PKGBUILD   |4 ++--
 zathura-pdf-poppler/trunk/PKGBUILD |4 ++--
 zathura-ps/trunk/PKGBUILD  |4 ++--
 zathura/trunk/PKGBUILD |4 ++--
 7 files changed, 13 insertions(+), 12 deletions(-)

Modified: girara/trunk/PKGBUILD
===
--- girara/trunk/PKGBUILD   2019-03-31 13:14:16 UTC (rev 446686)
+++ girara/trunk/PKGBUILD   2019-03-31 13:18:49 UTC (rev 446687)
@@ -20,8 +20,9 @@
 makedepends=('meson' 'ninja' 'doxygen' 'check')
 
 source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.xz)
+source=(girara-$pkgver.tar.gz::https://github.com/pwmt/girara/archive/$pkgver.tar.gz)
 
-sha512sums=('ce8b1498c2c5e278a4689f945e6773cbf19b3357711636bbe785d96c8d381cf8ba457268ca154f7bd48b06d79cc03296d2e4350784299a13c4972030bcb0dbed')
+sha512sums=('18ecb1a7cba9997c85389faaa33f43120b2b88bfc358bacc032dc14c5fc37fedb0332b986951216031e18e8440874dc29e5aef41d519dcd28202951e448b573e')
 
 build() {
   cd girara-$pkgver

Modified: zathura/trunk/PKGBUILD
===
--- zathura/trunk/PKGBUILD  2019-03-31 13:14:16 UTC (rev 446686)
+++ zathura/trunk/PKGBUILD  2019-03-31 13:18:49 UTC (rev 446687)
@@ -20,10 +20,10 @@
 'zathura-ps: PostScript support'
 'zathura-cb: Comic book support')
 
-source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
+source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz
 bash-completion)
 
-sha1sums=('6e2cd70d03a9bfef2ef1e788ed7656b32c706def'
+sha1sums=('0135d90d1561ee40f02111785d8afb9fec311b7c'
   '94a8236c483626a7f3acee053a1ea885aed45a82')
 
 build() {

Modified: zathura-cb/trunk/PKGBUILD
===
--- zathura-cb/trunk/PKGBUILD   2019-03-31 13:14:16 UTC (rev 446686)
+++ zathura-cb/trunk/PKGBUILD   2019-03-31 13:18:49 UTC (rev 446687)
@@ -15,7 +15,7 @@
 
 
source=(zathura-cb-$pkgver.tar.gz::https://github.com/pwmt/zathura-cb/archive/$pkgver.tar.gz)
 
-sha1sums=('91134206ccb0f0488ceebb8fcfaf86e1bbeb1e3c')
+sha1sums=('16f2a39684178da6c250d22ecb686ee2c1290d81')
 
 build() {
   cd zathura-cb-$pkgver

Modified: zathura-djvu/trunk/PKGBUILD
===
--- zathura-djvu/trunk/PKGBUILD 2019-03-31 13:14:16 UTC (rev 446686)
+++ zathura-djvu/trunk/PKGBUILD 2019-03-31 13:18:49 UTC (rev 446687)
@@ -15,9 +15,9 @@
 depends=('djvulibre' 'zathura' 'desktop-file-utils')
 makedepends=('meson' 'ninja')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.xz)
+source=(zathura-djvu-$pkgver.tar.gz::https://github.com/pwmt/zathura-djvu/archive/$pkgver.tar.gz)
 
-sha1sums=('5b567669ce175d0b223d5e6d81c7508f41e917e6')
+sha1sums=('891e30df71c3f6a840f48aa3aef5456e6ae9584b')
 
 build(){
   cd zathura-djvu-$pkgver

Modified: zathura-pdf-mupdf/trunk/PKGBUILD
===
--- zathura-pdf-mupdf/trunk/PKGBUILD2019-03-31 13:14:16 UTC (rev 446686)
+++ zathura-pdf-mupdf/trunk/PKGBUILD2019-03-31 13:18:49 UTC (rev 446687)
@@ -17,9 +17,9 @@
 depends=('zathura' 'jbig2dec' 'openjpeg2' 'libjpeg' 'cairo' 
'desktop-file-utils' 'openssl')
 makedepends=('libmupdf' 'meson' 'ninja')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.xz)
+source=(zathura-pdf-mupdf-$pkgver.tar.gz::https://github.com/pwmt/zathura-pdf-mupdf/archive/$pkgver.tar.gz)
 
-sha1sums=('f2adf855a67455f4dccd22c61dcf22cde4c5ae2a')
+sha1sums=('001a82036867b7321c62cf126c8c05cf410c77c3')
 
 build() {
   cd zathura-pdf-mupdf-$pkgver

Modified: zathura-pdf-poppler/trunk/PKGBUILD
===
--- zathura-pdf-poppler/trunk/PKGBUILD  2019-03-31 13:14:16 UTC (rev 446686)
+++ zathura-pdf-poppler/trunk/PKGBUILD  2019-03-31 13:18:49 UTC (rev 446687)
@@ -15,9 +15,9 @@
 depends=('poppler-glib' 'zathura' 'desktop-file-utils')
 makedepends=('meson' 'ninja')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.xz)
+source=(zathura-pdf-poppler-$pkgver.tar.gz::https://github.com/pwmt/zathura-pdf-poppler/archive/$pkgver.tar.gz)
 
-sha1sums=('7007e1794da6286350c672d0591815078c266a6b')
+sha1sums=('56a8add7475bd1357b2fe7febd5de3436fa1d93e')
 
 build() {
   cd zathura-pdf-poppler-$pkgver


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

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:14:16
  Author: demize
Revision: 446686

Change pwmt URLs to github mirror

Modified:
  zathura-cb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 13:10:43 UTC (rev 446685)
+++ PKGBUILD2019-03-31 13:14:16 UTC (rev 446686)
@@ -13,7 +13,7 @@
 depends=('zathura' 'libarchive' 'desktop-file-utils')
 makedepends=('meson' 'ninja')
 
-source=(https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.xz)
+source=(zathura-cb-$pkgver.tar.gz::https://github.com/pwmt/zathura-cb/archive/$pkgver.tar.gz)
 
 sha1sums=('91134206ccb0f0488ceebb8fcfaf86e1bbeb1e3c')
 


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

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:10:43
  Author: demize
Revision: 446685

archrelease: copy trunk to community-x86_64

Added:
  dunst/repos/community-x86_64/PKGBUILD
(from rev 446684, dunst/trunk/PKGBUILD)
Deleted:
  dunst/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 13:10:39 UTC (rev 446684)
+++ PKGBUILD2019-03-31 13:10:43 UTC (rev 446685)
@@ -1,37 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=1.3.2
-pkgrel=2
-
-pkgdesc="Customizable and lightweight notification-daemon"
-url="https://dunst-project.org/;
-arch=('x86_64')
-license=('BSD')
-
-depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxdg-basedir' 
'libxrandr')
-makedepends=('libnotify')
-optdepends=('libnotify: dunstify')
-
-provides=('notification-daemon')
-
-source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz;)
-md5sums=('68ad9fd1dab537d7a1ad93c899c50278')
-
-build() {
-  cd dunst-$pkgver
-
-  make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify
-}
-
-package() {
-  cd dunst-$pkgver
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 446684, 
dunst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 13:10:43 UTC (rev 446685)
@@ -0,0 +1,37 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.4.0
+pkgrel=1
+
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/;
+arch=('x86_64')
+license=('BSD')
+
+depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr')
+makedepends=('libnotify')
+optdepends=('libnotify: dunstify')
+
+provides=('notification-daemon')
+
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz;)
+md5sums=('8a8095566a1b913056674f802444311a')
+
+build() {
+  cd dunst-$pkgver
+
+  make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify
+}
+
+package() {
+  cd dunst-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:10:39
  Author: demize
Revision: 446684

upgpkg: dunst 1.4.0-1

Modified:
  dunst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 13:09:24 UTC (rev 446683)
+++ PKGBUILD2019-03-31 13:10:39 UTC (rev 446684)
@@ -3,8 +3,8 @@
 # Contributor: feuri
 
 pkgname=dunst
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 
 pkgdesc="Customizable and lightweight notification-daemon"
 url="https://dunst-project.org/;
@@ -11,7 +11,7 @@
 arch=('x86_64')
 license=('BSD')
 
-depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxdg-basedir' 
'libxrandr')
+depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr')
 makedepends=('libnotify')
 optdepends=('libnotify: dunstify')
 
@@ -18,7 +18,7 @@
 provides=('notification-daemon')
 
 
source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz;)
-md5sums=('68ad9fd1dab537d7a1ad93c899c50278')
+md5sums=('8a8095566a1b913056674f802444311a')
 
 build() {
   cd dunst-$pkgver


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

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:09:19
  Author: demize
Revision: 446682

upgpkg: matrix-synapse 0.99.2-3

Modified:
  matrix-synapse/trunk/PKGBUILD
  matrix-synapse/trunk/synapse.install

-+
 PKGBUILD|2 +-
 synapse.install |8 
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 12:26:37 UTC (rev 446681)
+++ PKGBUILD2019-03-31 13:09:19 UTC (rev 446682)
@@ -3,7 +3,7 @@
 
 pkgname=matrix-synapse
 pkgver=0.99.2
-pkgrel=2
+pkgrel=3
 
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse;

Modified: synapse.install
===
--- synapse.install 2019-03-31 12:26:37 UTC (rev 446681)
+++ synapse.install 2019-03-31 13:09:19 UTC (rev 446682)
@@ -9,7 +9,7 @@
synapse user.
 
cd /var/lib/synapse
-   sudo -u synapse python2 -m synapse.app.homeserver \\
+   sudo -u synapse python -m synapse.app.homeserver \\
  --server-name my.domain.name \\
  --config-path /etc/synapse/homeserver.yaml \\
  --generate-config \\
@@ -16,9 +16,9 @@
  --report-stats=yes
 
N.B.: The default synapse config enables the webclient 
feature.
-   Unless you have python2-matrix-angular-sdk installed this 
will make
-   synapse fail to start.  Either disable it, or install
-   python2-matrix-angular-sdk.
+ You need to either disable it, install the syweb 
python package
+ from matrix-angular-sdk, or set 'web_client_location' 
to a path
+ to make synapse not try to serve it using syweb.
EOF
install -dm700 -o 198 -g 198 /var/lib/synapse
fi


[arch-commits] Commit in matrix-synapse/repos/community-any (10 files)

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:09:24
  Author: demize
Revision: 446683

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
(from rev 446682, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 446682, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 446682, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/synapse.service
(from rev 446682, matrix-synapse/trunk/synapse.service)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 446682, matrix-synapse/trunk/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/synapse.service
  matrix-synapse/repos/community-any/sysusers-synapse.conf

-+
 0001-Bump-python_dependencies.patch |   58 +++---
 PKGBUILD|  138 +-
 synapse.install |   50 ++--
 synapse.service |   36 
 sysusers-synapse.conf   |2 
 5 files changed, 142 insertions(+), 142 deletions(-)

Deleted: 0001-Bump-python_dependencies.patch
===
--- 0001-Bump-python_dependencies.patch 2019-03-31 13:09:19 UTC (rev 446682)
+++ 0001-Bump-python_dependencies.patch 2019-03-31 13:09:24 UTC (rev 446683)
@@ -1,29 +0,0 @@
-From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Tue, 8 Jan 2019 20:09:50 +0100
-Subject: [PATCH] Bump python_dependencies
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- synapse/python_dependencies.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index f71e21ff4..b49873781 100644
 a/synapse/python_dependencies.py
-+++ b/synapse/python_dependencies.py
-@@ -62,7 +62,7 @@ REQUIREMENTS = [
- "six>=1.10",
- # prometheus_client 0.4.0 changed the format of counter metrics
- # (cf https://github.com/matrix-org/synapse/issues/4001)
--"prometheus_client>=0.0.18,<0.4.0",
-+"prometheus_client>=0.0.18,<0.7.0",
- 
- # we use attr.s(slots), which arrived in 16.0.0
- # Twisted 18.7.0 requires attrs>=17.4.0
--- 
-2.21.0
-

Copied: matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch 
(from rev 446682, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
===
--- 0001-Bump-python_dependencies.patch (rev 0)
+++ 0001-Bump-python_dependencies.patch 2019-03-31 13:09:24 UTC (rev 446683)
@@ -0,0 +1,29 @@
+From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Tue, 8 Jan 2019 20:09:50 +0100
+Subject: [PATCH] Bump python_dependencies
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ synapse/python_dependencies.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
+index f71e21ff4..b49873781 100644
+--- a/synapse/python_dependencies.py
 b/synapse/python_dependencies.py
+@@ -62,7 +62,7 @@ REQUIREMENTS = [
+ "six>=1.10",
+ # prometheus_client 0.4.0 changed the format of counter metrics
+ # (cf https://github.com/matrix-org/synapse/issues/4001)
+-"prometheus_client>=0.0.18,<0.4.0",
++"prometheus_client>=0.0.18,<0.7.0",
+ 
+ # we use attr.s(slots), which arrived in 16.0.0
+ # Twisted 18.7.0 requires attrs>=17.4.0
+-- 
+2.21.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 13:09:19 UTC (rev 446682)
+++ PKGBUILD2019-03-31 13:09:24 UTC (rev 446683)
@@ -1,69 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=0.99.2
-pkgrel=2
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse;
-arch=('any')
-license=('Apache')
-
-depends=('python-jsonschema' 'python-twisted' 'python-service-identity'
- 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
- 'python-daemonize' 'python-bcrypt' 'python-frozendict'
- 'python-pillow' 'python-ujson'
- 'python-pysaml2' 'python-setuptools'
- 'python-systemd' 'python-unpa

[arch-commits] Commit in matrix-synapse/repos (11 files)

2019-03-29 Thread Johannes Löthberg via arch-commits
Date: Friday, March 29, 2019 @ 18:19:34
  Author: demize
Revision: 446050

db-move: moved matrix-synapse from [community-testing] to [community] (any)

Added:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
(from rev 446049, 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch)
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 446049, matrix-synapse/repos/community-testing-any/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 446049, 
matrix-synapse/repos/community-testing-any/synapse.install)
  matrix-synapse/repos/community-any/synapse.service
(from rev 446049, 
matrix-synapse/repos/community-testing-any/synapse.service)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 446049, 
matrix-synapse/repos/community-testing-any/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/synapse.service
  matrix-synapse/repos/community-any/sysusers-synapse.conf
  matrix-synapse/repos/community-testing-any/

---+
 /0001-Bump-python_dependencies.patch  |   29 
 /PKGBUILD |   69 
 /synapse.install  |   25 +++
 /synapse.service  |   18 +
 /sysusers-synapse.conf|1 
 community-any/0001-Bump-python_dependencies.patch |   29 
 community-any/PKGBUILD|   69 
 community-any/synapse.install |   25 ---
 community-any/synapse.service |   18 -
 community-any/sysusers-synapse.conf   |1 
 10 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-any/0001-Bump-python_dependencies.patch
===
--- community-any/0001-Bump-python_dependencies.patch   2019-03-29 17:59:45 UTC 
(rev 446049)
+++ community-any/0001-Bump-python_dependencies.patch   2019-03-29 18:19:34 UTC 
(rev 446050)
@@ -1,29 +0,0 @@
-From 0ffec97c70515e3ea3c2717a8eaa657fdd8fdf18 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Tue, 8 Jan 2019 20:09:50 +0100
-Subject: [PATCH] Bump python_dependencies
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- synapse/python_dependencies.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index 756721e30..f8ee9e53f 100644
 a/synapse/python_dependencies.py
-+++ b/synapse/python_dependencies.py
-@@ -62,7 +62,7 @@ REQUIREMENTS = [
- "six>=1.10",
- # prometheus_client 0.4.0 changed the format of counter metrics
- # (cf https://github.com/matrix-org/synapse/issues/4001)
--"prometheus_client>=0.0.18,<0.4.0",
-+"prometheus_client>=0.0.18,<0.6.0",
- 
- # we use attr.s(slots), which arrived in 16.0.0
- # Twisted 18.7.0 requires attrs>=17.4.0
--- 
-2.20.1
-

Copied: matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch 
(from rev 446049, 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch)
===
--- community-any/0001-Bump-python_dependencies.patch   
(rev 0)
+++ community-any/0001-Bump-python_dependencies.patch   2019-03-29 18:19:34 UTC 
(rev 446050)
@@ -0,0 +1,29 @@
+From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Tue, 8 Jan 2019 20:09:50 +0100
+Subject: [PATCH] Bump python_dependencies
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ synapse/python_dependencies.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
+index f71e21ff4..b49873781 100644
+--- a/synapse/python_dependencies.py
 b/synapse/python_dependencies.py
+@@ -62,7 +62,7 @@ REQUIREMENTS = [
+ "six>=1.10",
+ # prometheus_client 0.4.0 changed the format of counter metrics
+ # (cf https://github.com/matrix-org/synapse/issues/4001)
+-"prometheus_client>=0.0.18,<0.4.0",
++"prometheus_client>=0.0.18,<0.7.0",
+ 
+ # we use attr.s(slots), which arrived in 16.0.0
+ # Twisted 18.7.0 requires attrs>=17.4.0
+-- 
+2.21.0
+

Deleted: community-any/PKGBUILD
===
--- community-any/

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

2019-03-25 Thread Johannes Löthberg via arch-commits
Date: Monday, March 25, 2019 @ 21:56:58
  Author: demize
Revision: 349191

db-move: moved python-prometheus_client from [testing] to [extra] (any)

Added:
  python-prometheus_client/repos/extra-any/PKGBUILD
(from rev 349190, python-prometheus_client/repos/testing-any/PKGBUILD)
Deleted:
  python-prometheus_client/repos/extra-any/PKGBUILD
  python-prometheus_client/repos/testing-any/

+
 /PKGBUILD  |   52 +++
 extra-any/PKGBUILD |   52 ---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2019-03-25 21:50:09 UTC (rev 349190)
+++ extra-any/PKGBUILD  2019-03-25 21:56:58 UTC (rev 349191)
@@ -1,52 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=(python-prometheus_client python2-prometheus_client)
-pkgver=0.5.0
-pkgrel=1
-
-pkgdesc="Prometheus instrumentation library for Python applications"
-url="https://github.com/prometheus/client_python;
-arch=('any')
-license=('APACHE')
-
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-checkdepends=('python-twisted' 'python-pytest'
-  'python2-twisted' 'python2-pytest' 'python2-futures')
-
-source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
-sha512sums=('6e6e6c0f859b7b9d593e1059b71fde8eed15ccd95e54c245b4e0e8edb748a4761f0929f2d6c06f1c4656eb81f26959c5cec6a58f4d725a587b433ffbb4582127')
-
-prepare() {
-  cp -r client_python-$pkgver client_python-$pkgver-py2
-}
-
-build() {
-  cd client_python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/client_python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd client_python-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/client_python-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-prometheus_client() {
-  depends=('python')
-
-  cd client_python-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-package_python2-prometheus_client() {
-  depends=('python2')
-
-  cd client_python-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
-}

Copied: python-prometheus_client/repos/extra-any/PKGBUILD (from rev 349190, 
python-prometheus_client/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2019-03-25 21:56:58 UTC (rev 349191)
@@ -0,0 +1,52 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=(python-prometheus_client python2-prometheus_client)
+pkgver=0.6.0
+pkgrel=1
+
+pkgdesc="Prometheus instrumentation library for Python applications"
+url="https://github.com/prometheus/client_python;
+arch=('any')
+license=('APACHE')
+
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+checkdepends=('python-twisted' 'python-pytest'
+  'python2-twisted' 'python2-pytest' 'python2-futures')
+
+source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
+sha512sums=('a2b92683f939961c567c266a54699de6f37088cd4e61c9d9a5f4451228b4c3bfa4c517e4a5187867f5463d726a8dc6e7fdae30973c1e9aa9aa1a03247b2e99cd')
+
+prepare() {
+  cp -r client_python-$pkgver client_python-$pkgver-py2
+}
+
+build() {
+  cd client_python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/client_python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd client_python-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/client_python-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-prometheus_client() {
+  depends=('python')
+
+  cd client_python-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}
+
+package_python2-prometheus_client() {
+  depends=('python2')
+
+  cd client_python-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
+}


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

2019-03-25 Thread Johannes Löthberg via arch-commits
Date: Monday, March 25, 2019 @ 21:56:30
  Author: demize
Revision: 443499

db-move: moved parallel from [community-testing] to [community] (any)

Added:
  parallel/repos/community-any/0001-Remove-citation-things.patch
(from rev 443498, 
parallel/repos/community-testing-any/0001-Remove-citation-things.patch)
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
(from rev 443498, 
parallel/repos/community-testing-any/0002-Remove-GNU-branding.patch)
  parallel/repos/community-any/PKGBUILD
(from rev 443498, parallel/repos/community-testing-any/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD
  parallel/repos/community-any/remove-citation-nagging.patch
  parallel/repos/community-testing-any/

-+
 /PKGBUILD   |   40 ++
 community-any/0001-Remove-citation-things.patch |  277 +++
 community-any/0002-Remove-GNU-branding.patch|  165 +
 community-any/PKGBUILD  |   37 --
 community-any/remove-citation-nagging.patch |  387 --
 5 files changed, 482 insertions(+), 424 deletions(-)

Copied: parallel/repos/community-any/0001-Remove-citation-things.patch (from 
rev 443498, 
parallel/repos/community-testing-any/0001-Remove-citation-things.patch)
===
--- community-any/0001-Remove-citation-things.patch 
(rev 0)
+++ community-any/0001-Remove-citation-things.patch 2019-03-25 21:56:30 UTC 
(rev 443499)
@@ -0,0 +1,277 @@
+From e53f497bdd17ea5f6947d3b4af5d44c54b2978f5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Fri, 22 Mar 2019 19:03:41 +0100
+Subject: [PATCH 1/2] Remove citation things
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/parallel | 218 +--
+ 1 file changed, 1 insertion(+), 217 deletions(-)
+
+diff --git a/src/parallel b/src/parallel
+index 27a07c1..8e4437a 100755
+--- a/src/parallel
 b/src/parallel
+@@ -1206,8 +1206,6 @@ sub options_hash() {
+"gnu" => \$opt::gnu,
+"link|xapply" => \$opt::link,
+"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
+-   # Before changing this line, please read
+- # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+"bibtex|citation" => \$opt::citation,
+"wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
+# Termination and retries
+@@ -1312,12 +1310,6 @@ sub parse_options(@) {
+ my @argv_before = @ARGV;
+ @ARGV = read_options();
+ 
+-# Before changing this line, please read
+-# 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+-if(defined $opt::citation) {
+-  citation(\@argv_before,\@ARGV);
+-  wait_and_exit(0);
+-}
+ # no-* overrides *
+ if($opt::nokeeporder) { $opt::keeporder = undef; }
+ 
+@@ -1544,59 +1536,6 @@ sub parse_options(@) {
+ if(defined $opt::eta) { $opt::progress = $opt::eta; }
+ if(defined $opt::bar) { $opt::progress = $opt::bar; }
+ 
+-# Funding a free software project is hard. GNU Parallel is no
+-# exception. On top of that it seems the less visible a project
+-# is, the harder it is to get funding. And the nature of GNU
+-# Parallel is that it will never be seen by "the guy with the
+-# checkbook", but only by the people doing the actual work.
+-#
+-# This problem has been covered by others - though no solution has
+-# been found:
+-# https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
+-# https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
+-#
+-# Before implementing the citation notice it was discussed with
+-# the users:
+-# https://lists.gnu.org/archive/html/parallel/2013-11/msg6.html
+-#
+-# Having to spend 10 seconds on running 'parallel --citation' once
+-# is no doubt not an ideal solution, but no one has so far come up
+-# with an ideal solution - neither for funding GNU Parallel nor
+-# other free software.
+-#
+-# If you believe you have the perfect solution, you should try it
+-# out, and if it works, you should post it on the email
+-# list. Ideas that will cost work and which have not been tested
+-# are, however, unlikely to be prioritized.
+-#
+-# Please note that GPL version 3 gives you the right to fork GNU
+-# Parallel under a new name, but it does not give you the right to
+-# distribute modified copies with the citation notice disabled
+-# under the name GNU Parallel. To do that you need to be the owner
+-# of the GNU Parallel trademark. The xt:Commerce case shows this.
+-#
+

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

2019-03-25 Thread Johannes Löthberg via arch-commits
Date: Monday, March 25, 2019 @ 21:56:05
  Author: demize
Revision: 443498

db-move: moved pacutils from [community-testing] to [community] (x86_64)

Added:
  pacutils/repos/community-x86_64/PKGBUILD
(from rev 443497, pacutils/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  pacutils/repos/community-testing-x86_64/
  pacutils/repos/community-x86_64/PKGBUILD

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-03-25 21:55:43 UTC (rev 443497)
+++ community-x86_64/PKGBUILD   2019-03-25 21:56:05 UTC (rev 443498)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=pacutils
-pkgver=0.6.3
-pkgrel=2
-
-pkgdesc='Helper tools for libalpm'
-url='https://github.com/andrewgregory/pacutils'
-arch=('x86_64')
-license=('MIT')
-
-depends=('pacman')
-makedepends=('git')
-
-source=("git+https://github.com/andrewgregory/pacutils.git#commit=eb577044494f6a1bb0bb7863534396d068725d33;
 # tags/v0.6.3
-
"git+https://github.com/andrewgregory/globdir.c#commit=f7ea40047c1b23e5035a3626c9187c64539d66f2;
-
"git+https://github.com/andrewgregory/mINI.c.git#commit=ee64e149ed725b932adf23e0228f7cd8cb856901;
-
"git+https://github.com/andrewgregory/tap.c.git#commit=8ce85ce0ab95593c333e705f6eff44121b29e142;)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP')
-
-prepare() {
-  cd pacutils
-  git submodule init
-  git config submodule.ext/globdir.c.url "$srcdir/globdir.c"
-  git config submodule.ext/mini.c.url "$srcdir/mINI.c"
-  git config submodule.t/tap.c.url "$srcdir/tap.c"
-  git submodule update
-}
-
-build() {
-  cd pacutils
-  make CFLAGS="$CFLAGS $LDFLAGS" SYSCONFDIR=/etc LOCALSTATEDIR=/var
-}
-
-check() {
-  cd pacutils
-  make check
-}
-
-package() {
-  cd pacutils
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING
-}
-
-# vim: set ft=PKGBUILD et sw=2:

Copied: pacutils/repos/community-x86_64/PKGBUILD (from rev 443497, 
pacutils/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-25 21:56:05 UTC (rev 443498)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=pacutils
+pkgver=0.7.0
+pkgrel=1
+
+pkgdesc='Helper tools for libalpm'
+url='https://github.com/andrewgregory/pacutils'
+arch=('x86_64')
+license=('MIT')
+
+depends=('pacman')
+makedepends=('git')
+
+source=("git+https://github.com/andrewgregory/pacutils.git#commit=4714b035237b97a01875734592e02986b48d5111;
 # tags/v0.7.0
+
"git+https://github.com/andrewgregory/globdir.c#commit=f7ea40047c1b23e5035a3626c9187c64539d66f2;
+
"git+https://github.com/andrewgregory/mINI.c.git#commit=ee64e149ed725b932adf23e0228f7cd8cb856901;
+
"git+https://github.com/andrewgregory/tap.c.git#commit=8ce85ce0ab95593c333e705f6eff44121b29e142;)
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP')
+
+prepare() {
+  cd pacutils
+  git submodule init
+  git config submodule.ext/globdir.c.url "$srcdir/globdir.c"
+  git config submodule.ext/mini.c.url "$srcdir/mINI.c"
+  git config submodule.t/tap.c.url "$srcdir/tap.c"
+  git submodule update
+}
+
+build() {
+  cd pacutils
+  make CFLAGS="$CFLAGS $LDFLAGS" SYSCONFDIR=/etc LOCALSTATEDIR=/var
+}
+
+check() {
+  cd pacutils
+  make check
+}
+
+package() {
+  cd pacutils
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING
+}
+
+# vim: set ft=PKGBUILD et sw=2:


[arch-commits] Commit in haproxy/repos (11 files)

2019-03-25 Thread Johannes Löthberg via arch-commits
Date: Monday, March 25, 2019 @ 21:55:43
  Author: demize
Revision: 443497

db-move: moved haproxy from [community-testing] to [community] (x86_64)

Added:
  
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 443496, 
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 443496, haproxy/repos/community-testing-x86_64/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 443496, haproxy/repos/community-testing-x86_64/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 443496, haproxy/repos/community-testing-x86_64/haproxy.install)
  haproxy/repos/community-x86_64/haproxy.sysusers
(from rev 443496, haproxy/repos/community-testing-x86_64/haproxy.sysusers)
Deleted:
  haproxy/repos/community-testing-x86_64/
  
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install
  haproxy/repos/community-x86_64/haproxy.sysusers

--+
 /0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   
57 +++
 /PKGBUILD|   
77 ++
 /haproxy.cfg |   
49 ++
 /haproxy.install |
8 +
 /haproxy.sysusers|
1 
 community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   
57 ---
 community-x86_64/PKGBUILD|   
77 --
 community-x86_64/haproxy.cfg |   
49 --
 community-x86_64/haproxy.install |
8 -
 community-x86_64/haproxy.sysusers|
1 
 10 files changed, 192 insertions(+), 192 deletions(-)

Deleted: 
community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
===
--- community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
2019-03-25 21:52:57 UTC (rev 443496)
+++ community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
2019-03-25 21:55:43 UTC (rev 443497)
@@ -1,57 +0,0 @@
-From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Wed, 9 Jan 2019 23:37:02 +0100
-Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- contrib/halog/Makefile| 2 +-
- contrib/ip6range/Makefile | 2 +-
- contrib/iprange/Makefile  | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
-index 5e687c09..2474409a 100644
 a/contrib/halog/Makefile
-+++ b/contrib/halog/Makefile
-@@ -16,7 +16,7 @@ DEFINE   =
- OBJS = halog
- 
- halog: halog.c fgets2.c
--  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c 
$(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c 
$(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
-+  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c 
$(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c 
$(EBTREE_DIR)/ebimtree.c $^
- 
- clean:
-   rm -f $(OBJS) *.[oas]
-diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
-index 55849b6d..1276b97d 100644
 a/contrib/ip6range/Makefile
-+++ b/contrib/ip6range/Makefile
-@@ -7,7 +7,7 @@ OBJS = ip6range
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~
-diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
-index b3c72eda..e92baf3d 100644
 a/contrib/iprange/Makefile
-+++ b/contrib/iprange/Makefile
-@@ -7,7 +7,7 @@ OBJS = iprange
- all: $(OBJS)
- 
- %: %.c
--  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
- 
- clean:
-   rm -f $(OBJS) *.o *.a *~
--- 
-2.20.1
-

Copied: 
haproxy/repos/community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 443496, 
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- community-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch

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

2019-03-25 Thread Johannes Löthberg via arch-commits
Date: Monday, March 25, 2019 @ 21:50:09
  Author: demize
Revision: 349190

archrelease: copy trunk to testing-x86_64

Added:
  pkgconf/repos/testing-x86_64/
  pkgconf/repos/testing-x86_64/PKGBUILD
(from rev 349189, pkgconf/trunk/PKGBUILD)
  pkgconf/repos/testing-x86_64/platform-pkg-config.in
(from rev 349189, pkgconf/trunk/platform-pkg-config.in)

+
 PKGBUILD   |   80 +++
 platform-pkg-config.in |   11 ++
 2 files changed, 91 insertions(+)

Copied: pkgconf/repos/testing-x86_64/PKGBUILD (from rev 349189, 
pkgconf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-25 21:50:09 UTC (rev 349190)
@@ -0,0 +1,80 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Johannes Löthberg 
+# Contributor: Piotr Gorski 
+# Contributor: Lucy 
+# Contributor: Bartlomiej Piotrowski 
+
+pkgname=pkgconf
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Package compiler and linker metadata toolkit"
+url="https://github.com/pkgconf/pkgconf;
+license=(custom:ISC)
+arch=(x86_64)
+depends=(glibc sh)
+makedepends=(git)
+provides=(pkg-config pkgconfig)
+conflicts=(pkg-config)
+replaces=(pkg-config)
+groups=(base-devel)
+_commit=be6011222b52db362d2a4fdf602b4e4928b5317b  # tags/pkgconf-1.6.1
+source=("git+https://git.dereferenced.org/pkgconf/pkgconf#commit=$_commit; 
platform-pkg-config.in)
+sha256sums=('SKIP'
+'7c61338fbd83f9783d805c2f2f97b426977895a2f4b79e0ae5bc8e9d7996edaa')
+
+_pcdirs=/usr/lib/pkgconfig:/usr/share/pkgconfig
+_libdir=/usr/lib
+_includedir=/usr/include
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^pkgconf-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  ./autogen.sh
+}
+
+build() {
+  cd build
+  ../$pkgname/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-pkg-config-dir="$_pcdirs" \
+--with-system-libdir="$_libdir" \
+--with-system-includedir="$_includedir" \
+--disable-static
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C build install
+
+  # From https://src.fedoraproject.org/rpms/pkgconf/
+  sed -e "s|@TARGET_PLATFORM@|$CHOST|g" \
+  -e "s|@PKGCONF_LIBDIRS@|$_pcdirs|g" \
+  -e "s|@PKGCONF_SYSLIBDIR@|$_libdir|g" \
+  -e "s|@PKGCONF_SYSINCDIR@|$_includedir|g" \
+  platform-pkg-config.in |
+install -D /dev/stdin "$pkgdir/usr/bin/$CHOST-pkg-config"
+  ln -s $CHOST-pkg-config "$pkgdir/usr/bin/pkg-config"
+
+  # Multilib
+  if [[ $CARCH = x86_64 ]]; then
+_host32=${CHOST/x86_64/i686}
+sed -e "s|@TARGET_PLATFORM@|$_host32|g" \
+-e "s|@PKGCONF_LIBDIRS@|${_pcdirs/lib/lib32}|g" \
+-e "s|@PKGCONF_SYSLIBDIR@|${_libdir/lib/lib32}|g" \
+-e "s|@PKGCONF_SYSINCDIR@|$_includedir|g" \
+platform-pkg-config.in |
+  install -D /dev/stdin "$pkgdir/usr/bin/$_host32-pkg-config"
+ln -s $_host32-pkg-config "$pkgdir/usr/bin/pkg-config-32"
+  fi
+
+  ln -s pkgconf.1 "$pkgdir/usr/share/man/man1/pkg-config.1"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}
+
+# vim:set sw=2 et:

Copied: pkgconf/repos/testing-x86_64/platform-pkg-config.in (from rev 349189, 
pkgconf/trunk/platform-pkg-config.in)
===
--- testing-x86_64/platform-pkg-config.in   (rev 0)
+++ testing-x86_64/platform-pkg-config.in   2019-03-25 21:50:09 UTC (rev 
349190)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# Simple wrapper to tell pkgconf to behave as a platform-specific version of 
pkg-config
+# Platform: @TARGET_PLATFORM@
+
+: ${PKG_CONFIG_LIBDIR=@PKGCONF_LIBDIRS@}
+: ${PKG_CONFIG_SYSTEM_LIBRARY_PATH=@PKGCONF_SYSLIBDIR@} 
+: ${PKG_CONFIG_SYSTEM_INCLUDE_PATH=@PKGCONF_SYSINCDIR@}
+export PKG_CONFIG_LIBDIR PKG_CONFIG_SYSTEM_LIBRARY_PATH 
PKG_CONFIG_SYSTEM_INCLUDE_PATH
+
+exec pkgconf "$@"


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

2019-03-25 Thread Johannes Löthberg via arch-commits
Date: Monday, March 25, 2019 @ 21:50:02
  Author: demize
Revision: 349189

upgpkg: pkgconf 1.6.1-1

Modified:
  pkgconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-25 21:40:59 UTC (rev 349188)
+++ PKGBUILD2019-03-25 21:50:02 UTC (rev 349189)
@@ -5,7 +5,7 @@
 # Contributor: Bartlomiej Piotrowski 
 
 pkgname=pkgconf
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="Package compiler and linker metadata toolkit"
 url="https://github.com/pkgconf/pkgconf;
@@ -17,8 +17,8 @@
 conflicts=(pkg-config)
 replaces=(pkg-config)
 groups=(base-devel)
-_commit=e2fdd6f47020bdfa670225d6f0763b082a419f91  # tags/pkgconf-1.6.0
-source=("git+https://github.com/pkgconf/pkgconf#commit=$_commit; 
platform-pkg-config.in)
+_commit=be6011222b52db362d2a4fdf602b4e4928b5317b  # tags/pkgconf-1.6.1
+source=("git+https://git.dereferenced.org/pkgconf/pkgconf#commit=$_commit; 
platform-pkg-config.in)
 sha256sums=('SKIP'
 '7c61338fbd83f9783d805c2f2f97b426977895a2f4b79e0ae5bc8e9d7996edaa')
 


[arch-commits] Commit in pkgconf/repos (testing-x86_64)

2019-03-25 Thread Johannes Löthberg via arch-commits
Date: Monday, March 25, 2019 @ 21:40:59
  Author: demize
Revision: 349188

Accidentally testingpkg'd same version

Deleted:
  pkgconf/repos/testing-x86_64/


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

2019-03-25 Thread Johannes Löthberg via arch-commits
Date: Monday, March 25, 2019 @ 21:38:50
  Author: demize
Revision: 349187

archrelease: copy trunk to testing-x86_64

Added:
  pkgconf/repos/testing-x86_64/
  pkgconf/repos/testing-x86_64/PKGBUILD
(from rev 349186, pkgconf/trunk/PKGBUILD)
  pkgconf/repos/testing-x86_64/platform-pkg-config.in
(from rev 349186, pkgconf/trunk/platform-pkg-config.in)

+
 PKGBUILD   |   80 +++
 platform-pkg-config.in |   11 ++
 2 files changed, 91 insertions(+)

Copied: pkgconf/repos/testing-x86_64/PKGBUILD (from rev 349186, 
pkgconf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-25 21:38:50 UTC (rev 349187)
@@ -0,0 +1,80 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Johannes Löthberg 
+# Contributor: Piotr Gorski 
+# Contributor: Lucy 
+# Contributor: Bartlomiej Piotrowski 
+
+pkgname=pkgconf
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Package compiler and linker metadata toolkit"
+url="https://github.com/pkgconf/pkgconf;
+license=(custom:ISC)
+arch=(x86_64)
+depends=(glibc sh)
+makedepends=(git)
+provides=(pkg-config pkgconfig)
+conflicts=(pkg-config)
+replaces=(pkg-config)
+groups=(base-devel)
+_commit=e2fdd6f47020bdfa670225d6f0763b082a419f91  # tags/pkgconf-1.6.0
+source=("git+https://github.com/pkgconf/pkgconf#commit=$_commit; 
platform-pkg-config.in)
+sha256sums=('SKIP'
+'7c61338fbd83f9783d805c2f2f97b426977895a2f4b79e0ae5bc8e9d7996edaa')
+
+_pcdirs=/usr/lib/pkgconfig:/usr/share/pkgconfig
+_libdir=/usr/lib
+_includedir=/usr/include
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^pkgconf-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  ./autogen.sh
+}
+
+build() {
+  cd build
+  ../$pkgname/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-pkg-config-dir="$_pcdirs" \
+--with-system-libdir="$_libdir" \
+--with-system-includedir="$_includedir" \
+--disable-static
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C build install
+
+  # From https://src.fedoraproject.org/rpms/pkgconf/
+  sed -e "s|@TARGET_PLATFORM@|$CHOST|g" \
+  -e "s|@PKGCONF_LIBDIRS@|$_pcdirs|g" \
+  -e "s|@PKGCONF_SYSLIBDIR@|$_libdir|g" \
+  -e "s|@PKGCONF_SYSINCDIR@|$_includedir|g" \
+  platform-pkg-config.in |
+install -D /dev/stdin "$pkgdir/usr/bin/$CHOST-pkg-config"
+  ln -s $CHOST-pkg-config "$pkgdir/usr/bin/pkg-config"
+
+  # Multilib
+  if [[ $CARCH = x86_64 ]]; then
+_host32=${CHOST/x86_64/i686}
+sed -e "s|@TARGET_PLATFORM@|$_host32|g" \
+-e "s|@PKGCONF_LIBDIRS@|${_pcdirs/lib/lib32}|g" \
+-e "s|@PKGCONF_SYSLIBDIR@|${_libdir/lib/lib32}|g" \
+-e "s|@PKGCONF_SYSINCDIR@|$_includedir|g" \
+platform-pkg-config.in |
+  install -D /dev/stdin "$pkgdir/usr/bin/$_host32-pkg-config"
+ln -s $_host32-pkg-config "$pkgdir/usr/bin/pkg-config-32"
+  fi
+
+  ln -s pkgconf.1 "$pkgdir/usr/share/man/man1/pkg-config.1"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}
+
+# vim:set sw=2 et:

Copied: pkgconf/repos/testing-x86_64/platform-pkg-config.in (from rev 349186, 
pkgconf/trunk/platform-pkg-config.in)
===
--- testing-x86_64/platform-pkg-config.in   (rev 0)
+++ testing-x86_64/platform-pkg-config.in   2019-03-25 21:38:50 UTC (rev 
349187)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# Simple wrapper to tell pkgconf to behave as a platform-specific version of 
pkg-config
+# Platform: @TARGET_PLATFORM@
+
+: ${PKG_CONFIG_LIBDIR=@PKGCONF_LIBDIRS@}
+: ${PKG_CONFIG_SYSTEM_LIBRARY_PATH=@PKGCONF_SYSLIBDIR@} 
+: ${PKG_CONFIG_SYSTEM_INCLUDE_PATH=@PKGCONF_SYSINCDIR@}
+export PKG_CONFIG_LIBDIR PKG_CONFIG_SYSTEM_LIBRARY_PATH 
PKG_CONFIG_SYSTEM_INCLUDE_PATH
+
+exec pkgconf "$@"


[arch-commits] Commit in anki/repos/community-testing-any (PKGBUILD PKGBUILD)

2019-03-25 Thread Johannes Löthberg via arch-commits
Date: Monday, March 25, 2019 @ 21:34:49
  Author: demize
Revision: 443493

archrelease: copy trunk to community-testing-any

Added:
  anki/repos/community-testing-any/PKGBUILD
(from rev 443492, anki/trunk/PKGBUILD)
Deleted:
  anki/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-25 21:34:40 UTC (rev 443492)
+++ PKGBUILD2019-03-25 21:34:49 UTC (rev 443493)
@@ -1,31 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.10
-pkgrel=1
-
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/;
-arch=('any')
-license=('AGPL3')
-
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 
'python-send2trash'
- 'python-decorator' 'python-markdown'
- 'desktop-file-utils')
-optdepends=('lame: record sound'
-'mpv: play sound. prefered over mplayer'
-'mplayer: play sound')
-
-source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
-sha256sums=('5f228a69d687f36a4d2dd65911c60f4243eeb943d6513d4cf8733e5cdb398d25')
-
-package() {
-  cd anki-$pkgver
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: anki/repos/community-testing-any/PKGBUILD (from rev 443492, 
anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-25 21:34:49 UTC (rev 443493)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.11
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/;
+arch=('any')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 
'python-send2trash'
+ 'python-decorator' 'python-markdown'
+ 'desktop-file-utils')
+optdepends=('lame: record sound'
+'mpv: play sound. prefered over mplayer'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
+sha256sums=('787ce3d7333cc3f33f9bd18ec11d4da56b9ac060edaad21d78fe04e04e559265')
+
+package() {
+  cd anki-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2019-03-25 Thread Johannes Löthberg via arch-commits
Date: Monday, March 25, 2019 @ 21:34:40
  Author: demize
Revision: 443492

upgpkg: anki 2.1.11-1

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-25 21:02:24 UTC (rev 443491)
+++ PKGBUILD2019-03-25 21:34:40 UTC (rev 443492)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.1.10
+pkgver=2.1.11
 pkgrel=1
 
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
@@ -22,7 +22,7 @@
 'mplayer: play sound')
 
 source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
-sha256sums=('5f228a69d687f36a4d2dd65911c60f4243eeb943d6513d4cf8733e5cdb398d25')
+sha256sums=('787ce3d7333cc3f33f9bd18ec11d4da56b9ac060edaad21d78fe04e04e559265')
 
 package() {
   cd anki-$pkgver


[arch-commits] Commit in matrix-synapse/trunk (2 files)

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:42:17
  Author: demize
Revision: 443187

upgpkg: matrix-synapse 0.99.2-2

Modified:
  matrix-synapse/trunk/0001-Bump-python_dependencies.patch
  matrix-synapse/trunk/PKGBUILD

-+
 0001-Bump-python_dependencies.patch |8 
 PKGBUILD|4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: 0001-Bump-python_dependencies.patch
===
--- 0001-Bump-python_dependencies.patch 2019-03-22 18:32:26 UTC (rev 443186)
+++ 0001-Bump-python_dependencies.patch 2019-03-22 18:42:17 UTC (rev 443187)
@@ -1,4 +1,4 @@
-From 0ffec97c70515e3ea3c2717a8eaa657fdd8fdf18 Mon Sep 17 00:00:00 2001
+From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
 Date: Tue, 8 Jan 2019 20:09:50 +0100
 Subject: [PATCH] Bump python_dependencies
@@ -12,7 +12,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index 756721e30..f8ee9e53f 100644
+index f71e21ff4..b49873781 100644
 --- a/synapse/python_dependencies.py
 +++ b/synapse/python_dependencies.py
 @@ -62,7 +62,7 @@ REQUIREMENTS = [
@@ -20,10 +20,10 @@
  # prometheus_client 0.4.0 changed the format of counter metrics
  # (cf https://github.com/matrix-org/synapse/issues/4001)
 -"prometheus_client>=0.0.18,<0.4.0",
-+"prometheus_client>=0.0.18,<0.6.0",
++"prometheus_client>=0.0.18,<0.7.0",
  
  # we use attr.s(slots), which arrived in 16.0.0
  # Twisted 18.7.0 requires attrs>=17.4.0
 -- 
-2.20.1
+2.21.0
 

Modified: PKGBUILD
===
--- PKGBUILD2019-03-22 18:32:26 UTC (rev 443186)
+++ PKGBUILD2019-03-22 18:42:17 UTC (rev 443187)
@@ -3,7 +3,7 @@
 
 pkgname=matrix-synapse
 pkgver=0.99.2
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse;
@@ -37,7 +37,7 @@
 md5sums=('920a2773497b1487b29d20558a651ed2'
  '276a99050f40601089255ea168bb7620'
  'ecd9f66fb57fe1a2e1e2df07a460a35b'
- '62b94bdcd227ec2d097ba2eb28fe36df')
+ 'ad2900abb04351778e577175cedf6edc')
 
 backup=('etc/synapse/log_config.yaml')
 install=synapse.install


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

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:42:25
  Author: demize
Revision: 443189

archrelease: copy trunk to community-testing-any

Added:
  matrix-synapse/repos/community-testing-any/
  matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch
(from rev 443187, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
  matrix-synapse/repos/community-testing-any/PKGBUILD
(from rev 443187, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-testing-any/synapse.install
(from rev 443187, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-testing-any/synapse.service
(from rev 443187, matrix-synapse/trunk/synapse.service)
  matrix-synapse/repos/community-testing-any/sysusers-synapse.conf
(from rev 443187, matrix-synapse/trunk/sysusers-synapse.conf)

-+
 0001-Bump-python_dependencies.patch |   29 ++
 PKGBUILD|   69 ++
 synapse.install |   25 
 synapse.service |   18 
 sysusers-synapse.conf   |1 
 5 files changed, 142 insertions(+)

Copied: 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch 
(from rev 443187, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
===
--- community-testing-any/0001-Bump-python_dependencies.patch   
(rev 0)
+++ community-testing-any/0001-Bump-python_dependencies.patch   2019-03-22 
18:42:25 UTC (rev 443189)
@@ -0,0 +1,29 @@
+From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Tue, 8 Jan 2019 20:09:50 +0100
+Subject: [PATCH] Bump python_dependencies
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ synapse/python_dependencies.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
+index f71e21ff4..b49873781 100644
+--- a/synapse/python_dependencies.py
 b/synapse/python_dependencies.py
+@@ -62,7 +62,7 @@ REQUIREMENTS = [
+ "six>=1.10",
+ # prometheus_client 0.4.0 changed the format of counter metrics
+ # (cf https://github.com/matrix-org/synapse/issues/4001)
+-"prometheus_client>=0.0.18,<0.4.0",
++"prometheus_client>=0.0.18,<0.7.0",
+ 
+ # we use attr.s(slots), which arrived in 16.0.0
+ # Twisted 18.7.0 requires attrs>=17.4.0
+-- 
+2.21.0
+

Copied: matrix-synapse/repos/community-testing-any/PKGBUILD (from rev 443187, 
matrix-synapse/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-03-22 18:42:25 UTC (rev 443189)
@@ -0,0 +1,69 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.99.2
+pkgrel=2
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse;
+arch=('any')
+license=('Apache')
+
+depends=('python-jsonschema' 'python-twisted' 'python-service-identity'
+ 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
+ 'python-daemonize' 'python-bcrypt' 'python-frozendict'
+ 'python-pillow' 'python-ujson'
+ 'python-pysaml2' 'python-setuptools'
+ 'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
+ 'python-signedjson' 'python-pymacaroons'
+ 'python-service-identity' 'python-msgpack'
+ 'python-phonenumbers' 'python-prometheus_client'
+ 'python-attrs' 'python-netaddr' 'python-sortedcontainers'
+ 'python-treq' 'python-psutil'
+ 'systemd')
+checkdepends=('python-lxml' 'python-jinja' 'python-mock' 
'python-parameterized')
+optdepends=('python-psycopg2: PostgreSQL support'
+'python-lxml: URL previewing'
+'python-jinja: e-mail notifications'
+'python-bleach: e-mail notifications'
+'python-psutil: metrics')
+
+source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
+'synapse.service'
+'sysusers-synapse.conf'
+'0001-Bump-python_dependencies.patch')
+
+md5sums=('920a2773497b1487b29d20558a651ed2'
+ '276a99050f40601089255ea168bb7620'
+ 'ecd9f66fb57fe1a2e1e2df07a460a35b'
+ 'ad2900abb04351778e577175cedf6edc')
+
+backup=('etc/synapse/log_config.yaml')
+install=synapse.install
+
+prepare() {
+   cd synapse-$pkgver
+   patch -p1 <"$srcdir"/0001-Bump-python_dependencies.patch
+}
+
+build() {
+   cd synapse-$pkgver
+   python setup.py build
+}
+
+check() {
+   cd synapse-$pkgver
+   PYTHONPATH=

[arch-commits] Commit in haproxy/repos (7 files)

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:20:17
  Author: demize
Revision: 443184

archrelease: copy trunk to community-testing-x86_64

Added:
  haproxy/repos/community-testing-x86_64/
  
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 443183, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-testing-x86_64/PKGBUILD
(from rev 443183, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-testing-x86_64/haproxy.cfg
(from rev 443183, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-testing-x86_64/haproxy.install
(from rev 443183, haproxy/trunk/haproxy.install)
  haproxy/repos/community-testing-x86_64/haproxy.sysusers
(from rev 443183, haproxy/trunk/haproxy.sysusers)
Deleted:
  haproxy/repos/testing-x86_64/

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   57 ++
 PKGBUILD|   77 ++
 haproxy.cfg |   49 
 haproxy.install |8 +
 haproxy.sysusers|1 
 5 files changed, 192 insertions(+)

Copied: 
haproxy/repos/community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 443183, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- 
community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(rev 0)
+++ 
community-testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
2019-03-22 18:20:17 UTC (rev 443184)
@@ -0,0 +1,57 @@
+From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Wed, 9 Jan 2019 23:37:02 +0100
+Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ contrib/halog/Makefile| 2 +-
+ contrib/ip6range/Makefile | 2 +-
+ contrib/iprange/Makefile  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
+index 5e687c09..2474409a 100644
+--- a/contrib/halog/Makefile
 b/contrib/halog/Makefile
+@@ -16,7 +16,7 @@ DEFINE   =
+ OBJS = halog
+ 
+ halog: halog.c fgets2.c
+-  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c 
$(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c 
$(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
++  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c 
$(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c 
$(EBTREE_DIR)/ebimtree.c $^
+ 
+ clean:
+   rm -f $(OBJS) *.[oas]
+diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
+index 55849b6d..1276b97d 100644
+--- a/contrib/ip6range/Makefile
 b/contrib/ip6range/Makefile
+@@ -7,7 +7,7 @@ OBJS = ip6range
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
+index b3c72eda..e92baf3d 100644
+--- a/contrib/iprange/Makefile
 b/contrib/iprange/Makefile
+@@ -7,7 +7,7 @@ OBJS = iprange
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+-- 
+2.20.1
+

Copied: haproxy/repos/community-testing-x86_64/PKGBUILD (from rev 443183, 
haproxy/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-03-22 18:20:17 UTC (rev 443184)
@@ -0,0 +1,77 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.9.5
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua' 'systemd-libs')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg
+haproxy.sysusers
+0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
+
+md5sums=('3f61ebad5074d78ba7d88422624b328c'
+ '27941f31d25d5629f4bdef6bc4b2555a'
+ '2f00e81ee2f3f6e51a0cd9acc6f3ff3e'
+ '5343b0563c2e0e59110a84e2e611d94f')
+
+prepare() {
+  cd haproxy-$pkgver
+
+  patch -p1 <"$srcd

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

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:19:46
  Author: demize
Revision: 443183

archrelease: copy trunk to community-testing-any

Added:
  anki/repos/community-testing-any/
  anki/repos/community-testing-any/PKGBUILD
(from rev 443182, anki/trunk/PKGBUILD)

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

Copied: anki/repos/community-testing-any/PKGBUILD (from rev 443182, 
anki/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-03-22 18:19:46 UTC (rev 443183)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.10
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/;
+arch=('any')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 
'python-send2trash'
+ 'python-decorator' 'python-markdown'
+ 'desktop-file-utils')
+optdepends=('lame: record sound'
+'mpv: play sound. prefered over mplayer'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
+sha256sums=('5f228a69d687f36a4d2dd65911c60f4243eeb943d6513d4cf8733e5cdb398d25')
+
+package() {
+  cd anki-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


[arch-commits] Commit in anki/trunk (PKGBUILD anki-pyqtwebengine.patch)

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:19:43
  Author: demize
Revision: 443182

upgpkg: anki 2.1.10-1

Modified:
  anki/trunk/PKGBUILD
Deleted:
  anki/trunk/anki-pyqtwebengine.patch

--+
 PKGBUILD |   17 +
 anki-pyqtwebengine.patch |   11 ---
 2 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-22 18:18:41 UTC (rev 443181)
+++ PKGBUILD2019-03-22 18:19:43 UTC (rev 443182)
@@ -5,8 +5,8 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.1.8
-pkgrel=3
+pkgver=2.1.10
+pkgrel=1
 
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="https://ankisrs.net/;
@@ -18,19 +18,12 @@
  'python-decorator' 'python-markdown'
  'desktop-file-utils')
 optdepends=('lame: record sound'
-'mpv: play sound (prefered over mplayer)'
+'mpv: play sound. prefered over mplayer'
 'mplayer: play sound')
 
-source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz
-anki-pyqtwebengine.patch)
-sha256sums=('57c466884ba43ef704c438bb0129e7ed793c468d36ea03cd3007af7a394c8b23'
-'56cf512a5f023d61fa2b18348a5586b4489d48ac89a8c60612ef61dbe1809c4a')
+source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
+sha256sums=('5f228a69d687f36a4d2dd65911c60f4243eeb943d6513d4cf8733e5cdb398d25')
 
-prepare() {
-  cd anki-$pkgver
-  patch -p1 -i ../anki-pyqtwebengine.patch # Compatibility with split 
pyqtwebengine
-}
-
 package() {
   cd anki-$pkgver
 

Deleted: anki-pyqtwebengine.patch
===
--- anki-pyqtwebengine.patch2019-03-22 18:18:41 UTC (rev 443181)
+++ anki-pyqtwebengine.patch2019-03-22 18:19:43 UTC (rev 443182)
@@ -1,11 +0,0 @@
 anki-2.1.8/aqt/qt.py.orig  2019-02-12 21:32:36.515462520 +
-+++ anki-2.1.8/aqt/qt.py   2019-02-12 21:32:45.032117131 +
-@@ -13,7 +13,7 @@
- from PyQt5.Qt import *
- # trigger explicit message in case of missing libraries
- # instead of silently failing to import
--from PyQt5.QtWebEngineWidgets import QWebEnginePage
-+from PyQt5.QtWebEngineWidgets import *
- try:
- from PyQt5 import sip
- except ImportError:


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

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:18:41
  Author: demize
Revision: 443181

archrelease: copy trunk to testing-x86_64

Added:
  haproxy/repos/testing-x86_64/
  
haproxy/repos/testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 443180, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/testing-x86_64/PKGBUILD
(from rev 443180, haproxy/trunk/PKGBUILD)
  haproxy/repos/testing-x86_64/haproxy.cfg
(from rev 443180, haproxy/trunk/haproxy.cfg)
  haproxy/repos/testing-x86_64/haproxy.install
(from rev 443180, haproxy/trunk/haproxy.install)
  haproxy/repos/testing-x86_64/haproxy.sysusers
(from rev 443180, haproxy/trunk/haproxy.sysusers)

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   57 ++
 PKGBUILD|   77 ++
 haproxy.cfg |   49 
 haproxy.install |8 +
 haproxy.sysusers|1 
 5 files changed, 192 insertions(+)

Copied: 
haproxy/repos/testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 443180, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch  
(rev 0)
+++ testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch  
2019-03-22 18:18:41 UTC (rev 443181)
@@ -0,0 +1,57 @@
+From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Wed, 9 Jan 2019 23:37:02 +0100
+Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ contrib/halog/Makefile| 2 +-
+ contrib/ip6range/Makefile | 2 +-
+ contrib/iprange/Makefile  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
+index 5e687c09..2474409a 100644
+--- a/contrib/halog/Makefile
 b/contrib/halog/Makefile
+@@ -16,7 +16,7 @@ DEFINE   =
+ OBJS = halog
+ 
+ halog: halog.c fgets2.c
+-  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c 
$(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c 
$(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
++  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c 
$(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c 
$(EBTREE_DIR)/ebimtree.c $^
+ 
+ clean:
+   rm -f $(OBJS) *.[oas]
+diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
+index 55849b6d..1276b97d 100644
+--- a/contrib/ip6range/Makefile
 b/contrib/ip6range/Makefile
+@@ -7,7 +7,7 @@ OBJS = ip6range
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
+index b3c72eda..e92baf3d 100644
+--- a/contrib/iprange/Makefile
 b/contrib/iprange/Makefile
+@@ -7,7 +7,7 @@ OBJS = iprange
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+-- 
+2.20.1
+

Copied: haproxy/repos/testing-x86_64/PKGBUILD (from rev 443180, 
haproxy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-22 18:18:41 UTC (rev 443181)
@@ -0,0 +1,77 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.9.5
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua' 'systemd-libs')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg
+haproxy.sysusers
+0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
+
+md5sums=('3f61ebad5074d78ba7d88422624b328c'
+ '27941f31d25d5629f4bdef6bc4b2555a'
+ '2f00e81ee2f3f6e51a0cd9acc6f3ff3e'
+ '5343b0563c2e0e59110a84e2e611d94f')
+
+prepare() {
+  cd haproxy-$pkgver
+
+  patch -p1 <"$srcdir"/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

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

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:15:12
  Author: demize
Revision: 443180

upgpkg: haproxy 1.9.5-1

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-22 18:14:53 UTC (rev 443179)
+++ PKGBUILD2019-03-22 18:15:12 UTC (rev 443180)
@@ -2,7 +2,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.9.4
+pkgver=1.9.5
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -21,7 +21,7 @@
 haproxy.sysusers
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
 
-md5sums=('ebccaeee22c777f49a2d6285885c4509'
+md5sums=('3f61ebad5074d78ba7d88422624b328c'
  '27941f31d25d5629f4bdef6bc4b2555a'
  '2f00e81ee2f3f6e51a0cd9acc6f3ff3e'
  '5343b0563c2e0e59110a84e2e611d94f')


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

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:14:53
  Author: demize
Revision: 443179

archrelease: copy trunk to community-testing-x86_64

Added:
  pacutils/repos/community-testing-x86_64/
  pacutils/repos/community-testing-x86_64/PKGBUILD
(from rev 443178, pacutils/trunk/PKGBUILD)

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

Copied: pacutils/repos/community-testing-x86_64/PKGBUILD (from rev 443178, 
pacutils/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-03-22 18:14:53 UTC (rev 443179)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=pacutils
+pkgver=0.7.0
+pkgrel=1
+
+pkgdesc='Helper tools for libalpm'
+url='https://github.com/andrewgregory/pacutils'
+arch=('x86_64')
+license=('MIT')
+
+depends=('pacman')
+makedepends=('git')
+
+source=("git+https://github.com/andrewgregory/pacutils.git#commit=4714b035237b97a01875734592e02986b48d5111;
 # tags/v0.7.0
+
"git+https://github.com/andrewgregory/globdir.c#commit=f7ea40047c1b23e5035a3626c9187c64539d66f2;
+
"git+https://github.com/andrewgregory/mINI.c.git#commit=ee64e149ed725b932adf23e0228f7cd8cb856901;
+
"git+https://github.com/andrewgregory/tap.c.git#commit=8ce85ce0ab95593c333e705f6eff44121b29e142;)
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP')
+
+prepare() {
+  cd pacutils
+  git submodule init
+  git config submodule.ext/globdir.c.url "$srcdir/globdir.c"
+  git config submodule.ext/mini.c.url "$srcdir/mINI.c"
+  git config submodule.t/tap.c.url "$srcdir/tap.c"
+  git submodule update
+}
+
+build() {
+  cd pacutils
+  make CFLAGS="$CFLAGS $LDFLAGS" SYSCONFDIR=/etc LOCALSTATEDIR=/var
+}
+
+check() {
+  cd pacutils
+  make check
+}
+
+package() {
+  cd pacutils
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING
+}
+
+# vim: set ft=PKGBUILD et sw=2:


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

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:14:50
  Author: demize
Revision: 443178

upgpkg: pacutils 0.7.0-1

Modified:
  pacutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-22 18:12:13 UTC (rev 443177)
+++ PKGBUILD2019-03-22 18:14:50 UTC (rev 443178)
@@ -1,8 +1,8 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=pacutils
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 
 pkgdesc='Helper tools for libalpm'
 url='https://github.com/andrewgregory/pacutils'
@@ -12,7 +12,7 @@
 depends=('pacman')
 makedepends=('git')
 
-source=("git+https://github.com/andrewgregory/pacutils.git#commit=eb577044494f6a1bb0bb7863534396d068725d33;
 # tags/v0.6.3
+source=("git+https://github.com/andrewgregory/pacutils.git#commit=4714b035237b97a01875734592e02986b48d5111;
 # tags/v0.7.0
 
"git+https://github.com/andrewgregory/globdir.c#commit=f7ea40047c1b23e5035a3626c9187c64539d66f2;
 
"git+https://github.com/andrewgregory/mINI.c.git#commit=ee64e149ed725b932adf23e0228f7cd8cb856901;
 
"git+https://github.com/andrewgregory/tap.c.git#commit=8ce85ce0ab95593c333e705f6eff44121b29e142;)


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

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:12:13
  Author: demize
Revision: 443177

archrelease: copy trunk to community-testing-any

Added:
  parallel/repos/community-testing-any/
  parallel/repos/community-testing-any/0001-Remove-citation-things.patch
(from rev 443176, parallel/trunk/0001-Remove-citation-things.patch)
  parallel/repos/community-testing-any/0002-Remove-GNU-branding.patch
(from rev 443176, parallel/trunk/0002-Remove-GNU-branding.patch)
  parallel/repos/community-testing-any/PKGBUILD
(from rev 443176, parallel/trunk/PKGBUILD)

---+
 0001-Remove-citation-things.patch |  277 
 0002-Remove-GNU-branding.patch|  165 +
 PKGBUILD  |   40 +
 3 files changed, 482 insertions(+)

Copied: parallel/repos/community-testing-any/0001-Remove-citation-things.patch 
(from rev 443176, parallel/trunk/0001-Remove-citation-things.patch)
===
--- community-testing-any/0001-Remove-citation-things.patch 
(rev 0)
+++ community-testing-any/0001-Remove-citation-things.patch 2019-03-22 
18:12:13 UTC (rev 443177)
@@ -0,0 +1,277 @@
+From e53f497bdd17ea5f6947d3b4af5d44c54b2978f5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Fri, 22 Mar 2019 19:03:41 +0100
+Subject: [PATCH 1/2] Remove citation things
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/parallel | 218 +--
+ 1 file changed, 1 insertion(+), 217 deletions(-)
+
+diff --git a/src/parallel b/src/parallel
+index 27a07c1..8e4437a 100755
+--- a/src/parallel
 b/src/parallel
+@@ -1206,8 +1206,6 @@ sub options_hash() {
+"gnu" => \$opt::gnu,
+"link|xapply" => \$opt::link,
+"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
+-   # Before changing this line, please read
+- # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+"bibtex|citation" => \$opt::citation,
+"wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
+# Termination and retries
+@@ -1312,12 +1310,6 @@ sub parse_options(@) {
+ my @argv_before = @ARGV;
+ @ARGV = read_options();
+ 
+-# Before changing this line, please read
+-# 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+-if(defined $opt::citation) {
+-  citation(\@argv_before,\@ARGV);
+-  wait_and_exit(0);
+-}
+ # no-* overrides *
+ if($opt::nokeeporder) { $opt::keeporder = undef; }
+ 
+@@ -1544,59 +1536,6 @@ sub parse_options(@) {
+ if(defined $opt::eta) { $opt::progress = $opt::eta; }
+ if(defined $opt::bar) { $opt::progress = $opt::bar; }
+ 
+-# Funding a free software project is hard. GNU Parallel is no
+-# exception. On top of that it seems the less visible a project
+-# is, the harder it is to get funding. And the nature of GNU
+-# Parallel is that it will never be seen by "the guy with the
+-# checkbook", but only by the people doing the actual work.
+-#
+-# This problem has been covered by others - though no solution has
+-# been found:
+-# https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
+-# https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
+-#
+-# Before implementing the citation notice it was discussed with
+-# the users:
+-# https://lists.gnu.org/archive/html/parallel/2013-11/msg6.html
+-#
+-# Having to spend 10 seconds on running 'parallel --citation' once
+-# is no doubt not an ideal solution, but no one has so far come up
+-# with an ideal solution - neither for funding GNU Parallel nor
+-# other free software.
+-#
+-# If you believe you have the perfect solution, you should try it
+-# out, and if it works, you should post it on the email
+-# list. Ideas that will cost work and which have not been tested
+-# are, however, unlikely to be prioritized.
+-#
+-# Please note that GPL version 3 gives you the right to fork GNU
+-# Parallel under a new name, but it does not give you the right to
+-# distribute modified copies with the citation notice disabled
+-# under the name GNU Parallel. To do that you need to be the owner
+-# of the GNU Parallel trademark. The xt:Commerce case shows this.
+-#
+-# Description of the xt:Commerce case in OLG Duesseldorf
+-# 
http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
+-# 
https://web.archive.org/web/20180715073746/http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicense

[arch-commits] Commit in parallel/repos (testing-any)

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:12:07
  Author: demize
Revision: 443176

Remove accidental repos/testing-any

Deleted:
  parallel/repos/testing-any/


[arch-commits] Commit in parallel/trunk (4 files)

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:10:54
  Author: demize
Revision: 443174

upgpkg: parallel 20190322-1

Added:
  parallel/trunk/0001-Remove-citation-things.patch
  parallel/trunk/0002-Remove-GNU-branding.patch
Modified:
  parallel/trunk/PKGBUILD
Deleted:
  parallel/trunk/remove-citation-nagging.patch

---+
 0001-Remove-citation-things.patch |  277 +
 0002-Remove-GNU-branding.patch|  165 +++
 PKGBUILD  |   13 -
 remove-citation-nagging.patch |  387 
 4 files changed, 450 insertions(+), 392 deletions(-)

Added: 0001-Remove-citation-things.patch
===
--- 0001-Remove-citation-things.patch   (rev 0)
+++ 0001-Remove-citation-things.patch   2019-03-22 18:10:54 UTC (rev 443174)
@@ -0,0 +1,277 @@
+From e53f497bdd17ea5f6947d3b4af5d44c54b2978f5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Fri, 22 Mar 2019 19:03:41 +0100
+Subject: [PATCH 1/2] Remove citation things
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/parallel | 218 +--
+ 1 file changed, 1 insertion(+), 217 deletions(-)
+
+diff --git a/src/parallel b/src/parallel
+index 27a07c1..8e4437a 100755
+--- a/src/parallel
 b/src/parallel
+@@ -1206,8 +1206,6 @@ sub options_hash() {
+"gnu" => \$opt::gnu,
+"link|xapply" => \$opt::link,
+"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
+-   # Before changing this line, please read
+- # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+"bibtex|citation" => \$opt::citation,
+"wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
+# Termination and retries
+@@ -1312,12 +1310,6 @@ sub parse_options(@) {
+ my @argv_before = @ARGV;
+ @ARGV = read_options();
+ 
+-# Before changing this line, please read
+-# 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+-if(defined $opt::citation) {
+-  citation(\@argv_before,\@ARGV);
+-  wait_and_exit(0);
+-}
+ # no-* overrides *
+ if($opt::nokeeporder) { $opt::keeporder = undef; }
+ 
+@@ -1544,59 +1536,6 @@ sub parse_options(@) {
+ if(defined $opt::eta) { $opt::progress = $opt::eta; }
+ if(defined $opt::bar) { $opt::progress = $opt::bar; }
+ 
+-# Funding a free software project is hard. GNU Parallel is no
+-# exception. On top of that it seems the less visible a project
+-# is, the harder it is to get funding. And the nature of GNU
+-# Parallel is that it will never be seen by "the guy with the
+-# checkbook", but only by the people doing the actual work.
+-#
+-# This problem has been covered by others - though no solution has
+-# been found:
+-# https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
+-# https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
+-#
+-# Before implementing the citation notice it was discussed with
+-# the users:
+-# https://lists.gnu.org/archive/html/parallel/2013-11/msg6.html
+-#
+-# Having to spend 10 seconds on running 'parallel --citation' once
+-# is no doubt not an ideal solution, but no one has so far come up
+-# with an ideal solution - neither for funding GNU Parallel nor
+-# other free software.
+-#
+-# If you believe you have the perfect solution, you should try it
+-# out, and if it works, you should post it on the email
+-# list. Ideas that will cost work and which have not been tested
+-# are, however, unlikely to be prioritized.
+-#
+-# Please note that GPL version 3 gives you the right to fork GNU
+-# Parallel under a new name, but it does not give you the right to
+-# distribute modified copies with the citation notice disabled
+-# under the name GNU Parallel. To do that you need to be the owner
+-# of the GNU Parallel trademark. The xt:Commerce case shows this.
+-#
+-# Description of the xt:Commerce case in OLG Duesseldorf
+-# 
http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
+-# 
https://web.archive.org/web/20180715073746/http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
+-#
+-# The verdict in German
+-# 
https://www.admody.com/urteilsdatenbank/cafe6fdaeed3/OLG-Duesseldorf_Urteil_vom_28-September-2010_Az_I-20-U-41-09
+-# 
https://web.archive.org/web/20180715073717/https://www.admod

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

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 18:11:00
  Author: demize
Revision: 443175

archrelease: copy trunk to testing-any

Added:
  parallel/repos/testing-any/
  parallel/repos/testing-any/0001-Remove-citation-things.patch
(from rev 443174, parallel/trunk/0001-Remove-citation-things.patch)
  parallel/repos/testing-any/0002-Remove-GNU-branding.patch
(from rev 443174, parallel/trunk/0002-Remove-GNU-branding.patch)
  parallel/repos/testing-any/PKGBUILD
(from rev 443174, parallel/trunk/PKGBUILD)

---+
 0001-Remove-citation-things.patch |  277 
 0002-Remove-GNU-branding.patch|  165 +
 PKGBUILD  |   40 +
 3 files changed, 482 insertions(+)

Copied: parallel/repos/testing-any/0001-Remove-citation-things.patch (from rev 
443174, parallel/trunk/0001-Remove-citation-things.patch)
===
--- testing-any/0001-Remove-citation-things.patch   
(rev 0)
+++ testing-any/0001-Remove-citation-things.patch   2019-03-22 18:11:00 UTC 
(rev 443175)
@@ -0,0 +1,277 @@
+From e53f497bdd17ea5f6947d3b4af5d44c54b2978f5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Fri, 22 Mar 2019 19:03:41 +0100
+Subject: [PATCH 1/2] Remove citation things
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/parallel | 218 +--
+ 1 file changed, 1 insertion(+), 217 deletions(-)
+
+diff --git a/src/parallel b/src/parallel
+index 27a07c1..8e4437a 100755
+--- a/src/parallel
 b/src/parallel
+@@ -1206,8 +1206,6 @@ sub options_hash() {
+"gnu" => \$opt::gnu,
+"link|xapply" => \$opt::link,
+"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
+-   # Before changing this line, please read
+- # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+"bibtex|citation" => \$opt::citation,
+"wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
+# Termination and retries
+@@ -1312,12 +1310,6 @@ sub parse_options(@) {
+ my @argv_before = @ARGV;
+ @ARGV = read_options();
+ 
+-# Before changing this line, please read
+-# 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+-if(defined $opt::citation) {
+-  citation(\@argv_before,\@ARGV);
+-  wait_and_exit(0);
+-}
+ # no-* overrides *
+ if($opt::nokeeporder) { $opt::keeporder = undef; }
+ 
+@@ -1544,59 +1536,6 @@ sub parse_options(@) {
+ if(defined $opt::eta) { $opt::progress = $opt::eta; }
+ if(defined $opt::bar) { $opt::progress = $opt::bar; }
+ 
+-# Funding a free software project is hard. GNU Parallel is no
+-# exception. On top of that it seems the less visible a project
+-# is, the harder it is to get funding. And the nature of GNU
+-# Parallel is that it will never be seen by "the guy with the
+-# checkbook", but only by the people doing the actual work.
+-#
+-# This problem has been covered by others - though no solution has
+-# been found:
+-# https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
+-# https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
+-#
+-# Before implementing the citation notice it was discussed with
+-# the users:
+-# https://lists.gnu.org/archive/html/parallel/2013-11/msg6.html
+-#
+-# Having to spend 10 seconds on running 'parallel --citation' once
+-# is no doubt not an ideal solution, but no one has so far come up
+-# with an ideal solution - neither for funding GNU Parallel nor
+-# other free software.
+-#
+-# If you believe you have the perfect solution, you should try it
+-# out, and if it works, you should post it on the email
+-# list. Ideas that will cost work and which have not been tested
+-# are, however, unlikely to be prioritized.
+-#
+-# Please note that GPL version 3 gives you the right to fork GNU
+-# Parallel under a new name, but it does not give you the right to
+-# distribute modified copies with the citation notice disabled
+-# under the name GNU Parallel. To do that you need to be the owner
+-# of the GNU Parallel trademark. The xt:Commerce case shows this.
+-#
+-# Description of the xt:Commerce case in OLG Duesseldorf
+-# 
http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
+-# 
https://web.archive.org/web/20180715073746/http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOp

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

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 17:54:05
  Author: demize
Revision: 348868

archrelease: copy trunk to testing-any

Added:
  python-prometheus_client/repos/testing-any/
  python-prometheus_client/repos/testing-any/PKGBUILD
(from rev 348867, python-prometheus_client/trunk/PKGBUILD)

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

Copied: python-prometheus_client/repos/testing-any/PKGBUILD (from rev 348867, 
python-prometheus_client/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-03-22 17:54:05 UTC (rev 348868)
@@ -0,0 +1,52 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=(python-prometheus_client python2-prometheus_client)
+pkgver=0.6.0
+pkgrel=1
+
+pkgdesc="Prometheus instrumentation library for Python applications"
+url="https://github.com/prometheus/client_python;
+arch=('any')
+license=('APACHE')
+
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+checkdepends=('python-twisted' 'python-pytest'
+  'python2-twisted' 'python2-pytest' 'python2-futures')
+
+source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
+sha512sums=('a2b92683f939961c567c266a54699de6f37088cd4e61c9d9a5f4451228b4c3bfa4c517e4a5187867f5463d726a8dc6e7fdae30973c1e9aa9aa1a03247b2e99cd')
+
+prepare() {
+  cp -r client_python-$pkgver client_python-$pkgver-py2
+}
+
+build() {
+  cd client_python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/client_python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd client_python-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/client_python-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-prometheus_client() {
+  depends=('python')
+
+  cd client_python-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}
+
+package_python2-prometheus_client() {
+  depends=('python2')
+
+  cd client_python-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
+}


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

2019-03-22 Thread Johannes Löthberg via arch-commits
Date: Friday, March 22, 2019 @ 17:53:53
  Author: demize
Revision: 348867

upgpkg: python-prometheus_client 0.6.0-1

Modified:
  python-prometheus_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-22 13:56:10 UTC (rev 348866)
+++ PKGBUILD2019-03-22 17:53:53 UTC (rev 348867)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=(python-prometheus_client python2-prometheus_client)
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 
 pkgdesc="Prometheus instrumentation library for Python applications"
@@ -15,7 +15,7 @@
   'python2-twisted' 'python2-pytest' 'python2-futures')
 
 
source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
-sha512sums=('6e6e6c0f859b7b9d593e1059b71fde8eed15ccd95e54c245b4e0e8edb748a4761f0929f2d6c06f1c4656eb81f26959c5cec6a58f4d725a587b433ffbb4582127')
+sha512sums=('a2b92683f939961c567c266a54699de6f37088cd4e61c9d9a5f4451228b4c3bfa4c517e4a5187867f5463d726a8dc6e7fdae30973c1e9aa9aa1a03247b2e99cd')
 
 prepare() {
   cp -r client_python-$pkgver client_python-$pkgver-py2


[arch-commits] Commit in go-ipfs/repos (7 files)

2019-03-21 Thread Johannes Löthberg via arch-commits
Date: Thursday, March 21, 2019 @ 18:26:24
  Author: demize
Revision: 443069

db-move: moved go-ipfs from [community-testing] to [community] (x86_64)

Added:
  go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 443068, go-ipfs/repos/community-testing-x86_64/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
(from rev 443068, go-ipfs/repos/community-testing-x86_64/ipfs.service)
  go-ipfs/repos/community-x86_64/ipfs@.service
(from rev 443068, go-ipfs/repos/community-testing-x86_64/ipfs@.service)
Deleted:
  go-ipfs/repos/community-testing-x86_64/
  go-ipfs/repos/community-x86_64/PKGBUILD
  go-ipfs/repos/community-x86_64/ipfs.service
  go-ipfs/repos/community-x86_64/ipfs@.service

+
 /PKGBUILD  |   53 +++
 /ipfs.service  |9 ++
 /ipfs@.service |   10 +++
 community-x86_64/PKGBUILD  |   50 
 community-x86_64/ipfs.service  |9 --
 community-x86_64/ipfs@.service |   10 ---
 6 files changed, 72 insertions(+), 69 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2019-03-21 18:26:05 UTC (rev 443068)
+++ community-x86_64/PKGBUILD   2019-03-21 18:26:24 UTC (rev 443069)
@@ -1,50 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Anatol Pomozov
-# Contributor: kpcyrd 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Ian Naval 
-
-pkgname=go-ipfs
-pkgver=0.4.18
-pkgrel=2
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='https://ipfs.io/'
-arch=(x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go-pie git gx gx-go)
-
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
-ipfs.service
-ipfs@.service)
-sha512sums=('e5c47a074b6633407a3ee14032ddf90951c422a4104a053fd6a05c8adff9cb6c74224e42a5888d2c2bca496475bbdb6ab4699b2b2b4ffc916a7af3474bf59b77'
-
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
-
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
-
-prepare() {
-  export GOPATH="$PWD"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/ipfs
-  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-}
-
-build() {
-  export GOPATH="$PWD"/.gopath
-  export PATH="$PATH":"$GOPATH"/bin
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  make IPFS_GX_USE_GLOBAL=1 build
-}
-
-package() {
-  cd go-ipfs-$pkgver
-
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
-  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-x86_64/PKGBUILD (from rev 443068, 
go-ipfs/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-21 18:26:24 UTC (rev 443069)
@@ -0,0 +1,53 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.4.19
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='https://ipfs.io/'
+arch=(x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go-pie git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://dist.ipfs.io/go-ipfs/v$pkgver/go-ipfs-source.tar.gz
+ipfs.service
+ipfs@.service)
+noextract=(go-ipfs-$pkgver.tar.gz)
+
+sha512sums=('89d32fc560683b5bd4f67ae22859d57865ec364e28f065e81bd2618412dccbcc9c5a395f5f297b3ce4c9f6112560ea209e4b2a794c9b0d759b2980569b7ccf82'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
+
+prepare() {
+  export GOPATH="$PWD"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  tar -C "$GOPATH"/src/github.com/ipfs/go-ipfs -xf go-ipfs-$pkgver.tar.gz
+}
+
+build() {
+  export GOPATH=&qu

[arch-commits] Commit in matrix-synapse/repos (11 files)

2019-03-21 Thread Johannes Löthberg via arch-commits
Date: Thursday, March 21, 2019 @ 18:26:05
  Author: demize
Revision: 443068

db-move: moved matrix-synapse from [community-testing] to [community] (any)

Added:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
(from rev 443067, 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch)
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 443067, matrix-synapse/repos/community-testing-any/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 443067, 
matrix-synapse/repos/community-testing-any/synapse.install)
  matrix-synapse/repos/community-any/synapse.service
(from rev 443067, 
matrix-synapse/repos/community-testing-any/synapse.service)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 443067, 
matrix-synapse/repos/community-testing-any/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/synapse.service
  matrix-synapse/repos/community-any/sysusers-synapse.conf
  matrix-synapse/repos/community-testing-any/

---+
 /0001-Bump-python_dependencies.patch  |   29 
 /PKGBUILD |   69 
 /synapse.install  |   25 +++
 /synapse.service  |   18 +
 /sysusers-synapse.conf|1 
 community-any/0001-Bump-python_dependencies.patch |   29 
 community-any/PKGBUILD|   69 
 community-any/synapse.install |   25 ---
 community-any/synapse.service |   18 -
 community-any/sysusers-synapse.conf   |1 
 10 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-any/0001-Bump-python_dependencies.patch
===
--- community-any/0001-Bump-python_dependencies.patch   2019-03-21 17:29:25 UTC 
(rev 443067)
+++ community-any/0001-Bump-python_dependencies.patch   2019-03-21 18:26:05 UTC 
(rev 443068)
@@ -1,29 +0,0 @@
-From 0ffec97c70515e3ea3c2717a8eaa657fdd8fdf18 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Tue, 8 Jan 2019 20:09:50 +0100
-Subject: [PATCH] Bump python_dependencies
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- synapse/python_dependencies.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index 756721e30..f8ee9e53f 100644
 a/synapse/python_dependencies.py
-+++ b/synapse/python_dependencies.py
-@@ -62,7 +62,7 @@ REQUIREMENTS = [
- "six>=1.10",
- # prometheus_client 0.4.0 changed the format of counter metrics
- # (cf https://github.com/matrix-org/synapse/issues/4001)
--"prometheus_client>=0.0.18,<0.4.0",
-+"prometheus_client>=0.0.18,<0.6.0",
- 
- # we use attr.s(slots), which arrived in 16.0.0
- # Twisted 18.7.0 requires attrs>=17.4.0
--- 
-2.20.1
-

Copied: matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch 
(from rev 443067, 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch)
===
--- community-any/0001-Bump-python_dependencies.patch   
(rev 0)
+++ community-any/0001-Bump-python_dependencies.patch   2019-03-21 18:26:05 UTC 
(rev 443068)
@@ -0,0 +1,29 @@
+From 0ffec97c70515e3ea3c2717a8eaa657fdd8fdf18 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Tue, 8 Jan 2019 20:09:50 +0100
+Subject: [PATCH] Bump python_dependencies
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ synapse/python_dependencies.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
+index 756721e30..f8ee9e53f 100644
+--- a/synapse/python_dependencies.py
 b/synapse/python_dependencies.py
+@@ -62,7 +62,7 @@ REQUIREMENTS = [
+ "six>=1.10",
+ # prometheus_client 0.4.0 changed the format of counter metrics
+ # (cf https://github.com/matrix-org/synapse/issues/4001)
+-"prometheus_client>=0.0.18,<0.4.0",
++"prometheus_client>=0.0.18,<0.6.0",
+ 
+ # we use attr.s(slots), which arrived in 16.0.0
+ # Twisted 18.7.0 requires attrs>=17.4.0
+-- 
+2.20.1
+

Deleted: community-any/PKGBUILD
===
--- community-a

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

2019-03-17 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 17, 2019 @ 13:40:12
  Author: demize
Revision: 442371

archrelease: copy trunk to community-testing-x86_64

Added:
  go-ipfs/repos/community-testing-x86_64/
  go-ipfs/repos/community-testing-x86_64/PKGBUILD
(from rev 442370, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-testing-x86_64/ipfs.service
(from rev 442370, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-testing-x86_64/ipfs@.service
(from rev 442370, go-ipfs/trunk/ipfs@.service)

---+
 PKGBUILD  |   53 +
 ipfs.service  |9 +
 ipfs@.service |   10 ++
 3 files changed, 72 insertions(+)

Copied: go-ipfs/repos/community-testing-x86_64/PKGBUILD (from rev 442370, 
go-ipfs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-03-17 13:40:12 UTC (rev 442371)
@@ -0,0 +1,53 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.4.19
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='https://ipfs.io/'
+arch=(x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go-pie git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://dist.ipfs.io/go-ipfs/v$pkgver/go-ipfs-source.tar.gz
+ipfs.service
+ipfs@.service)
+noextract=(go-ipfs-$pkgver.tar.gz)
+
+sha512sums=('89d32fc560683b5bd4f67ae22859d57865ec364e28f065e81bd2618412dccbcc9c5a395f5f297b3ce4c9f6112560ea209e4b2a794c9b0d759b2980569b7ccf82'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
+
+prepare() {
+  export GOPATH="$PWD"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  tar -C "$GOPATH"/src/github.com/ipfs/go-ipfs -xf go-ipfs-$pkgver.tar.gz
+}
+
+build() {
+  export GOPATH="$PWD"/.gopath
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  make build
+}
+
+package() {
+  export GOPATH="$PWD"/.gopath
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}

Copied: go-ipfs/repos/community-testing-x86_64/ipfs.service (from rev 442370, 
go-ipfs/trunk/ipfs.service)
===
--- community-testing-x86_64/ipfs.service   (rev 0)
+++ community-testing-x86_64/ipfs.service   2019-03-17 13:40:12 UTC (rev 
442371)
@@ -0,0 +1,9 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target

Copied: go-ipfs/repos/community-testing-x86_64/ipfs@.service (from rev 442370, 
go-ipfs/trunk/ipfs@.service)
===
--- community-testing-x86_64/ipfs@.service  (rev 0)
+++ community-testing-x86_64/ipfs@.service  2019-03-17 13:40:12 UTC (rev 
442371)
@@ -0,0 +1,10 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+User=%i
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target


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

2019-03-17 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 17, 2019 @ 13:40:06
  Author: demize
Revision: 442370

upgpkg: go-ipfs 0.4.19-1

Modified:
  go-ipfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 13:31:11 UTC (rev 442369)
+++ PKGBUILD2019-03-17 13:40:06 UTC (rev 442370)
@@ -5,8 +5,8 @@
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.4.18
-pkgrel=2
+pkgver=0.4.19
+pkgrel=1
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
 url='https://ipfs.io/'
@@ -15,31 +15,34 @@
 
 depends=(glibc)
 optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go-pie git gx gx-go)
+makedepends=(go-pie git)
 
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+source=(go-ipfs-$pkgver.tar.gz::https://dist.ipfs.io/go-ipfs/v$pkgver/go-ipfs-source.tar.gz
 ipfs.service
 ipfs@.service)
-sha512sums=('e5c47a074b6633407a3ee14032ddf90951c422a4104a053fd6a05c8adff9cb6c74224e42a5888d2c2bca496475bbdb6ab4699b2b2b4ffc916a7af3474bf59b77'
+noextract=(go-ipfs-$pkgver.tar.gz)
+
+sha512sums=('89d32fc560683b5bd4f67ae22859d57865ec364e28f065e81bd2618412dccbcc9c5a395f5f297b3ce4c9f6112560ea209e4b2a794c9b0d759b2980569b7ccf82'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
 
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
 
 prepare() {
   export GOPATH="$PWD"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/ipfs
-  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
+  mkdir -p "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  tar -C "$GOPATH"/src/github.com/ipfs/go-ipfs -xf go-ipfs-$pkgver.tar.gz
 }
 
 build() {
   export GOPATH="$PWD"/.gopath
-  export PATH="$PATH":"$GOPATH"/bin
   cd "$GOPATH"/src/github.com/ipfs/go-ipfs
 
-  make IPFS_GX_USE_GLOBAL=1 build
+  make build
 }
 
 package() {
-  cd go-ipfs-$pkgver
+  export GOPATH="$PWD"/.gopath
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
 
   install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
   install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"


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

2019-03-17 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 17, 2019 @ 13:31:04
  Author: demize
Revision: 442368

upgpkg: matrix-synapse 0.99.2-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-17 13:22:22 UTC (rev 442367)
+++ PKGBUILD2019-03-17 13:31:04 UTC (rev 442368)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=0.99.1.1
+pkgver=0.99.2
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -34,7 +34,7 @@
 'sysusers-synapse.conf'
 '0001-Bump-python_dependencies.patch')
 
-md5sums=('0c5be0960479fd612892012c47f0691c'
+md5sums=('920a2773497b1487b29d20558a651ed2'
  '276a99050f40601089255ea168bb7620'
  'ecd9f66fb57fe1a2e1e2df07a460a35b'
  '62b94bdcd227ec2d097ba2eb28fe36df')


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

2019-03-17 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 17, 2019 @ 13:31:11
  Author: demize
Revision: 442369

archrelease: copy trunk to community-testing-any

Added:
  matrix-synapse/repos/community-testing-any/
  matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch
(from rev 442368, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
  matrix-synapse/repos/community-testing-any/PKGBUILD
(from rev 442368, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-testing-any/synapse.install
(from rev 442368, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-testing-any/synapse.service
(from rev 442368, matrix-synapse/trunk/synapse.service)
  matrix-synapse/repos/community-testing-any/sysusers-synapse.conf
(from rev 442368, matrix-synapse/trunk/sysusers-synapse.conf)

-+
 0001-Bump-python_dependencies.patch |   29 ++
 PKGBUILD|   69 ++
 synapse.install |   25 
 synapse.service |   18 
 sysusers-synapse.conf   |1 
 5 files changed, 142 insertions(+)

Copied: 
matrix-synapse/repos/community-testing-any/0001-Bump-python_dependencies.patch 
(from rev 442368, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
===
--- community-testing-any/0001-Bump-python_dependencies.patch   
(rev 0)
+++ community-testing-any/0001-Bump-python_dependencies.patch   2019-03-17 
13:31:11 UTC (rev 442369)
@@ -0,0 +1,29 @@
+From 0ffec97c70515e3ea3c2717a8eaa657fdd8fdf18 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Tue, 8 Jan 2019 20:09:50 +0100
+Subject: [PATCH] Bump python_dependencies
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ synapse/python_dependencies.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
+index 756721e30..f8ee9e53f 100644
+--- a/synapse/python_dependencies.py
 b/synapse/python_dependencies.py
+@@ -62,7 +62,7 @@ REQUIREMENTS = [
+ "six>=1.10",
+ # prometheus_client 0.4.0 changed the format of counter metrics
+ # (cf https://github.com/matrix-org/synapse/issues/4001)
+-"prometheus_client>=0.0.18,<0.4.0",
++"prometheus_client>=0.0.18,<0.6.0",
+ 
+ # we use attr.s(slots), which arrived in 16.0.0
+ # Twisted 18.7.0 requires attrs>=17.4.0
+-- 
+2.20.1
+

Copied: matrix-synapse/repos/community-testing-any/PKGBUILD (from rev 442368, 
matrix-synapse/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-03-17 13:31:11 UTC (rev 442369)
@@ -0,0 +1,69 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.99.2
+pkgrel=1
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse;
+arch=('any')
+license=('Apache')
+
+depends=('python-jsonschema' 'python-twisted' 'python-service-identity'
+ 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
+ 'python-daemonize' 'python-bcrypt' 'python-frozendict'
+ 'python-pillow' 'python-ujson'
+ 'python-pysaml2' 'python-setuptools'
+ 'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
+ 'python-signedjson' 'python-pymacaroons'
+ 'python-service-identity' 'python-msgpack'
+ 'python-phonenumbers' 'python-prometheus_client'
+ 'python-attrs' 'python-netaddr' 'python-sortedcontainers'
+ 'python-treq' 'python-psutil'
+ 'systemd')
+checkdepends=('python-lxml' 'python-jinja' 'python-mock' 
'python-parameterized')
+optdepends=('python-psycopg2: PostgreSQL support'
+'python-lxml: URL previewing'
+'python-jinja: e-mail notifications'
+'python-bleach: e-mail notifications'
+'python-psutil: metrics')
+
+source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
+'synapse.service'
+'sysusers-synapse.conf'
+'0001-Bump-python_dependencies.patch')
+
+md5sums=('920a2773497b1487b29d20558a651ed2'
+ '276a99050f40601089255ea168bb7620'
+ 'ecd9f66fb57fe1a2e1e2df07a460a35b'
+ '62b94bdcd227ec2d097ba2eb28fe36df')
+
+backup=('etc/synapse/log_config.yaml')
+install=synapse.install
+
+prepare() {
+   cd synapse-$pkgver
+   patch -p1 <"$srcdir"/0001-Bump-python_dependencies.patch
+}
+
+build() {
+   cd synapse-$pkgver
+   python setup.py build
+}
+
+check() {
+   cd synapse-$pkgver
+   PYTHONPATH=

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

2019-03-17 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 17, 2019 @ 13:22:10
  Author: demize
Revision: 348569

db-move: moved rust from [testing] to [extra] (x86_64)

Added:
  
rust/repos/extra-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
(from rev 348568, 
rust/repos/testing-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch)
  rust/repos/extra-x86_64/PKGBUILD
(from rev 348568, rust/repos/testing-x86_64/PKGBUILD)
  rust/repos/extra-x86_64/config.toml
(from rev 348568, rust/repos/testing-x86_64/config.toml)
Deleted:
  rust/repos/extra-x86_64/PKGBUILD
  rust/repos/extra-x86_64/config.toml
  rust/repos/testing-x86_64/

--+
 /PKGBUILD| 
  80 ++
 /config.toml | 
  27 +++
 extra-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch | 
  30 +++
 extra-x86_64/PKGBUILD| 
  77 -
 extra-x86_64/config.toml | 
  27 ---
 5 files changed, 137 insertions(+), 104 deletions(-)

Copied: 
rust/repos/extra-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
 (from rev 348568, 
rust/repos/testing-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch)
===
--- 
extra-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
(rev 0)
+++ 
extra-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
2019-03-17 13:22:10 UTC (rev 348569)
@@ -0,0 +1,30 @@
+From c5f42fa1207dc6df476b55a9cdda439d8cfcba05 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Thu, 14 Mar 2019 20:35:52 +0100
+Subject: [PATCH] Revert 1c95f5a34c14f08d65cdd198827e3a2fcb63cf39 +
+ 9452a8dfa3ba3575d5cf090a4e2305ee106d259e
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/librustc_codegen_llvm/debuginfo/metadata.rs | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/librustc_codegen_llvm/debuginfo/metadata.rs 
b/src/librustc_codegen_llvm/debuginfo/metadata.rs
+index 9f63038c36..553b952b56 100644
+--- a/src/librustc_codegen_llvm/debuginfo/metadata.rs
 b/src/librustc_codegen_llvm/debuginfo/metadata.rs
+@@ -1167,7 +1167,7 @@ fn use_enum_fallback(cx: ) -> bool {
+ // LLVM version 7 did not release with an important bug fix;
+ // but the required patch is in the LLVM 8.  Rust LLVM reports
+ // 8 as well.
+-|| llvm_util::get_major_version() < 8;
++|| llvm_util::get_major_version() < 7;
+ }
+ 
+ // Describes the members of an enum value: An enum is described as a union of
+-- 
+2.20.1
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2019-03-17 13:15:56 UTC (rev 348568)
+++ extra-x86_64/PKGBUILD   2019-03-17 13:22:10 UTC (rev 348569)
@@ -1,77 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-# Remember to bump lib32-rust as well!
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.32.0
-pkgrel=2
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-checkdepends=('procps-ng' 'gdb')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('4c594c7712a0e7e8eae6526c464bf6ea1d82f77b4f61717c3fc28fb27ba2224a'
-'SKIP'
-'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  python2 ./x.py build -j"$(nproc)"
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
-  provides=('cargo' 'rustfmt')
-  conflicts=('cargo' 'rustfmt')
-  replaces=('cargo' 'rustfmt')
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python2 ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the 

[arch-commits] Commit in salt/repos (7 files)

2019-03-17 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 17, 2019 @ 13:22:22
  Author: demize
Revision: 442367

db-move: moved salt from [community-testing] to [community] (any)

Added:
  salt/repos/community-any/PKGBUILD
(from rev 442366, salt/repos/community-testing-any/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 442366, salt/repos/community-testing-any/salt.install)
  salt/repos/community-any/salt.logrotate
(from rev 442366, salt/repos/community-testing-any/salt.logrotate)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install
  salt/repos/community-any/salt.logrotate
  salt/repos/community-testing-any/

--+
 /PKGBUILD|   62 +
 /salt.install|   22 ++
 /salt.logrotate  |7 
 community-any/PKGBUILD   |   61 
 community-any/salt.install   |   22 --
 community-any/salt.logrotate |7 
 6 files changed, 91 insertions(+), 90 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2019-03-17 13:22:02 UTC (rev 442366)
+++ community-any/PKGBUILD  2019-03-17 13:22:22 UTC (rev 442367)
@@ -1,61 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Daniel Wallace 
-# Contributor: Christer Edwards 
-
-pkgname=salt
-pkgver=2018.3.3
-pkgrel=2
-
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-
-replaces=('salt-zmq' 'salt-raet')
-conflicts=('salt-zmq' 'salt-raet')
-
-depends=('python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado'
- 'python2-futures')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-
-backup=('etc/logrotate.d/salt'
-'etc/salt/master'
-'etc/salt/minion')
-
-install=salt.install
-source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;
-salt.logrotate)
-md5sums=('13ba421e4bea1f33617b30b1116a9d32'
- '029c0553d023004ca00b0519620a8491')
-
-package() {
-  install -Dm644 salt.logrotate "$pkgdir"/etc/logrotate.d/salt
-
-  cd salt-$pkgver
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 442366, 
salt/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-03-17 13:22:22 UTC (rev 442367)
@@ -0,0 +1,62 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace 
+# Contributor: Christer Edwards 
+
+pkgname=salt
+pkgver=2019.2.0
+pkgrel=2
+
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+
+replaces=('salt-zmq' 'salt-raet')
+conflicts=('salt-zmq' 'salt-raet')
+
+depends=('python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado'
+ 'python2-futures')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+
+backup=('etc/logrotate.d/salt'
+'etc/salt/master'
+'etc/salt/minion')
+
+install=salt.install
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;
+salt.logrotate)
+
+sha256sums=('5695bb2b3fa288bcfc0e3b93d9449afd75220bd8f0deefb5e7fc03af381df6cd'
+'70cd01658182ad12d831d67ddbe42004c245ec3ec83efde76632274cc27f25cf')
+
+package() {
+  install -Dm644 salt.logrotate "$pkgdir"/etc/logrotate.d/salt
+
+  cd salt-$pkgver
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
+
+  # default config
+  install -Dm6

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

2019-03-17 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 17, 2019 @ 13:22:02
  Author: demize
Revision: 442366

db-move: moved lib32-rust from [multilib-testing] to [multilib] (x86_64)

Added:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
(from rev 442365, lib32-rust/repos/multilib-testing-x86_64/PKGBUILD)
  lib32-rust/repos/multilib-x86_64/config.toml
(from rev 442365, lib32-rust/repos/multilib-testing-x86_64/config.toml)
Deleted:
  lib32-rust/repos/multilib-testing-x86_64/
  lib32-rust/repos/multilib-x86_64/PKGBUILD
  lib32-rust/repos/multilib-x86_64/config.toml

-+
 /PKGBUILD   |   49 ++
 /config.toml|   29 
 multilib-x86_64/PKGBUILD|   49 --
 multilib-x86_64/config.toml |   29 
 4 files changed, 78 insertions(+), 78 deletions(-)

Deleted: multilib-x86_64/PKGBUILD
===
--- multilib-x86_64/PKGBUILD2019-03-17 12:30:10 UTC (rev 442365)
+++ multilib-x86_64/PKGBUILD2019-03-17 13:22:02 UTC (rev 442366)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.32.0
-pkgrel=3
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-2")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('4c594c7712a0e7e8eae6526c464bf6ea1d82f77b4f61717c3fc28fb27ba2224a'
-'SKIP'
-'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-x86_64/PKGBUILD (from rev 442365, 
lib32-rust/repos/multilib-testing-x86_64/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD    (rev 0)
+++ multilib-x86_64/PKGBUILD2019-03-17 13:22:02 UTC (rev 442366)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.33.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('5a01a8d7e65126f6079042831385e77485fa5c014bf217e9f3e4aff36a485d94'
+'SKIP'
+'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: multilib-x86_64/config.toml
===
--- multilib-x86_64/config.toml 2019-03-17 12:30:10 UTC (rev 442365)
+++ multilib-x86_64/config.toml 2019-03-17 13:22:02 UTC (rev 442366)
@@ -1,29 +0,0 @@
-[llvm]
-link-shared = true
-
-[build]
-target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python2.7"
-extended = true
-sanitizers = false
-local-rebuild = true
-
-[install]
-prefix = "/usr"
-
-[rust]
-# 0 or the new default of 16 is faster, but can result in worse

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

2019-03-15 Thread Johannes Löthberg via arch-commits
Date: Friday, March 15, 2019 @ 14:46:47
  Author: demize
Revision: 441863

upgpkg: lib32-rust 1.33.0-1

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 14:36:17 UTC (rev 441862)
+++ PKGBUILD2019-03-15 14:46:47 UTC (rev 441863)
@@ -1,8 +1,8 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=lib32-rust
-pkgver=1.32.0
-pkgrel=3
+pkgver=1.33.0
+pkgrel=1
 
 pkgdesc='32-bit libraries for rust'
 url='https://www.rust-lang.org/'
@@ -10,12 +10,12 @@
 license=('MIT' 'Apache')
 
 makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-2")
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
 
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('4c594c7712a0e7e8eae6526c464bf6ea1d82f77b4f61717c3fc28fb27ba2224a'
+sha256sums=('5a01a8d7e65126f6079042831385e77485fa5c014bf217e9f3e4aff36a485d94'
 'SKIP'
 '36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


[arch-commits] Commit in rust/trunk (2 files)

2019-03-15 Thread Johannes Löthberg via arch-commits
Date: Friday, March 15, 2019 @ 14:46:27
  Author: demize
Revision: 348187

upgpkg: rust 1:1.33.0-1

Added:
  rust/trunk/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
Modified:
  rust/trunk/PKGBUILD

-+
 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch |   30 
++
 PKGBUILD|   13 ++--
 2 files changed, 38 insertions(+), 5 deletions(-)

Added: 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
===
--- 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch 
(rev 0)
+++ 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch 
2019-03-15 14:46:27 UTC (rev 348187)
@@ -0,0 +1,30 @@
+From c5f42fa1207dc6df476b55a9cdda439d8cfcba05 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Thu, 14 Mar 2019 20:35:52 +0100
+Subject: [PATCH] Revert 1c95f5a34c14f08d65cdd198827e3a2fcb63cf39 +
+ 9452a8dfa3ba3575d5cf090a4e2305ee106d259e
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/librustc_codegen_llvm/debuginfo/metadata.rs | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/librustc_codegen_llvm/debuginfo/metadata.rs 
b/src/librustc_codegen_llvm/debuginfo/metadata.rs
+index 9f63038c36..553b952b56 100644
+--- a/src/librustc_codegen_llvm/debuginfo/metadata.rs
 b/src/librustc_codegen_llvm/debuginfo/metadata.rs
+@@ -1167,7 +1167,7 @@ fn use_enum_fallback(cx: ) -> bool {
+ // LLVM version 7 did not release with an important bug fix;
+ // but the required patch is in the LLVM 8.  Rust LLVM reports
+ // 8 as well.
+-|| llvm_util::get_major_version() < 8;
++|| llvm_util::get_major_version() < 7;
+ }
+ 
+ // Describes the members of an enum value: An enum is described as a union of
+-- 
+2.20.1
+

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 14:16:55 UTC (rev 348186)
+++ PKGBUILD2019-03-15 14:46:27 UTC (rev 348187)
@@ -7,8 +7,8 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.32.0
-pkgrel=2
+pkgver=1.33.0
+pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
 url='https://www.rust-lang.org/'
@@ -21,11 +21,13 @@
 options=('!emptydirs')
 
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
+config.toml
+0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch)
 
-sha256sums=('4c594c7712a0e7e8eae6526c464bf6ea1d82f77b4f61717c3fc28fb27ba2224a'
+sha256sums=('5a01a8d7e65126f6079042831385e77485fa5c014bf217e9f3e4aff36a485d94'
 'SKIP'
-'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5')
+'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5'
+'cf04a3c8ac0b4f5d786532e6e07a2f52cea2216d899be8d7c0b087aab78a2b68')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
 
 prepare() {
@@ -32,6 +34,7 @@
   cd "rustc-$pkgver-src"
 
   cp "$srcdir"/config.toml config.toml
+  patch -p1 
<"$srcdir"/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
 }
 
 build() {


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

2019-03-15 Thread Johannes Löthberg via arch-commits
Date: Friday, March 15, 2019 @ 14:46:51
  Author: demize
Revision: 441864

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-rust/repos/multilib-testing-x86_64/
  lib32-rust/repos/multilib-testing-x86_64/PKGBUILD
(from rev 441863, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-testing-x86_64/config.toml
(from rev 441863, lib32-rust/trunk/config.toml)

-+
 PKGBUILD|   49 +
 config.toml |   29 +
 2 files changed, 78 insertions(+)

Copied: lib32-rust/repos/multilib-testing-x86_64/PKGBUILD (from rev 441863, 
lib32-rust/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-03-15 14:46:51 UTC (rev 441864)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.33.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('5a01a8d7e65126f6079042831385e77485fa5c014bf217e9f3e4aff36a485d94'
+'SKIP'
+'36c22ecdacbfeca9ab955726b4a701f687f8ed358a1b8ab2d7cc988408db44cb')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-testing-x86_64/config.toml (from rev 441863, 
lib32-rust/trunk/config.toml)
===
--- multilib-testing-x86_64/config.toml (rev 0)
+++ multilib-testing-x86_64/config.toml 2019-03-15 14:46:51 UTC (rev 441864)
@@ -0,0 +1,29 @@
+[llvm]
+link-shared = true
+
+[build]
+target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
+cargo = "/usr/bin/cargo"
+rustc = "/usr/bin/rustc"
+python = "python2.7"
+extended = true
+sanitizers = false
+local-rebuild = true
+
+[install]
+prefix = "/usr"
+
+[rust]
+# 0 or the new default of 16 is faster, but can result in worse performance
+# https://github.com/rust-lang/rust/issues/47745
+codegen-units = 1
+
+debuginfo = true
+debuginfo-lines = true
+
+channel = "stable"
+
+rpath = false
+
+[target.x86_64-unknown-linux-gnu]
+llvm-config = "/usr/bin/llvm-config"


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

2019-03-15 Thread Johannes Löthberg via arch-commits
Date: Friday, March 15, 2019 @ 14:46:34
  Author: demize
Revision: 348188

archrelease: copy trunk to testing-x86_64

Added:
  rust/repos/testing-x86_64/
  
rust/repos/testing-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
(from rev 348187, 
rust/trunk/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch)
  rust/repos/testing-x86_64/PKGBUILD
(from rev 348187, rust/trunk/PKGBUILD)
  rust/repos/testing-x86_64/config.toml
(from rev 348187, rust/trunk/config.toml)

-+
 0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch |   30 +++
 PKGBUILD|   80 
++
 config.toml |   27 +++
 3 files changed, 137 insertions(+)

Copied: 
rust/repos/testing-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
 (from rev 348187, 
rust/trunk/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch)
===
--- 
testing-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch  
(rev 0)
+++ 
testing-x86_64/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch  
2019-03-15 14:46:34 UTC (rev 348188)
@@ -0,0 +1,30 @@
+From c5f42fa1207dc6df476b55a9cdda439d8cfcba05 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Thu, 14 Mar 2019 20:35:52 +0100
+Subject: [PATCH] Revert 1c95f5a34c14f08d65cdd198827e3a2fcb63cf39 +
+ 9452a8dfa3ba3575d5cf090a4e2305ee106d259e
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/librustc_codegen_llvm/debuginfo/metadata.rs | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/librustc_codegen_llvm/debuginfo/metadata.rs 
b/src/librustc_codegen_llvm/debuginfo/metadata.rs
+index 9f63038c36..553b952b56 100644
+--- a/src/librustc_codegen_llvm/debuginfo/metadata.rs
 b/src/librustc_codegen_llvm/debuginfo/metadata.rs
+@@ -1167,7 +1167,7 @@ fn use_enum_fallback(cx: ) -> bool {
+ // LLVM version 7 did not release with an important bug fix;
+ // but the required patch is in the LLVM 8.  Rust LLVM reports
+ // 8 as well.
+-|| llvm_util::get_major_version() < 8;
++|| llvm_util::get_major_version() < 7;
+ }
+ 
+ // Describes the members of an enum value: An enum is described as a union of
+-- 
+2.20.1
+

Copied: rust/repos/testing-x86_64/PKGBUILD (from rev 348187, 
rust/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-15 14:46:34 UTC (rev 348188)
@@ -0,0 +1,80 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.33.0
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+checkdepends=('procps-ng' 'gdb')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml
+0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch)
+
+sha256sums=('5a01a8d7e65126f6079042831385e77485fa5c014bf217e9f3e4aff36a485d94'
+'SKIP'
+'ce1c2648e70a14362d33d0cbbd3e35846ea9d43a8d0abc36071563fc087b82d5'
+'cf04a3c8ac0b4f5d786532e6e07a2f52cea2216d899be8d7c0b087aab78a2b68')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+  patch -p1 
<"$srcdir"/0001-Revert-1c95f5a34c14f08d65cdd198827e3a2fcb63cf39-9452.patch
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python2 ./x.py build -j"$(nproc)"
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  provides=('cargo' 'rustfmt')
+  conflicts=('cargo' 'rustfmt')
+  replaces=('cargo' 'rustfmt')
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python2 ./x.py install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+
+  cd "$pkgdir/usr/lib"
+
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+
+  # move docs out of the way for splitting
+  mv "$pkgdir"/usr/share/doc "$srcdir"
+
+  install -d "

<    1   2   3   4   5   6   7   8   9   10   >