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

2019-01-08 Thread Johannes Löthberg via arch-commits
Date: Tuesday, January 8, 2019 @ 18:38:02
  Author: demize
Revision: 343128

archrelease: copy trunk to testing-x86_64

Added:
  prometheus/repos/testing-x86_64/
  prometheus/repos/testing-x86_64/PKGBUILD
(from rev 343127, prometheus/trunk/PKGBUILD)
  prometheus/repos/testing-x86_64/prometheus.service
(from rev 343127, prometheus/trunk/prometheus.service)
  prometheus/repos/testing-x86_64/prometheus.sysusers
(from rev 343127, prometheus/trunk/prometheus.sysusers)

-+
 PKGBUILD|   64 ++
 prometheus.service  |   17 +
 prometheus.sysusers |1 
 3 files changed, 82 insertions(+)

Copied: prometheus/repos/testing-x86_64/PKGBUILD (from rev 343127, 
prometheus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-08 18:38:02 UTC (rev 343128)
@@ -0,0 +1,64 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.6.0
+pkgrel=3
+
+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=('e0d3e77e45466fd055726268354a02834968a3275791be6cbd17513ec7860c1d'
+'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/testing-x86_64/prometheus.service (from rev 343127, 
prometheus/trunk/prometheus.service)
===
--- testing-x86_64/prometheus.service   (rev 0)
+++ testing-x86_64/prometheus.service   2019-01-08 18:38:02 UTC (rev 343128)
@@ -0,0 +1,17 @@
+[Unit]
+Description=Prometheus service
+Requires=network-online.target
+After=network-online.target
+
+[Service]
+User=prometheus
+Group=prometheus
+Restart=on-failure
+ExecStart=/usr/bin/prometheus --config.file=/etc/prometheus/prometheus.yml 
--storage.tsdb.path=/var/lib/prometheus/data
+ExecReload=/bin/kill -HUP $MAINPID
+NoNewPrivileges=true
+ProtectHome=true
+ProtectSystem=full
+
+[Install]
+WantedBy=multi-user.target

Copied: prometheus/repos/testing-x86_64/prometheus.sysusers (from rev 343127, 
prometheus/trunk/prometheus.sysusers)
===
--- testing-x86_64/prometheus.sysusers  (rev 0)
+++ testing-x86_64/prometheus.sysusers  2019-01-08 18:38:02 UTC (rev 343128)
@@ -0,0 +1 @@
+u prometheus 210 "Prometheus dedicated user"


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

2019-01-08 Thread Johannes Löthberg via arch-commits
Date: Tuesday, January 8, 2019 @ 18:37:55
  Author: demize
Revision: 343127

upgpkg: prometheus 2.6.0-3

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 17:33:50 UTC (rev 343126)
+++ PKGBUILD2019-01-08 18:37:55 UTC (rev 343127)
@@ -2,7 +2,7 @@
 
 pkgname=prometheus
 pkgver=2.6.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
 url='https://prometheus.io'
@@ -50,7 +50,7 @@
   cd prometheus-$pkgver
 
   install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm755 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
+  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
   install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
 
   # Web


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

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 18:00:23
  Author: anatolik
Revision: 421048

archrelease: copy trunk to community-staging-any

Added:
  ruby-irb/repos/community-staging-any/
  ruby-irb/repos/community-staging-any/PKGBUILD
(from rev 421047, ruby-irb/trunk/PKGBUILD)

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

Copied: ruby-irb/repos/community-staging-any/PKGBUILD (from rev 421047, 
ruby-irb/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-01-08 18:00:23 UTC (rev 421048)
@@ -0,0 +1,26 @@
+# Maintainer: Anatol Pomozov
+
+_gemname=irb
+pkgname=ruby-$_gemname
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Interactive Ruby command-line tool for REPL (Read Eval Print Loop)."
+arch=('any')
+url='https://github.com/ruby/irb'
+license=('BSD-2')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
+noextract=("$_gemname-$pkgver.gem")
+sha512sums=('5699c8e0cd479445aa78e4d3aade1a61669bc863dba063e2b7e4e6418895fb06c46b50683d63ea7c1ded19acd3a133ff4e023a105cbd2a36d0801daef11bb60d')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install -N 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}


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

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 17:59:56
  Author: anatolik
Revision: 421047

irb been moved from ruby core to a separate gem in ruby-2.6

Modified:
  ruby-irb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 17:28:34 UTC (rev 421046)
+++ PKGBUILD2019-01-08 17:59:56 UTC (rev 421047)
@@ -9,6 +9,7 @@
 url='https://github.com/ruby/irb'
 license=('BSD-2')
 depends=('ruby')
+makedepends=('ruby-rdoc')
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem";)
 noextract=("$_gemname-$pkgver.gem")


[arch-commits] Commit in alsa-plugins/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 17:33:50
  Author: anatolik
Revision: 343126

archrelease: copy trunk to testing-x86_64

Added:
  alsa-plugins/repos/testing-x86_64/
  alsa-plugins/repos/testing-x86_64/PKGBUILD
(from rev 343125, alsa-plugins/trunk/PKGBUILD)

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

Copied: alsa-plugins/repos/testing-x86_64/PKGBUILD (from rev 343125, 
alsa-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-08 17:33:50 UTC (rev 343126)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.1.8
+pkgrel=1
+pkgdesc="Extra alsa plugins"
+arch=(x86_64)
+url="http://www.alsa-project.org";
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+#'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('7f77df171685ccec918268477623a39db4d9f32d5dc5e76874ef2467a2405994')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}


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

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 17:33:25
  Author: anatolik
Revision: 343125

upgpkg: alsa-plugins 1.1.8-1

Modified:
  alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 17:32:32 UTC (rev 343124)
+++ PKGBUILD2019-01-08 17:33:25 UTC (rev 343125)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Ehlers 
 
 pkgname=alsa-plugins
-pkgver=1.1.7
-pkgrel=3
+pkgver=1.1.8
+pkgrel=1
 pkgdesc="Extra alsa plugins"
 arch=(x86_64)
 url="http://www.alsa-project.org";
@@ -17,7 +17,7 @@
 'libsamplerate: libsamplerate resampling plugin'
 'speex: libspeexdsp resampling plugin')
 source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('a74b405ab6d9e346e6908a853d5e7631cc61038d9b265bc7f37fab16e827da47')
+sha256sums=('7f77df171685ccec918268477623a39db4d9f32d5dc5e76874ef2467a2405994')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in alsa-utils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 17:32:32
  Author: anatolik
Revision: 343124

archrelease: copy trunk to testing-x86_64

Added:
  alsa-utils/repos/testing-x86_64/
  alsa-utils/repos/testing-x86_64/PKGBUILD
(from rev 343123, alsa-utils/trunk/PKGBUILD)

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

Copied: alsa-utils/repos/testing-x86_64/PKGBUILD (from rev 343123, 
alsa-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-08 17:32:32 UTC (rev 343124)
@@ -0,0 +1,31 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.1.8
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('x86_64')
+url="http://www.alsa-project.org";
+#can not use >=$pkgver due to use of letters in alsa-lib update versioning
+depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 
'fftw')
+makedepends=('xmlto' 'docbook-xsl' 'systemd')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2)
+sha256sums=('fd9bf528922b3829a91913b89a1858c58a0b24271a7b5f529923aa9ea12fa4cf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # dir where to save ALSA state
+  install -d "${pkgdir}/var/lib/alsa"
+}


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

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 17:32:05
  Author: anatolik
Revision: 343123

upgpkg: alsa-utils 1.1.8-1

Modified:
  alsa-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 17:30:37 UTC (rev 343122)
+++ PKGBUILD2019-01-08 17:32:05 UTC (rev 343123)
@@ -2,7 +2,7 @@
 # Contributor: judd 
 
 pkgname=alsa-utils
-pkgver=1.1.7
+pkgver=1.1.8
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('xmlto' 'docbook-xsl' 'systemd')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('1db27fb54ab7fdeb54b00d68b8a174808ffea198cfbd67e3c959482194e1540a')
+sha256sums=('fd9bf528922b3829a91913b89a1858c58a0b24271a7b5f529923aa9ea12fa4cf')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in alsa-lib/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 17:30:37
  Author: anatolik
Revision: 343122

archrelease: copy trunk to testing-x86_64

Added:
  alsa-lib/repos/testing-x86_64/
  alsa-lib/repos/testing-x86_64/PKGBUILD
(from rev 343121, alsa-lib/trunk/PKGBUILD)

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

Copied: alsa-lib/repos/testing-x86_64/PKGBUILD (from rev 343121, 
alsa-lib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-08 17:30:37 UTC (rev 343122)
@@ -0,0 +1,25 @@
+# Contributor: judd 
+
+pkgname=alsa-lib
+pkgver=1.1.8
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('x86_64')
+url="http://www.alsa-project.org";
+depends=('glibc')
+optdepends=('python2: for python smixer plugin')
+makedepends=('python2')
+license=('LGPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+sha512sums=('50ae107c6efe8200b4c41e0463e099d16e149332f1d3a22c3e81d3e7d980b7f93f3610fc9711ef62067caeb1054e7ea612ba3903bf8a91ebeffa48687cf80eed')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --without-debug --prefix=/usr --with-pythonlibs="-lpthread -lm 
-ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 17:30:12
  Author: anatolik
Revision: 343121

upgpkg: alsa-lib 1.1.8-1

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 17:00:35 UTC (rev 343120)
+++ PKGBUILD2019-01-08 17:30:12 UTC (rev 343121)
@@ -1,8 +1,8 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.7
-pkgrel=2
+pkgver=1.1.8
+pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
 url="http://www.alsa-project.org";
@@ -10,16 +10,9 @@
 optdepends=('python2: for python smixer plugin')
 makedepends=('python2')
 license=('LGPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2
-
fix_streams.patch::'http://git.alsa-project.org/?p=alsa-lib.git;a=patch;h=b420056604f06117c967b65d43d01536c5ffcbc9')
-sha512sums=('7cc81464d876a137e9ac9700420bfff7cd528338bdc6e0bdbe313d45c5b97c81f1a9483df0556fe390d54a9db747fbec62e843b42d2cbc740d5a91b015714f6c'
-
'0d05f7cf9c09124107765b5d831be66fd669672e8afc1a591d2b637f4e3e17a1ae668a3ca0db93f51863bc5dd72a4fde6a13eef014b43a7688898856e885d7a1')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+sha512sums=('50ae107c6efe8200b4c41e0463e099d16e149332f1d3a22c3e81d3e7d980b7f93f3610fc9711ef62067caeb1054e7ea612ba3903bf8a91ebeffa48687cf80eed')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 < ../fix_streams.patch  # FS60591
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --without-debug --prefix=/usr --with-pythonlibs="-lpthread -lm 
-ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7


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

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 17:28:34
  Author: anatolik
Revision: 421046

archrelease: copy trunk to community-x86_64

Added:
  vegeta/repos/community-x86_64/PKGBUILD
(from rev 421045, vegeta/trunk/PKGBUILD)
Deleted:
  vegeta/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 17:28:04 UTC (rev 421045)
+++ PKGBUILD2019-01-08 17:28:34 UTC (rev 421046)
@@ -1,37 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=vegeta
-pkgver=12.1.0
-pkgrel=1
-pkgdesc="HTTP load testing tool"
-arch=(x86_64)
-url="https://github.com/tsenart/vegeta";
-license=(MIT)
-depends=(glibc)
-makedepends=(go-pie dep git)
-source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/cli/v$pkgver.zip)
-sha256sums=('e8d1a4f93cfa4109676281ec8395c8e7d6c5c78da5bd22a75a14fa32a660ac44')
-
-prepare() {
-  export GOPATH="$srcdir/gopath"
-  mkdir -p gopath/src/github.com/tsenart
-  cp -r vegeta-cli-v$pkgver/ gopath/src/github.com/tsenart/vegeta
-
-  cd gopath/src/github.com/tsenart/vegeta
-  dep ensure -v
-}
-
-build() {
-  cd gopath/src/github.com/tsenart/vegeta
-  #go build -v -X main.Version=$pkgver ./...
-  CGO_ENABLED=0 go install -v -ldflags "-X main.Version=$pkgver -X 
main.Date=`date +'%FT%TZ%z'`" ./...
-}
-
-check() {
-  cd gopath/src/github.com/tsenart/vegeta
-  go test ./...
-}
-
-package() {
-  install -Dm755 "gopath/bin/vegeta" "$pkgdir/usr/bin/vegeta"
-}

Copied: vegeta/repos/community-x86_64/PKGBUILD (from rev 421045, 
vegeta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 17:28:34 UTC (rev 421046)
@@ -0,0 +1,37 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=vegeta
+pkgver=12.2.0
+pkgrel=1
+pkgdesc="HTTP load testing tool"
+arch=(x86_64)
+url="https://github.com/tsenart/vegeta";
+license=(MIT)
+depends=(glibc)
+makedepends=(go-pie dep git)
+source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/cli/v$pkgver.zip)
+sha256sums=('b56ff5bf8b020e1a36d3784f91562af7930ab96166166441914da4303c08124f')
+
+prepare() {
+  export GOPATH="$srcdir/gopath"
+  mkdir -p gopath/src/github.com/tsenart
+  cp -r vegeta-cli-v$pkgver/ gopath/src/github.com/tsenart/vegeta
+
+  cd gopath/src/github.com/tsenart/vegeta
+  dep ensure -v
+}
+
+build() {
+  cd gopath/src/github.com/tsenart/vegeta
+  #go build -v -X main.Version=$pkgver ./...
+  CGO_ENABLED=0 go install -v -ldflags "-X main.Version=$pkgver -X 
main.Date=`date +'%FT%TZ%z'`" ./...
+}
+
+check() {
+  cd gopath/src/github.com/tsenart/vegeta
+  go test ./...
+}
+
+package() {
+  install -Dm755 "gopath/bin/vegeta" "$pkgdir/usr/bin/vegeta"
+}


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

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 17:28:04
  Author: anatolik
Revision: 421045

upgpkg: vegeta 12.2.0-1

Modified:
  vegeta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 17:16:21 UTC (rev 421044)
+++ PKGBUILD2019-01-08 17:28:04 UTC (rev 421045)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=vegeta
-pkgver=12.1.0
+pkgver=12.2.0
 pkgrel=1
 pkgdesc="HTTP load testing tool"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=(go-pie dep git)
 
source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/cli/v$pkgver.zip)
-sha256sums=('e8d1a4f93cfa4109676281ec8395c8e7d6c5c78da5bd22a75a14fa32a660ac44')
+sha256sums=('b56ff5bf8b020e1a36d3784f91562af7930ab96166166441914da4303c08124f')
 
 prepare() {
   export GOPATH="$srcdir/gopath"


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

2019-01-08 Thread David Runge via arch-commits
Date: Tuesday, January 8, 2019 @ 17:16:21
  Author: dvzrv
Revision: 421044

archrelease: copy trunk to community-x86_64

Added:
  qmidictl/repos/community-x86_64/PKGBUILD
(from rev 421043, qmidictl/trunk/PKGBUILD)
Deleted:
  qmidictl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 17:07:43 UTC (rev 421043)
+++ PKGBUILD2019-01-08 17:16:21 UTC (rev 421044)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=qmidictl
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="MIDI remote controller application that sends MIDI data over the 
network, using UDP/IP multicast"
-arch=('x86_64')
-url="https://qmidictl.sourceforge.io/";
-license=('GPL2')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('d3475da2187e0ca4e717f8b808c1d376629233ed9c7fa849bfea4df6aab152896336e5c1eefb9d67ee291deb199acdd773d589d307a13a738b836a0386ac76d6')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qmidictl/repos/community-x86_64/PKGBUILD (from rev 421043, 
qmidictl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 17:16:21 UTC (rev 421044)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+pkgname=qmidictl
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
+arch=('x86_64')
+url="https://qmidictl.sourceforge.io/";
+license=('GPL2')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('07823b0f47cc763aff838575037665d8f5fba7f04e1a802367285ac4aae3477491d8abbc45253423ab29dcb0e80f5292ed3d7190b4ff9cda719724f0eadb8de6')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-01-08 Thread David Runge via arch-commits
Date: Tuesday, January 8, 2019 @ 17:07:43
  Author: dvzrv
Revision: 421043

upgpkg: qmidictl 0.5.3-1

Upgrading to 0.5.3. Shortening pkgdesc.

Modified:
  qmidictl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 16:57:37 UTC (rev 421042)
+++ PKGBUILD2019-01-08 17:07:43 UTC (rev 421043)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 pkgname=qmidictl
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
-pkgdesc="MIDI remote controller application that sends MIDI data over the 
network, using UDP/IP multicast"
+pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
 arch=('x86_64')
 url="https://qmidictl.sourceforge.io/";
 license=('GPL2')
@@ -10,7 +10,7 @@
 depends=('hicolor-icon-theme' 'qt5-base')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('d3475da2187e0ca4e717f8b808c1d376629233ed9c7fa849bfea4df6aab152896336e5c1eefb9d67ee291deb199acdd773d589d307a13a738b836a0386ac76d6')
+sha512sums=('07823b0f47cc763aff838575037665d8f5fba7f04e1a802367285ac4aae3477491d8abbc45253423ab29dcb0e80f5292ed3d7190b4ff9cda719724f0eadb8de6')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2019-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 8, 2019 @ 17:00:22
  Author: heftig
Revision: 343119

1.10rc1-1

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 16:58:06 UTC (rev 343118)
+++ PKGBUILD2019-01-08 17:00:22 UTC (rev 343119)
@@ -3,7 +3,7 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.8.2
+pkgver=1.10rc1
 pkgrel=1
 pkgdesc="Mobile broadband modem management service"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(GPL2 LGPL2.1)
 depends=(systemd libgudev polkit ppp libqmi libmbim)
 makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
-_commit=e89a4a6389cd05ee8f7323b382ac139a8d56768f  # tags/1.8.2
+_commit=4ae62ace7f62be94b3ae2d114be33916bd11cc48  # tags/1.10-rc1
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit";
 strict-filter.diff)
 sha256sums=('SKIP'


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

2019-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 8, 2019 @ 17:00:35
  Author: heftig
Revision: 343120

archrelease: copy trunk to testing-x86_64

Added:
  modemmanager/repos/testing-x86_64/
  modemmanager/repos/testing-x86_64/PKGBUILD
(from rev 343119, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/testing-x86_64/strict-filter.diff
(from rev 343119, modemmanager/trunk/strict-filter.diff)

+
 PKGBUILD   |   86 +++
 strict-filter.diff |   13 +++
 2 files changed, 99 insertions(+)

Copied: modemmanager/repos/testing-x86_64/PKGBUILD (from rev 343119, 
modemmanager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-08 17:00:35 UTC (rev 343120)
@@ -0,0 +1,86 @@
+# Contributor: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.10rc1
+pkgrel=1
+pkgdesc="Mobile broadband modem management service"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/ModemManager/";
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim)
+makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
+_commit=4ae62ace7f62be94b3ae2d114be33916bd11cc48  # tags/1.10-rc1
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit";
+strict-filter.diff)
+sha256sums=('SKIP'
+'0602cc5088b193426c3af3d6ce14a7fd6502b06f77982dc56291d834280f311e')
+
+pkgver() {
+  cd ModemManager
+  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd ModemManager
+
+  # Recommended by upstream
+  patch -Np1 -i ../strict-filter.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ModemManager
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--with-systemd-journal \
+--with-systemd-suspend-resume \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ModemManager
+  make -k check
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+  options=(!emptydirs)
+
+  cd ModemManager
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C libmm-glib uninstall
+  make DESTDIR="$pkgdir" -C vapi uninstall
+
+  # Some stuff to move is left over
+  mv "$pkgdir/usr/include" ..
+  mv "$pkgdir/usr/lib/pkgconfig" ..
+}
+
+package_libmm-glib() {
+  pkgdesc="ModemManager library"
+  depends=(glib2)
+
+  install -d "$pkgdir/usr/lib"
+  mv include "$pkgdir/usr"
+  mv pkgconfig "$pkgdir/usr/lib"
+
+  cd ModemManager
+  make DESTDIR="$pkgdir" -C libmm-glib install
+  make DESTDIR="$pkgdir" -C vapi install
+}

Copied: modemmanager/repos/testing-x86_64/strict-filter.diff (from rev 343119, 
modemmanager/trunk/strict-filter.diff)
===
--- testing-x86_64/strict-filter.diff   (rev 0)
+++ testing-x86_64/strict-filter.diff   2019-01-08 17:00:35 UTC (rev 343120)
@@ -0,0 +1,13 @@
+diff --git i/src/mm-context.c w/src/mm-context.c
+index 88d71384..fd17f830 100644
+--- i/src/mm-context.c
 w/src/mm-context.c
+@@ -38,7 +38,7 @@
+ static gboolean  help_flag;
+ static gboolean  version_flag;
+ static gboolean  debug;
+-static MMFilterRule  filter_policy = MM_FILTER_POLICY_DEFAULT;
++static MMFilterRule  filter_policy = MM_FILTER_POLICY_STRICT;
+ static gboolean  no_auto_scan = NO_AUTO_SCAN_DEFAULT;
+ static const gchar  *initial_kernel_events;
+ 


[arch-commits] Commit in cbindgen/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 8, 2019 @ 16:58:06
  Author: heftig
Revision: 343118

archrelease: copy trunk to extra-x86_64

Added:
  cbindgen/repos/extra-x86_64/PKGBUILD
(from rev 343117, cbindgen/trunk/PKGBUILD)
Deleted:
  cbindgen/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 16:57:53 UTC (rev 343117)
+++ PKGBUILD2019-01-08 16:58:06 UTC (rev 343118)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cbindgen
-pkgver=0.6.7
-pkgrel=1
-pkgdesc="A tool for generating C bindings to Rust code"
-url="https://github.com/eqrion/cbindgen";
-arch=(x86_64)
-license=(MPL2)
-depends=(gcc-libs)
-makedepends=(cargo git)
-_commit=ad2dc376e11e9805a35da2d2cf9a3a7520da3260  # tags/v0.6.7^0
-source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-check() {
-  cd $pkgname
-  cargo test --release
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
-}

Copied: cbindgen/repos/extra-x86_64/PKGBUILD (from rev 343117, 
cbindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 16:58:06 UTC (rev 343118)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cbindgen
+pkgver=0.6.8
+pkgrel=1
+pkgdesc="A tool for generating C bindings to Rust code"
+url="https://github.com/eqrion/cbindgen";
+arch=(x86_64)
+license=(MPL2)
+depends=(gcc-libs)
+makedepends=(cargo git)
+_commit=44e9b2112a06e46ddda6073e237d3a56df39c3e2  # tags/v0.6.8^0
+source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+check() {
+  cd $pkgname
+  cargo test --release
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
+}


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

2019-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 8, 2019 @ 16:57:53
  Author: heftig
Revision: 343117

0.6.8-1

Modified:
  cbindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 16:55:09 UTC (rev 343116)
+++ PKGBUILD2019-01-08 16:57:53 UTC (rev 343117)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cbindgen
-pkgver=0.6.7
+pkgver=0.6.8
 pkgrel=1
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen";
@@ -9,7 +9,7 @@
 license=(MPL2)
 depends=(gcc-libs)
 makedepends=(cargo git)
-_commit=ad2dc376e11e9805a35da2d2cf9a3a7520da3260  # tags/v0.6.7^0
+_commit=44e9b2112a06e46ddda6073e237d3a56df39c3e2  # tags/v0.6.8^0
 source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
 sha512sums=('SKIP')
 


[arch-commits] Commit in libqmi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 8, 2019 @ 16:55:09
  Author: heftig
Revision: 343116

archrelease: copy trunk to extra-x86_64

Added:
  libqmi/repos/extra-x86_64/PKGBUILD
(from rev 343115, libqmi/trunk/PKGBUILD)
Deleted:
  libqmi/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   83 ++---
 1 file changed, 41 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 16:54:53 UTC (rev 343115)
+++ PKGBUILD2019-01-08 16:55:09 UTC (rev 343116)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libqmi
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="QMI modem protocol helper library"
-arch=(x86_64)
-url="http://www.freedesktop.org/wiki/Software/libqmi/";
-license=(GPL2)
-depends=(libmbim libgudev)
-makedepends=(gtk-doc python git help2man)
-_commit=c22afdeb8bbe65b5913e1e0121a3ab9622bac1d4  # tags/1.20.2
-source=("git+https://anongit.freedesktop.org/git/libqmi#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libqmi/repos/extra-x86_64/PKGBUILD (from rev 343115, 
libqmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 16:55:09 UTC (rev 343116)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(x86_64)
+url="http://www.freedesktop.org/wiki/Software/libqmi/";
+license=(GPL2)
+depends=(libmbim libgudev)
+makedepends=(gtk-doc python git help2man)
+_commit=dd09630f45d0e20e7e3fc08b0ec0726908e0058b  # tags/1.22.0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 8, 2019 @ 16:54:53
  Author: heftig
Revision: 343115

1.22.0-1

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 16:45:06 UTC (rev 343114)
+++ PKGBUILD2019-01-08 16:54:53 UTC (rev 343115)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libqmi
-pkgver=1.20.2
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="QMI modem protocol helper library"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(libmbim libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=c22afdeb8bbe65b5913e1e0121a3ab9622bac1d4  # tags/1.20.2
+_commit=dd09630f45d0e20e7e3fc08b0ec0726908e0058b  # tags/1.22.0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in php/repos/extra-x86_64 (18 files)

2019-01-08 Thread Pierre Schmitz via arch-commits
Date: Tuesday, January 8, 2019 @ 16:45:06
  Author: pierre
Revision: 343114

archrelease: copy trunk to extra-x86_64

Added:
  php/repos/extra-x86_64/PKGBUILD
(from rev 343113, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 343113, php/trunk/apache.conf)
  php/repos/extra-x86_64/apache.patch
(from rev 343113, php/trunk/apache.patch)
  php/repos/extra-x86_64/enchant-2.patch
(from rev 343113, php/trunk/enchant-2.patch)
  php/repos/extra-x86_64/freetype.patch
(from rev 343113, php/trunk/freetype.patch)
  php/repos/extra-x86_64/generate_patches
(from rev 343113, php/trunk/generate_patches)
  php/repos/extra-x86_64/php-fpm.patch
(from rev 343113, php/trunk/php-fpm.patch)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 343113, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 343113, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/apache.patch
  php/repos/extra-x86_64/enchant-2.patch
  php/repos/extra-x86_64/freetype.patch
  php/repos/extra-x86_64/generate_patches
  php/repos/extra-x86_64/php-fpm.patch
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

--+
 PKGBUILD |  684 ++---
 apache.conf  |   26 +-
 apache.patch |   20 -
 enchant-2.patch  |  122 -
 freetype.patch   |   76 ++---
 generate_patches |   94 +++
 php-fpm.patch|  148 +--
 php-fpm.tmpfiles |2 
 php.ini.patch|  156 ++--
 9 files changed, 664 insertions(+), 664 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 16:44:46 UTC (rev 343113)
+++ PKGBUILD2019-01-08 16:45:06 UTC (rev 343114)
@@ -1,342 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgbase=php
-pkgname=('php'
- 'php-cgi'
- 'php-apache'
- 'php-fpm'
- 'php-embed'
- 'php-phpdbg'
- 'php-dblib'
- 'php-enchant'
- 'php-gd'
- 'php-imap'
- 'php-intl'
- 'php-sodium'
- 'php-odbc'
- 'php-pgsql'
- 'php-pspell'
- 'php-snmp'
- 'php-sqlite'
- 'php-tidy'
- 'php-xsl')
-pkgver=7.3.0
-pkgrel=1
-arch=('x86_64')
-license=('PHP')
-url='https://secure.php.net/'
-makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre2' 'libnsl')
-checkdepends=('procps-ng')
-source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch'
-'enchant-2.patch' 'freetype.patch')
-sha256sums=('7d195cad55af8b288c3919c67023a14ff870a73e3acc2165a6d17a4850a560b5'
-'SKIP'
-'62e5ceea3c90a3c6eab1166488f876e766efcfd7d4e973c44060a9e72d51a98a'
-'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-'3de3c76930874c81824c23aa033cb9e66631659fd31f925d7c58f0479aeb18a9'
-'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
-'ba63ff727d911882726e4e5e513249d29e9ccc842ebee10a07b160b4718ba20d'
-'3992491eebaf5b31f6b00095a7276d11682f9a8aaff473bfb25afbdcfa6eba32'
-'07c4648669dc05afc3c1ad5a4739768079c423b817eabf5296ca3d1ea5ffd163')
-validpgpkeys=('CBAF69F173A0FEA4B537F470D66C9593118BCCB6'
-  'F38252826ACD957EF380D39F2F7956BC5DA04B5D')
-
-prepare() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-
-   patch -p0 -i ${srcdir}/apache.patch
-   patch -p0 -i ${srcdir}/php-fpm.patch
-   patch -p0 -i ${srcdir}/php.ini.patch
-   patch -p1 -i ${srcdir}/enchant-2.patch
-   patch -p1 -i ${srcdir}/freetype.patch
-   autoconf
-
-   rm tests/output/stream_isatty_*.phpt
-}
-
-build() {
-   # http://site.icu-project.org/download/61#TOC-Migration-Issues
-   CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
-
-   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
-   --config-cache \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/php \
-   --localstatedir=/var \
-   --with-layout=GNU \
-   --with-config-file-path=/etc/php \
-   --with-config-file-scan-dir=/etc/php/conf.d \
-   --disable-rpath \
-   --mandir=/usr/share/man \
-   --without-pear \
-   "
-
-   local _phpextensions="\
-   --enable-bcmath=shared \
-   --enable-calendar=shared \
-   --enable-dba=shared \
-   --enable-exif=shared \
-   --enable-ftp=shared \
-   --enable-intl=shared \
-   --enable-mbstring \

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

2019-01-08 Thread Bruno Pagani via arch-commits
Date: Tuesday, January 8, 2019 @ 16:44:36
  Author: archange
Revision: 421040

upgpkg: img2pdf 0.3.3-1

Modified:
  img2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 15:56:33 UTC (rev 421039)
+++ PKGBUILD2019-01-08 16:44:36 UTC (rev 421040)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=img2pdf
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc="Losslessly convert raster images to PDF"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('LGPL3')
 depends=('python-pillow' 'python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('28eaf39e90997979893c4e64be5b23c8fbb1122688a28df127c957388b7d9d1f')
+sha256sums=('9d77c17ee65a736abe92ef8cba9cca009c064ea4ed74492c01aea596e41856cf')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2019-01-08 Thread Pierre Schmitz via arch-commits
Date: Tuesday, January 8, 2019 @ 16:44:46
  Author: pierre
Revision: 343113

upgpkg: php 7.3.1-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 15:15:28 UTC (rev 343112)
+++ PKGBUILD2019-01-08 16:44:46 UTC (rev 343113)
@@ -20,7 +20,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=7.3.0
+pkgver=7.3.1
 pkgrel=1
 arch=('x86_64')
 license=('PHP')
@@ -31,7 +31,7 @@
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch'
 'enchant-2.patch' 'freetype.patch')
-sha256sums=('7d195cad55af8b288c3919c67023a14ff870a73e3acc2165a6d17a4850a560b5'
+sha256sums=('cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362'
 'SKIP'
 '62e5ceea3c90a3c6eab1166488f876e766efcfd7d4e973c44060a9e72d51a98a'
 'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'


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

2019-01-08 Thread Bruno Pagani via arch-commits
Date: Tuesday, January 8, 2019 @ 16:44:49
  Author: archange
Revision: 421041

archrelease: copy trunk to community-any

Added:
  img2pdf/repos/community-any/PKGBUILD
(from rev 421040, img2pdf/trunk/PKGBUILD)
Deleted:
  img2pdf/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 16:44:36 UTC (rev 421040)
+++ PKGBUILD2019-01-08 16:44:49 UTC (rev 421041)
@@ -1,22 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=img2pdf
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Losslessly convert raster images to PDF"
-arch=('any')
-url='https://gitlab.mister-muffin.de/josch/img2pdf'
-license=('LGPL3')
-depends=('python-pillow' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('28eaf39e90997979893c4e64be5b23c8fbb1122688a28df127c957388b7d9d1f')
-
-build() {
-cd ${pkgname}-${pkgver}
-python setup.py build
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
-}

Copied: img2pdf/repos/community-any/PKGBUILD (from rev 421040, 
img2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 16:44:49 UTC (rev 421041)
@@ -0,0 +1,22 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=img2pdf
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Losslessly convert raster images to PDF"
+arch=('any')
+url='https://gitlab.mister-muffin.de/josch/img2pdf'
+license=('LGPL3')
+depends=('python-pillow' 'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('9d77c17ee65a736abe92ef8cba9cca009c064ea4ed74492c01aea596e41856cf')
+
+build() {
+cd ${pkgname}-${pkgver}
+python setup.py build
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
+}


[arch-commits] Commit in weboob-headless/repos/community-any (PKGBUILD PKGBUILD)

2019-01-08 Thread Bruno Pagani via arch-commits
Date: Tuesday, January 8, 2019 @ 15:56:33
  Author: archange
Revision: 421039

archrelease: copy trunk to community-any

Added:
  weboob-headless/repos/community-any/PKGBUILD
(from rev 421038, weboob-headless/trunk/PKGBUILD)
Deleted:
  weboob-headless/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 15:56:18 UTC (rev 421038)
+++ PKGBUILD2019-01-08 15:56:33 UTC (rev 421039)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=weboob
-pkgname=weboob-headless
-pkgver=1.3
-pkgrel=1
-pkgdesc="Provides several applications to interact with a lot of websites. 
Headless version, for use in e.g. Cozy/Kresus."
-arch=('any')
-url="http://weboob.org/";
-license=('AGPL3')
-depends=('python2-dateutil'
- 'python2-feedparser'
- 'python2-lxml'
- 'python2-prettytable'
- 'python2-requests'
- 'python2-cssselect'
- 'python2-html2text'
- 'python2-unidecode'
- 'python2-pillow'
- 'python2-simplejson'
- 'python2-yaml'
- 'python2-mechanize'
- 'python2-google-api-python-client'
- 'python2-futures'
- 'python2-six')
-makedepends=('python2-setuptools')
-conflicts=('weboob')
-source=("https://pypi.io/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}+1.tar.gz";)
-sha256sums=('eb38fdd48f93cdae3e67042dfb34640159e4978616f74679bac5378ae1f962c4')
-
-build() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py build --no-qt --no-hildon
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py install --no-xdg --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=1
-}

Copied: weboob-headless/repos/community-any/PKGBUILD (from rev 421038, 
weboob-headless/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 15:56:33 UTC (rev 421039)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=weboob
+pkgname=weboob-headless
+pkgver=1.4
+pkgrel=1
+pkgdesc="Provides several applications to interact with a lot of websites. 
Headless version, for use in e.g. Cozy/Kresus."
+arch=('any')
+url="http://weboob.org/";
+license=('AGPL3')
+depends=('python2-dateutil'
+ 'python2-feedparser'
+ 'python2-lxml'
+ 'python2-prettytable'
+ 'python2-requests'
+ 'python2-cssselect'
+ 'python2-html2text'
+ 'python2-unidecode'
+ 'python2-pillow'
+ 'python2-simplejson'
+ 'python2-yaml'
+ 'python2-google-api-python-client'
+ 'python2-futures'
+ 'python2-six')
+makedepends=('python2-setuptools')
+conflicts=('weboob')
+source=("https://files.pythonhosted.org/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}+1.tar.gz";)
+sha256sums=('d377027a7c1cb7c43903cce15757e4eff3ced5ab0542dfc2752abe9e6d498b71')
+
+build() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py build --no-qt
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py install --no-xdg --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=1
+}


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

2019-01-08 Thread Bruno Pagani via arch-commits
Date: Tuesday, January 8, 2019 @ 15:56:18
  Author: archange
Revision: 421038

upgpkg: weboob-headless 1.4-1

Modified:
  weboob-headless/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 15:29:40 UTC (rev 421037)
+++ PKGBUILD2019-01-08 15:56:18 UTC (rev 421038)
@@ -2,7 +2,7 @@
 
 _pkgname=weboob
 pkgname=weboob-headless
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc="Provides several applications to interact with a lot of websites. 
Headless version, for use in e.g. Cozy/Kresus."
 arch=('any')
@@ -19,18 +19,17 @@
  'python2-pillow'
  'python2-simplejson'
  'python2-yaml'
- 'python2-mechanize'
  'python2-google-api-python-client'
  'python2-futures'
  'python2-six')
 makedepends=('python2-setuptools')
 conflicts=('weboob')
-source=("https://pypi.io/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}+1.tar.gz";)
-sha256sums=('eb38fdd48f93cdae3e67042dfb34640159e4978616f74679bac5378ae1f962c4')
+source=("https://files.pythonhosted.org/packages/source/w/${_pkgname}/${_pkgname}-${pkgver}+1.tar.gz";)
+sha256sums=('d377027a7c1cb7c43903cce15757e4eff3ced5ab0542dfc2752abe9e6d498b71')
 
 build() {
 cd ${_pkgname}-${pkgver}
-python2 setup.py build --no-qt --no-hildon
+python2 setup.py build --no-qt
 }
 
 package() {


[arch-commits] Commit in consul/trunk (5 files)

2019-01-08 Thread Thore Bödecker via arch-commits
Date: Tuesday, January 8, 2019 @ 15:14:49
  Author: foxxx0
Revision: 421035

upgpkg: consul 1.4.0-1

update to 1.4.0, ldflags hardening

Added:
  consul/trunk/consul-ldflags.patch
  consul/trunk/disable-syslog-test.patch
  consul/trunk/unparallelize-or-disable-flaky-tests.patch
Modified:
  consul/trunk/PKGBUILD
  consul/trunk/fix-build-version-info.patch

+
 PKGBUILD   |   36 +++
 consul-ldflags.patch   |   29 
 disable-syslog-test.patch  |   12 +
 fix-build-version-info.patch   |   40 +
 unparallelize-or-disable-flaky-tests.patch |   63 +++
 5 files changed, 171 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 14:32:42 UTC (rev 421034)
+++ PKGBUILD2019-01-08 15:14:49 UTC (rev 421035)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=consul
-pkgver=1.2.3
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="A tool for service discovery, monitoring and configuration."
 arch=('x86_64')
@@ -17,16 +17,22 @@
 'consul.default'
 'consul.sysusers'
 'example.json'
-'fix-build-version-info.patch')
+'consul-ldflags.patch'
+'fix-build-version-info.patch'
+'disable-syslog-test.patch'
+'unparallelize-or-disable-flaky-tests.patch')
 install=consul.install
 backup=('etc/default/consul')
-sha512sums=('71a7dbfc031df4a96faf2ddd829f289e96adefd0e0087208bbdd26e742a24e3da05fceea4181eb915703ad3323ed5b02bf74eb3fdfbed1e9a1afa2f74acb2a34'
+sha512sums=('a9f253ef5baa4e43800a0982ecb6893bf9487775cdcbe3a17bc7c45d601b6dca4e4c398ae3b70cdc1880577dbe1504d1a1f0cb702a1dd8c98b108e059fc721a0'
 'SKIP'
 
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
 
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
 
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
 
'c4292b8f56ee955ed7385a49843fd90d6434029891b3e1e724cb2fc841514c06e2554a26d3937c114371b18c2168c4e64319eb2cbd726ee8b35870df19089348'
-
'6709e51ff57fbe8118e7c9b38c99ef096a62d0c88ac2694e8c86065052cd2600f65dd9ac7f4a7e60712c26d15355f938cd9d98684955f4a02b2d5adfe1c2c04e')
+
'cca5c71839c0a93515e8b2b6fa9d0a70e55b9e3cd1dcc9b8f9cbd94e7982ee695daec793a8ca9cb6245ff822dbbac4bf1af104c7ddef0ae9605d97a5fc08ed99'
+
'34a02f05216ff9a0274b1be384f92d15f1c2d4c6bdd502d7b133e54850074105c3b2068bbb8f7902f083efbb319ecf1e448025b452eac5d420cb5fe322befe0b'
+
'2a2e31469708f66877885c9e38f2044da13067c4111fc081ffea6187ff39acea6b17c0d33b2d0ada614315c3e5759a7592fbf7b0e9e9094ba2c31003bf1dbd4c'
+
'509c0b615f1a282f80004449e94ca8a51ac52cd4babfda0e670f22bcdaa5f9b2bb88189d09764333b31e8b3a449524979919fabb77886573a63c8bd582398933')
 
 prepare() {
   export  GOPATH="${srcdir}"
@@ -39,23 +45,35 @@
 
   cd "${srcdir}/src/github.com/hashicorp/${pkgname}"
 
+  # go ldflags hardening (e.g. RELRO, ...)
+  patch -p1 -N -l -i "${srcdir}/consul-ldflags.patch"
+
   # use proper release build version string (w/o '-dev' suffix)
   patch -p1 -N -l -i "${srcdir}/fix-build-version-info.patch"
 
   # disable syslog test (requires running syslog service)
-  rm ./logger/syslog_test.go
+  patch -p1 -N -l -i "${srcdir}/disable-syslog-test.patch"
+
+  # workaround/disable flaky tests tests
+  patch -p1 -N -l -i "${srcdir}/unparallelize-or-disable-flaky-tests.patch"
 }
 
 build() {
   cd "${srcdir}/src/github.com/hashicorp/${pkgname}"
-  # weird race conditions when being run with more than 1 thread...
-  taskset --cpu-list 0 make linux
+  export GOOS='linux'
+  export GOARCH='amd64'
+  make linux
 }
 
 check() {
   cd "${srcdir}/src/github.com/hashicorp/${pkgname}"
-  # weird race conditions when being run with more than 1 thread...
-  taskset --cpu-list 0 make test
+  # weird race conditions when being run overparallelized
+  export GOMAXPROCS="2"
+  export GOOS='linux'
+  export GOARCH='amd64'
+  export GOTEST_FLAGS="-p 2 -parallel 2"
+  export CONSUL_TEST_SKIP_SYSLOG='true'
+  make -j1 test
 }
 
 package() {

Added: consul-ldflags.patch
===
--- consul-ldflags.patch(rev 0)
+++ consul-ldflags.patch2019-01-08 15:14:49 UTC (rev 421035)
@@ -0,0 +1,29 @@
+--- a/GNUmakefile  2018-11-14 23:37:47.0 +0100
 b/GNUmakefile  2019-01-08 15:44:48.494251517 +0100
+@@ -27,6 +27,7 @@ GIT_DIRTY?=$(shell test -n "`git status
+ GIT_DESCRIBE?=$(shell git describe --tags --always)
+ GIT_IMPORT=github.com/hashicorp/consul/version
+ GOLDFLAGS=-X $(GIT_IMPORT).GitCommit=

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

2019-01-08 Thread Thore Bödecker via arch-commits
Date: Tuesday, January 8, 2019 @ 15:14:56
  Author: foxxx0
Revision: 421036

archrelease: copy trunk to community-testing-x86_64

Added:
  consul/repos/community-testing-x86_64/
  consul/repos/community-testing-x86_64/PKGBUILD
(from rev 421035, consul/trunk/PKGBUILD)
  consul/repos/community-testing-x86_64/consul-ldflags.patch
(from rev 421035, consul/trunk/consul-ldflags.patch)
  consul/repos/community-testing-x86_64/consul.default
(from rev 421035, consul/trunk/consul.default)
  consul/repos/community-testing-x86_64/consul.install
(from rev 421035, consul/trunk/consul.install)
  consul/repos/community-testing-x86_64/consul.service
(from rev 421035, consul/trunk/consul.service)
  consul/repos/community-testing-x86_64/consul.sysusers
(from rev 421035, consul/trunk/consul.sysusers)
  consul/repos/community-testing-x86_64/disable-syslog-test.patch
(from rev 421035, consul/trunk/disable-syslog-test.patch)
  consul/repos/community-testing-x86_64/example.json
(from rev 421035, consul/trunk/example.json)
  consul/repos/community-testing-x86_64/fix-build-version-info.patch
(from rev 421035, consul/trunk/fix-build-version-info.patch)
  
consul/repos/community-testing-x86_64/unparallelize-or-disable-flaky-tests.patch
(from rev 421035, consul/trunk/unparallelize-or-disable-flaky-tests.patch)

+
 PKGBUILD   |   93 +++
 consul-ldflags.patch   |   29 
 consul.default |1 
 consul.install |9 ++
 consul.service |   16 
 consul.sysusers|1 
 disable-syslog-test.patch  |   12 +++
 example.json   |7 ++
 fix-build-version-info.patch   |   75 +
 unparallelize-or-disable-flaky-tests.patch |   63 ++
 10 files changed, 306 insertions(+)

Copied: consul/repos/community-testing-x86_64/PKGBUILD (from rev 421035, 
consul/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-08 15:14:56 UTC (rev 421036)
@@ -0,0 +1,93 @@
+# Maintainer: Thore Bödecker 
+# Maintainer: Felix Yan 
+
+pkgname=consul
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A tool for service discovery, monitoring and configuration."
+arch=('x86_64')
+_gocli_commit='3d22a244be8aa6fb16ac24af0e195c08b7d973aa' # HEAD
+url="https://www.consul.io";
+license=('MPL2')
+depends=('glibc')
+makedepends=('git' 'go-pie' 'procps-ng' 'zip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/consul/archive/v${pkgver}.tar.gz";
+"gocli::git+https://github.com/mitchellh/cli#commit=${_gocli_commit}";
+'consul.service'
+'consul.default'
+'consul.sysusers'
+'example.json'
+'consul-ldflags.patch'
+'fix-build-version-info.patch'
+'disable-syslog-test.patch'
+'unparallelize-or-disable-flaky-tests.patch')
+install=consul.install
+backup=('etc/default/consul')
+sha512sums=('a9f253ef5baa4e43800a0982ecb6893bf9487775cdcbe3a17bc7c45d601b6dca4e4c398ae3b70cdc1880577dbe1504d1a1f0cb702a1dd8c98b108e059fc721a0'
+'SKIP'
+
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
+
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
+
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
+
'c4292b8f56ee955ed7385a49843fd90d6434029891b3e1e724cb2fc841514c06e2554a26d3937c114371b18c2168c4e64319eb2cbd726ee8b35870df19089348'
+
'cca5c71839c0a93515e8b2b6fa9d0a70e55b9e3cd1dcc9b8f9cbd94e7982ee695daec793a8ca9cb6245ff822dbbac4bf1af104c7ddef0ae9605d97a5fc08ed99'
+
'34a02f05216ff9a0274b1be384f92d15f1c2d4c6bdd502d7b133e54850074105c3b2068bbb8f7902f083efbb319ecf1e448025b452eac5d420cb5fe322befe0b'
+
'2a2e31469708f66877885c9e38f2044da13067c4111fc081ffea6187ff39acea6b17c0d33b2d0ada614315c3e5759a7592fbf7b0e9e9094ba2c31003bf1dbd4c'
+
'509c0b615f1a282f80004449e94ca8a51ac52cd4babfda0e670f22bcdaa5f9b2bb88189d09764333b31e8b3a449524979919fabb77886573a63c8bd582398933')
+
+prepare() {
+  export  GOPATH="${srcdir}"
+  export  PATH="$PATH:$GOPATH/bin"
+  mkdir -p "src/github.com/mitchellh"
+  mkdir -p "src/github.com/hashicorp"
+
+  mv "${pkgname}-${pkgver}" "${srcdir}/src/github.com/hashicorp/${pkgname}"
+  mv "gocli" "${srcdir}/src/github.com/mitchellh/cli"
+
+  cd "${srcdir}/src/github.com/hashicorp/${pkgname}"
+
+  # go ldflags hardening (e.g. RELRO, ...)
+  patch -p1 -N -l -i "${srcdir}/consul

[arch-commits] Commit in virtualbox/trunk (LocalConfig.kmk PKGBUILD)

2019-01-08 Thread Christian Hesse via arch-commits
Date: Tuesday, January 8, 2019 @ 14:32:42
  Author: eworm
Revision: 421034

clean up

Modified:
  virtualbox/trunk/LocalConfig.kmk
  virtualbox/trunk/PKGBUILD

-+
 LocalConfig.kmk |3 ++-
 PKGBUILD|8 +---
 2 files changed, 3 insertions(+), 8 deletions(-)

Modified: LocalConfig.kmk
===
--- LocalConfig.kmk 2019-01-08 14:27:31 UTC (rev 421033)
+++ LocalConfig.kmk 2019-01-08 14:32:42 UTC (rev 421034)
@@ -25,8 +25,9 @@
 # fix gsoap missing zlib include and produce errors with --as-needed
 VBOX_GSOAP_CXX_LIBS := gsoapssl++ z
 
-# use system xorg
+# use system xorg and gl headers
 VBOX_USE_SYSTEM_XORG_HEADERS = 1
+VBOX_USE_SYSTEM_GL_HEADERS = 1
 
 # no update request. update are handled via pacman
 VBOX_WITH_UPDATE_REQUEST := 0

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 14:27:31 UTC (rev 421033)
+++ PKGBUILD2019-01-08 14:32:42 UTC (rev 421034)
@@ -90,7 +90,7 @@
 'da4c49f6ca94e047e196cdbcba2c321199f4760056ea66e0fbc659353e128c9e'
 '9c5238183019f9ebc7d92a8582cad232f471eab9d3278786225abc1a1c7bf66e'
 '033c597e0f5285d2ddb0490868e5b6f945f45c7b1b1152a02a9e6fea438b2c95'
-'4cf3fd12d364a126693a9c90873362701be0bf3b3a9bdca586da67ab1adeb03e'
+'2be313b98bffde482aad93b00c419f1d5f7645fd9e6053175ffb0d925067f96a'
 '94a808f46909a51b2d0cf2c6e0a6c9dea792034943e6413bf9649a036c921b21'
 '01dbb921bd57a852919cc78be5b73580a564f28ebab2fe8d6c9b8301265cbfce'
 'e6e875ef186578b53106d7f6af48e426cdaf1b4e86834f01696b8ef1c685787f'
@@ -123,12 +123,6 @@
 
 msg2 'Use our CFLAGS'
 echo "VBOX_GCC_OPT=$CXXFLAGS" >> LocalConfig.kmk
-
-msg2 'Use system GL headers'
-echo 'VBOX_USE_SYSTEM_GL_HEADERS=true' >> LocalConfig.kmk
-
-msg2 'Remove gcc version censorship'
-sed -i 's/^check_gcc$/#check_gcc/' configure
 }
 
 build() {


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

2019-01-08 Thread Christian Hesse via arch-commits
Date: Tuesday, January 8, 2019 @ 14:27:31
  Author: eworm
Revision: 421033

make opus a hard dependency

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 14:23:08 UTC (rev 421032)
+++ PKGBUILD2019-01-08 14:27:31 UTC (rev 421033)
@@ -159,7 +159,7 @@
 depends=('glibc' 'openssl' 'curl' 'gcc-libs' 'libpng' 'python' 'sdl'
  'libvpx' 'libxml2' 'procps-ng' 'shared-mime-info' 'zlib'
  'libxcursor' 'libxinerama' 'libx11' 'libxext' 'libxmu' 'libxt'
- 'qt5-base' 'qt5-x11extras' 'VIRTUALBOX-HOST-MODULES')
+ 'opus' 'qt5-base' 'qt5-x11extras' 'VIRTUALBOX-HOST-MODULES')
 optdepends=('vde2: Virtual Distributed Ethernet support'
 'virtualbox-guest-iso: Guest Additions CD image'
 'virtualbox-ext-vnc: VNC server support'


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

2019-01-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 14:23:08
  Author: anatolik
Revision: 421032

Workaround for bundler v2 vs v1 incompatibility

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 13:32:49 UTC (rev 421031)
+++ PKGBUILD2019-01-08 14:23:08 UTC (rev 421032)
@@ -28,6 +28,9 @@
   sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
   sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
   sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
 }
 
 build() {


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

2019-01-08 Thread Christian Hesse via arch-commits
Date: Tuesday, January 8, 2019 @ 13:32:43
  Author: eworm
Revision: 421030

upgpkg: gitolite 3.6.11-1

new upstream release

Modified:
  gitolite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 13:20:01 UTC (rev 421029)
+++ PKGBUILD2019-01-08 13:32:43 UTC (rev 421030)
@@ -3,8 +3,8 @@
 # Contributor: Jon Eyolfson 
 
 pkgname=gitolite
-pkgver=3.6.10
-pkgrel=2
+pkgver=3.6.11
+pkgrel=1
 pkgdesc='An access control layer on top of git'
 url='https://github.com/sitaramc/gitolite'
 arch=('any')
@@ -13,7 +13,7 @@
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz"
 'gitolite-sysusers.conf'
 'gitolite-tmpfiles.conf')
-sha256sums=('0ae3bea637b25cff13826e5ecd181c7b74a6eff377cf4c2243d85c2b0a290d3f'
+sha256sums=('2166a61b14de19e605b14f4a13a070fbfd5ecd247b6fd725108f98a2c121'
 '5e4f3aaa406c25fcd88fffaee74ea4878cecf1dd8c777456e4416caf35292dbf'
 '5682190c639618cd4744d3ae193425df1044dde4fb36acf03fc4d20423eeb10c')
 


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

2019-01-08 Thread Christian Hesse via arch-commits
Date: Tuesday, January 8, 2019 @ 13:32:49
  Author: eworm
Revision: 421031

archrelease: copy trunk to community-any

Added:
  gitolite/repos/community-any/PKGBUILD
(from rev 421030, gitolite/trunk/PKGBUILD)
  gitolite/repos/community-any/gitolite-sysusers.conf
(from rev 421030, gitolite/trunk/gitolite-sysusers.conf)
  gitolite/repos/community-any/gitolite-tmpfiles.conf
(from rev 421030, gitolite/trunk/gitolite-tmpfiles.conf)
Deleted:
  gitolite/repos/community-any/PKGBUILD
  gitolite/repos/community-any/gitolite-sysusers.conf
  gitolite/repos/community-any/gitolite-tmpfiles.conf

+
 PKGBUILD   |   72 +++
 gitolite-sysusers.conf |2 -
 gitolite-tmpfiles.conf |2 -
 3 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 13:32:43 UTC (rev 421030)
+++ PKGBUILD2019-01-08 13:32:49 UTC (rev 421031)
@@ -1,36 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer:  Christian Hesse 
-# Contributor: Jon Eyolfson 
-
-pkgname=gitolite
-pkgver=3.6.10
-pkgrel=2
-pkgdesc='An access control layer on top of git'
-url='https://github.com/sitaramc/gitolite'
-arch=('any')
-license=('GPL2')
-depends=('git' 'perl' 'openssh')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz"
-'gitolite-sysusers.conf'
-'gitolite-tmpfiles.conf')
-sha256sums=('0ae3bea637b25cff13826e5ecd181c7b74a6eff377cf4c2243d85c2b0a290d3f'
-'5e4f3aaa406c25fcd88fffaee74ea4878cecf1dd8c777456e4416caf35292dbf'
-'5682190c639618cd4744d3ae193425df1044dde4fb36acf03fc4d20423eeb10c')
-
-prepare() {
-  cd $pkgname-$pkgver/src
-  echo "$pkgver" > VERSION
-}
-
-package() {
-  # create directories
-  install -d "$pkgdir"/usr/{bin,lib/gitolite}
-
-  # install files and create symlink
-  cp -a $pkgname-$pkgver/src/* "$pkgdir"/usr/lib/gitolite
-  ln -s /usr/lib/gitolite/gitolite "$pkgdir"/usr/bin/
-
-  # sysusers and tmpfiles files
-  install -D -m 0644 "${srcdir}"/gitolite-sysusers.conf 
"${pkgdir}"/usr/lib/sysusers.d/gitolite.conf
-  install -D -m 0644 "${srcdir}"/gitolite-tmpfiles.conf 
"${pkgdir}"/usr/lib/tmpfiles.d/gitolite.conf
-}

Copied: gitolite/repos/community-any/PKGBUILD (from rev 421030, 
gitolite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 13:32:49 UTC (rev 421031)
@@ -0,0 +1,36 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer:  Christian Hesse 
+# Contributor: Jon Eyolfson 
+
+pkgname=gitolite
+pkgver=3.6.11
+pkgrel=1
+pkgdesc='An access control layer on top of git'
+url='https://github.com/sitaramc/gitolite'
+arch=('any')
+license=('GPL2')
+depends=('git' 'perl' 'openssh')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz"
+'gitolite-sysusers.conf'
+'gitolite-tmpfiles.conf')
+sha256sums=('2166a61b14de19e605b14f4a13a070fbfd5ecd247b6fd725108f98a2c121'
+'5e4f3aaa406c25fcd88fffaee74ea4878cecf1dd8c777456e4416caf35292dbf'
+'5682190c639618cd4744d3ae193425df1044dde4fb36acf03fc4d20423eeb10c')
+
+prepare() {
+  cd $pkgname-$pkgver/src
+  echo "$pkgver" > VERSION
+}
+
+package() {
+  # create directories
+  install -d "$pkgdir"/usr/{bin,lib/gitolite}
+
+  # install files and create symlink
+  cp -a $pkgname-$pkgver/src/* "$pkgdir"/usr/lib/gitolite
+  ln -s /usr/lib/gitolite/gitolite "$pkgdir"/usr/bin/
+
+  # sysusers and tmpfiles files
+  install -D -m 0644 "${srcdir}"/gitolite-sysusers.conf 
"${pkgdir}"/usr/lib/sysusers.d/gitolite.conf
+  install -D -m 0644 "${srcdir}"/gitolite-tmpfiles.conf 
"${pkgdir}"/usr/lib/tmpfiles.d/gitolite.conf
+}

Deleted: gitolite-sysusers.conf
===
--- gitolite-sysusers.conf  2019-01-08 13:32:43 UTC (rev 421030)
+++ gitolite-sysusers.conf  2019-01-08 13:32:49 UTC (rev 421031)
@@ -1 +0,0 @@
-u gitolite - "gitolite user" /var/lib/gitolite /bin/bash

Copied: gitolite/repos/community-any/gitolite-sysusers.conf (from rev 421030, 
gitolite/trunk/gitolite-sysusers.conf)
===
--- gitolite-sysusers.conf  (rev 0)
+++ gitolite-sysusers.conf  2019-01-08 13:32:49 UTC (rev 421031)
@@ -0,0 +1 @@
+u gitolite - "gitolite user" /var/lib/gitolite /bin/bash

Deleted: gitolite-tmpfiles.conf
===
--- gitolite-tmpfiles.conf  2019-01-08 13:32:43 UTC (rev 421030)
+++ gitolite-tmpfiles.conf  2019-01-08 13:32:49 UTC (rev 421031)
@@ -1 +0,0 @@
-d /var/lib/gitolite 0750 gitolite gitolite -

Copied: gitolite/repos/community-any/gitolite-tmpfiles.conf (from rev 421030, 
gitolite/trunk/gitolite-tmpfiles.conf)
===
--- gitolite-tmp

[arch-commits] Commit in libmbim/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 8, 2019 @ 13:21:49
  Author: heftig
Revision: 343110

archrelease: copy trunk to extra-x86_64

Added:
  libmbim/repos/extra-x86_64/PKGBUILD
(from rev 343109, libmbim/trunk/PKGBUILD)
Deleted:
  libmbim/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   83 ++---
 1 file changed, 41 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 13:19:37 UTC (rev 343109)
+++ PKGBUILD2019-01-08 13:21:49 UTC (rev 343110)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libmbim
-pkgver=1.16.2
-pkgrel=1
-pkgdesc="MBIM modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/";
-license=(GPL2)
-depends=(glib2 bash systemd libgudev)
-makedepends=(gtk-doc python git help2man)
-_commit=8f885e389c8cd50264c6a93792327565b26d2934  # tags/1.16.2
-source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libmbim/repos/extra-x86_64/PKGBUILD (from rev 343109, 
libmbim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 13:21:49 UTC (rev 343110)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MBIM modem protocol helper library"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libmbim/";
+license=(GPL2)
+depends=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python git help2man)
+_commit=18cd1d2b3f21ca825f4d2eb31a058b1e43860f5b  # tags/1.18.0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-08 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, January 8, 2019 @ 13:20:01
  Author: mtorromeo
Revision: 421029

archrelease: copy trunk to community-x86_64

Added:
  libdwarf/repos/community-x86_64/PKGBUILD
(from rev 421028, libdwarf/trunk/PKGBUILD)
Deleted:
  libdwarf/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 13:19:28 UTC (rev 421028)
+++ PKGBUILD2019-01-08 13:20:01 UTC (rev 421029)
@@ -1,34 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Alain Kalker 
-# Contributor: Marti Raudsepp 
-
-pkgname=libdwarf
-pkgver=20181024
-pkgrel=1
-pkgdesc="A library for handling DWARF Debugging Information Format"
-arch=(x86_64)
-license=('GPL' 'LGPL')
-url="https://www.prevanders.net/dwarf.html";
-depends=('elfutils')
-options+=('staticlibs')
-source=(https://www.prevanders.net/libdwarf-$pkgver.tar.gz)
-sha512sums=('134f8639c4a2ddf012ab196551bcc9afc65c729b36299ebf807de94561fe878473ea58443d33daaa96f008b28dd169ab29f65616e9f1e44a6e7921cfde6e3f19')
-
-build() {
-  cd "$srcdir"/libdwarf-$pkgver
-  ./configure --prefix=/usr --includedir=/usr/include/libdwarf --enable-shared
-  make
-}
-
-check() {
-  cd "$srcdir"/libdwarf-$pkgver
-  make check
-}
-
-package() {
-  cd "$srcdir"/libdwarf-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/share/doc/$pkgname
-  install -m644 README NEWS "$pkgdir"/usr/share/doc/$pkgname/
-}

Copied: libdwarf/repos/community-x86_64/PKGBUILD (from rev 421028, 
libdwarf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 13:20:01 UTC (rev 421029)
@@ -0,0 +1,34 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Alain Kalker 
+# Contributor: Marti Raudsepp 
+
+pkgname=libdwarf
+pkgver=20190104
+pkgrel=1
+pkgdesc="A library for handling DWARF Debugging Information Format"
+arch=(x86_64)
+license=('GPL' 'LGPL')
+url="https://www.prevanders.net/dwarf.html";
+depends=('elfutils')
+options+=('staticlibs')
+source=(https://www.prevanders.net/libdwarf-$pkgver.tar.gz)
+sha512sums=('6f6891df47cd76aa8ee5cbbad91c43de2c6a9b6cee27c8f5f64dc9df3e37c577718f8056e7a71fba6215c7751ccb834935f52532032eb16bae2c26b3a3450677')
+
+build() {
+  cd "$srcdir"/libdwarf-$pkgver
+  ./configure --prefix=/usr --includedir=/usr/include/libdwarf --enable-shared
+  make
+}
+
+check() {
+  cd "$srcdir"/libdwarf-$pkgver
+  make check
+}
+
+package() {
+  cd "$srcdir"/libdwarf-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/share/doc/$pkgname
+  install -m644 README NEWS "$pkgdir"/usr/share/doc/$pkgname/
+}


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

2019-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 8, 2019 @ 13:19:37
  Author: heftig
Revision: 343109

1.18.0-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 12:05:40 UTC (rev 343108)
+++ PKGBUILD2019-01-08 13:19:37 UTC (rev 343109)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.16.2
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=8f885e389c8cd50264c6a93792327565b26d2934  # tags/1.16.2
+_commit=18cd1d2b3f21ca825f4d2eb31a058b1e43860f5b  # tags/1.18.0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2019-01-08 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, January 8, 2019 @ 13:19:28
  Author: mtorromeo
Revision: 421028

upgpkg: libdwarf 20190104-1

Modified:
  libdwarf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 13:18:47 UTC (rev 421027)
+++ PKGBUILD2019-01-08 13:19:28 UTC (rev 421028)
@@ -3,7 +3,7 @@
 # Contributor: Marti Raudsepp 
 
 pkgname=libdwarf
-pkgver=20181024
+pkgver=20190104
 pkgrel=1
 pkgdesc="A library for handling DWARF Debugging Information Format"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=('elfutils')
 options+=('staticlibs')
 source=(https://www.prevanders.net/libdwarf-$pkgver.tar.gz)
-sha512sums=('134f8639c4a2ddf012ab196551bcc9afc65c729b36299ebf807de94561fe878473ea58443d33daaa96f008b28dd169ab29f65616e9f1e44a6e7921cfde6e3f19')
+sha512sums=('6f6891df47cd76aa8ee5cbbad91c43de2c6a9b6cee27c8f5f64dc9df3e37c577718f8056e7a71fba6215c7751ccb834935f52532032eb16bae2c26b3a3450677')
 
 build() {
   cd "$srcdir"/libdwarf-$pkgver


[arch-commits] Commit in virtualbox/repos/community-x86_64 (55 files)

2019-01-08 Thread Christian Hesse via arch-commits
Date: Tuesday, January 8, 2019 @ 13:18:47
  Author: eworm
Revision: 421027

archrelease: copy trunk to community-x86_64

Added:
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 421026, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 421026, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 421026, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
(from rev 421026, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-x86_64/009-include-path.patch
(from rev 421026, virtualbox/trunk/009-include-path.patch)
  virtualbox/repos/community-x86_64/010-qt-5.11.patch
(from rev 421026, virtualbox/trunk/010-qt-5.11.patch)
  virtualbox/repos/community-x86_64/011-python-3-7.patch
(from rev 421026, virtualbox/trunk/011-python-3-7.patch)
  
virtualbox/repos/community-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 421026, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-x86_64/101-vboxsf-automount.patch
(from rev 421026, virtualbox/trunk/101-vboxsf-automount.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 421026, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 421026, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 421026, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 421026, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 421026, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/mount.vboxsf
(from rev 421026, virtualbox/trunk/mount.vboxsf)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 421026, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 421026, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 421026, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 421026, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 421026, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.conf
(from rev 421026, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 421026, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
(from rev 421026, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.conf
(from rev 421026, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
(from rev 421026, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-vboxsf-dkms.conf
(from rev 421026, virtualbox/trunk/virtualbox-vboxsf-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 421026, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/virtualbox.sysusers
(from rev 421026, virtualbox/trunk/virtualbox.sysusers)
Deleted:
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
  virtualbox/repos/community-x86_64/009-include-path.patch
  virtualbox/repos/community-x86_64/010-qt-5.11.patch
  virtualbox/repos/community-x86_64/011-python-3-7.patch
  virtualbox/repos/community-x86_64/101-vboxsf-automount.patch
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
  virtualbox/repos/community-x86_64/60-vboxguest.rules
  virtualbox/repos/community-x86_64/LocalConfig.kmk
  virtualbox/repos/community-x86_64/PKGBUILD
  virtualbox/repos/community-x86_64/build.sh
  virtualbox/repos/community-x86_64/mount.vboxsf
  virtualbox/repos/community-x86_64/vboxreload
  virtualbox/repos/community-x86_64/vboxservice-nox.service
  virtualbox/repos/community-x86_64/vboxservice.service
  virtualbox/repos/community-x86_64/vboxweb.service
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
  virtualbox/repos/community-x86_64/virtualbox-vboxsf-dkms.conf

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

2019-01-08 Thread Christian Hesse via arch-commits
Date: Tuesday, January 8, 2019 @ 13:18:22
  Author: eworm
Revision: 421026

upgpkg: virtualbox 6.0.0-2

disable fancy, new and borked guest control feature

Added:
  virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
Modified:
  virtualbox/trunk/PKGBUILD

-+
 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch |   14 ++
 PKGBUILD|4 +++-
 2 files changed, 17 insertions(+), 1 deletion(-)

Added: 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
===
--- 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch 
(rev 0)
+++ 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch 2019-01-08 13:18:22 UTC 
(rev 421026)
@@ -0,0 +1,14 @@
+diff --git 
a/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp 
b/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
+index 6ad7df3e..2f12c277 100644
+--- a/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
 b/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
+@@ -162,6 +162,9 @@ static int vbglR3GuestCtrlMsgWaitFor(uint32_t idClient, 
uint32_t *pidMsg, uint32
+  */
+ DECL_NO_INLINE(static, bool) 
vbglR3GuestCtrlDetectPeekGetCancelSupport(uint32_t idClient)
+ {
++
++return false;
++
+ /*
+  * Seems we get VINF_SUCCESS back from the host if we try unsupported
+  * guest control functions, so we need to supply some random message

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 12:11:30 UTC (rev 421025)
+++ PKGBUILD2019-01-08 13:18:22 UTC (rev 421026)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 _vboxsf_commit='9451f61e6787e95aa51e42b6381db6b059bc49da'
 arch=('x86_64')
 url='http://virtualbox.org'
@@ -76,6 +76,7 @@
 '009-include-path.patch'
 '010-qt-5.11.patch'
 '011-python-3-7.patch'
+'012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch'
 # The following patch and mount.vboxsf wrapper should be removed
 # once support for mainline-style options string gets upstreamed
 '101-vboxsf-automount.patch'
@@ -101,6 +102,7 @@
 '1acc7014bcb3d9ca6da29eed813c3d6e91a688c43f9d93802fd4e3814f67ace4'
 'c6ef35e6893d557c7c2269ff79bc299fe9058cfb2c933a7efdc7a8a7b6d9c5da'
 '55224cb74b54b331d691f171efc0d4c058a14f738551f1d8f559146c2908635d'
+'81900e13d36630488accd8c0bfd2ceb69563fb2c4f0f171caba1cca59d438024'
 'a784f3cc24652a16385cc63abac6c5178932ca5f3861be7650631b7dafa753a4'
 'f3ed6741f8977f40900c8aa372fa082df1f8723d497d4fff445153c543bc8947')
 


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

2019-01-08 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 8, 2019 @ 12:11:26
  Author: svenstaro
Revision: 421024

upgpkg: openimageio 1.8.17-1

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 12:08:40 UTC (rev 421023)
+++ PKGBUILD2019-01-08 12:11:26 UTC (rev 421024)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=openimageio
-pkgver=1.8.15
+pkgver=1.8.17
 pkgrel=1
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=(x86_64)


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

2019-01-08 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 8, 2019 @ 12:11:30
  Author: svenstaro
Revision: 421025

archrelease: copy trunk to community-x86_64

Added:
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 421024, openimageio/trunk/PKGBUILD)
Deleted:
  openimageio/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 12:11:26 UTC (rev 421024)
+++ PKGBUILD2019-01-08 12:11:30 UTC (rev 421025)
@@ -1,47 +0,0 @@
-# Contributor: SpepS 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=openimageio
-pkgver=1.8.15
-pkgrel=1
-pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
-arch=(x86_64)
-url="http://www.openimageio.org/";
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'openssl' 'libpng')
-makedepends=('cmake' 'qt5-base' 'python2' 'boost' 'mesa' 'git' 'freetype2' 
'fontconfig' 'libxrender')
-optdepends=('qt5-base: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  # Python is currently broken :(
-  cmake .. \
-  -DUSE_PYTHON=ON \
-  -DUSE_PYTHON3=ON \
-  -DUSE_OPENSSL=ON \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DPYLIB3_INSTALL_DIR=lib/python3.6/site-packages \
-  -DOIIO_BUILD_TESTS=ON \
-  -DOIIO_BUILD_TOOLS=ON \
-  -DSTOP_ON_WARNING=OFF
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR="$pkgdir" install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: openimageio/repos/community-x86_64/PKGBUILD (from rev 421024, 
openimageio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 12:11:30 UTC (rev 421025)
@@ -0,0 +1,47 @@
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.8.17
+pkgrel=1
+pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
+arch=(x86_64)
+url="http://www.openimageio.org/";
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'openssl' 'libpng')
+makedepends=('cmake' 'qt5-base' 'python2' 'boost' 'mesa' 'git' 'freetype2' 
'fontconfig' 'libxrender')
+optdepends=('qt5-base: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  # Python is currently broken :(
+  cmake .. \
+  -DUSE_PYTHON=ON \
+  -DUSE_PYTHON3=ON \
+  -DUSE_OPENSSL=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DPYLIB3_INSTALL_DIR=lib/python3.6/site-packages \
+  -DOIIO_BUILD_TESTS=ON \
+  -DOIIO_BUILD_TOOLS=ON \
+  -DSTOP_ON_WARNING=OFF
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR="$pkgdir" install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-01-08 Thread Alad Wenter via arch-commits
Date: Tuesday, January 8, 2019 @ 12:08:40
  Author: alad
Revision: 421023

fix indents

Modified:
  trilinos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 12:06:29 UTC (rev 421022)
+++ PKGBUILD2019-01-08 12:08:40 UTC (rev 421023)
@@ -15,19 +15,19 @@
 makedepends=('python2-numpy' 'swig' 'gcc-fortran' 'perl' 'blas' 'cmake' 
'gtest' 'doxygen')
 
 prepare() {
-   mv "$srcdir/Trilinos-trilinos-release-${pkgver//./-}" "$srcdir/Trilinos"
+mv "$srcdir/Trilinos-trilinos-release-${pkgver//./-}" "$srcdir/Trilinos"
 
 # https://github.com/trilinos/Trilinos/issues/862#issuecomment-365852261
-   find "$srcdir/Trilinos" -name "*.py" -exec \
-   sed -i '1s#\(/usr/bin/env \|/usr/bin/\)python[2-3]*#\1python2#' 
{} \;
+find "$srcdir/Trilinos" -name "*.py" -exec \
+sed -i '1s#\(/usr/bin/env \|/usr/bin/\)python[2-3]*#\1python2#' {} \;
 }
 
 build() {
-   cd "$srcdir/Trilinos"
-   mkdir -p build
-   cd build
+cd "$srcdir/Trilinos"
+mkdir -p build
+cd build
 
-   cmake .. -DTrilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \
+cmake .. -DTrilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \
  -DTrilinos_ENABLE_ALL_PACKAGES:BOOL=ON \
  -DTrilinos_ENABLE_Gtest:BOOL=OFF \
  -DTrilinos_ENABLE_TESTS=OFF \
@@ -37,10 +37,10 @@
  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
  -DCMAKE_BUILD_TYPE=Release \
  -DBUILD_SHARED_LIBS:BOOL=ON
-   make
+make
 }
 
 package() {
-   cd "$srcdir/Trilinos/build"
-   make DESTDIR="$pkgdir" install
+cd "$srcdir/Trilinos/build"
+make DESTDIR="$pkgdir" install
 }


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

2019-01-08 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 8, 2019 @ 12:06:10
  Author: svenstaro
Revision: 421021

upgpkg: python-gast 0.2.1-1

Modified:
  python-gast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 12:05:28 UTC (rev 421020)
+++ PKGBUILD2019-01-08 12:06:10 UTC (rev 421021)
@@ -1,5 +1,5 @@
 pkgname=python-gast
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="AST that abstracts the underlying Python version "
 url="https://github.com/serge-sans-paille/gast";
@@ -8,7 +8,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz";)
-sha512sums=('651719c3035d21e02e39cd83fd54212a12c39addf69f7c9e8810ccb7bb9aae7828e176ad0adf55182f0628f18d76cb1e286e498a9665ddb12e91a51dc2303381')
+sha512sums=('d05dc0b72aa45ea564067aece8759d46c3b75b991a52b75581b397775f2c87157964e60b668d4a0fdbdc39be784e42a6a632b579acbeafd37ab308eb7cb9b83c')
 
 build() {
   cd "${srcdir}"/gast-$pkgver


[arch-commits] Commit in python-gast/repos/community-any (PKGBUILD PKGBUILD)

2019-01-08 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 8, 2019 @ 12:06:29
  Author: svenstaro
Revision: 421022

archrelease: copy trunk to community-any

Added:
  python-gast/repos/community-any/PKGBUILD
(from rev 421021, python-gast/trunk/PKGBUILD)
Deleted:
  python-gast/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 12:06:10 UTC (rev 421021)
+++ PKGBUILD2019-01-08 12:06:29 UTC (rev 421022)
@@ -1,21 +0,0 @@
-pkgname=python-gast
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="AST that abstracts the underlying Python version "
-url="https://github.com/serge-sans-paille/gast";
-arch=(any)
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz";)
-sha512sums=('651719c3035d21e02e39cd83fd54212a12c39addf69f7c9e8810ccb7bb9aae7828e176ad0adf55182f0628f18d76cb1e286e498a9665ddb12e91a51dc2303381')
-
-build() {
-  cd "${srcdir}"/gast-$pkgver
-  python setup.py build
-}
-
-package_python-gast() {
-  cd "${srcdir}/gast-$pkgver"
-  python setup.py install --root=${pkgdir} --optimize=1
-}

Copied: python-gast/repos/community-any/PKGBUILD (from rev 421021, 
python-gast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 12:06:29 UTC (rev 421022)
@@ -0,0 +1,21 @@
+pkgname=python-gast
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="AST that abstracts the underlying Python version "
+url="https://github.com/serge-sans-paille/gast";
+arch=(any)
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz";)
+sha512sums=('d05dc0b72aa45ea564067aece8759d46c3b75b991a52b75581b397775f2c87157964e60b668d4a0fdbdc39be784e42a6a632b579acbeafd37ab308eb7cb9b83c')
+
+build() {
+  cd "${srcdir}"/gast-$pkgver
+  python setup.py build
+}
+
+package_python-gast() {
+  cd "${srcdir}/gast-$pkgver"
+  python setup.py install --root=${pkgdir} --optimize=1
+}


[arch-commits] Commit in flashplugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-01-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 8, 2019 @ 12:05:40
  Author: foutrelis
Revision: 343108

archrelease: copy trunk to extra-x86_64

Added:
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 343107, flashplugin/trunk/PKGBUILD)
Deleted:
  flashplugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 12:05:29 UTC (rev 343107)
+++ PKGBUILD2019-01-08 12:05:40 UTC (rev 343108)
@@ -1,52 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.101
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('x86_64')
-url="https://get.adobe.com/flashplayer/";
-license=('custom' 'LGPL')
-options=('!strip')
-source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
-
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source[@]%::*})
-sha256sums=('d1f70d23cde535e794e41a6f5b8f90d0d251832a9155fa877c0abc896bca7500'
-'0a2a490848704b1ac5c06190978dfc083fce3db1b73a303aa1bd80cee247532f')
-
-prepare() {
-  local _dir
-  for f in *.tar.gz; do
-_dir=$(grep -Eo '([np]papi)' <<< $f)
-mkdir -p $_dir
-tar xfC $f $_dir
-  done
-}
-
-package_flashplugin() {
-  pkgdesc+=" NPAPI"
-  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
-  cd npapi
-  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-
-  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
-  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
-  pkgdesc+=" PPAPI"
-  depends=('gcc-libs')
-  optdepends=('flashplugin: settings utility')
-
-  cd ppapi
-  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-x86_64/PKGBUILD (from rev 343107, 
flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 12:05:40 UTC (rev 343108)
@@ -0,0 +1,52 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=32.0.0.114
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('x86_64')
+url="https://get.adobe.com/flashplayer/";
+license=('custom' 'LGPL')
+options=('!strip')
+source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
+
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source[@]%::*})
+sha256sums=('755474fa052c7243188f018176b22e5e1f2eca576c88465058167ba62a64df9e'
+'deeb079c3c625603a3dff103ffc647f13876beae7a148abaa27eee86abcd8978')
+
+prepare() {
+  local _dir
+  for f in *.tar.gz; do
+_dir=$(grep -Eo '([np]papi)' <<< $f)
+mkdir -p $_dir
+tar xfC $f $_dir
+  done
+}
+
+package_flashplugin() {
+  pkgdesc+=" NPAPI"
+  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
+
+  cd npapi
+  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+
+  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
+  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
+
+}
+
+package_pepper-flash() {
+  pkgdesc+=" PPAPI"
+  depends=('gcc-libs')
+  optdepends=('flashplugin: settings utility')
+
+  cd ppapi
+  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 8, 2019 @ 12:05:29
  Author: foutrelis
Revision: 343107

upgpkg: flashplugin 32.0.0.114-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 08:47:44 UTC (rev 343106)
+++ PKGBUILD2019-01-08 12:05:29 UTC (rev 343107)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=32.0.0.101
+pkgver=32.0.0.114
 pkgrel=1
 pkgdesc="Adobe Flash Player"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 
source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
 
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
 noextract=(${source[@]%::*})
-sha256sums=('d1f70d23cde535e794e41a6f5b8f90d0d251832a9155fa877c0abc896bca7500'
-'0a2a490848704b1ac5c06190978dfc083fce3db1b73a303aa1bd80cee247532f')
+sha256sums=('755474fa052c7243188f018176b22e5e1f2eca576c88465058167ba62a64df9e'
+'deeb079c3c625603a3dff103ffc647f13876beae7a148abaa27eee86abcd8978')
 
 prepare() {
   local _dir


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

2019-01-08 Thread Alad Wenter via arch-commits
Date: Tuesday, January 8, 2019 @ 12:05:28
  Author: alad
Revision: 421020

archrelease: copy trunk to community-x86_64

Added:
  trilinos/repos/community-x86_64/
  trilinos/repos/community-x86_64/PKGBUILD
(from rev 421019, trilinos/trunk/PKGBUILD)

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

Copied: trilinos/repos/community-x86_64/PKGBUILD (from rev 421019, 
trilinos/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-01-08 12:05:28 UTC (rev 421020)
@@ -0,0 +1,46 @@
+# Maintainer: Alad Wenter 
+# Contributor: Jingbei Li 
+# Contributor: Simon Pintarelli 
+# Contributor: Feng Wang 
+pkgname=trilinos
+pkgver=12.12.1
+pkgrel=2
+pkgdesc="algorithms for the solution of large-scale scientific problems"
+arch=('x86_64')
+url="http://trilinos.org";
+license=('LGPL3')
+depends=('lapack' 'openmpi' 'python2' 'boost' 'netcdf' 'libmatio' 'libx11')
+source=("https://github.com/trilinos/Trilinos/archive/trilinos-release-${pkgver//./-}.tar.gz";)
+sha256sums=('5474c5329c6309224a7e1726cf6f0d855025b2042959e4e2be2748bd6bb49e18')
+makedepends=('python2-numpy' 'swig' 'gcc-fortran' 'perl' 'blas' 'cmake' 
'gtest' 'doxygen')
+
+prepare() {
+   mv "$srcdir/Trilinos-trilinos-release-${pkgver//./-}" "$srcdir/Trilinos"
+
+# https://github.com/trilinos/Trilinos/issues/862#issuecomment-365852261
+   find "$srcdir/Trilinos" -name "*.py" -exec \
+   sed -i '1s#\(/usr/bin/env \|/usr/bin/\)python[2-3]*#\1python2#' 
{} \;
+}
+
+build() {
+   cd "$srcdir/Trilinos"
+   mkdir -p build
+   cd build
+
+   cmake .. -DTrilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \
+ -DTrilinos_ENABLE_ALL_PACKAGES:BOOL=ON \
+ -DTrilinos_ENABLE_Gtest:BOOL=OFF \
+ -DTrilinos_ENABLE_TESTS=OFF \
+ -DTPL_ENABLE_gtest:BOOL=ON \
+ -DTPL_ENABLE_MPI:BOOL=ON \
+ -DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_SHARED_LIBS:BOOL=ON
+   make
+}
+
+package() {
+   cd "$srcdir/Trilinos/build"
+   make DESTDIR="$pkgdir" install
+}


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

2019-01-08 Thread Alad Wenter via arch-commits
Date: Tuesday, January 8, 2019 @ 12:04:58
  Author: alad
Revision: 421019

add maintainer tag

Modified:
  trilinos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 12:02:19 UTC (rev 421018)
+++ PKGBUILD2019-01-08 12:04:58 UTC (rev 421019)
@@ -1,3 +1,4 @@
+# Maintainer: Alad Wenter 
 # Contributor: Jingbei Li 
 # Contributor: Simon Pintarelli 
 # Contributor: Feng Wang 
@@ -10,7 +11,7 @@
 license=('LGPL3')
 depends=('lapack' 'openmpi' 'python2' 'boost' 'netcdf' 'libmatio' 'libx11')
 
source=("https://github.com/trilinos/Trilinos/archive/trilinos-release-${pkgver//./-}.tar.gz";)
-md5sums=('ecd4606fa332212433c98bf950a69cc7')
+sha256sums=('5474c5329c6309224a7e1726cf6f0d855025b2042959e4e2be2748bd6bb49e18')
 makedepends=('python2-numpy' 'swig' 'gcc-fortran' 'perl' 'blas' 'cmake' 
'gtest' 'doxygen')
 
 prepare() {


[arch-commits] Commit in (4 files)

2019-01-08 Thread Alad Wenter via arch-commits
Date: Tuesday, January 8, 2019 @ 12:02:19
  Author: alad
Revision: 421018

import trilinos

Added:
  trilinos/
  trilinos/repos/
  trilinos/trunk/
  trilinos/trunk/PKGBUILD

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

Added: trilinos/trunk/PKGBUILD
===
--- trilinos/trunk/PKGBUILD (rev 0)
+++ trilinos/trunk/PKGBUILD 2019-01-08 12:02:19 UTC (rev 421018)
@@ -0,0 +1,45 @@
+# Contributor: Jingbei Li 
+# Contributor: Simon Pintarelli 
+# Contributor: Feng Wang 
+pkgname=trilinos
+pkgver=12.12.1
+pkgrel=2
+pkgdesc="algorithms for the solution of large-scale scientific problems"
+arch=('x86_64')
+url="http://trilinos.org";
+license=('LGPL3')
+depends=('lapack' 'openmpi' 'python2' 'boost' 'netcdf' 'libmatio' 'libx11')
+source=("https://github.com/trilinos/Trilinos/archive/trilinos-release-${pkgver//./-}.tar.gz";)
+md5sums=('ecd4606fa332212433c98bf950a69cc7')
+makedepends=('python2-numpy' 'swig' 'gcc-fortran' 'perl' 'blas' 'cmake' 
'gtest' 'doxygen')
+
+prepare() {
+   mv "$srcdir/Trilinos-trilinos-release-${pkgver//./-}" "$srcdir/Trilinos"
+
+# https://github.com/trilinos/Trilinos/issues/862#issuecomment-365852261
+   find "$srcdir/Trilinos" -name "*.py" -exec \
+   sed -i '1s#\(/usr/bin/env \|/usr/bin/\)python[2-3]*#\1python2#' 
{} \;
+}
+
+build() {
+   cd "$srcdir/Trilinos"
+   mkdir -p build
+   cd build
+
+   cmake .. -DTrilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \
+ -DTrilinos_ENABLE_ALL_PACKAGES:BOOL=ON \
+ -DTrilinos_ENABLE_Gtest:BOOL=OFF \
+ -DTrilinos_ENABLE_TESTS=OFF \
+ -DTPL_ENABLE_gtest:BOOL=ON \
+ -DTPL_ENABLE_MPI:BOOL=ON \
+ -DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_SHARED_LIBS:BOOL=ON
+   make
+}
+
+package() {
+   cd "$srcdir/Trilinos/build"
+   make DESTDIR="$pkgdir" install
+}


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

2019-01-08 Thread Thore Bödecker via arch-commits
Date: Tuesday, January 8, 2019 @ 10:30:03
  Author: foxxx0
Revision: 421016

upgpkg: ruby-msgpack 1.2.6-2

ruby 2.6.0 rebuild

Modified:
  ruby-msgpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 10:27:50 UTC (rev 421015)
+++ PKGBUILD2019-01-08 10:30:03 UTC (rev 421016)
@@ -3,7 +3,7 @@
 _gemname=msgpack
 pkgname="ruby-${_gemname}"
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc='MessagePack implementation for Ruby'
 url='https://github.com/msgpack/msgpack-ruby'
 arch=('x86_64')


[arch-commits] Commit in ruby-msgpack/repos/community-staging-x86_64 (2 files)

2019-01-08 Thread Thore Bödecker via arch-commits
Date: Tuesday, January 8, 2019 @ 10:30:09
  Author: foxxx0
Revision: 421017

archrelease: copy trunk to community-staging-x86_64

Added:
  ruby-msgpack/repos/community-staging-x86_64/PKGBUILD
(from rev 421016, ruby-msgpack/trunk/PKGBUILD)
Deleted:
  ruby-msgpack/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 10:30:03 UTC (rev 421016)
+++ PKGBUILD2019-01-08 10:30:09 UTC (rev 421017)
@@ -1,31 +0,0 @@
-# Maintainer: Thore Bödecker 
-
-_gemname=msgpack
-pkgname="ruby-${_gemname}"
-pkgver=1.2.4
-pkgrel=2
-pkgdesc='MessagePack implementation for Ruby'
-url='https://github.com/msgpack/msgpack-ruby'
-arch=('x86_64')
-license=('Apache')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem";)
-noextract=("${_gemname}-${pkgver}.gem")
-sha512sums=('dc2267a8c2f673ce6c8910e09841ec01bd84f06baf68b9c9ba2c0acb905d197ca82f481748ceb7edb7dff5359c4d983f381882923a1d935bd5bc536bd2fa60be')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install \
---ignore-dependencies \
---no-user-install \
--i "${pkgdir}${_gemdir}" \
--n "${pkgdir}/usr/bin" \
-"${_gemname}-${pkgver}.gem"
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-msgpack/repos/community-staging-x86_64/PKGBUILD (from rev 421016, 
ruby-msgpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 10:30:09 UTC (rev 421017)
@@ -0,0 +1,31 @@
+# Maintainer: Thore Bödecker 
+
+_gemname=msgpack
+pkgname="ruby-${_gemname}"
+pkgver=1.2.6
+pkgrel=2
+pkgdesc='MessagePack implementation for Ruby'
+url='https://github.com/msgpack/msgpack-ruby'
+arch=('x86_64')
+license=('Apache')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem";)
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('cbd28125826a2cb2db1fd6869443671da3093b8c834949741257abe69d763d1296f97d155f9a0d2bee53424b9a68c2b78ff8e8b00bb5f95dc1e6a34ad51981d1')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install \
+--ignore-dependencies \
+--no-user-install \
+-i "${pkgdir}${_gemdir}" \
+-n "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-08 Thread Thore Bödecker via arch-commits
Date: Tuesday, January 8, 2019 @ 10:27:50
  Author: foxxx0
Revision: 421015

archrelease: copy trunk to community-x86_64

Added:
  ruby-msgpack/repos/community-x86_64/PKGBUILD
(from rev 421014, ruby-msgpack/trunk/PKGBUILD)
Deleted:
  ruby-msgpack/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 10:27:45 UTC (rev 421014)
+++ PKGBUILD2019-01-08 10:27:50 UTC (rev 421015)
@@ -1,31 +0,0 @@
-# Maintainer: Thore Bödecker 
-
-_gemname=msgpack
-pkgname="ruby-${_gemname}"
-pkgver=1.2.4
-pkgrel=1
-pkgdesc='MessagePack implementation for Ruby'
-url='https://github.com/msgpack/msgpack-ruby'
-arch=('x86_64')
-license=('Apache')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem";)
-noextract=("${_gemname}-${pkgver}.gem")
-sha512sums=('dc2267a8c2f673ce6c8910e09841ec01bd84f06baf68b9c9ba2c0acb905d197ca82f481748ceb7edb7dff5359c4d983f381882923a1d935bd5bc536bd2fa60be')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install \
---ignore-dependencies \
---no-user-install \
--i "${pkgdir}${_gemdir}" \
--n "${pkgdir}/usr/bin" \
-"${_gemname}-${pkgver}.gem"
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-msgpack/repos/community-x86_64/PKGBUILD (from rev 421014, 
ruby-msgpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 10:27:50 UTC (rev 421015)
@@ -0,0 +1,31 @@
+# Maintainer: Thore Bödecker 
+
+_gemname=msgpack
+pkgname="ruby-${_gemname}"
+pkgver=1.2.6
+pkgrel=1
+pkgdesc='MessagePack implementation for Ruby'
+url='https://github.com/msgpack/msgpack-ruby'
+arch=('x86_64')
+license=('Apache')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem";)
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('cbd28125826a2cb2db1fd6869443671da3093b8c834949741257abe69d763d1296f97d155f9a0d2bee53424b9a68c2b78ff8e8b00bb5f95dc1e6a34ad51981d1')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install \
+--ignore-dependencies \
+--no-user-install \
+-i "${pkgdir}${_gemdir}" \
+-n "${pkgdir}/usr/bin" \
+"${_gemname}-${pkgver}.gem"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-08 Thread Thore Bödecker via arch-commits
Date: Tuesday, January 8, 2019 @ 10:27:45
  Author: foxxx0
Revision: 421014

upgpkg: ruby-msgpack 1.2.6-1

update to 1.2.6

Modified:
  ruby-msgpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 09:17:18 UTC (rev 421013)
+++ PKGBUILD2019-01-08 10:27:45 UTC (rev 421014)
@@ -2,8 +2,8 @@
 
 _gemname=msgpack
 pkgname="ruby-${_gemname}"
-pkgver=1.2.4
-pkgrel=2
+pkgver=1.2.6
+pkgrel=1
 pkgdesc='MessagePack implementation for Ruby'
 url='https://github.com/msgpack/msgpack-ruby'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem";)
 noextract=("${_gemname}-${pkgver}.gem")
-sha512sums=('dc2267a8c2f673ce6c8910e09841ec01bd84f06baf68b9c9ba2c0acb905d197ca82f481748ceb7edb7dff5359c4d983f381882923a1d935bd5bc536bd2fa60be')
+sha512sums=('cbd28125826a2cb2db1fd6869443671da3093b8c834949741257abe69d763d1296f97d155f9a0d2bee53424b9a68c2b78ff8e8b00bb5f95dc1e6a34ad51981d1')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-01-08 Thread Alad Wenter via arch-commits
Date: Tuesday, January 8, 2019 @ 09:17:18
  Author: alad
Revision: 421013

archrelease: copy trunk to community-x86_64

Added:
  pygraphviz/repos/community-x86_64/
  pygraphviz/repos/community-x86_64/PKGBUILD
(from rev 421012, pygraphviz/trunk/PKGBUILD)

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

Copied: pygraphviz/repos/community-x86_64/PKGBUILD (from rev 421012, 
pygraphviz/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-01-08 09:17:18 UTC (rev 421013)
@@ -0,0 +1,51 @@
+# Maintainer: Alad Wenter 
+# Contributor: Clément DEMOULINS 
+pkgbase=pygraphviz
+pkgname=('python-pygraphviz' 'python2-pygraphviz')
+pkgver=1.5
+pkgrel=1
+pkgdesc='Python interface to the Graphviz graph layout and visualization 
package'
+makedepends=('python' 'python2' 'graphviz' 'python-setuptools' 
'python2-setuptools')
+arch=('x86_64')
+license=('LGPL')
+url='https://pygraphviz.github.io/'
+source=("https://github.com/$pkgbase/$pkgbase/archive/$pkgbase-$pkgver.tar.gz";)
+sha256sums=('58c3122c7efb9a62275a915953818acd5b3e113b943075501d316ab2291dc21d')
+
+prepare() {
+cp -a "$pkgbase-$pkgbase-$pkgver" "python2-$pkgbase-$pkgver"
+}
+
+build() {
+cd "$pkgbase-$pkgbase-$pkgver"
+python setup.py build
+
+cd ../"python2-$pkgbase-$pkgver"
+python2 setup.py build
+}
+
+package_python-pygraphviz() {
+depends=('python3' 'graphviz')
+
+cd "$pkgbase-$pkgbase-$pkgver"
+python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 \
+--include-path /usr/include/graphviz \
+--library-path /usr/lib/graphviz
+mv "$pkgdir/usr/share/doc/$pkgbase-$pkgver" 
"$pkgdir/usr/share/doc/python-pygraphviz"
+}
+
+package_python2-pygraphviz() {
+depends=('python2' 'graphviz')
+
+cd "python2-$pkgbase-$pkgver"
+python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 \
+--include-path /usr/include/graphviz \
+--library-path /usr/lib/graphviz
+mv "$pkgdir/usr/share/doc/$pkgbase-$pkgver" 
"$pkgdir/usr/share/doc/python2-pygraphviz"
+
+# Patch to use python2
+find "$pkgdir" -type f \( -name '*.py' -or -executable \) -exec \
+sed -i -e 's|#![ ]*/usr/bin/python$|#!/usr/bin/python2|' \
+-e 's|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|' \
+{} \;
+}


[arch-commits] Commit in (4 files)

2019-01-08 Thread Alad Wenter via arch-commits
Date: Tuesday, January 8, 2019 @ 09:16:48
  Author: alad
Revision: 421012

import pygraphviz

Added:
  pygraphviz/
  pygraphviz/repos/
  pygraphviz/trunk/
  pygraphviz/trunk/PKGBUILD

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

Added: pygraphviz/trunk/PKGBUILD
===
--- pygraphviz/trunk/PKGBUILD   (rev 0)
+++ pygraphviz/trunk/PKGBUILD   2019-01-08 09:16:48 UTC (rev 421012)
@@ -0,0 +1,51 @@
+# Maintainer: Alad Wenter 
+# Contributor: Clément DEMOULINS 
+pkgbase=pygraphviz
+pkgname=('python-pygraphviz' 'python2-pygraphviz')
+pkgver=1.5
+pkgrel=1
+pkgdesc='Python interface to the Graphviz graph layout and visualization 
package'
+makedepends=('python' 'python2' 'graphviz' 'python-setuptools' 
'python2-setuptools')
+arch=('x86_64')
+license=('LGPL')
+url='https://pygraphviz.github.io/'
+source=("https://github.com/$pkgbase/$pkgbase/archive/$pkgbase-$pkgver.tar.gz";)
+sha256sums=('58c3122c7efb9a62275a915953818acd5b3e113b943075501d316ab2291dc21d')
+
+prepare() {
+cp -a "$pkgbase-$pkgbase-$pkgver" "python2-$pkgbase-$pkgver"
+}
+
+build() {
+cd "$pkgbase-$pkgbase-$pkgver"
+python setup.py build
+
+cd ../"python2-$pkgbase-$pkgver"
+python2 setup.py build
+}
+
+package_python-pygraphviz() {
+depends=('python3' 'graphviz')
+
+cd "$pkgbase-$pkgbase-$pkgver"
+python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 \
+--include-path /usr/include/graphviz \
+--library-path /usr/lib/graphviz
+mv "$pkgdir/usr/share/doc/$pkgbase-$pkgver" 
"$pkgdir/usr/share/doc/python-pygraphviz"
+}
+
+package_python2-pygraphviz() {
+depends=('python2' 'graphviz')
+
+cd "python2-$pkgbase-$pkgver"
+python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 \
+--include-path /usr/include/graphviz \
+--library-path /usr/lib/graphviz
+mv "$pkgdir/usr/share/doc/$pkgbase-$pkgver" 
"$pkgdir/usr/share/doc/python2-pygraphviz"
+
+# Patch to use python2
+find "$pkgdir" -type f \( -name '*.py' -or -executable \) -exec \
+sed -i -e 's|#![ ]*/usr/bin/python$|#!/usr/bin/python2|' \
+-e 's|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|' \
+{} \;
+}


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

2019-01-08 Thread Christian Hesse via arch-commits
Date: Tuesday, January 8, 2019 @ 08:47:44
  Author: eworm
Revision: 343106

use final patch from master

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 08:44:21 UTC (rev 343105)
+++ PKGBUILD2019-01-08 08:47:44 UTC (rev 343106)
@@ -15,10 +15,10 @@
 provides=('libcurl.so')
 options=('strip' 'debug')
 source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
- curl-3399.patch::https://github.com/curl/curl/pull/3399.patch)
+ 
'curl-3399.patch::https://github.com/curl/curl/commit/6dc1780ea54129b3e6721fe9ee3f9d4f1d7abc1b.patch')
 
sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
 'SKIP'
-
'233ccf215722657f8db5fd8e959836515361aa76bb67ae058ab8d946ae7673e623acb144b72ef429a240075ea23fd57adbbc0248a575537f4fcd18910bac289f')
+
'8a351ee445f79e54b46cc584fc0c341875d012f1db6e858de1b790177f12c622361eeccec1758d439ef1d839c9688899dd761b949b33311aa717709ba6040c05')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 
 prepare() {


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

2019-01-08 Thread Christian Hesse via arch-commits
Date: Tuesday, January 8, 2019 @ 08:44:17
  Author: eworm
Revision: 343104

upgpkg: galera 25.3.25-2

back to release tarball

Modified:
  galera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 06:44:26 UTC (rev 343103)
+++ PKGBUILD2019-01-08 08:44:17 UTC (rev 343104)
@@ -4,37 +4,28 @@
 
 pkgname=galera
 pkgver=25.3.25
-pkgrel=1
+pkgrel=2
 pkgdesc='write set replication (WSREP) provider for MariaDB cluster'
 arch=('x86_64')
 license=('GPL2' 'custom:OpenSSL Linking Exception')
 depends=('mariadb' 'openssl')
-makedepends=('git' 'check' 'scons' 'boost')
+makedepends=('check' 'scons' 'boost')
 optdepends=('rsync: transfer database state to a newly joined node with rsync')
 url='http://www.codership.com/'
 options=('!libtool')
 validpgpkeys=('44B7345738EBDE52594DAD80D669017EBC19DDBA') # Codership Oy 

-source=("git+https://github.com/codership/galera.git#tag=release_${pkgver}?signed";
-'git+https://github.com/codership/wsrep-API.git')
-sha256sums=('SKIP'
+source=("http://releases.galeracluster.com/${pkgname}-${pkgver#25.}/source/${pkgname}-3-${pkgver}.tar.gz"{,.asc})
+sha256sums=('111dc45ea45bf47545dbfb0cab568780912592bdecbdacc3df88eb50a03d397e'
 'SKIP')
 
-prepare() {
-  cd "${pkgname}"
+build(){
+  cd "${pkgname}-3-${pkgver}"
 
-  git config --file=.gitmodules submodule.wsrep-API.url ../wsrep-API/
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-
   scons system_asio=0
 }
 
-package() {
-  cd "${pkgname}"
+package(){
+  cd "${pkgname}-3-${pkgver}"
 
   install -D -m0755 libgalera_smm.so 
"${pkgdir}"/usr/lib/galera/libgalera_smm.so
   ln -s galera/libgalera_smm.so "${pkgdir}"/usr/lib/libgalera_smm.so


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

2019-01-08 Thread Christian Hesse via arch-commits
Date: Tuesday, January 8, 2019 @ 08:44:21
  Author: eworm
Revision: 343105

archrelease: copy trunk to testing-x86_64

Added:
  galera/repos/testing-x86_64/
  galera/repos/testing-x86_64/PKGBUILD
(from rev 343104, galera/trunk/PKGBUILD)

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

Copied: galera/repos/testing-x86_64/PKGBUILD (from rev 343104, 
galera/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-08 08:44:21 UTC (rev 343105)
@@ -0,0 +1,40 @@
+# Maintainer: Christian Hesse 
+# Contributor: Rustam Tsurik 
+# Contributor: Nico Suarez 
+
+pkgname=galera
+pkgver=25.3.25
+pkgrel=2
+pkgdesc='write set replication (WSREP) provider for MariaDB cluster'
+arch=('x86_64')
+license=('GPL2' 'custom:OpenSSL Linking Exception')
+depends=('mariadb' 'openssl')
+makedepends=('check' 'scons' 'boost')
+optdepends=('rsync: transfer database state to a newly joined node with rsync')
+url='http://www.codership.com/'
+options=('!libtool')
+validpgpkeys=('44B7345738EBDE52594DAD80D669017EBC19DDBA') # Codership Oy 

+source=("http://releases.galeracluster.com/${pkgname}-${pkgver#25.}/source/${pkgname}-3-${pkgver}.tar.gz"{,.asc})
+sha256sums=('111dc45ea45bf47545dbfb0cab568780912592bdecbdacc3df88eb50a03d397e'
+'SKIP')
+
+build(){
+  cd "${pkgname}-3-${pkgver}"
+
+  scons system_asio=0
+}
+
+package(){
+  cd "${pkgname}-3-${pkgver}"
+
+  install -D -m0755 libgalera_smm.so 
"${pkgdir}"/usr/lib/galera/libgalera_smm.so
+  ln -s galera/libgalera_smm.so "${pkgdir}"/usr/lib/libgalera_smm.so
+
+  install -D -m0755 garb/garbd "${pkgdir}"/usr/bin/garbd
+
+  install -D -m0644 scripts/packages/README 
"${pkgdir}"/usr/share/doc/galera/README
+  install -D -m0644 scripts/packages/README-MySQL 
"${pkgdir}"/usr/share/doc/galera/README-MySQL
+  install -D -m0644 scripts/mysql/README 
"${pkgdir}"/usr/share/doc/galera/mysql/README
+  install -D -m0644 COPYING "${pkgdir}"/usr/share/doc/galera/COPYING
+}
+


<    1   2