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

2017-10-09 Thread Levente Polyak
Date: Tuesday, October 10, 2017 @ 00:14:14
  Author: anthraxx
Revision: 262261

archrelease: copy trunk to community-any

Added:
  ruby-rack-protection/repos/community-any/
  ruby-rack-protection/repos/community-any/PKGBUILD
(from rev 262260, ruby-rack-protection/trunk/PKGBUILD)

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

Copied: ruby-rack-protection/repos/community-any/PKGBUILD (from rev 262260, 
ruby-rack-protection/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-10 00:14:14 UTC (rev 262261)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=rack-protection
+pkgname=ruby-${_gemname}
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Protect against typical web attacks, works with all Rack apps, 
including Rails'
+url='https://github.com/sinatra/sinatra/blob/master/rack-protection'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-rack')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sinatra/sinatra/archive/v${pkgver}.tar.gz)
+sha256sums=('8e9483b7dede0468128af227381cbf13acd974f8987a09013a584ee6d0a7d65b')
+sha512sums=('54c736fc6f63bb55ad36b4005335cc5709da9da8c2a29e13218e9f4494f07167077a2ec22dfb08f0bfaf0d4f872ec4d561adb636f7392f148da2ce0ea5a24084')
+
+prepare() {
+  cd sinatra-${pkgver}/${_gemname}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd sinatra-${pkgver}/${_gemname}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd sinatra-${pkgver}/${_gemname}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 License -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-10-09 Thread Levente Polyak
Date: Tuesday, October 10, 2017 @ 00:13:54
  Author: anthraxx
Revision: 262260

addpkg: ruby-rack-protection 2.0.0-1

Added:
  ruby-rack-protection/
  ruby-rack-protection/repos/
  ruby-rack-protection/trunk/
  ruby-rack-protection/trunk/PKGBUILD

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

Added: ruby-rack-protection/trunk/PKGBUILD
===
--- ruby-rack-protection/trunk/PKGBUILD (rev 0)
+++ ruby-rack-protection/trunk/PKGBUILD 2017-10-10 00:13:54 UTC (rev 262260)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=rack-protection
+pkgname=ruby-${_gemname}
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Protect against typical web attacks, works with all Rack apps, 
including Rails'
+url='https://github.com/sinatra/sinatra/blob/master/rack-protection'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-rack')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sinatra/sinatra/archive/v${pkgver}.tar.gz)
+sha256sums=('8e9483b7dede0468128af227381cbf13acd974f8987a09013a584ee6d0a7d65b')
+sha512sums=('54c736fc6f63bb55ad36b4005335cc5709da9da8c2a29e13218e9f4494f07167077a2ec22dfb08f0bfaf0d4f872ec4d561adb636f7392f148da2ce0ea5a24084')
+
+prepare() {
+  cd sinatra-${pkgver}/${_gemname}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd sinatra-${pkgver}/${_gemname}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd sinatra-${pkgver}/${_gemname}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 License -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-jekyll-sass-converter/repos (2 files)

2017-10-09 Thread Levente Polyak
Date: Tuesday, October 10, 2017 @ 00:07:13
  Author: anthraxx
Revision: 262259

archrelease: copy trunk to community-any

Added:
  ruby-jekyll-sass-converter/repos/community-any/
  ruby-jekyll-sass-converter/repos/community-any/PKGBUILD
(from rev 262258, ruby-jekyll-sass-converter/trunk/PKGBUILD)

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

Copied: ruby-jekyll-sass-converter/repos/community-any/PKGBUILD (from rev 
262258, ruby-jekyll-sass-converter/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-10 00:07:13 UTC (rev 262259)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=jekyll-sass-converter
+pkgname=ruby-${_gemname}
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Sass converter for Jekyll'
+url='https://github.com/jekyll/jekyll-sass-converter'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-sass')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll-sass-converter/archive/v${pkgver}.tar.gz)
+sha256sums=('b6e42e91c38e3340d8b10577297e9c1b9d9ee38e613246a48f6db4a046bb6a98')
+sha512sums=('ece83d8c13e93a90c66ed899accc77746d56067f6841ca0d29050168c52d9eea6de3d78760b0f468be2dbc9b0b9df5ac02d5066a26809a33cdadd591fbbc9b52')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files -z|find -type f -print0\|sed "s,./,,g"|' -i 
${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a example "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-10-09 Thread Levente Polyak
Date: Tuesday, October 10, 2017 @ 00:03:26
  Author: anthraxx
Revision: 262258

addpkg: ruby-jekyll-sass-converter 1.5.0-1

Added:
  ruby-jekyll-sass-converter/
  ruby-jekyll-sass-converter/repos/
  ruby-jekyll-sass-converter/trunk/
  ruby-jekyll-sass-converter/trunk/PKGBUILD

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

Added: ruby-jekyll-sass-converter/trunk/PKGBUILD
===
--- ruby-jekyll-sass-converter/trunk/PKGBUILD   (rev 0)
+++ ruby-jekyll-sass-converter/trunk/PKGBUILD   2017-10-10 00:03:26 UTC (rev 
262258)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=jekyll-sass-converter
+pkgname=ruby-${_gemname}
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Sass converter for Jekyll'
+url='https://github.com/jekyll/jekyll-sass-converter'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-sass')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll-sass-converter/archive/v${pkgver}.tar.gz)
+sha256sums=('b6e42e91c38e3340d8b10577297e9c1b9d9ee38e613246a48f6db4a046bb6a98')
+sha512sums=('ece83d8c13e93a90c66ed899accc77746d56067f6841ca0d29050168c52d9eea6de3d78760b0f468be2dbc9b0b9df5ac02d5066a26809a33cdadd591fbbc9b52')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files -z|find -type f -print0\|sed "s,./,,g"|' -i 
${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a example "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-09 Thread Levente Polyak
Date: Monday, October 9, 2017 @ 23:49:14
  Author: anthraxx
Revision: 262257

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-thin/repos/community-i686/
  ruby-thin/repos/community-i686/PKGBUILD
(from rev 262256, ruby-thin/trunk/PKGBUILD)
  ruby-thin/repos/community-x86_64/
  ruby-thin/repos/community-x86_64/PKGBUILD
(from rev 262256, ruby-thin/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   37 +
 community-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: ruby-thin/repos/community-i686/PKGBUILD (from rev 262256, 
ruby-thin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-09 23:49:14 UTC (rev 262257)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=thin
+pkgname=ruby-${_gemname}
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Thin and fast Ruby web server'
+url='http://code.macournoyer.com/thin/'
+arch=('i686' 'x86_64')
+license=('RUBY')
+depends=('glibc' 'ruby' 'ruby-rack' 'ruby-eventmachine' 'ruby-daemons')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/macournoyer/thin/archive/v${pkgver}.tar.gz)
+sha256sums=('667a78697331b917ad0f14974537c000c6e06d67a0d9b2a6592791adfed2c48f')
+sha512sums=('2c3c831eedd42fc88fc2c46e557284748b6b6bf331d6fd827073918cc3a869e5a60bf7db19ba82add28e07c8a8c92dac609a56cda82b41b37ddfb247e7bf')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a example "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-thin/repos/community-x86_64/PKGBUILD (from rev 262256, 
ruby-thin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-09 23:49:14 UTC (rev 262257)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=thin
+pkgname=ruby-${_gemname}
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Thin and fast Ruby web server'
+url='http://code.macournoyer.com/thin/'
+arch=('i686' 'x86_64')
+license=('RUBY')
+depends=('glibc' 'ruby' 'ruby-rack' 'ruby-eventmachine' 'ruby-daemons')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/macournoyer/thin/archive/v${pkgver}.tar.gz)
+sha256sums=('667a78697331b917ad0f14974537c000c6e06d67a0d9b2a6592791adfed2c48f')
+sha512sums=('2c3c831eedd42fc88fc2c46e557284748b6b6bf331d6fd827073918cc3a869e5a60bf7db19ba82add28e07c8a8c92dac609a56cda82b41b37ddfb247e7bf')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a example "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-10-09 Thread Levente Polyak
Date: Monday, October 9, 2017 @ 23:49:03
  Author: anthraxx
Revision: 262256

addpkg: ruby-thin 1.7.2-1

Added:
  ruby-thin/
  ruby-thin/repos/
  ruby-thin/trunk/
  ruby-thin/trunk/PKGBUILD

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

Added: ruby-thin/trunk/PKGBUILD
===
--- ruby-thin/trunk/PKGBUILD(rev 0)
+++ ruby-thin/trunk/PKGBUILD2017-10-09 23:49:03 UTC (rev 262256)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=thin
+pkgname=ruby-${_gemname}
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Thin and fast Ruby web server'
+url='http://code.macournoyer.com/thin/'
+arch=('i686' 'x86_64')
+license=('RUBY')
+depends=('glibc' 'ruby' 'ruby-rack' 'ruby-eventmachine' 'ruby-daemons')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/macournoyer/thin/archive/v${pkgver}.tar.gz)
+sha256sums=('667a78697331b917ad0f14974537c000c6e06d67a0d9b2a6592791adfed2c48f')
+sha512sums=('2c3c831eedd42fc88fc2c46e557284748b6b6bf331d6fd827073918cc3a869e5a60bf7db19ba82add28e07c8a8c92dac609a56cda82b41b37ddfb247e7bf')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a example "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2017-10-09 Thread Sven-Hendrik Haase
Date: Monday, October 9, 2017 @ 23:18:21
  Author: svenstaro
Revision: 262255

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 262254, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 262254, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 262254, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 262254, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 262254, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 262254, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 262254, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 262254, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 262254, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 262254, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 262254, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/yarn.lock
(from rev 262254, gitlab/trunk/yarn.lock)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/yarn.lock

-+
 PKGBUILD|  422 -
 gitlab-backup.service   |   38 
 gitlab-backup.timer |   20 
 gitlab-mailroom.service |   40 
 gitlab-sidekiq.service  |   58 
 gitlab-unicorn.service  |   58 
 gitlab.install  |   40 
 gitlab.logrotate|   22 
 gitlab.target   |   14 
 gitlab.tmpfiles.d   |2 
 lighttpd.conf.example   |   70 
 yarn.lock   |13204 +++---
 12 files changed, 6997 insertions(+), 6991 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 262254:262255 to see the changes.


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

2017-10-09 Thread Sven-Hendrik Haase
Date: Monday, October 9, 2017 @ 23:18:07
  Author: svenstaro
Revision: 262254

upgpkg: gitlab 10.0.3-2

Fix info command

Modified:
  gitlab/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 22:36:35 UTC (rev 262253)
+++ PKGBUILD2017-10-09 23:18:07 UTC (rev 262254)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=10.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce;
@@ -171,6 +171,12 @@
   # Fix for ruby-2.3 and bundle-2.3
   sed -i "s|bundle|bundle-2.3|g" 
"${pkgdir}${_datadir}/lib/tasks/gitlab/check.rake"
   grep -rl "bin/env ruby" "${pkgdir}${_datadir}" | xargs sed -i "s|bin/env 
ruby$|bin/env ruby-2.3|g"
+  sed -i \
+-e "s|ruby --version|ruby-2.3 --version|g" \
+-e "s|gem --version|gem-2.3 --version|g" \
+-e "s|bundle --version|bundle-2.3 --version|g" \
+-e "s|rake --version|rake-2.3 --version|g" \
+"${pkgdir}${_datadir}/lib/tasks/gitlab/info.rake"
 
   # Install config files
   for config_file in application.rb gitlab.yml unicorn.rb resque.yml; do


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

2017-10-09 Thread Levente Polyak
Date: Monday, October 9, 2017 @ 22:36:35
  Author: anthraxx
Revision: 262253

archrelease: copy trunk to community-any

Added:
  ruby-daemons/repos/community-any/
  ruby-daemons/repos/community-any/PKGBUILD
(from rev 262252, ruby-daemons/trunk/PKGBUILD)

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

Copied: ruby-daemons/repos/community-any/PKGBUILD (from rev 262252, 
ruby-daemons/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-09 22:36:35 UTC (rev 262253)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+_gemname=daemons
+pkgname=ruby-${_gemname}
+pkgver=1.2.4
+pkgrel=1
+pkgdesc='Easy way to wrap existing ruby scripts to be run as a daemon'
+url='https://github.com/thuehlinger/daemons'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/thuehlinger/daemons/archive/v${pkgver}.tar.gz)
+sha256sums=('34e28ad4f5b8fa402f7f2783949024da09575dcde6b8110242ca2048ad932608')
+sha512sums=('9b6f0202ad87704b441f150ae5c3f5086861ba220069b6e7219714b62c36711889fdd094cfc1de907e9fb4528e5f6bb42b5421b9bcc4ec286648349e78da280f')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|README.md LICENSE Releases ||' -i ${_gemname}.gemspec
+  sed -r 's|`git ls-files (.+)`|`find \1 -type f`|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md Releases -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-10-09 Thread Levente Polyak
Date: Monday, October 9, 2017 @ 22:36:24
  Author: anthraxx
Revision: 262252

addpkg: ruby-daemons 1.2.4-1

Added:
  ruby-daemons/
  ruby-daemons/repos/
  ruby-daemons/trunk/
  ruby-daemons/trunk/PKGBUILD

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

Added: ruby-daemons/trunk/PKGBUILD
===
--- ruby-daemons/trunk/PKGBUILD (rev 0)
+++ ruby-daemons/trunk/PKGBUILD 2017-10-09 22:36:24 UTC (rev 262252)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+_gemname=daemons
+pkgname=ruby-${_gemname}
+pkgver=1.2.4
+pkgrel=1
+pkgdesc='Easy way to wrap existing ruby scripts to be run as a daemon'
+url='https://github.com/thuehlinger/daemons'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/thuehlinger/daemons/archive/v${pkgver}.tar.gz)
+sha256sums=('34e28ad4f5b8fa402f7f2783949024da09575dcde6b8110242ca2048ad932608')
+sha512sums=('9b6f0202ad87704b441f150ae5c3f5086861ba220069b6e7219714b62c36711889fdd094cfc1de907e9fb4528e5f6bb42b5421b9bcc4ec286648349e78da280f')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|README.md LICENSE Releases ||' -i ${_gemname}.gemspec
+  sed -r 's|`git ls-files (.+)`|`find \1 -type f`|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md Releases -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-09 Thread Christian Hesse
Date: Monday, October 9, 2017 @ 20:40:26
  Author: eworm
Revision: 262251

archrelease: copy trunk to community-testing-x86_64

Added:
  lib32-e2fsprogs/repos/community-testing-x86_64/
  lib32-e2fsprogs/repos/community-testing-x86_64/PKGBUILD
(from rev 262250, lib32-e2fsprogs/trunk/PKGBUILD)

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

Copied: lib32-e2fsprogs/repos/community-testing-x86_64/PKGBUILD (from rev 
262250, lib32-e2fsprogs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-09 20:40:26 UTC (rev 262251)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: mightyjaym 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=e2fsprogs
+pkgname=lib32-e2fsprogs
+pkgver=1.43.6
+pkgrel=1
+pkgdesc="Ext2/3/4 filesystem libraries (32-bit)"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net;
+depends=('lib32-util-linux' $_pkgbasename)
+makedepends=('bc' 'gcc-multilib')
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
+sha256sums=('c9b226234ee878a8d89951f3b155cec7416dd0ec09c932c855f1b1df8ad93402'
+'SKIP')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib32 --with-root-prefix="" 
--enable-elf-shlibs \
+  --disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-libs
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-10-09 Thread Christian Hesse
Date: Monday, October 9, 2017 @ 20:40:18
  Author: eworm
Revision: 262250

upgpkg: lib32-e2fsprogs 1.43.6-1

new upstream release

Modified:
  lib32-e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 20:34:45 UTC (rev 262249)
+++ PKGBUILD2017-10-09 20:40:18 UTC (rev 262250)
@@ -5,9 +5,9 @@
 
 _pkgbasename=e2fsprogs
 pkgname=lib32-e2fsprogs
-pkgver=1.43.4
+pkgver=1.43.6
 pkgrel=1
-pkgdesc="Ext2 filesystem libraries (32-bit)"
+pkgdesc="Ext2/3/4 filesystem libraries (32-bit)"
 arch=('x86_64')
 license=('GPL' 'LGPL' 'MIT')
 url="http://e2fsprogs.sourceforge.net;
@@ -15,8 +15,8 @@
 makedepends=('bc' 'gcc-multilib')
 validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

 
source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
-sha1sums=('3073dfe3d67075d3ae68e41e78120f14a18ac9ba'
-  'SKIP')
+sha256sums=('c9b226234ee878a8d89951f3b155cec7416dd0ec09c932c855f1b1df8ad93402'
+'SKIP')
 
 build() {
   export CC="gcc -m32"


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

2017-10-09 Thread Christian Hesse
Date: Monday, October 9, 2017 @ 20:34:45
  Author: eworm
Revision: 262249

archrelease: copy trunk to community-testing-x86_64

Added:
  lib32-systemd/repos/community-testing-x86_64/
  
lib32-systemd/repos/community-testing-x86_64/0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch
(from rev 262248, 
lib32-systemd/trunk/0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch)
  
lib32-systemd/repos/community-testing-x86_64/0001-disable-RestrictAddressFamilies-on-i686.patch
(from rev 262248, 
lib32-systemd/trunk/0001-disable-RestrictAddressFamilies-on-i686.patch)
  lib32-systemd/repos/community-testing-x86_64/PKGBUILD
(from rev 262248, lib32-systemd/trunk/PKGBUILD)

-+
 0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch |   62 
 0001-disable-RestrictAddressFamilies-on-i686.patch  |   30 ++
 PKGBUILD|  139 
++
 3 files changed, 231 insertions(+)

Copied: 
lib32-systemd/repos/community-testing-x86_64/0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch
 (from rev 262248, 
lib32-systemd/trunk/0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch)
===
--- 
community-testing-x86_64/0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch
(rev 0)
+++ 
community-testing-x86_64/0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch
2017-10-09 20:34:45 UTC (rev 262249)
@@ -0,0 +1,62 @@
+From 481712d9ee88395042f0640f272c1f87142bc0a8 Mon Sep 17 00:00:00 2001
+From: Dave Reisner 
+Date: Wed, 9 Nov 2016 11:14:03 -0500
+Subject: [PATCH] Revert "nspawn: try to bind mount resolved's resolv.conf
+ snippet into the container"
+
+This reverts commit 3539724c26a1b2b00c4eb3c004b635a4b8647de6.
+---
+ src/nspawn/nspawn.c | 27 ---
+ 1 file changed, 8 insertions(+), 19 deletions(-)
+
+diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
+index c8b18bc..93df7c6 100644
+--- a/src/nspawn/nspawn.c
 b/src/nspawn/nspawn.c
+@@ -1309,35 +1309,24 @@ static int setup_resolv_conf(const char *dest) {
+ /* Fix resolv.conf, if possible */
+ where = prefix_roota(dest, "/etc/resolv.conf");
+ 
+-if (access("/usr/lib/systemd/resolv.conf", F_OK) >= 0) {
+-/* resolved is enabled on the host. In this, case bind mount 
its static resolv.conf file into the
+- * container, so that the container can use the host's 
resolver. Given that network namespacing is
+- * disabled it's only natural of the container also uses the 
host's resolver. It also has the big
+- * advantage that the container will be able to follow the 
host's DNS server configuration changes
+- * transparently. */
+-
+-r = mount_verbose(LOG_WARNING, 
"/usr/lib/systemd/resolv.conf", where, NULL, MS_BIND, NULL);
+-if (r >= 0)
+-return mount_verbose(LOG_ERR, NULL, where, NULL,
+- 
MS_BIND|MS_REMOUNT|MS_RDONLY|MS_NOSUID|MS_NODEV, NULL);
+-}
+-
+-/* If that didn't work, let's copy the file */
+ r = copy_file("/etc/resolv.conf", where, O_TRUNC|O_NOFOLLOW, 0644, 0);
+ if (r < 0) {
+-/* If the file already exists as symlink, let's suppress the 
warning, under the assumption that
+- * resolved or something similar runs inside and the symlink 
points there.
++/* If the file already exists as symlink, let's
++ * suppress the warning, under the assumption that
++ * resolved or something similar runs inside and the
++ * symlink points there.
+  *
+- * If the disk image is read-only, there's also no point in 
complaining.
++ * If the disk image is read-only, there's also no
++ * point in complaining.
+  */
+ log_full_errno(IN_SET(r, -ELOOP, -EROFS) ? LOG_DEBUG : 
LOG_WARNING, r,
+-   "Failed to copy /etc/resolv.conf to %s, 
ignoring: %m", where);
++   "Failed to copy /etc/resolv.conf to %s: %m", 
where);
+ return 0;
+ }
+ 
+ r = userns_lchown(where, 0, 0);
+ if (r < 0)
+-log_warning_errno(r, "Failed to chown /etc/resolv.conf, 
ignoring: %m");
++log_warning_errno(r, "Failed to chown /etc/resolv.conf: %m");
+ 
+ return 0;
+ }
+-- 
+2.10.2
+

Copied: 
lib32-systemd/repos/community-testing-x86_64/0001-disable-RestrictAddressFamilies-on-i686.patch
 (from rev 262248, 
lib32-systemd/trunk/0001-disable-RestrictAddressFamilies-on-i686.patch)

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

2017-10-09 Thread Christian Hesse
Date: Monday, October 9, 2017 @ 20:34:38
  Author: eworm
Revision: 262248

upgpkg: lib32-systemd 235.0-1

new upstream release

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 20:08:04 UTC (rev 262247)
+++ PKGBUILD2017-10-09 20:34:38 UTC (rev 262248)
@@ -1,13 +1,16 @@
-# $Id$ Maintainer: Dave Reisner  Maintainer: Tom 
Gundersen 
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
 # latest commit on stable branch
-_commit='27c7bc970d9e7ffe060688a8dd77b7747503a564'
+_commit='c1719d8bc924ed59448616bd748671c5c7a66d93'
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
-pkgver=233.75
-pkgrel=2
+pkgver=235.0
+pkgrel=1
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')
 url="https://www.github.com/systemd/systemd;
@@ -14,32 +17,18 @@
 license=('GPL2' 'LGPL2.1')
 depends=('lib32-libgcrypt' 'lib32-xz' 'lib32-libcap' 'lib32-gcc-libs' 
'systemd')
 makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-glib2' 
'intltool' 'gperf'
- 'lib32-curl' 'lib32-bzip2' 'lib32-acl' 'git')
+ 'lib32-curl' 'lib32-bzip2' 'lib32-acl' 'lib32-gnutls' 'git' 
'meson' 'libxslt')
 options=('strip')
-source=("git://github.com/systemd/systemd-stable.git#commit=${_commit}"
-'git://github.com/systemd/systemd.git') # pull in for tags
-md5sums=('SKIP'
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4')  # Lennart 
Poettering 
+source=('git://github.com/systemd/systemd-stable.git'
+'git://github.com/systemd/systemd.git') # pull in for tags, backports 
& reverts
+sha256sums=('SKIP'
  'SKIP')
-validpgpkeys=(
-  '63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering
-)
 
 _backports=(
-  # build-sys: make RPM macros installation path configurable
-  'ff2e33db54719bfe8feea833571652318c6d197c'
-  # resolved: do not start LLMNR or mDNS stack when no network enables them
-  
'2c7ef56459bf6fe7761595585aa4eed5cd183f27^..2c7ef56459bf6fe7761595585aa4eed5cd183f27^2'
-  # networkd: RFC compliant autonomous prefix handling (#5636)
-  '6554550f35a7976f9110aff94743d3576d5f02dd'
-  # core: do not print color console message about gc-ed jobs
-  '047d7219fde661698d3487fc49e9878c61eefd77'
 )
 
 _reverts=(
-  # core: store the invocation ID in the per-service keyring
-  'b3415f5daef49642be3d5f417b8880c078420ff7'
-  # core: run each system service with a fresh session keyring
-  '74dd6b515fa968c5710b396a7664cac335e25ca8'
 )
 
 _validate_tag() {
@@ -81,10 +70,12 @@
 
 prepare() {
   cd "$_pkgbasename-stable"
-  
+
   git remote add upstream ../systemd/
   git fetch --all
 
+  git checkout "${_commit}"
+
   _validate_tag || return
 
   local _commit
@@ -94,19 +85,6 @@
   for _commit in "${_reverts[@]}"; do
 git revert -n "$_commit"
   done
-
-  # nss-resolve: drop the internal fallback to libnss_dns
-  git show '5486a31d287f26bcd7c0a4eb2abfa4c074b985f1' -- \
-'Makefile.am' 'src/nss-resolve/nss-resolve.c' | git apply --index
-  
-  # Resolved packet size (#6214) (FS#54619, CVE-2017-9445)
-  git show '751ca3f1de316ca79b60001334dbdf54077e1d01' \
-'db848813bae4d28c524b3b6a7dad135e426659ce' \
-'88795538726a5bbfd9efc13d441cb05e1d7fc139' \
-'64a21fdaca7c93f1c30b21f6fdbd2261798b161a' \
--- . ':!src/resolve/meson.build'  | git apply --index
-
-  ./autogen.sh
 }
 
 build() {
@@ -114,51 +92,48 @@
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  cd "$_pkgbasename-stable"
-
   local timeservers=({0..3}.arch.pool.ntp.org)
 
-  local configure_options=(
---libexecdir=/usr/lib32
---libdir=/usr/lib32
---localstatedir=/var
---sysconfdir=/etc
+  local meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
 
---disable-audit
---disable-tests
---disable-ima
---disable-seccomp
---disable-pam
---disable-kmod
---disable-networkd
---disable-blkid
---disable-libiptc
---disable-lz4
---disable-manpages
---disable-libcryptsetup
---without-python
+-Daudit=false
+-Dgnuefi=false
+-Dima=false
+-Dlz4=false
+-Dblkid=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibiptc=false
+-Dmanpages=false
+-Dnetworkd=false
+-Dpam=false
+-Dpython=false
+-Dseccomp=false
+-Dman=false
+-Dhtml=false
 
---with-sysvinit-path=
---with-sysvrcnd-path=
---with-ntp-servers="${timeservers[*]}"
---with-default-dnssec=no
---with-dbuspolicydir=/usr/share/dbus-1/system.d
-

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

2017-10-09 Thread Antonio Rojas
Date: Monday, October 9, 2017 @ 20:20:46
  Author: arojas
Revision: 307236

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  krita/repos/extra-i686/PKGBUILD
(from rev 307235, krita/trunk/PKGBUILD)
  krita/repos/extra-x86_64/PKGBUILD
(from rev 307235, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/extra-i686/PKGBUILD
  krita/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-09 20:17:27 UTC (rev 307235)
+++ extra-i686/PKGBUILD 2017-10-09 20:20:46 UTC (rev 307236)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="https://krita.org;
-license=(GPL3)
-depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('adeb84f0550def80b29403e40ed97c32cb043680ed3ec47bb8685b04b9cc0b45'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/extra-i686/PKGBUILD (from rev 307235, krita/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-09 20:20:46 UTC (rev 307236)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+url="https://krita.org;
+license=(GPL3)
+depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('5fb86577753b28b8915ae993c80a417f388977d04159feb69f5afc0e592bfee9'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-09 20:17:27 UTC (rev 307235)
+++ extra-x86_64/PKGBUILD   2017-10-09 20:20:46 UTC (rev 307236)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="https://krita.org;
-license=(GPL3)
-depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5 
opencolorio)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('adeb84f0550def80b29403e40ed97c32cb043680ed3ec47bb8685b04b9cc0b45'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}


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

2017-10-09 Thread Antonio Rojas
Date: Monday, October 9, 2017 @ 20:17:27
  Author: arojas
Revision: 307235

Update to 3.3.1

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 19:12:33 UTC (rev 307234)
+++ PKGBUILD2017-10-09 20:17:27 UTC (rev 307235)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=krita
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(i686 x86_64)
 url="https://krita.org;
@@ -14,7 +14,7 @@
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
 
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('adeb84f0550def80b29403e40ed97c32cb043680ed3ec47bb8685b04b9cc0b45'
+sha256sums=('5fb86577753b28b8915ae993c80a417f388977d04159feb69f5afc0e592bfee9'
 'SKIP')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

 


[arch-commits] Commit in offlineimap/repos/community-any (4 files)

2017-10-09 Thread Jaroslav Lichtblau
Date: Monday, October 9, 2017 @ 20:08:04
  Author: jlichtblau
Revision: 262247

archrelease: copy trunk to community-any

Added:
  offlineimap/repos/community-any/PKGBUILD
(from rev 262246, offlineimap/trunk/PKGBUILD)
  offlineimap/repos/community-any/offlineimap.changelog
(from rev 262246, offlineimap/trunk/offlineimap.changelog)
Deleted:
  offlineimap/repos/community-any/PKGBUILD
  offlineimap/repos/community-any/offlineimap.changelog

---+
 PKGBUILD  |   98 -
 offlineimap.changelog |  269 
 2 files changed, 185 insertions(+), 182 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 20:07:48 UTC (rev 262246)
+++ PKGBUILD2017-10-09 20:08:04 UTC (rev 262247)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Callan Barrett 
-# Contributor: mucknert 
-
-pkgname=offlineimap
-pkgver=7.1.2
-pkgrel=1
-pkgdesc='Synchronizes emails between two repositories'
-arch=('any')
-url='http://offlineimap.org/'
-license=('GPL')
-depends=('python2-six')
-makedepends=('asciidoc')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('7203435e34f73e90d1833b72c49a859decf7b5828384a2648ee4b2d1ef3bdc66')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}/docs
-  make man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
-  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
-  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
-  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
-
-#systemd files
-  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
-  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.timer
-  install -Dm644 contrib/systemd/$pkgname-oneshot@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot@.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.timer
-}

Copied: offlineimap/repos/community-any/PKGBUILD (from rev 262246, 
offlineimap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-09 20:08:04 UTC (rev 262247)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Callan Barrett 
+# Contributor: mucknert 
+
+pkgname=offlineimap
+pkgver=7.1.3
+pkgrel=1
+pkgdesc='Synchronizes emails between two repositories'
+arch=('any')
+url='http://offlineimap.org/'
+license=('GPL')
+depends=('python2-six')
+makedepends=('asciidoc')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
+sha256sums=('02fc106904ddeb3fb64b3e17d3838ed2223e5ade0018900751b1ba8111b45f45')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python2 setup.py build
+
+  cd "${srcdir}"/${pkgname}-${pkgver}/docs
+  make man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
+  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
+  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
+  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
+
+#systemd files
+  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
+  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
+  install -Dm644 contrib/systemd/$pkgname-oneshot.service 

[arch-commits] Commit in offlineimap/trunk (PKGBUILD offlineimap.changelog)

2017-10-09 Thread Jaroslav Lichtblau
Date: Monday, October 9, 2017 @ 20:07:48
  Author: jlichtblau
Revision: 262246

upgpkg: offlineimap 7.1.3-1 - new upstream release

Modified:
  offlineimap/trunk/PKGBUILD
  offlineimap/trunk/offlineimap.changelog

---+
 PKGBUILD  |4 ++--
 offlineimap.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 19:50:42 UTC (rev 262245)
+++ PKGBUILD2017-10-09 20:07:48 UTC (rev 262246)
@@ -5,7 +5,7 @@
 # Contributor: mucknert 
 
 pkgname=offlineimap
-pkgver=7.1.2
+pkgver=7.1.3
 pkgrel=1
 pkgdesc='Synchronizes emails between two repositories'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('asciidoc')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('7203435e34f73e90d1833b72c49a859decf7b5828384a2648ee4b2d1ef3bdc66')
+sha256sums=('02fc106904ddeb3fb64b3e17d3838ed2223e5ade0018900751b1ba8111b45f45')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}

Modified: offlineimap.changelog
===
--- offlineimap.changelog   2017-10-09 19:50:42 UTC (rev 262245)
+++ offlineimap.changelog   2017-10-09 20:07:48 UTC (rev 262246)
@@ -1,3 +1,6 @@
+2017-10-09 Jaroslav Lichtblau 
+   * offlineimap 7.1.3-1
+
 2017-07-10 Jaroslav Lichtblau 
* offlineimap 7.1.2-1
 


[arch-commits] Commit in salt/repos/community-any (4 files)

2017-10-09 Thread Johannes Löthberg
Date: Monday, October 9, 2017 @ 19:50:42
  Author: demize
Revision: 262245

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 262244, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 262244, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install

--+
 PKGBUILD |  112 -
 salt.install |   44 +++---
 2 files changed, 78 insertions(+), 78 deletions(-)

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

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

Deleted: salt.install
===
--- salt.install2017-10-09 19:49:58 UTC (rev 262244)
+++ salt.install2017-10-09 19:50:42 UTC (rev 262245)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]]; then
-cat << EOF
-==> Since version 2014.1.1-2, salt-master runs by default as root user.
-==> You need to manually update your configuration and remove the salt user and
-==> group to 

[arch-commits] Commit in salt/repos/community-any (4 files)

2017-10-09 Thread Johannes Löthberg
Date: Monday, October 9, 2017 @ 19:49:58
  Author: demize
Revision: 262244

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 262243, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 262243, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install

--+
 PKGBUILD |  112 -
 salt.install |   44 +++---
 2 files changed, 78 insertions(+), 78 deletions(-)

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

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

Deleted: salt.install
===
--- salt.install2017-10-09 19:49:51 UTC (rev 262243)
+++ salt.install2017-10-09 19:49:58 UTC (rev 262244)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]]; then
-cat << EOF
-==> Since version 2014.1.1-2, salt-master runs by default as root user.
-==> You need to manually update your configuration and remove the salt user and
-==> group to 

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

2017-10-09 Thread Johannes Löthberg
Date: Monday, October 9, 2017 @ 19:49:51
  Author: demize
Revision: 262243

upgpkg: salt 2017.7.2-1

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 19:48:48 UTC (rev 262242)
+++ PKGBUILD2017-10-09 19:49:51 UTC (rev 262243)
@@ -5,7 +5,7 @@
 # Contributor: Christer Edwards 
 
 pkgname=salt
-pkgver=2017.7.1
+pkgver=2017.7.2
 pkgrel=1
 
 pkgdesc='Central system and configuration manager'
@@ -34,7 +34,7 @@
 
 install=salt.install
 source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('94f54d163289d7ea7ba9d493787e40c3')
+md5sums=('20e2030b4d6946aecbeaa2f3f0a8547c')
 
 package() {
   cd salt-$pkgver


[arch-commits] Commit in (4 files)

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 19:48:29
  Author: felixonmars
Revision: 262241

addpkg: python-py-cpuinfo 3.3.0-1

Added:
  python-py-cpuinfo/
  python-py-cpuinfo/repos/
  python-py-cpuinfo/trunk/
  python-py-cpuinfo/trunk/PKGBUILD

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

Added: python-py-cpuinfo/trunk/PKGBUILD
===
--- python-py-cpuinfo/trunk/PKGBUILD(rev 0)
+++ python-py-cpuinfo/trunk/PKGBUILD2017-10-09 19:48:29 UTC (rev 262241)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-py-cpuinfo
+pkgname=('python-py-cpuinfo' 'python2-py-cpuinfo')
+pkgver=3.3.0
+_commit=894ff3fdbf67953b089e93597b0c361e50968170
+pkgrel=1
+arch=('any')
+pkgdesc='Get CPU info with pure Python 2 & 3'
+url='https://github.com/workhorsy/py-cpuinfo'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$_commit.tar.gz::https://github.com/workhorsy/py-cpuinfo/archive/$_commit.tar.gz;)
+sha512sums=('b26ba68b1eb28e71c131b979672deeede95de9a8986aa8dc448002a7d0b2baa05264974102f01d258c0201d507c3bd7a3c683ef64add5271751808cf86b83bf3')
+
+prepare() {
+  mv py-cpuinfo-{$_commit,$pkgver}
+  cp -a py-cpuinfo-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/py-cpuinfo-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/py-cpuinfo-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/py-cpuinfo-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/py-cpuinfo-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-py-cpuinfo() {
+  depends=('python')
+
+  cd py-cpuinfo-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-py-cpuinfo() {
+  depends=('python2')
+
+  cd py-cpuinfo-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/cpuinfo{,2}
+}


Property changes on: python-py-cpuinfo/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 19:48:48
  Author: felixonmars
Revision: 262242

archrelease: copy trunk to community-any

Added:
  python-py-cpuinfo/repos/community-any/
  python-py-cpuinfo/repos/community-any/PKGBUILD
(from rev 262241, python-py-cpuinfo/trunk/PKGBUILD)

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

Copied: python-py-cpuinfo/repos/community-any/PKGBUILD (from rev 262241, 
python-py-cpuinfo/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-09 19:48:48 UTC (rev 262242)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-py-cpuinfo
+pkgname=('python-py-cpuinfo' 'python2-py-cpuinfo')
+pkgver=3.3.0
+_commit=894ff3fdbf67953b089e93597b0c361e50968170
+pkgrel=1
+arch=('any')
+pkgdesc='Get CPU info with pure Python 2 & 3'
+url='https://github.com/workhorsy/py-cpuinfo'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$_commit.tar.gz::https://github.com/workhorsy/py-cpuinfo/archive/$_commit.tar.gz;)
+sha512sums=('b26ba68b1eb28e71c131b979672deeede95de9a8986aa8dc448002a7d0b2baa05264974102f01d258c0201d507c3bd7a3c683ef64add5271751808cf86b83bf3')
+
+prepare() {
+  mv py-cpuinfo-{$_commit,$pkgver}
+  cp -a py-cpuinfo-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/py-cpuinfo-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/py-cpuinfo-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/py-cpuinfo-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/py-cpuinfo-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-py-cpuinfo() {
+  depends=('python')
+
+  cd py-cpuinfo-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-py-cpuinfo() {
+  depends=('python2')
+
+  cd py-cpuinfo-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/cpuinfo{,2}
+}


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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 19:40:09
  Author: felixonmars
Revision: 262240

archrelease: copy trunk to community-any

Added:
  perl-cpanplus/repos/community-any/PKGBUILD
(from rev 262239, perl-cpanplus/trunk/PKGBUILD)
Deleted:
  perl-cpanplus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 19:39:49 UTC (rev 262239)
+++ PKGBUILD2017-10-09 19:40:09 UTC (rev 262240)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Florian Pritz 
-
-pkgname=perl-cpanplus
-pkgver=0.9170
-pkgrel=1
-pkgdesc='Ameliorated interface to the CPAN'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=(!emptydirs)
-depends=('perl' 'perl-log-message' 'perl-archive-extract' 'perl-term-ui' 
'perl-log-message-simple'
- 'perl-module-pluggable' 'perl-object-accessor' 
'perl-package-constants')
-url=https://metacpan.org/release/CPANPLUS
-source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPANPLUS-$pkgver.tar.gz;)
-sha512sums=('9fb6bb49d4c309ec9849676e8d3c582b0bbd2ca7d20ecbc8fac57d95eb43eba8c9781dbb867ec1c43ed7319315018747a755b47f2384f6ecf87b21d2b7b1')
-_ddir="CPANPLUS-$pkgver"
-
-build() {
-  cd "$srcdir/$_ddir"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/$_ddir"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_ddir"
-  make install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-cpanplus/repos/community-any/PKGBUILD (from rev 262239, 
perl-cpanplus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-09 19:40:09 UTC (rev 262240)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Florian Pritz 
+
+pkgname=perl-cpanplus
+pkgver=0.9172
+pkgrel=1
+pkgdesc='Ameliorated interface to the CPAN'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=(!emptydirs)
+depends=('perl' 'perl-log-message' 'perl-archive-extract' 'perl-term-ui' 
'perl-log-message-simple'
+ 'perl-module-pluggable' 'perl-object-accessor' 
'perl-package-constants')
+url=https://metacpan.org/release/CPANPLUS
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPANPLUS-$pkgver.tar.gz;)
+sha512sums=('80aa172d8a3da15d27314f8a5cf818c3d0cefd354c9e8b32521216be41d894e9572c074fce075e920b648335c922b724f5abcba0dcb4772aefc8fa00ac6a6218')
+_ddir="CPANPLUS-$pkgver"
+
+build() {
+  cd "$srcdir/$_ddir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_ddir"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_ddir"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 19:39:49
  Author: felixonmars
Revision: 262239

upgpkg: perl-cpanplus 0.9172-1

Modified:
  perl-cpanplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 19:04:37 UTC (rev 262238)
+++ PKGBUILD2017-10-09 19:39:49 UTC (rev 262239)
@@ -3,7 +3,7 @@
 # Contributor: Florian Pritz 
 
 pkgname=perl-cpanplus
-pkgver=0.9170
+pkgver=0.9172
 pkgrel=1
 pkgdesc='Ameliorated interface to the CPAN'
 arch=('any')
@@ -13,7 +13,7 @@
  'perl-module-pluggable' 'perl-object-accessor' 
'perl-package-constants')
 url=https://metacpan.org/release/CPANPLUS
 
source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPANPLUS-$pkgver.tar.gz;)
-sha512sums=('9fb6bb49d4c309ec9849676e8d3c582b0bbd2ca7d20ecbc8fac57d95eb43eba8c9781dbb867ec1c43ed7319315018747a755b47f2384f6ecf87b21d2b7b1')
+sha512sums=('80aa172d8a3da15d27314f8a5cf818c3d0cefd354c9e8b32521216be41d894e9572c074fce075e920b648335c922b724f5abcba0dcb4772aefc8fa00ac6a6218')
 _ddir="CPANPLUS-$pkgver"
 
 build() {


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

2017-10-09 Thread Andreas Radke
Date: Monday, October 9, 2017 @ 19:12:11
  Author: andyrtr
Revision: 307233

upgpkg: lftp 4.8.3-1

upstream update 4.8.3

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 19:04:34 UTC (rev 307232)
+++ PKGBUILD2017-10-09 19:12:11 UTC (rev 307233)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=lftp
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url="https://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('5c875b8476e05e856ebc8eec458e43317b2bebd6ed5f7725a733d4591548cd9c'
+sha256sums=('de7aee451afaa1aa391f7076b5f602922c2da0e05524a8d8fea413eda83cc78b'
 'SKIP')
 validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
 


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

2017-10-09 Thread Andreas Radke
Date: Monday, October 9, 2017 @ 19:12:33
  Author: andyrtr
Revision: 307234

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lftp/repos/extra-i686/PKGBUILD
(from rev 307233, lftp/trunk/PKGBUILD)
  lftp/repos/extra-x86_64/PKGBUILD
(from rev 307233, lftp/trunk/PKGBUILD)
Deleted:
  lftp/repos/extra-i686/PKGBUILD
  lftp/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-09 19:12:11 UTC (rev 307233)
+++ extra-i686/PKGBUILD 2017-10-09 19:12:33 UTC (rev 307234)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.8.2
-pkgrel=1
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh' 
'hicolor-icon-theme')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url="https://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('5c875b8476e05e856ebc8eec458e43317b2bebd6ed5f7725a733d4591548cd9c'
-'SKIP')
-validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 307233, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-09 19:12:33 UTC (rev 307234)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.8.3
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh' 
'hicolor-icon-theme')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="https://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('de7aee451afaa1aa391f7076b5f602922c2da0e05524a8d8fea413eda83cc78b'
+'SKIP')
+validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-09 19:12:11 UTC (rev 307233)
+++ extra-x86_64/PKGBUILD   2017-10-09 19:12:33 UTC (rev 307234)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.8.2
-pkgrel=1
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh' 
'hicolor-icon-theme')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url="https://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('5c875b8476e05e856ebc8eec458e43317b2bebd6ed5f7725a733d4591548cd9c'
-'SKIP')
-validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 307233, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-09 19:12:33 UTC (rev 307234)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.8.3
+pkgrel=1
+pkgdesc="Sophisticated command line based 

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

2017-10-09 Thread Levente Polyak
Date: Monday, October 9, 2017 @ 19:04:37
  Author: anthraxx
Revision: 262238

archrelease: copy trunk to community-i686, community-x86_64

Added:
  radare2/repos/community-i686/PKGBUILD
(from rev 262237, radare2/trunk/PKGBUILD)
  radare2/repos/community-x86_64/PKGBUILD
(from rev 262237, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-i686/PKGBUILD
  radare2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-09 19:04:24 UTC (rev 262237)
+++ community-i686/PKGBUILD 2017-10-09 19:04:37 UTC (rev 262238)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('759d1c65dcd69d1189fc73e427c568ec234a7ca1958c19f5001c255dd31a3787')
-sha512sums=('6e1485c4edaa007790c07a8cfe190c4ea3e4df843620e2575587478e60f1be3dacaa0c545c84e135a51d9f7aff61c27f712c0ffa6038b556d347151f2a3cd2bb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  # remove shit
-  rm "${pkgdir}"/usr/bin/r2-{indent,docker} \
-"${pkgdir}/usr/share/man/man1/r2-docker.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-i686/PKGBUILD (from rev 262237, 
radare2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-09 19:04:37 UTC (rev 262238)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('7d734cb3c047774600928110c8f8b970eb6117630b66d2c7284bc4ed68242c83')
+sha512sums=('387e08d06d017aac7ea7c1d6c6d1f761808ac689c85a5de22b796356fb5580d4cd6218a994ec86fbf9e9864def6d7d589bef290cacc2b10b241fe9681b80a985')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # remove shit
+  rm "${pkgdir}"/usr/bin/r2-{indent,docker} \
+"${pkgdir}/usr/share/man/man1/r2-docker.1"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-09 19:04:24 UTC (rev 262237)
+++ community-x86_64/PKGBUILD   2017-10-09 19:04:37 UTC (rev 262238)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('759d1c65dcd69d1189fc73e427c568ec234a7ca1958c19f5001c255dd31a3787')
-sha512sums=('6e1485c4edaa007790c07a8cfe190c4ea3e4df843620e2575587478e60f1be3dacaa0c545c84e135a51d9f7aff61c27f712c0ffa6038b556d347151f2a3cd2bb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  # remove shit
-  rm "${pkgdir}"/usr/bin/r2-{indent,docker} \
-"${pkgdir}/usr/share/man/man1/r2-docker.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 262237, 
radare2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-10-09 Thread Levente Polyak
Date: Monday, October 9, 2017 @ 19:04:24
  Author: anthraxx
Revision: 262237

upgpkg: radare2 2.0.0-1

Modified:
  radare2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 18:41:46 UTC (rev 262236)
+++ PKGBUILD2017-10-09 19:04:24 UTC (rev 262237)
@@ -2,7 +2,7 @@
 # Contributor: Guillermo Ramos <0xwille at gmail dot com>
 
 pkgname=radare2
-pkgver=1.6.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
 url='https://radare.org'
@@ -11,8 +11,8 @@
 depends=('sh' 'capstone' 'openssl' 'libzip')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('759d1c65dcd69d1189fc73e427c568ec234a7ca1958c19f5001c255dd31a3787')
-sha512sums=('6e1485c4edaa007790c07a8cfe190c4ea3e4df843620e2575587478e60f1be3dacaa0c545c84e135a51d9f7aff61c27f712c0ffa6038b556d347151f2a3cd2bb')
+sha256sums=('7d734cb3c047774600928110c8f8b970eb6117630b66d2c7284bc4ed68242c83')
+sha512sums=('387e08d06d017aac7ea7c1d6c6d1f761808ac689c85a5de22b796356fb5580d4cd6218a994ec86fbf9e9864def6d7d589bef290cacc2b10b241fe9681b80a985')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in firefox/repos (44 files)

2017-10-09 Thread Jan Steffens
Date: Monday, October 9, 2017 @ 19:04:34
  Author: heftig
Revision: 307232

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  
firefox/repos/extra-i686/0001-Bug-1384062-Make-SystemResourceMonitor.stop-more-res.patch
(from rev 307231, 
firefox/trunk/0001-Bug-1384062-Make-SystemResourceMonitor.stop-more-res.patch)
  firefox/repos/extra-i686/PKGBUILD
(from rev 307231, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 307231, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox-symbolic.svg
(from rev 307231, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-i686/firefox.desktop
(from rev 307231, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/glibc-2.26-fix.diff
(from rev 307231, firefox/trunk/glibc-2.26-fix.diff)
  firefox/repos/extra-i686/no-plt.diff
(from rev 307231, firefox/trunk/no-plt.diff)
  firefox/repos/extra-i686/plugin-crash.diff
(from rev 307231, firefox/trunk/plugin-crash.diff)
  firefox/repos/extra-i686/upload-symbol-archive
(from rev 307231, firefox/trunk/upload-symbol-archive)
  firefox/repos/extra-i686/wifi-disentangle.patch
(from rev 307231, firefox/trunk/wifi-disentangle.patch)
  firefox/repos/extra-i686/wifi-fix-interface.patch
(from rev 307231, firefox/trunk/wifi-fix-interface.patch)
  
firefox/repos/extra-x86_64/0001-Bug-1384062-Make-SystemResourceMonitor.stop-more-res.patch
(from rev 307231, 
firefox/trunk/0001-Bug-1384062-Make-SystemResourceMonitor.stop-more-res.patch)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 307231, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 307231, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 307231, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 307231, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/glibc-2.26-fix.diff
(from rev 307231, firefox/trunk/glibc-2.26-fix.diff)
  firefox/repos/extra-x86_64/no-plt.diff
(from rev 307231, firefox/trunk/no-plt.diff)
  firefox/repos/extra-x86_64/plugin-crash.diff
(from rev 307231, firefox/trunk/plugin-crash.diff)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 307231, firefox/trunk/upload-symbol-archive)
  firefox/repos/extra-x86_64/wifi-disentangle.patch
(from rev 307231, firefox/trunk/wifi-disentangle.patch)
  firefox/repos/extra-x86_64/wifi-fix-interface.patch
(from rev 307231, firefox/trunk/wifi-fix-interface.patch)
Deleted:
  
firefox/repos/extra-i686/0001-Bug-1384062-Make-SystemResourceMonitor.stop-more-res.patch
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox-symbolic.svg
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/glibc-2.26-fix.diff
  firefox/repos/extra-i686/no-plt.diff
  firefox/repos/extra-i686/plugin-crash.diff
  firefox/repos/extra-i686/upload-symbol-archive
  firefox/repos/extra-i686/wifi-disentangle.patch
  firefox/repos/extra-i686/wifi-fix-interface.patch
  
firefox/repos/extra-x86_64/0001-Bug-1384062-Make-SystemResourceMonitor.stop-more-res.patch
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox-symbolic.svg
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/glibc-2.26-fix.diff
  firefox/repos/extra-x86_64/no-plt.diff
  firefox/repos/extra-x86_64/plugin-crash.diff
  firefox/repos/extra-x86_64/upload-symbol-archive
  firefox/repos/extra-x86_64/wifi-disentangle.patch
  firefox/repos/extra-x86_64/wifi-fix-interface.patch

--+
 /0001-Bug-1384062-Make-SystemResourceMonitor.stop-more-res.patch | 
 234 +++
 /PKGBUILD| 
 406 ++
 /firefox-install-dir.patch   | 
  24 
 /firefox-symbolic.svg| 
  60 
 /firefox.desktop | 
 620 ++
 /glibc-2.26-fix.diff | 
 516 
 /no-plt.diff | 
  96 +
 /plugin-crash.diff   | 
 100 +
 /upload-symbol-archive   | 
  46 
 /wifi-disentangle.patch  | 
 490 +++
 /wifi-fix-interface.patch| 
  52 
 extra-i686/0001-Bug-1384062-Make-SystemResourceMonitor.stop-more-res.patch   | 
 117 -
 extra-i686/PKGBUILD  | 
 203 ---
 

[arch-commits] Commit in firefox-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2017-10-09 Thread Jan Steffens
Date: Monday, October 9, 2017 @ 19:01:03
  Author: heftig
Revision: 307231

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 307230, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 18:51:52 UTC (rev 307230)
+++ PKGBUILD2017-10-09 19:01:03 UTC (rev 307231)
@@ -1,230 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=56.0
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=('any')
-url="http://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha256sums=('9f284521955c5288b00a9cf9b43408814217da3b69ac4153602e21f5a98708b4'
-'708ec52153122ebcdaf73c50588cf40e211cf8735dd81689d319e57b4a0432ba'
-'66987c4c963db384953755d1d6c6896221da8a62574692b0f52d6ff713aaded6'
-'0bd9dfd95767c6e03403b38f06f3e0cd0bf9c4168fef8c65c451aaef19b38d82'
-'abb9088fde31eab8a4c7e15c0241a1dd6f018b4c3027515ee890954a5ae49739'
-'4559c2201594ef2b2243e71f98a7f1a245cc5bfae9e1a958c762fc2b40db3dee'
-'53d71852e952d764163bbc97991bf15edd5ce035f3c97ce8ea364382cc9b7a9b'
-'eb8211b25dca43482cf85e121fd5f4397f0f368d0a2400f393b7abb288f697fc'
-'8bedb8067912eddf59a19d203f4dcd6dcb6aa2ac368f8a5ad8838d3b42bb9887'
-'f3549198626f6c9c55dfdd59f0d73bfd71cc7a378938f98650914d6e8d993ea3'
-'dbdc23f2e5b8630e1e2fb217a3a3c846c99095e5ae0e1a275dbf1609b9644a98'
-'0d6c272e49ef57ce00da2bcf612fd4b7b8aefb6d4391cbd28fe1ba979b34cc4c'
-

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

2017-10-09 Thread Jan Steffens
Date: Monday, October 9, 2017 @ 18:50:57
  Author: heftig
Revision: 307228

56.0.1-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 16:29:36 UTC (rev 307227)
+++ PKGBUILD2017-10-09 18:50:57 UTC (rev 307228)
@@ -4,7 +4,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=56.0
+pkgver=56.0.1
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(i686 x86_64)


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

2017-10-09 Thread Levente Polyak
Date: Monday, October 9, 2017 @ 18:41:46
  Author: anthraxx
Revision: 262236

archrelease: copy trunk to community-any

Added:
  python-async-timeout/repos/community-any/PKGBUILD
(from rev 262235, python-async-timeout/trunk/PKGBUILD)
Deleted:
  python-async-timeout/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 18:41:37 UTC (rev 262235)
+++ PKGBUILD2017-10-09 18:41:46 UTC (rev 262236)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Stunts 
-# Contributor: Phil Schaf 
-# Contributor: Carl George < arch at cgtx dot us >
-
-_pkgname=async-timeout
-pkgname=python-async-timeout
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Asyncio-compatible timeout class'
-url='https://github.com/aio-libs/async-timeout'
-arch=('any')
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz)
-sha256sums=('627366ef67f2a5dcab7e7d672794db3c70bddaac13d200a21883c37578b85221')
-sha512sums=('82b67cdc0bf791936a3d775cfa7594d7ef6a21c3b0b5390901577aa4a4f24435b7fcabf9550fbfb36ee5739df0d9c98e4cda4d1e3f71eb8e2c5a8f2afd1ce48b')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-async-timeout/repos/community-any/PKGBUILD (from rev 262235, 
python-async-timeout/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-09 18:41:46 UTC (rev 262236)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stunts 
+# Contributor: Phil Schaf 
+# Contributor: Carl George < arch at cgtx dot us >
+
+_pkgname=async-timeout
+pkgname=python-async-timeout
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Asyncio-compatible timeout class'
+url='https://github.com/aio-libs/async-timeout'
+arch=('any')
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz)
+sha256sums=('6209cdbaacdd592978f53e4c9466a423e72f26c226a15d0d46791f856aca1a0f')
+sha512sums=('e491308752cdba7c5fb569e59722b2bdb14a1a5f16866ad17b2546c55cee8782b00b16122e6c46dca704ff42459d454d3bfa8cfd8faffb2a6fc251f0080f975c')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  PYTHONPATH=. py.test tests
+}
+
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --skip-build -O1 --root="${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-09 Thread Levente Polyak
Date: Monday, October 9, 2017 @ 18:41:37
  Author: anthraxx
Revision: 262235

upgpkg: python-async-timeout 2.0.0-1

Modified:
  python-async-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 18:24:41 UTC (rev 262234)
+++ PKGBUILD2017-10-09 18:41:37 UTC (rev 262235)
@@ -5,7 +5,7 @@
 
 _pkgname=async-timeout
 pkgname=python-async-timeout
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
@@ -13,9 +13,10 @@
 license=('Apache')
 depends=('python')
 makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz)
-sha256sums=('627366ef67f2a5dcab7e7d672794db3c70bddaac13d200a21883c37578b85221')
-sha512sums=('82b67cdc0bf791936a3d775cfa7594d7ef6a21c3b0b5390901577aa4a4f24435b7fcabf9550fbfb36ee5739df0d9c98e4cda4d1e3f71eb8e2c5a8f2afd1ce48b')
+sha256sums=('6209cdbaacdd592978f53e4c9466a423e72f26c226a15d0d46791f856aca1a0f')
+sha512sums=('e491308752cdba7c5fb569e59722b2bdb14a1a5f16866ad17b2546c55cee8782b00b16122e6c46dca704ff42459d454d3bfa8cfd8faffb2a6fc251f0080f975c')
 
 build() {
   cd ${_pkgname}-${pkgver}
@@ -22,6 +23,12 @@
   python setup.py build
 }
 
+check() {
+  cd ${_pkgname}-${pkgver}
+  PYTHONPATH=. py.test tests
+}
+
+
 package() {
   cd ${_pkgname}-${pkgver}
   python setup.py install --skip-build -O1 --root="${pkgdir}"


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

2017-10-09 Thread Levente Polyak
Date: Monday, October 9, 2017 @ 18:24:41
  Author: anthraxx
Revision: 262234

archrelease: copy trunk to community-any

Added:
  python-pytest-aiohttp/repos/community-any/
  python-pytest-aiohttp/repos/community-any/PKGBUILD
(from rev 262233, python-pytest-aiohttp/trunk/PKGBUILD)

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

Copied: python-pytest-aiohttp/repos/community-any/PKGBUILD (from rev 262233, 
python-pytest-aiohttp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-10-09 18:24:41 UTC (rev 262234)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=pytest-aiohttp
+pkgname=python-pytest-aiohttp
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='pytest plugin for aiohttp support'
+url='https://github.com/aio-libs/pytest-aiohttp'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
+sha256sums=('042a9c5d0ef1df9339a649134b5098c6f798251b55e212590f42c7ca21c121b7')
+sha512sums=('0dc338e5d09704f764d83833fd33243a7713c1b12264efff09c19b1c3ad48acbef7bed44e9a942c9610b1bf26680b79b0667fb6222907d3a2425723713a4994d')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-10-09 Thread Levente Polyak
Date: Monday, October 9, 2017 @ 18:24:30
  Author: anthraxx
Revision: 262233

addpkg: python-pytest-aiohttp 0.1.3-1

Added:
  python-pytest-aiohttp/
  python-pytest-aiohttp/repos/
  python-pytest-aiohttp/trunk/
  python-pytest-aiohttp/trunk/PKGBUILD

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

Added: python-pytest-aiohttp/trunk/PKGBUILD
===
--- python-pytest-aiohttp/trunk/PKGBUILD(rev 0)
+++ python-pytest-aiohttp/trunk/PKGBUILD2017-10-09 18:24:30 UTC (rev 
262233)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=pytest-aiohttp
+pkgname=python-pytest-aiohttp
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='pytest plugin for aiohttp support'
+url='https://github.com/aio-libs/pytest-aiohttp'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
+sha256sums=('042a9c5d0ef1df9339a649134b5098c6f798251b55e212590f42c7ca21c121b7')
+sha512sums=('0dc338e5d09704f764d83833fd33243a7713c1b12264efff09c19b1c3ad48acbef7bed44e9a942c9610b1bf26680b79b0667fb6222907d3a2425723713a4994d')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in sensorfw (5 files)

2017-10-09 Thread Antonio Rojas
Date: Monday, October 9, 2017 @ 17:33:20
  Author: arojas
Revision: 262232

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sensorfw/repos/
  sensorfw/repos/community-i686/
  sensorfw/repos/community-i686/PKGBUILD
(from rev 262231, sensorfw/trunk/PKGBUILD)
  sensorfw/repos/community-x86_64/
  sensorfw/repos/community-x86_64/PKGBUILD
(from rev 262231, sensorfw/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   30 ++
 community-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: sensorfw/repos/community-i686/PKGBUILD (from rev 262231, 
sensorfw/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-10-09 17:33:20 UTC (rev 262232)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=sensorfw
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Sensor daemon"
+url="https://merproject.org;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(doxygen)
+source=("https://git.merproject.org/mer-core/sensorfw/repository/archive.tar.gz?ref=$pkgver;)
+sha256sums=('2343a049f02287ea04791d4e1c9b814de5d34678730623e19d805c9b449ebd94')
+
+build() {
+  cd $pkgname-$pkgver-*
+
+  mkdir -p build
+  cd build
+  qmake ..
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver-*/build
+  make INSTALL_ROOT="$pkgdir" install
+  mv "$pkgdir"{/lib/systemd,/usr/lib}
+  mv "$pkgdir"/usr/{sbin/*,bin}
+  rm -r "$pkgdir"/{lib,usr/sbin}
+}

Copied: sensorfw/repos/community-x86_64/PKGBUILD (from rev 262231, 
sensorfw/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-10-09 17:33:20 UTC (rev 262232)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=sensorfw
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Sensor daemon"
+url="https://merproject.org;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(doxygen)
+source=("https://git.merproject.org/mer-core/sensorfw/repository/archive.tar.gz?ref=$pkgver;)
+sha256sums=('2343a049f02287ea04791d4e1c9b814de5d34678730623e19d805c9b449ebd94')
+
+build() {
+  cd $pkgname-$pkgver-*
+
+  mkdir -p build
+  cd build
+  qmake ..
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver-*/build
+  make INSTALL_ROOT="$pkgdir" install
+  mv "$pkgdir"{/lib/systemd,/usr/lib}
+  mv "$pkgdir"/usr/{sbin/*,bin}
+  rm -r "$pkgdir"/{lib,usr/sbin}
+}


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

2017-10-09 Thread Antonio Rojas
Date: Monday, October 9, 2017 @ 17:32:30
  Author: arojas
Revision: 262231

New qt5-sensors dependency

Added:
  sensorfw/
  sensorfw/trunk/
  sensorfw/trunk/PKGBUILD

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

Added: sensorfw/trunk/PKGBUILD
===
--- sensorfw/trunk/PKGBUILD (rev 0)
+++ sensorfw/trunk/PKGBUILD 2017-10-09 17:32:30 UTC (rev 262231)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=sensorfw
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Sensor daemon"
+url="https://merproject.org;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(doxygen)
+source=("https://git.merproject.org/mer-core/sensorfw/repository/archive.tar.gz?ref=$pkgver;)
+sha256sums=('2343a049f02287ea04791d4e1c9b814de5d34678730623e19d805c9b449ebd94')
+
+build() {
+  cd $pkgname-$pkgver-*
+
+  mkdir -p build
+  cd build
+  qmake ..
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver-*/build
+  make INSTALL_ROOT="$pkgdir" install
+  mv "$pkgdir"{/lib/systemd,/usr/lib}
+  mv "$pkgdir"/usr/{sbin/*,bin}
+  rm -r "$pkgdir"/{lib,usr/sbin}
+}


[arch-commits] Commit in gitlab-gitaly/repos/community-x86_64 (4 files)

2017-10-09 Thread Sven-Hendrik Haase
Date: Monday, October 9, 2017 @ 16:30:58
  Author: svenstaro
Revision: 262230

archrelease: copy trunk to community-x86_64

Added:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 262229, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 262229, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

---+
 PKGBUILD  |  105 
 gitlab-gitaly.service |   50 +++---
 2 files changed, 78 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 16:30:29 UTC (rev 262229)
+++ PKGBUILD2017-10-09 16:30:58 UTC (rev 262230)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.43.0
-pkgrel=2
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly;
-license=('MIT')
-depends=('glibc' 'ruby2.3')
-options=(!buildflags)
-makedepends=('go' 'ruby2.3-bundler' 'cmake')
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-gitaly.service")
-sha512sums=('38612087525f4159e260c5785ba40f15a6fc8eb2c146ba177e11c18a10ff784a07080cf847f26c3303dd832f357a348957104ecab691f6dac72dd532618b705b'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-v${pkgver}-"*
-
-  sed -i "s/bundle install/bundle-2.3 install/" Makefile
-  sed -i "s/bundle config/bundle-2.3 config/" Makefile
-  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
-  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
-  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
-}
-
-package() {
-  cd "gitaly-v${pkgver}-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
-  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 262229, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-09 16:30:58 UTC (rev 262230)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=gitlab-gitaly
+pkgver=0.44.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=('glibc' 'ruby2.3')
+options=(!buildflags)
+makedepends=('go' 'ruby2.3-bundler' 'cmake')
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-gitaly.service")
+sha512sums=('41a3818373cdff08262a13a6c8dc0d86d996ee63dd0da888dc485c5865dd0b6a7720a9f61e7969acbb1d7c16e0e2a8696cb18707c78c32dc6853d34545502bb0'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-v${pkgver}-"*
+
+  sed -i "s/bundle install/bundle-2.3 install/" Makefile
+  sed -i "s/bundle config/bundle-2.3 config/" Makefile
+  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
+  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
+  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
+  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
+  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
+  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
+}
+
+package() {
+  

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

2017-10-09 Thread Sven-Hendrik Haase
Date: Monday, October 9, 2017 @ 16:30:29
  Author: svenstaro
Revision: 262229

upgpkg: gitlab-gitaly 0.44.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 14:02:15 UTC (rev 262228)
+++ PKGBUILD2017-10-09 16:30:29 UTC (rev 262229)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=gitlab-gitaly
-pkgver=0.43.0
-pkgrel=2
+pkgver=0.44.0
+pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitaly;
@@ -13,7 +13,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('38612087525f4159e260c5785ba40f15a6fc8eb2c146ba177e11c18a10ff784a07080cf847f26c3303dd832f357a348957104ecab691f6dac72dd532618b705b'
+sha512sums=('41a3818373cdff08262a13a6c8dc0d86d996ee63dd0da888dc485c5865dd0b6a7720a9f61e7969acbb1d7c16e0e2a8696cb18707c78c32dc6853d34545502bb0'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"
@@ -27,6 +27,7 @@
   sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
   sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
   sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
+  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
   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
 }


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

2017-10-09 Thread Jan Steffens
Date: Monday, October 9, 2017 @ 14:28:05
  Author: heftig
Revision: 307226

56.0.1-1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  190 ++---
 1 file changed, 95 insertions(+), 95 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 12:44:21 UTC (rev 307225)
+++ PKGBUILD2017-10-09 14:28:05 UTC (rev 307226)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=56.0
+pkgver=56.0.1
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=('any')
@@ -134,97 +134,97 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('9f284521955c5288b00a9cf9b43408814217da3b69ac4153602e21f5a98708b4'
-'708ec52153122ebcdaf73c50588cf40e211cf8735dd81689d319e57b4a0432ba'
-'66987c4c963db384953755d1d6c6896221da8a62574692b0f52d6ff713aaded6'
-'0bd9dfd95767c6e03403b38f06f3e0cd0bf9c4168fef8c65c451aaef19b38d82'
-'abb9088fde31eab8a4c7e15c0241a1dd6f018b4c3027515ee890954a5ae49739'
-'4559c2201594ef2b2243e71f98a7f1a245cc5bfae9e1a958c762fc2b40db3dee'
-'53d71852e952d764163bbc97991bf15edd5ce035f3c97ce8ea364382cc9b7a9b'
-'eb8211b25dca43482cf85e121fd5f4397f0f368d0a2400f393b7abb288f697fc'
-'8bedb8067912eddf59a19d203f4dcd6dcb6aa2ac368f8a5ad8838d3b42bb9887'
-'f3549198626f6c9c55dfdd59f0d73bfd71cc7a378938f98650914d6e8d993ea3'
-'dbdc23f2e5b8630e1e2fb217a3a3c846c99095e5ae0e1a275dbf1609b9644a98'
-'0d6c272e49ef57ce00da2bcf612fd4b7b8aefb6d4391cbd28fe1ba979b34cc4c'
-'8016af6c04fa76e03e8f9446fcf199f3e9f7f6985da78c57152b8e72750d054e'
-'5f76ae9d5ad7646adabd9fd41577b74db909121ef0c30be324b7d1689f6d9d74'
-'587ff3f26a8ef7582bcb5a6392917bf586818970e8d01e488dce90ed7ca73420'
-'fc85604d385fe84c270142259cade851b52737f2a26bdfe594177ab5fdd411bb'
-'93ac985b804780f762d317fa375d3cf38585bb6d758ead31fce25ea29ad19dd7'
-'8e05141c5dbb72a19140c4c849ad0531c5318daa1c8540a7816882dfdc1762ce'
-'b269327762cf43a89567ed15ab43235da513270012486e30e5b5d13dfb0df211'
-'7198dee15dce499491b2934b7e8c93352d06058a8aaa09e2c31834618d4c55f3'
-'6b6541d02b37c1a0ffaf425f26fc67d829eb8b0ffc9c77a7a14d9e70cd1f1095'
-'20a67d7425f4fc854e02870a4a495a16009ac7c04e0c6320c505f3ba3aff08ea'
-'0e01e320c38e7707a1db73a070401c2c7807fda106bde89b7f2d93826497e395'
-'13a8422c2f770ed2234be39f7fdfcd66ea2e755213359e43586abbe0a9b2181d'
-'184eb2a2deffc09449f1a245ffd6ad1a0487d784e04e424676d1ae5463ef0ea7'
-'9c7c1728ac939ccbf2d6b6e0964ff2ca15bd580c8de2c356f999326aba976a39'
-'569a062a0c0d28ed1b8f5d53bd934ea3bf307134b7f6684b3694018b98056472'
-'6995892b26fee06bc81e287fcd3ccd0a4a9730ced181c60b97f2af44661b5f4b'
-'101efa0972578b9866768b833f16d2c8b7f080094576a9ddbf0d91eeeb57332e'
-'f4d5851ec8492344eb03d7c3f266df4223eb35cca7414306a3b57f3d4be96919'
-'775ee6afb9776266c0eccb03013c4bf90e70e604d6b1e6a23e554c04629a906c'
-'e4ef465cd8cea694a77df077e4dce457c2e27bf98f600e94e9ba75e559b74aa4'
-'0c9907334c78a0df391b723586ec9251ceddf703b6e395c524131d1d718c8388'
-'e868307c543675f4c7f9bc04a108be7e65de1db81041055f366e9c05209c5c90'
-'aae90b0ebe74d7545c8e320072af88c37f0032de01d3f5a9f76c54902ea617ad'
-'22f1ff599aebdc20d70e8e4f4ad30118c4462fed68b13c9f001bb271bfa7c989'
-'e051897700eebd6b350e549df50a74771cc7ea2face2bcd6233205c3ab6eda7d'
-'25dd90c80e9350cdce653a6208af2010457f4c2acac8ab91d5665c6235b8da51'
-'d17de05fa14e3024b86cff5ac9c536eb94eb6065f5696819e1e849364d048054'
-'16c7db01979b1d672a65ed617145b50450a2b3c38eb736a268c799555064d344'
-'831400812cc60e615278be8a3327f6f34581d83c246c3b5a7a583c02bdf4dc48'
-'ba6f1edfbc307a45b80c17962ac3a8ffcc2ea270d00f80d8ccee806bb1cd1248'
-'99f3944940ceaca067e1d03875bfd42284f270ddf2bfafc84a0aec9b4976aec5'
-'9bfb9ef6e15d01b58a1274513f806e2726e9e4fb61790f9206836bbe4eb5'
-'7a060735c524d21eb9eccfa669d358f65cb570d3a8cd2adf6bea580e6e56e4cf'
-'d2b6b38c43088db0ce58923bceaedbe6eaa8d55c3df2272276a875b3a9bde0b3'
-'ac82ec57693d4cac9f275ec563c99c5810a1f68564d767723867fb10ba816042'
-'265ca0ba0ba4b0088272e65d320c829e844b2837da39bfe68f86111b6b430d09'
-'7f69bc3bf4c304c5813a981ba06fd70e9bbeaf5e31559ab4b1781c239d7d98a5'
-'9f6be0fca35d4503c91e3b67c3511c0dcc2c08e272658b8a73676425cc0e4c9a'
-'ca20531c885dfdccc51df5db8825960acd297e8a0bce75ed669b201d8fb31ac4'
-'dedf5f7f8176d04ad6f9b0514787465a68f31c269fb92b3ea2b26637c876b5cf'
-

[arch-commits] Commit in sysdig/repos (8 files)

2017-10-09 Thread Massimiliano Torromeo
Date: Monday, October 9, 2017 @ 14:02:15
  Author: mtorromeo
Revision: 262228

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sysdig/repos/community-i686/PKGBUILD
(from rev 262227, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-i686/sysdig.install
(from rev 262227, sysdig/trunk/sysdig.install)
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 262227, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/sysdig.install
(from rev 262227, sysdig/trunk/sysdig.install)
Deleted:
  sysdig/repos/community-i686/PKGBUILD
  sysdig/repos/community-i686/sysdig.install
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/sysdig.install

-+
 /PKGBUILD   |   92 ++
 /sysdig.install |   42 +
 community-i686/PKGBUILD |   46 ---
 community-i686/sysdig.install   |   21 
 community-x86_64/PKGBUILD   |   46 ---
 community-x86_64/sysdig.install |   21 
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-09 14:01:54 UTC (rev 262227)
+++ community-i686/PKGBUILD 2017-10-09 14:02:15 UTC (rev 262228)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgname=sysdig
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('i686' 'x86_64')
-url="http://www.sysdig.org/;
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
-makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('9caab6b4ef4a6d9f9ded8f79b1fcbe34a918c61b6f3b5a15d803f0f25e73497a')
-install=$pkgname.install
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
-  scripts/CMakeLists.txt
-  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
-  userspace/libsinsp/marathon_http.cpp \
-  userspace/libsinsp/mesos_http.cpp
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: sysdig/repos/community-i686/PKGBUILD (from rev 262227, 
sysdig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-09 14:02:15 UTC (rev 262228)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('i686' 'x86_64')
+url="http://www.sysdig.org/;
+license=('GPL2')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
+makedepends=('cmake' 'pandoc')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('480d5d8fd7e7373c08008c30bd8e2c7595d5c45d710bf07bd15a522021b560f6')
+install=$pkgname.install
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
+  scripts/CMakeLists.txt
+  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
+  userspace/libsinsp/marathon_http.cpp \
+  userspace/libsinsp/mesos_http.cpp
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-i686/sysdig.install
===
--- community-i686/sysdig.install   2017-10-09 14:01:54 UTC (rev 262227)
+++ community-i686/sysdig.install   2017-10-09 14:02:15 UTC (rev 262228)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-post_install() {
-dkms add sysdig/${1%%-*}
-  cat << EOF
-==> To build and install the necessary module run: dkms install sysdig/${1%%-*}
-==> To do this automatically at startup run: systemctl enable dkms.service
-EOF
-}
-
-pre_upgrade() {
-pre_remove "$2"
-}
-
-post_upgrade() {

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

2017-10-09 Thread Massimiliano Torromeo
Date: Monday, October 9, 2017 @ 14:01:54
  Author: mtorromeo
Revision: 262227

upgpkg: sysdig 0.19.1-1

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 10:56:57 UTC (rev 262226)
+++ PKGBUILD2017-10-09 14:01:54 UTC (rev 262227)
@@ -4,7 +4,7 @@
 # Contribuitor: Christian Babeux 
 
 pkgname=sysdig
-pkgver=0.18.0
+pkgver=0.19.1
 pkgrel=1
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
 makedepends=('cmake' 'pandoc')
 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('9caab6b4ef4a6d9f9ded8f79b1fcbe34a918c61b6f3b5a15d803f0f25e73497a')
+sha256sums=('480d5d8fd7e7373c08008c30bd8e2c7595d5c45d710bf07bd15a522021b560f6')
 install=$pkgname.install
 
 prepare() {


[arch-commits] Commit in flatpak/repos (8 files)

2017-10-09 Thread Jan Steffens
Date: Monday, October 9, 2017 @ 12:44:21
  Author: heftig
Revision: 307225

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  flatpak/repos/extra-i686/PKGBUILD
(from rev 307224, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-i686/flatpak.install
(from rev 307224, flatpak/trunk/flatpak.install)
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 307224, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 307224, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-i686/PKGBUILD
  flatpak/repos/extra-i686/flatpak.install
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak.install

--+
 /PKGBUILD|  158 +
 /flatpak.install |   22 +
 extra-i686/PKGBUILD  |   79 
 extra-i686/flatpak.install   |   11 --
 extra-x86_64/PKGBUILD|   79 
 extra-x86_64/flatpak.install |   11 --
 6 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-09 12:42:37 UTC (rev 307224)
+++ extra-i686/PKGBUILD 2017-10-09 12:44:21 UTC (rev 307225)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.9.98.2
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="http://flatpak.org;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
- python bubblewrap)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind)
-install=flatpak.install
-_commit=ab27dfc014b2a86219a488de1aa078ef465e0deb  # tags/0.9.98.2^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-"git+https://github.com/projectatomic/bubblewrap;
-"git+https://git.gnome.org/browse/libglnx;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-gtk-doc \
---enable-p2p \
---with-system-bubblewrap \
---with-priv-mode=setuid \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 307224, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-09 12:44:21 UTC (rev 307225)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.9.99
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="http://flatpak.org;
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(dbus systemd glib2 libsoup polkit libxau ostree fuse json-glib 
libseccomp libarchive
+ python bubblewrap)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind)
+install=flatpak.install
+_commit=d952cdab9b7f9c38ad7bda43c33209ba3fcb0230  # tags/0.9.99^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
+"git+https://github.com/projectatomic/bubblewrap;
+"git+https://git.gnome.org/browse/libglnx;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin 

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

2017-10-09 Thread Jan Steffens
Date: Monday, October 9, 2017 @ 12:42:37
  Author: heftig
Revision: 307224

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ostree/repos/extra-i686/PKGBUILD
(from rev 307223, ostree/trunk/PKGBUILD)
  ostree/repos/extra-x86_64/PKGBUILD
(from rev 307223, ostree/trunk/PKGBUILD)
Deleted:
  ostree/repos/extra-i686/PKGBUILD
  ostree/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  142 
 extra-i686/PKGBUILD   |   71 
 extra-x86_64/PKGBUILD |   71 
 3 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-09 12:41:04 UTC (rev 307223)
+++ extra-i686/PKGBUILD 2017-10-09 12:42:37 UTC (rev 307224)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mirco Tischler 
-
-pkgname=ostree
-pkgver=2017.11
-pkgrel=1
-pkgdesc="Operating system and container binary deployment and upgrades"
-url="https://ostree.readthedocs.org/en/latest/;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio 
openssl)
-makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
- python2)
-checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=6c0738a000800856d09774d50d16d84c1b537a7b  # tags/v2017.11^0
-source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
-"git+https://github.com/mendsley/bsdiff;
-"git+https://git.gnome.org/browse/libglnx;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-mkinitcpio \
---with-openssl \
---with-builtin-grub2-mkconfig \
---enable-experimental-api \
---disable-static \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-i686/PKGBUILD (from rev 307223, 
ostree/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-09 12:42:37 UTC (rev 307224)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mirco Tischler 
+
+pkgname=ostree
+pkgver=2017.12
+pkgrel=1
+pkgdesc="Operating system and container binary deployment and upgrades"
+url="https://ostree.readthedocs.org/en/latest/;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio 
openssl)
+makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
+ python2)
+checkdepends=(parallel syslinux gjs cpio elfutils)
+_commit=64f3257d8832edf6855052b5c8a3fc5250279499  # tags/v2017.12^0
+source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
+"git+https://github.com/mendsley/bsdiff;
+"git+https://git.gnome.org/browse/libglnx;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-mkinitcpio \
+--with-openssl \
+--with-builtin-grub2-mkconfig \
+--enable-experimental-api \
+--disable-static \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-09 12:41:04 UTC (rev 307223)
+++ extra-x86_64/PKGBUILD   2017-10-09 12:42:37 UTC (rev 307224)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 

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

2017-10-09 Thread Jan Steffens
Date: Monday, October 9, 2017 @ 12:40:56
  Author: heftig
Revision: 307222

2017.12-1

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 12:23:26 UTC (rev 307221)
+++ PKGBUILD2017-10-09 12:40:56 UTC (rev 307222)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=ostree
-pkgver=2017.11
+pkgver=2017.12
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/;
@@ -13,7 +13,7 @@
 makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
  python2)
 checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=6c0738a000800856d09774d50d16d84c1b537a7b  # tags/v2017.11^0
+_commit=64f3257d8832edf6855052b5c8a3fc5250279499  # tags/v2017.12^0
 source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
 "git+https://github.com/mendsley/bsdiff;
 "git+https://git.gnome.org/browse/libglnx;)


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

2017-10-09 Thread Jan Steffens
Date: Monday, October 9, 2017 @ 12:41:04
  Author: heftig
Revision: 307223

0.9.99-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 12:40:56 UTC (rev 307222)
+++ PKGBUILD2017-10-09 12:41:04 UTC (rev 307223)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=0.9.98.2
+pkgver=0.9.99
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="http://flatpak.org;
@@ -13,7 +13,7 @@
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind)
 install=flatpak.install
-_commit=ab27dfc014b2a86219a488de1aa078ef465e0deb  # tags/0.9.98.2^0
+_commit=d952cdab9b7f9c38ad7bda43c33209ba3fcb0230  # tags/0.9.99^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
 "git+https://github.com/projectatomic/bubblewrap;
 "git+https://git.gnome.org/browse/libglnx;)


[arch-commits] Commit in libgda/repos (22 files)

2017-10-09 Thread Jan Steffens
Date: Monday, October 9, 2017 @ 11:37:51
  Author: heftig
Revision: 307220

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libgda/repos/extra-i686/0001-Convert-files-to-Unicode.patch
(from rev 307219, libgda/trunk/0001-Convert-files-to-Unicode.patch)
  libgda/repos/extra-i686/PKGBUILD
(from rev 307219, libgda/trunk/PKGBUILD)
  libgda/repos/extra-i686/fix-crash.diff
(from rev 307219, libgda/trunk/fix-crash.diff)
  libgda/repos/extra-i686/glib-2.54-ftbfs-2.patch
(from rev 307219, libgda/trunk/glib-2.54-ftbfs-2.patch)
  libgda/repos/extra-i686/glib-2.54-ftbfs.patch
(from rev 307219, libgda/trunk/glib-2.54-ftbfs.patch)
  libgda/repos/extra-i686/java.patch
(from rev 307219, libgda/trunk/java.patch)
  libgda/repos/extra-x86_64/0001-Convert-files-to-Unicode.patch
(from rev 307219, libgda/trunk/0001-Convert-files-to-Unicode.patch)
  libgda/repos/extra-x86_64/PKGBUILD
(from rev 307219, libgda/trunk/PKGBUILD)
  libgda/repos/extra-x86_64/fix-crash.diff
(from rev 307219, libgda/trunk/fix-crash.diff)
  libgda/repos/extra-x86_64/glib-2.54-ftbfs-2.patch
(from rev 307219, libgda/trunk/glib-2.54-ftbfs-2.patch)
  libgda/repos/extra-x86_64/glib-2.54-ftbfs.patch
(from rev 307219, libgda/trunk/glib-2.54-ftbfs.patch)
  libgda/repos/extra-x86_64/java.patch
(from rev 307219, libgda/trunk/java.patch)
Deleted:
  libgda/repos/extra-i686/0001-Convert-files-to-Unicode.patch
  libgda/repos/extra-i686/PKGBUILD
  libgda/repos/extra-i686/glib-2.54-ftbfs-2.patch
  libgda/repos/extra-i686/glib-2.54-ftbfs.patch
  libgda/repos/extra-i686/java.patch
  libgda/repos/extra-x86_64/0001-Convert-files-to-Unicode.patch
  libgda/repos/extra-x86_64/PKGBUILD
  libgda/repos/extra-x86_64/glib-2.54-ftbfs-2.patch
  libgda/repos/extra-x86_64/glib-2.54-ftbfs.patch
  libgda/repos/extra-x86_64/java.patch

--+
 /0001-Convert-files-to-Unicode.patch |  166 ++
 /PKGBUILD|  240 +
 /glib-2.54-ftbfs-2.patch |   22 +
 /glib-2.54-ftbfs.patch   |  206 ++
 /java.patch  |   72 ++
 extra-i686/0001-Convert-files-to-Unicode.patch   |   83 ---
 extra-i686/PKGBUILD  |  117 --
 extra-i686/fix-crash.diff|   21 +
 extra-i686/glib-2.54-ftbfs-2.patch   |   11 
 extra-i686/glib-2.54-ftbfs.patch |  103 -
 extra-i686/java.patch|   36 ---
 extra-x86_64/0001-Convert-files-to-Unicode.patch |   83 ---
 extra-x86_64/PKGBUILD|  117 --
 extra-x86_64/fix-crash.diff  |   21 +
 extra-x86_64/glib-2.54-ftbfs-2.patch |   11 
 extra-x86_64/glib-2.54-ftbfs.patch   |  103 -
 extra-x86_64/java.patch  |   36 ---
 17 files changed, 748 insertions(+), 700 deletions(-)

Deleted: extra-i686/0001-Convert-files-to-Unicode.patch
===
--- extra-i686/0001-Convert-files-to-Unicode.patch  2017-10-09 11:34:48 UTC 
(rev 307219)
+++ extra-i686/0001-Convert-files-to-Unicode.patch  2017-10-09 11:37:51 UTC 
(rev 307220)
@@ -1,83 +0,0 @@
-From b611c805b3a2248e2f4f85f993f96c13a05b4730 Mon Sep 17 00:00:00 2001
-From: Emmanuele Bassi 
-Date: Mon, 17 Jul 2017 22:37:50 +0100
-Subject: Convert files to Unicode
-
-These header files have mixed encoding, and makes various tools choke on
-them.

- libgda/gda-connection.h  | 2 +-
- libgda/sql-parser/gda-sql-statement.h| 2 +-
- libgda/sql-parser/gda-statement-struct-delete.h  | 2 +-
- libgda/sql-parser/gda-statement-struct-unknown.h | 2 +-
- libgda/sql-parser/gda-statement-struct-util.h| 2 +-
- 5 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/libgda/gda-connection.h b/libgda/gda-connection.h
-index 94d1b27b5..19ca63fc3 100644
 a/libgda/gda-connection.h
-+++ b/libgda/gda-connection.h
-@@ -6,7 +6,7 @@
-  * Copyright (C) 2002 - 2003 Gonzalo Paniagua Javier 
-  * Copyright (C) 2003 Filip Van Raemdonck 
-  * Copyright (C) 2004 - 2005 Alan Knowles 
-- * Copyright (C) 2004 Jos� Mar�a Casanova Crespo 
-+ * Copyright (C) 2004 José María Casanova Crespo 
-  * Copyright (C) 2005 - 2009 Bas Driessen 
-  * Copyright (C) 2006 - 2008 Murray Cumming 
-  * Copyright (C) 2007 Leonardo Boshell 
-diff --git a/libgda/sql-parser/gda-sql-statement.h 
b/libgda/sql-parser/gda-sql-statement.h
-index 0ba1f9edc..8783ca8a1 100644
 a/libgda/sql-parser/gda-sql-statement.h
-+++ b/libgda/sql-parser/gda-sql-statement.h
-@@ -1,7 +1,7 @@
- /*
-  * Copyright 

[arch-commits] Commit in libgda/trunk (PKGBUILD fix-crash.diff)

2017-10-09 Thread Jan Steffens
Date: Monday, October 9, 2017 @ 11:34:48
  Author: heftig
Revision: 307219

5.2.4+39+g3f70d4fce-2

Added:
  libgda/trunk/fix-crash.diff
Modified:
  libgda/trunk/PKGBUILD

+
 PKGBUILD   |5 -
 fix-crash.diff |   21 +
 2 files changed, 25 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 09:09:21 UTC (rev 307218)
+++ PKGBUILD2017-10-09 11:34:48 UTC (rev 307219)
@@ -4,7 +4,7 @@
 
 pkgname=(libgda libgda-{firebird,jdbc,mysql,postgres})
 pkgver=5.2.4+39+g3f70d4fce
-pkgrel=1
+pkgrel=2
 pkgdesc="Database access library"
 url="http://www.gnome-db.org/;
 arch=(i686 x86_64)
@@ -14,11 +14,13 @@
  gobject-introspection gtk-doc vala itstool gnome-common git)
 _commit=3f70d4fced92d5fe7134c77b78e0730ce2945cc5  # LIBGDA_5.2
 source=("git+https://git.gnome.org/browse/libgda#commit=$_commit;
+fix-crash.diff
 java.patch
 0001-Convert-files-to-Unicode.patch
 glib-2.54-ftbfs.patch
 glib-2.54-ftbfs-2.patch)
 sha256sums=('SKIP'
+'7eab1c7f5c11a87ce7a3e47c5c9058595f14c0b601daa6e0a32d797b708d97ba'
 'e28ea88d49bcb91fa6907440a6785a508fb681c463188b3805509773f5d0fc22'
 '2e25ee9ca86b3767485b26b19317e5188641e2dbfa6202bb204b16e332cca3a4'
 '73f65147b1d7d3b78982c9ac562816e855db1b20d7ff346d9fd1ecb013864afc'
@@ -40,6 +42,7 @@
   patch -Np1 -i ../0001-Convert-files-to-Unicode.patch
   patch -Np1 -i ../glib-2.54-ftbfs.patch
   patch -Np1 -i ../glib-2.54-ftbfs-2.patch
+  patch -Np1 -i ../fix-crash.diff
   javac getsp.java
 
   find -name '*.py' -exec sed -i '1s/python$/&2/' {} +

Added: fix-crash.diff
===
--- fix-crash.diff  (rev 0)
+++ fix-crash.diff  2017-10-09 11:34:48 UTC (rev 307219)
@@ -0,0 +1,21 @@
+diff --git i/libgda-ui/data-entries/plugins/libmain.c 
w/libgda-ui/data-entries/plugins/libmain.c
+index a30c2db2c3258111..1356488c8b0940f9 100644
+--- i/libgda-ui/data-entries/plugins/libmain.c
 w/libgda-ui/data-entries/plugins/libmain.c
+@@ -39,15 +39,7 @@
+ #endif
+ 
+ #ifdef HAVE_GTKSOURCEVIEW
+-  #ifdef GTK_DISABLE_SINGLE_INCLUDES
+-#undef GTK_DISABLE_SINGLE_INCLUDES
+-  #endif
+-
+-  #include 
+-  #include 
+-  #include 
+-  #include 
+-  #include 
++#include 
+ #endif
+ 
+ static GdauiDataEntry *plugin_entry_filesel_create_func (GdaDataHandler 
*handler, GType type, const gchar *options);


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

2017-10-09 Thread Jonathan Steel
Date: Monday, October 9, 2017 @ 10:56:47
  Author: jsteel
Revision: 262225

upgpkg: aws-cli 1.11.167-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 10:56:38 UTC (rev 262224)
+++ PKGBUILD2017-10-09 10:56:47 UTC (rev 262225)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.165
+pkgver=1.11.167
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('54fd6f44d41cef530fff9c1516cd3756')
+md5sums=('73feff5c498c8b8497ddce64a1bcdaeb')
 
 build() {
   cd $pkgname-$pkgver


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

2017-10-09 Thread Jonathan Steel
Date: Monday, October 9, 2017 @ 10:56:57
  Author: jsteel
Revision: 262226

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 262225, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 10:56:47 UTC (rev 262225)
+++ PKGBUILD2017-10-09 10:56:57 UTC (rev 262226)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.165
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('54fd6f44d41cef530fff9c1516cd3756')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 262225, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-09 10:56:57 UTC (rev 262226)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.167
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('73feff5c498c8b8497ddce64a1bcdaeb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2017-10-09 Thread Jonathan Steel
Date: Monday, October 9, 2017 @ 10:56:38
  Author: jsteel
Revision: 262224

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 10:56:24 UTC (rev 262223)
+++ PKGBUILD2017-10-09 10:56:38 UTC (rev 262224)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.7.23
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('40a5bf707a319ca3a3957405ee0e65dd')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 262223, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-09 10:56:38 UTC (rev 262224)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.7.25
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('155d7e2d02b723ab3e33a88758c410e3')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-10-09 Thread Jonathan Steel
Date: Monday, October 9, 2017 @ 10:56:24
  Author: jsteel
Revision: 262223

upgpkg: python-botocore 1.7.25-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 10:43:04 UTC (rev 26)
+++ PKGBUILD2017-10-09 10:56:24 UTC (rev 262223)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.7.23
+pkgver=1.7.25
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('40a5bf707a319ca3a3957405ee0e65dd')
+md5sums=('155d7e2d02b723ab3e33a88758c410e3')
 
 build() {
   cd botocore-$pkgver


[arch-commits] Commit in mupdf/trunk (0001-mupdf-openjpeg.patch PKGBUILD)

2017-10-09 Thread Christian Hesse
Date: Monday, October 9, 2017 @ 10:43:04
  Author: eworm
Revision: 26

fix for openjpeg

Modified:
  mupdf/trunk/0001-mupdf-openjpeg.patch
  mupdf/trunk/PKGBUILD

---+
 0001-mupdf-openjpeg.patch |2 +-
 PKGBUILD  |6 --
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: 0001-mupdf-openjpeg.patch
===
--- 0001-mupdf-openjpeg.patch   2017-10-09 09:41:54 UTC (rev 262221)
+++ 0001-mupdf-openjpeg.patch   2017-10-09 10:43:04 UTC (rev 26)
@@ -18,7 +18,7 @@
  #define USE_JPIP
  
 -#include 
-+#include 
++#include 
  
  struct fz_jpxd_s
  {

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 09:41:54 UTC (rev 262221)
+++ PKGBUILD2017-10-09 10:43:04 UTC (rev 26)
@@ -10,6 +10,7 @@
 pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
 pkgver=1.11
 pkgrel=4
+_openjpeg_version=2.3
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
@@ -23,7 +24,7 @@
 'mupdf.desktop'
 'mupdf.xpm')
 sha256sums=('209474a80c56a035ce3f4958a63373a96fad75c927c7b1acdc553fc85855f00a'
-'01ad0365bc7be670a7a11603cb48ef89d85d804029dcf5420aa70846fe5dce4a'
+'e87b0911121753ab24758a8c2bd533abe347b425f0681e84c945a225c62c63be'
 '70f632e22902ad4224b1d88696702b3ba4eb3c28eb7acf735f06d16e6884a078'
 'a435f44425f5432c074dee745d8fbaeb879038ec1f1ec64f037c74662f09aca8')
 
@@ -33,8 +34,9 @@
   # remove bundled packages, we want our system libraries
   rm -rf 
thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,libjpeg,openjpeg,zlib}
 
-  # fix function for openjpeg 2.1.x
+  # fix function for openjpeg
   patch -Np1 < "${srcdir}/0001-mupdf-openjpeg.patch"
+  sed -i "s/__OPENJPEG__VERSION__/${_openjpeg_version}/" source/fitz/load-jpx.c
 
   # fix includes for jbig2dec
   sed '/^JBIG2DEC_CFLAGS :=/s|$| -I./include/mupdf|' -i Makethird


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

2017-10-09 Thread Massimiliano Torromeo
Date: Monday, October 9, 2017 @ 09:41:54
  Author: mtorromeo
Revision: 262221

Fetch kvmtool using git to avoid frequent changes in archive hash

Modified:
  rkt/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 09:10:54 UTC (rev 262220)
+++ PKGBUILD2017-10-09 09:41:54 UTC (rev 262221)
@@ -32,10 +32,9 @@
 
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
 
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
 
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.sign
-
kvmtool-$KVMTOOL_VERSION.tar.gz::https://kernel.googlesource.com/pub/scm/linux/kernel/git/will/kvmtool/+archive/$KVMTOOL_VERSION.tar.gz
+
git+https://kernel.googlesource.com/pub/scm/linux/kernel/git/will/kvmtool#commit=$KVMTOOL_VERSION
 rkt.sysusers)
-noextract=(coreos_production_pxe_image.cpio.gz
-   kvmtool-$KVMTOOL_VERSION.tar.gz)
+noextract=(coreos_production_pxe_image.cpio.gz)
 validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' # CoreOS Buildbot
   '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
   )
@@ -44,15 +43,14 @@
 'SKIP'
 '8dda9aedd17ae0bf1e06ebb4b79082f83fb3ade45cbcc3ca4c30bf3faf085738'
 'SKIP'
-'efd2c3e1478cff0fdf5de8b5192cf6f5401f279c760ef96cc2689b3579a47af4'
+'SKIP'
 '2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/{lkvm/src,kernel}
+  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/{lkvm,kernel}
 
-  bsdtar -xf "$srcdir"/kvmtool-$KVMTOOL_VERSION.tar.gz \
- -C build-rkt-$pkgver/tmp/usr_from_kvm/lkvm/src
+  ln -s "$srcdir"/kvmtool build-rkt-$pkgver/tmp/usr_from_kvm/lkvm/src
 
   # place prefetched kernel sources
   ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz \


[arch-commits] Commit in geogebra/repos/community-any (8 files)

2017-10-09 Thread Evgeniy Alekseev
Date: Monday, October 9, 2017 @ 09:10:54
  Author: arcanis
Revision: 262220

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 262219, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 262219, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 262219, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra-mime.xml
(from rev 262219, geogebra/trunk/geogebra-mime.xml)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra-mime.xml

---+
 ChangeLog |  200 ++--
 PKGBUILD  |   90 +++
 geogebra  |   47 ++--
 geogebra-mime.xml |   54 +++---
 4 files changed, 214 insertions(+), 177 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2017-10-09 09:10:24 UTC (rev 262219)
+++ ChangeLog   2017-10-09 09:10:54 UTC (rev 262220)
@@ -1,98 +0,0 @@
-5.0.387.0-1:
-upstream update
-
-5.0.382.0-1:
-upstream update
-
-5.0.374.0-1:
-* upstream update
-* add mime xml (FS#54733)
-
-5.0.357.0-1:
-upstream update
-
-5.0.344.0-1:
-upstream update
-
-5.0.311.0-1:
-upstream update
-
-5.0.299.0-1:
-upstream update
-
-5.0.290.0-1:
-upstream update
-
-5.0.286.0-1
-upstream update
-
-5.0.280.0-1:
-upstream update
-
-5.0.274.0-1:
-upstream update
-
-5.0.266.0-1:
-upstream update
-
-5.0.260.0-1:
-upstream update
-
-5.0.241.0-1:
-upstream update
-
-5.0.231.0-1:
-upstream update, move to pacman hooks
-
-5.0.230.0-1:
-upstream update
-
-5.0.205.0-1:
-upstream update
-
-5.0.202.0-1:
-upstream update
-
-5.0.190.0-1:
-upstream update
-
-5.0.185.0-1:
-upstream update
-
-5.0.180.0-1:
-upstream update
-
-5.0.170.0-1:
-upstream update
-
-5.0.168.0-1:
-upstream update
-
-5.0.166.0-1:
-upstream update
-
-5.0.164.0-1:
-upstream update
-
-5.0.161.0-1:
-upstream update
-
-5.0.158.0-1:
-upstream update
-
-5.0.150.0-1:
-upstream update
-
-5.0.149.0-1:
-upstream update
-
-5.0.146.0-1:
-upstream update
-
-5.0.143.0-1:
-upstream update
-
-5.0.129.0-1:
-upstream update
-put icon back
-

Copied: geogebra/repos/community-any/ChangeLog (from rev 262219, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2017-10-09 09:10:54 UTC (rev 262220)
@@ -0,0 +1,102 @@
+5.0.390.0-1:
+* upstream update
+* force java-8 (FS#55912)
+
+5.0.387.0-1:
+upstream update
+
+5.0.382.0-1:
+upstream update
+
+5.0.374.0-1:
+* upstream update
+* add mime xml (FS#54733)
+
+5.0.357.0-1:
+upstream update
+
+5.0.344.0-1:
+upstream update
+
+5.0.311.0-1:
+upstream update
+
+5.0.299.0-1:
+upstream update
+
+5.0.290.0-1:
+upstream update
+
+5.0.286.0-1
+upstream update
+
+5.0.280.0-1:
+upstream update
+
+5.0.274.0-1:
+upstream update
+
+5.0.266.0-1:
+upstream update
+
+5.0.260.0-1:
+upstream update
+
+5.0.241.0-1:
+upstream update
+
+5.0.231.0-1:
+upstream update, move to pacman hooks
+
+5.0.230.0-1:
+upstream update
+
+5.0.205.0-1:
+upstream update
+
+5.0.202.0-1:
+upstream update
+
+5.0.190.0-1:
+upstream update
+
+5.0.185.0-1:
+upstream update
+
+5.0.180.0-1:
+upstream update
+
+5.0.170.0-1:
+upstream update
+
+5.0.168.0-1:
+upstream update
+
+5.0.166.0-1:
+upstream update
+
+5.0.164.0-1:
+upstream update
+
+5.0.161.0-1:
+upstream update
+
+5.0.158.0-1:
+upstream update
+
+5.0.150.0-1:
+upstream update
+
+5.0.149.0-1:
+upstream update
+
+5.0.146.0-1:
+upstream update
+
+5.0.143.0-1:
+upstream update
+
+5.0.129.0-1:
+upstream update
+put icon back
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 09:10:24 UTC (rev 262219)
+++ PKGBUILD2017-10-09 09:10:54 UTC (rev 262220)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=5.0.387.0
-pkgrel=1
-pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=("https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver//./-}.tar.bz2;
-"https://static.geogebra.org/images/geogebra-logo.svg;
-"geogebra"
-"geogebra-mime.xml")
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \
-  --name="GeoGebra" \
-  --categories="Education;Science;Math" \
-  
--mimetypes="application/vnd.geogebra.file;application/vnd.geogebra.tool"
-}
-
-package() {
-  cd 

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

2017-10-09 Thread Evgeniy Alekseev
Date: Monday, October 9, 2017 @ 09:10:24
  Author: arcanis
Revision: 262219

upgpkg: geogebra 5.0.390.0-1

modify exec script to force java=8 (see FS#55912)

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD
  geogebra/trunk/geogebra

---+
 ChangeLog |4 
 PKGBUILD  |8 
 geogebra  |   39 ---
 3 files changed, 44 insertions(+), 7 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2017-10-09 06:30:22 UTC (rev 262218)
+++ ChangeLog   2017-10-09 09:10:24 UTC (rev 262219)
@@ -1,3 +1,7 @@
+5.0.390.0-1:
+* upstream update
+* force java-8 (FS#55912)
+
 5.0.387.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 06:30:22 UTC (rev 262218)
+++ PKGBUILD2017-10-09 09:10:24 UTC (rev 262219)
@@ -5,13 +5,13 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=5.0.387.0
+pkgver=5.0.390.0
 pkgrel=1
 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
 arch=('any')
 url='http://www.geogebra.org/'
 license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime=8'
  'shared-mime-info' 'xdg-utils')
 makedepends=('gendesk')
 
source=("https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver//./-}.tar.bz2;
@@ -39,7 +39,7 @@
   install -Dm644 "${srcdir}/geogebra-mime.xml" 
"${pkgdir}/usr/share/mime/packages/geogebra.xml"
 }
 
-sha512sums=('0d2ddcfc210ba166cc1aa094efc8685ad4780df03b5f7f11855b79a598faa011565e340d787bc87ce27eef87e40c29bc9ebfc54f2571e60b8ab2b0797bd15cb7'
+sha512sums=('9ab3f2f5f549b79878a7a83236281659d9b8d0aa5be4e774dfaba5b6a0fbd10c79fdcda05d135a108af8f73030d110f315d6212e955bae5f06c96f9ee8753a58'
 
'a946acb8867f497c68ce6f8fff8172da4a43a9ca118aafcc5ac414318fd52c4bc6ada387bdfa296f0ff2e1d7411ae345b61197b4adaa3f54299aab837647df55'
-
'181910e31cb9494f5c4c7ac25c66aa92d11c35eaebeb046ac902ff5075ee94d64e851e59600d994093380163527b730d2d47b4f1de10eb1251b99c253e03bfea'
+
'f5d6f3fe17638f4521b0a00d6d077a5c509984bd8f7cb39c28e412b7384ec129c6595400e7ae4cb5ba05f1673eb46d8f6c56db1b4145afb35797a1d0a170965d'
 
'415e73ff15524d5e81b05cf4c31241f4e21a4eedcef0a11e5af82423f9a7c2cbf632e9ee1e86b4cc60ebc566472462979a65cb7f3cfc9f94243fb545ac042a0f')

Modified: geogebra
===
--- geogebra2017-10-09 06:30:22 UTC (rev 262218)
+++ geogebra2017-10-09 09:10:24 UTC (rev 262219)
@@ -1,7 +1,40 @@
 #!/bin/sh
+# run application with java env = 8
 
 GG_PATH="/usr/share"
-export GG_CONFIG_PATH="$HOME"
-export JAVACMD="/usr/bin/java"
+export GG_CONFIG_PATH="${HOME}"
+GG_EXECUTABLE="${GG_PATH}/geogebra/geogebra"
+GG_JAVA_VERSION="8"
 
-exec "$GG_PATH/geogebra/geogebra" "$@"
+run_gg() {
+exec "${GG_EXECUTABLE}" "$@"
+exit 0
+}
+
+# check JAVA_HOME first
+if test ! -z "${JAVA_HOME}"; then
+if test "${JAVA_HOME#*$GG_JAVA_VERSION}" != "${JAVA_HOME}"; then
+# system environment variable set to required, do nothing
+echo "Using java environment from JAVA_HOME: ${JAVA_HOME}" >&2
+run_gg
+else
+# unset JAVA_HOME
+echo "Unset JAVA_HOME for this run: ${JAVA_HOME}" >&2
+unset JAVA_HOME
+fi
+fi
+
+# check current environment
+if archlinux-java status | grep "default" | grep -q "${GG_JAVA_VERSION}"; then
+# required java version is set to default, do nothing
+echo "Using system enabled java environment" >&2
+run_gg
+fi
+
+# find valid environment
+GG_JAVA_ENV="$(archlinux-java status | grep "${GG_JAVA_VERSION}" | awk '{ 
print $1 }')"
+# for some env it returns like java-8-openjdk/jre
+GG_JAVA_ENV="${GG_JAVA_ENV%/*}"
+export PATH="/usr/lib/jvm/${GG_JAVA_ENV}/jre/bin/:${PATH}"
+echo "Run with exported ${GG_JAVA_ENV}" >&2
+run_gg


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

2017-10-09 Thread Bartłomiej Piotrowski
Date: Monday, October 9, 2017 @ 09:09:21
  Author: bpiotrowski
Revision: 307218

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  binutils/repos/testing-i686/
  
binutils/repos/testing-i686/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
(from rev 307217, 
binutils/trunk/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch)
  binutils/repos/testing-i686/PKGBUILD
(from rev 307217, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/
  
binutils/repos/testing-x86_64/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
(from rev 307217, 
binutils/trunk/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch)
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 307217, binutils/trunk/PKGBUILD)

---+
 testing-i686/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch   
|   29 +++
 testing-i686/PKGBUILD 
|   84 ++
 testing-x86_64/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch 
|   29 +++
 testing-x86_64/PKGBUILD   
|   84 ++
 4 files changed, 226 insertions(+)

Copied: 
binutils/repos/testing-i686/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
 (from rev 307217, 
binutils/trunk/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch)
===
--- testing-i686/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch 
(rev 0)
+++ testing-i686/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch 
2017-10-09 09:09:21 UTC (rev 307218)
@@ -0,0 +1,29 @@
+From 7a7431ddc2332ddc3753330a8dd815bb5f7193c0 Mon Sep 17 00:00:00 2001
+From: "H.J. Lu" 
+Date: Tue, 26 Sep 2017 14:41:22 -0700
+Subject: [PATCH] x86-64: Don't pass output_bfd to info->callbacks->minfo
+
+Don't pass output_bfd to info->callbacks->minfo when dumping local IFUNC
+functions in the map file.
+
+   PR ld/22199
+   * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Don't pass
+   output_bfd to info->callbacks->minfo.
+
+(cherry picked from commit ac69a0d75bf472a140e5405c8a90420d5f63a998)
+
+diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
+index d9225ad..1f6dfb8 100644
+--- a/bfd/elf64-x86-64.c
 b/bfd/elf64-x86-64.c
+@@ -6133,7 +6133,6 @@ elf_x86_64_finish_dynamic_symbol (bfd *output_bfd,
+ if (SYMBOL_REFERENCES_LOCAL (info, h))
+   {
+ info->callbacks->minfo (_("Local IFUNC function `%s' in 
%B\n"),
+-output_bfd,
+ h->root.root.string,
+ h->root.u.def.section->owner);
+ 
+-- 
+2.9.3
+

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 307217, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-09 09:09:21 UTC (rev 307218)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=binutils
+pkgver=2.29.1
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+groups=('base-devel')
+depends=('glibc>=2.26' zlib)
+makedepends=(git)
+checkdepends=(dejagnu bc)
+conflicts=(binutils-multilib)
+replaces=(binutils-multilib)
+options=(staticlibs !distcc !ccache)
+#_commit=d1a6e7195b9bb0255fa77588985b969ad8aaacf5
+#source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig}
+0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch)
+validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
+md5sums=('acc9cd826edb9954ac7cecb81c727793'
+ 'SKIP'
+ 'e4be936139ef46122cb3841881c432b2')
+
+prepare() {
+  mkdir -p binutils-build
+
+  #cd binutils-gdb
+  cd binutils-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  # https://bugs.archlinux.org/task/55741
+  git apply ../0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
+}
+
+build() {
+  cd binutils-build
+
+  "$srcdir/binutils-$pkgver/configure" \
+--prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-threads \
+--enable-shared \
+--enable-ld=default \
+--enable-gold \
+--enable-plugins \
+--enable-relro \
+--enable-deterministic-archives \
+--with-pic \
+--disable-werror \
+

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

2017-10-09 Thread Bartłomiej Piotrowski
Date: Monday, October 9, 2017 @ 09:08:46
  Author: bpiotrowski
Revision: 307217

2.29.1-1: new upstream release

Added:
  binutils/trunk/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
Modified:
  binutils/trunk/PKGBUILD

+
 0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch |   29 
++
 PKGBUILD   |   21 +--
 2 files changed, 44 insertions(+), 6 deletions(-)

Added: 0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
===
--- 0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch  
(rev 0)
+++ 0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch  
2017-10-09 09:08:46 UTC (rev 307217)
@@ -0,0 +1,29 @@
+From 7a7431ddc2332ddc3753330a8dd815bb5f7193c0 Mon Sep 17 00:00:00 2001
+From: "H.J. Lu" 
+Date: Tue, 26 Sep 2017 14:41:22 -0700
+Subject: [PATCH] x86-64: Don't pass output_bfd to info->callbacks->minfo
+
+Don't pass output_bfd to info->callbacks->minfo when dumping local IFUNC
+functions in the map file.
+
+   PR ld/22199
+   * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Don't pass
+   output_bfd to info->callbacks->minfo.
+
+(cherry picked from commit ac69a0d75bf472a140e5405c8a90420d5f63a998)
+
+diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
+index d9225ad..1f6dfb8 100644
+--- a/bfd/elf64-x86-64.c
 b/bfd/elf64-x86-64.c
+@@ -6133,7 +6133,6 @@ elf_x86_64_finish_dynamic_symbol (bfd *output_bfd,
+ if (SYMBOL_REFERENCES_LOCAL (info, h))
+   {
+ info->callbacks->minfo (_("Local IFUNC function `%s' in 
%B\n"),
+-output_bfd,
+ h->root.root.string,
+ h->root.u.def.section->owner);
+ 
+-- 
+2.9.3
+

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 08:52:20 UTC (rev 307216)
+++ PKGBUILD2017-10-09 09:08:46 UTC (rev 307217)
@@ -4,9 +4,8 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
 pkgname=binutils
-pkgver=2.29.0
+pkgver=2.29.1
 pkgrel=1
-_commit=dd9a28c0966d13924fbd1096a724ae334954d830
 pkgdesc='A set of programs to assemble and manipulate binary and object files'
 arch=(i686 x86_64)
 url='http://www.gnu.org/software/binutils/'
@@ -18,22 +17,32 @@
 conflicts=(binutils-multilib)
 replaces=(binutils-multilib)
 options=(staticlibs !distcc !ccache)
-source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit})
-md5sums=('SKIP')
+#_commit=d1a6e7195b9bb0255fa77588985b969ad8aaacf5
+#source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig}
+0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch)
+validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
+md5sums=('acc9cd826edb9954ac7cecb81c727793'
+ 'SKIP'
+ 'e4be936139ef46122cb3841881c432b2')
 
 prepare() {
   mkdir -p binutils-build
 
-  cd binutils-gdb
+  #cd binutils-gdb
+  cd binutils-$pkgver
 
   # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
   sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+  # https://bugs.archlinux.org/task/55741
+  git apply ../0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
 }
 
 build() {
   cd binutils-build
 
-  "$srcdir/binutils-gdb/configure" \
+  "$srcdir/binutils-$pkgver/configure" \
 --prefix=/usr \
 --with-lib-path=/usr/lib:/usr/local/lib \
 --with-bugurl=https://bugs.archlinux.org/ \


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

2017-10-09 Thread Bartłomiej Piotrowski
Date: Monday, October 9, 2017 @ 08:52:08
  Author: bpiotrowski
Revision: 307215

1:2.6-10: bring back openssl-1.0, but use the new config

Modified:
  wpa_supplicant/trunk/PKGBUILD
Deleted:
  wpa_supplicant/trunk/rh1462262-use-system-openssl-ciphers.patch
  
wpa_supplicant/trunk/rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch

--+
 PKGBUILD |   24 -
 rh1462262-use-system-openssl-ciphers.patch   |  122 -
 rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch |  127 --
 3 files changed, 9 insertions(+), 264 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 08:42:41 UTC (rev 307214)
+++ PKGBUILD2017-10-09 08:52:08 UTC (rev 307215)
@@ -4,32 +4,24 @@
 
 pkgname=wpa_supplicant
 pkgver=2.6
-pkgrel=9
+pkgrel=10
 epoch=1
 pkgdesc='A utility providing key negotiation for WPA wireless networks'
 url='http://hostap.epitest.fi/wpa_supplicant'
 arch=(i686 x86_64)
 license=(GPL)
-depends=(openssl libdbus readline libnl)
+depends=(openssl-1.0 libdbus readline libnl)
 optdepends=('wpa_supplicant_gui: wpa_gui program')
 install=wpa_supplicant.install
 source=(https://w1.fi/releases/${pkgname}-${pkgver}.tar.gz{,.asc}
-config
-rh1462262-use-system-openssl-ciphers.patch
-rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch)
+config)
 validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA') # Jouni Malinen
 sha256sums=('b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450'
 'SKIP'
-'aeba21c48416342092964dada271ca6dfe842fc862774c2d3b150785225f66e2'
-'c52ee8bc67466cd662ebac4bad4b25dbb429526ba16fbc179a2ae014be01edfc'
-'ad2258313f06b04003dbbffe10bc3eab9deea9db400c57c3c01b08cfc0b0916b')
+'aeba21c48416342092964dada271ca6dfe842fc862774c2d3b150785225f66e2')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 -i "$srcdir/rh1462262-use-system-openssl-ciphers.patch"
-  patch -p1 -i 
"$srcdir/rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch"
-
-  cd $pkgname
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
   cp "$srcdir/config" ./.config
 }
 
@@ -36,8 +28,10 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver/$pkgname"
 
-  # The Makefile does not pick up our CPPFLAGS
-  export CFLAGS="$CPPFLAGS $CFLAGS"
+  export CFLAGS="$CPPFLAGS $CFLAGS -I/usr/include/openssl-1.0"
+  export LIBS="-L/usr/lib/openssl-1.0"
+  export LIBS_p="-L/usr/lib/openssl-1.0"
+
   make LIBDIR=/usr/lib BINDIR=/usr/bin
   make LIBDIR=/usr/lib BINDIR=/usr/bin eapol_test
 }

Deleted: rh1462262-use-system-openssl-ciphers.patch
===
--- rh1462262-use-system-openssl-ciphers.patch  2017-10-09 08:42:41 UTC (rev 
307214)
+++ rh1462262-use-system-openssl-ciphers.patch  2017-10-09 08:52:08 UTC (rev 
307215)
@@ -1,122 +0,0 @@
-From 61665e43b0509e3d05b2519bf10531bd2163ed66 Mon Sep 17 00:00:00 2001
-From: Beniamino Galvani 
-Date: Sun, 9 Jul 2017 11:06:50 +0200
-Subject: [PATCH] OpenSSL: Add build option to select default ciphers
-
-Add a build option to select different default ciphers for OpenSSL
-instead of the hardcoded default "DEFAULT:!EXP:!LOW".
-
-This new option is useful on distributions where the security level
-should be consistent for all applications, as in Fedora [1]. In such
-cases the new configuration option would be set to "" or
-"PROFILE=SYSTEM" to select the global crypto policy by default.
-
-[1] https://fedoraproject.org/wiki/Changes/CryptoPolicy
-
-Signed-off-by: Beniamino Galvani 
-(cherry picked from commit 2b9891bd6e125d3e28f26afde32e153db658b7cc)

- src/crypto/tls_openssl.c   | 2 +-
- wpa_supplicant/Android.mk  | 4 
- wpa_supplicant/Makefile| 4 
- wpa_supplicant/android.config  | 4 
- wpa_supplicant/defconfig   | 4 
- wpa_supplicant/wpa_supplicant.conf | 4 ++--
- 6 files changed, 19 insertions(+), 3 deletions(-)
-
-diff --git a/src/crypto/tls_openssl.c b/src/crypto/tls_openssl.c
-index 23ac64b..c4170b6 100644
 a/src/crypto/tls_openssl.c
-+++ b/src/crypto/tls_openssl.c
-@@ -1017,7 +1017,7 @@ void * tls_init(const struct tls_config *conf)
-   if (conf && conf->openssl_ciphers)
-   ciphers = conf->openssl_ciphers;
-   else
--  ciphers = "DEFAULT:!EXP:!LOW";
-+  ciphers = TLS_DEFAULT_CIPHERS;
-   if (SSL_CTX_set_cipher_list(ssl, ciphers) != 1) {
-   wpa_printf(MSG_ERROR,
-  "OpenSSL: Failed to set cipher string '%s'",
-diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk
-index a8d6a7f..a9dc086 100644
 a/wpa_supplicant/Android.mk
-+++ b/wpa_supplicant/Android.mk
-@@ -971,6 +971,10 @@ ifdef CONFIG_TLS_ADD_DL
- LIBS += -ldl
- 

[arch-commits] Commit in wpa_supplicant/repos (16 files)

2017-10-09 Thread Bartłomiej Piotrowski
Date: Monday, October 9, 2017 @ 08:52:20
  Author: bpiotrowski
Revision: 307216

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  wpa_supplicant/repos/testing-i686/PKGBUILD
(from rev 307215, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-i686/config
(from rev 307215, wpa_supplicant/trunk/config)
  wpa_supplicant/repos/testing-i686/wpa_supplicant.install
(from rev 307215, wpa_supplicant/trunk/wpa_supplicant.install)
  wpa_supplicant/repos/testing-x86_64/PKGBUILD
(from rev 307215, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-x86_64/config
(from rev 307215, wpa_supplicant/trunk/config)
  wpa_supplicant/repos/testing-x86_64/wpa_supplicant.install
(from rev 307215, wpa_supplicant/trunk/wpa_supplicant.install)
Deleted:
  wpa_supplicant/repos/testing-i686/PKGBUILD
  wpa_supplicant/repos/testing-i686/config
  wpa_supplicant/repos/testing-i686/rh1462262-use-system-openssl-ciphers.patch
  
wpa_supplicant/repos/testing-i686/rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch
  wpa_supplicant/repos/testing-i686/wpa_supplicant.install
  wpa_supplicant/repos/testing-x86_64/PKGBUILD
  wpa_supplicant/repos/testing-x86_64/config
  wpa_supplicant/repos/testing-x86_64/rh1462262-use-system-openssl-ciphers.patch
  
wpa_supplicant/repos/testing-x86_64/rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch
  wpa_supplicant/repos/testing-x86_64/wpa_supplicant.install

-+
 /PKGBUILD   |  
126 +
 /config |  
 92 +++
 /wpa_supplicant.install |  
 14 +
 testing-i686/PKGBUILD   |  
 69 -
 testing-i686/config |  
 46 ---
 testing-i686/rh1462262-use-system-openssl-ciphers.patch |  
122 -
 testing-i686/rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch   |  
127 --
 testing-i686/wpa_supplicant.install |  
  7 
 testing-x86_64/PKGBUILD |  
 69 -
 testing-x86_64/config   |  
 46 ---
 testing-x86_64/rh1462262-use-system-openssl-ciphers.patch   |  
122 -
 testing-x86_64/rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch |  
127 --
 testing-x86_64/wpa_supplicant.install   |  
  7 
 13 files changed, 232 insertions(+), 742 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-09 08:52:08 UTC (rev 307215)
+++ testing-i686/PKGBUILD   2017-10-09 08:52:20 UTC (rev 307216)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Bächler 
-
-pkgname=wpa_supplicant
-pkgver=2.6
-pkgrel=9
-epoch=1
-pkgdesc='A utility providing key negotiation for WPA wireless networks'
-url='http://hostap.epitest.fi/wpa_supplicant'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(openssl libdbus readline libnl)
-optdepends=('wpa_supplicant_gui: wpa_gui program')
-install=wpa_supplicant.install
-source=(https://w1.fi/releases/${pkgname}-${pkgver}.tar.gz{,.asc}
-config
-rh1462262-use-system-openssl-ciphers.patch
-rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch)
-validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA') # Jouni Malinen
-sha256sums=('b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450'
-'SKIP'
-'aeba21c48416342092964dada271ca6dfe842fc862774c2d3b150785225f66e2'
-'c52ee8bc67466cd662ebac4bad4b25dbb429526ba16fbc179a2ae014be01edfc'
-'ad2258313f06b04003dbbffe10bc3eab9deea9db400c57c3c01b08cfc0b0916b')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 -i "$srcdir/rh1462262-use-system-openssl-ciphers.patch"
-  patch -p1 -i 
"$srcdir/rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch"
-
-  cd $pkgname
-  cp "$srcdir/config" ./.config
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/$pkgname"
-
-  # The Makefile does not pick up our CPPFLAGS
-  export CFLAGS="$CPPFLAGS $CFLAGS"
-  make LIBDIR=/usr/lib BINDIR=/usr/bin
-  make LIBDIR=/usr/lib BINDIR=/usr/bin eapol_test
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/$pkgname"
-  make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$pkgdir" install
-  install -Dm755 eapol_test "$pkgdir/usr/bin/eapol_test"
-
-  install -d -m755 "$pkgdir/etc/wpa_supplicant"
-  install -Dm644 wpa_supplicant.conf \
-"$pkgdir/usr/share/doc/wpa_supplicant/wpa_supplicant.conf"
-
-  install -d -m755 

[arch-commits] Commit in linux-api-headers/repos (core-i686 core-x86_64)

2017-10-09 Thread Bartłomiej Piotrowski
Date: Monday, October 9, 2017 @ 08:42:41
  Author: bpiotrowski
Revision: 307214

cleanup

Deleted:
  linux-api-headers/repos/core-i686/
  linux-api-headers/repos/core-x86_64/


[arch-commits] Commit in utox/repos/community-staging-i686 (PKGBUILD PKGBUILD)

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:29:12
  Author: felixonmars
Revision: 262202

archrelease: copy trunk to community-staging-i686

Added:
  utox/repos/community-staging-i686/PKGBUILD
(from rev 262201, utox/trunk/PKGBUILD)
Deleted:
  utox/repos/community-staging-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 06:17:28 UTC (rev 262201)
+++ PKGBUILD2017-10-09 06:29:12 UTC (rev 262202)
@@ -1,45 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Grayhatter
-# Contributor: Vlad M. 
-# Contributor: Håvard Pettersson 
-# Contributor: Madotsuki 
-
-pkgname=utox
-_pkgname=uTox
-pkgver=0.16.1
-pkgrel=2
-_signature=""
-pkgdesc='Lightweight Tox client'
-arch=('i686' 'x86_64')
-url="https://github.com/uTox/uTox;
-license=('GPL3')
-depends=('fontconfig'
- 'libfilteraudio'
- 'libxext'
- 'libxrender'
- 'openal'
- 'toxcore'
- 'v4l-utils'
- 'hicolor-icon-theme')
-optdepends=('gtk3: GTK file picker'
-'libdbus: Notification support')
-makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc;
-)
-sha512sums=('60350bf28b8ac067287550ce42bfb9b10502fbe94298ea9d4f00fb257bfc76c6cd9a7ef843719732e8d3e84789a391a95f3f1be732427b99ab8af472844e62a4'
-'SKIP')
-validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén 

-  "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
-
-build() {
-cd "${_pkgname}-${pkgver}"
-cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-cd "${_pkgname}-${pkgver}"
-make PREFIX="/usr" DESTDIR="${pkgdir}" install
-}

Copied: utox/repos/community-staging-i686/PKGBUILD (from rev 262201, 
utox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-09 06:29:12 UTC (rev 262202)
@@ -0,0 +1,45 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. 
+# Contributor: Håvard Pettersson 
+# Contributor: Madotsuki 
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.16.1
+pkgrel=2
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('i686' 'x86_64')
+url="https://github.com/uTox/uTox;
+license=('GPL3')
+depends=('fontconfig'
+ 'libfilteraudio'
+ 'libxext'
+ 'libxrender'
+ 'openal'
+ 'toxcore'
+ 'v4l-utils'
+ 'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc;
+)
+sha512sums=('60350bf28b8ac067287550ce42bfb9b10502fbe94298ea9d4f00fb257bfc76c6cd9a7ef843719732e8d3e84789a391a95f3f1be732427b99ab8af472844e62a4'
+'SKIP')
+validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén 

+  "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
+
+build() {
+cd "${_pkgname}-${pkgver}"
+cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF 
-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${_pkgname}-${pkgver}"
+make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}


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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:22:01
  Author: felixonmars
Revision: 307213

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  python-cffi/repos/testing-i686/
  python-cffi/repos/testing-i686/PKGBUILD
(from rev 307212, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/testing-x86_64/
  python-cffi/repos/testing-x86_64/PKGBUILD
(from rev 307212, python-cffi/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   53 ++
 testing-x86_64/PKGBUILD |   53 ++
 2 files changed, 106 insertions(+)

Copied: python-cffi/repos/testing-i686/PKGBUILD (from rev 307212, 
python-cffi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-09 06:22:01 UTC (rev 307213)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: lilydjwg 
+
+pkgbase=python-cffi
+pkgname=(python-cffi python2-cffi)
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="Foreign Function Interface for Python calling C code"
+arch=('i686' 'x86_64')
+url="http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/cffi/cffi/get/v$pkgver.tar.gz;)
+sha512sums=('808c1ecab11e7d31ea1afbd10b0b985f7c7e9b891af8d738087e15331d401d2b305e3cbe8937ee3c8ae3d6c64e996a7dc6b66033c900b3db1094fe8b7804a2b8')
+
+prepare() {
+  mv cffi-cffi-* cffi-$pkgver
+  cp -a cffi-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/cffi-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cffi-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cffi-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/cffi-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-cffi() {
+  depends=('python-pycparser')
+
+  cd cffi-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2-pycparser')
+
+  cd cffi-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-cffi/repos/testing-x86_64/PKGBUILD (from rev 307212, 
python-cffi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-09 06:22:01 UTC (rev 307213)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: lilydjwg 
+
+pkgbase=python-cffi
+pkgname=(python-cffi python2-cffi)
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="Foreign Function Interface for Python calling C code"
+arch=('i686' 'x86_64')
+url="http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/cffi/cffi/get/v$pkgver.tar.gz;)
+sha512sums=('808c1ecab11e7d31ea1afbd10b0b985f7c7e9b891af8d738087e15331d401d2b305e3cbe8937ee3c8ae3d6c64e996a7dc6b66033c900b3db1094fe8b7804a2b8')
+
+prepare() {
+  mv cffi-cffi-* cffi-$pkgver
+  cp -a cffi-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/cffi-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cffi-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cffi-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/cffi-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-cffi() {
+  depends=('python-pycparser')
+
+  cd cffi-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2-pycparser')
+
+  cd cffi-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:21:33
  Author: felixonmars
Revision: 307212

upgpkg: python-cffi 1.11.1-1

Modified:
  python-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 22:28:54 UTC (rev 307211)
+++ PKGBUILD2017-10-09 06:21:33 UTC (rev 307212)
@@ -4,8 +4,7 @@
 
 pkgbase=python-cffi
 pkgname=(python-cffi python2-cffi)
-pkgver=1.10.0
-_revision=486d919c0b87288ec93c7696f75e2105ed4a91fd
+pkgver=1.11.1
 pkgrel=1
 pkgdesc="Foreign Function Interface for Python calling C code"
 arch=('i686' 'x86_64')
@@ -13,26 +12,27 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/cffi/cffi/get/$_revision.tar.gz;)
-sha512sums=('5c48f27bdca1568e60ba425f90603ca413b1ea095a83ecc3da073e937c044efd204620fba25d204a9db65d6dfde8cb37a990a347a1816a09e7248733e6f142b3')
+source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/cffi/cffi/get/v$pkgver.tar.gz;)
+sha512sums=('808c1ecab11e7d31ea1afbd10b0b985f7c7e9b891af8d738087e15331d401d2b305e3cbe8937ee3c8ae3d6c64e996a7dc6b66033c900b3db1094fe8b7804a2b8')
 
 prepare() {
-  cp -a cffi-cffi-${_revision::12}{,-py2}
+  mv cffi-cffi-* cffi-$pkgver
+  cp -a cffi-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/cffi-cffi-${_revision::12}
+  cd "$srcdir"/cffi-$pkgver
   python setup.py build
 
-  cd "$srcdir"/cffi-cffi-${_revision::12}-py2
+  cd "$srcdir"/cffi-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/cffi-cffi-${_revision::12}
+  cd "$srcdir"/cffi-$pkgver
   python setup.py pytest
 
-  cd "$srcdir"/cffi-cffi-${_revision::12}-py2
+  cd "$srcdir"/cffi-$pkgver-py2
   python2 setup.py pytest
 }
 
@@ -39,7 +39,7 @@
 package_python-cffi() {
   depends=('python-pycparser')
 
-  cd cffi-cffi-${_revision::12}
+  cd cffi-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -47,7 +47,7 @@
 package_python2-cffi() {
   depends=('python2-pycparser')
 
-  cd cffi-cffi-${_revision::12}-py2
+  cd cffi-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:17:28
  Author: felixonmars
Revision: 262201

archrelease: copy trunk to community-i686, community-x86_64

Added:
  haskell-criterion/repos/community-i686/PKGBUILD
(from rev 262200, haskell-criterion/trunk/PKGBUILD)
  haskell-criterion/repos/community-x86_64/PKGBUILD
(from rev 262200, haskell-criterion/trunk/PKGBUILD)
Deleted:
  haskell-criterion/repos/community-i686/PKGBUILD
  haskell-criterion/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   44 --
 community-x86_64/PKGBUILD |   44 --
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-09 06:16:57 UTC (rev 262200)
+++ community-i686/PKGBUILD 2017-10-09 06:17:28 UTC (rev 262201)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=criterion
-pkgname=haskell-criterion
-pkgver=1.2.2.0
-pkgrel=10
-pkgdesc="Robust, reliable performance measurement and analysis"
-url="http://www.serpentine.com/criterion;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" 
"haskell-code-page"
- "haskell-exceptions" "haskell-glob" "haskell-js-flot" 
"haskell-js-jquery"
- "haskell-microstache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
- "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
- "haskell-vector" "haskell-vector-algorithms")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('b655bba05c4da4e9c2272dba79de95f1f714a655f2d48baff5b8b26fd0eadcfc3528c21e028adfb2c4adcd904260d5ff1b06e30a41c9d5bdf91ca01bea6559e0')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-fast
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-criterion/repos/community-i686/PKGBUILD (from rev 262200, 
haskell-criterion/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-09 06:17:28 UTC (rev 262201)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.2.3.0
+pkgrel=1
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 'haskell-cassava' 
'haskell-code-page'
+ 'haskell-exceptions' 'haskell-glob' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-microstache' 'haskell-mtl' 'haskell-mwc-random' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-semigroups' 'haskell-statistics' 
'haskell-text'
+ 'haskell-transformers-compat' 'haskell-vector' 
'haskell-vector-algorithms')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('eec70970a56d5eb2cc40349058657b406b927d64910b27c3ecc3cf67709ee047550609f6fc2a57bef67a5a61e1c5652b0e56d5c913d78c1c9bd098a3a8fb4537')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister 

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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:16:57
  Author: felixonmars
Revision: 262200

upgpkg: haskell-criterion 1.2.3.0-1

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 06:16:47 UTC (rev 262199)
+++ PKGBUILD2017-10-09 06:16:57 UTC (rev 262200)
@@ -4,24 +4,24 @@
 
 _hkgname=criterion
 pkgname=haskell-criterion
-pkgver=1.2.2.0
-pkgrel=10
+pkgver=1.2.3.0
+pkgrel=1
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" 
"haskell-code-page"
- "haskell-exceptions" "haskell-glob" "haskell-js-flot" 
"haskell-js-jquery"
- "haskell-microstache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
- "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
- "haskell-vector" "haskell-vector-algorithms")
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 'haskell-cassava' 
'haskell-code-page'
+ 'haskell-exceptions' 'haskell-glob' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-microstache' 'haskell-mtl' 'haskell-mwc-random' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-semigroups' 'haskell-statistics' 
'haskell-text'
+ 'haskell-transformers-compat' 'haskell-vector' 
'haskell-vector-algorithms')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('b655bba05c4da4e9c2272dba79de95f1f714a655f2d48baff5b8b26fd0eadcfc3528c21e028adfb2c4adcd904260d5ff1b06e30a41c9d5bdf91ca01bea6559e0')
+sha512sums=('eec70970a56d5eb2cc40349058657b406b927d64910b27c3ecc3cf67709ee047550609f6fc2a57bef67a5a61e1c5652b0e56d5c913d78c1c9bd098a3a8fb4537')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
@@ -35,7 +35,7 @@
 
 package() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
 runhaskell Setup copy --destdir="${pkgdir}"


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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:16:47
  Author: felixonmars
Revision: 262199

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-pynacl/repos/community-staging-i686/
  python-pynacl/repos/community-staging-i686/PKGBUILD
(from rev 262198, python-pynacl/trunk/PKGBUILD)
  python-pynacl/repos/community-staging-x86_64/
  python-pynacl/repos/community-staging-x86_64/PKGBUILD
(from rev 262198, python-pynacl/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: python-pynacl/repos/community-staging-i686/PKGBUILD (from rev 262198, 
python-pynacl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-09 06:16:47 UTC (rev 262199)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pynacl
+pkgname=(python-pynacl python2-pynacl)
+pkgver=1.1.2
+pkgrel=2
+
+pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
+url='https://pypi.python.org/pypi/PyNaCl'
+arch=('i686' 'x86_64')
+license=('Apache')
+
+depends=('libsodium')
+makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
+ 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
+
+source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz;)
+
+sha512sums=('2fb186fca3ebdf3824b4a2517056124901cf81f0c6cfce3e46abf0e44a801150dfd68a08627f1c7cd9b115a67b1ed0802d21140cd79d700803cc409d1e1e9857')
+
+prepare() {
+   cp -a PyNaCl-$pkgver{,-python2}
+}
+
+build() {
+   export SODIUM_INSTALL=system
+
+   cd "$srcdir"/PyNaCl-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/PyNaCl-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pynacl() {
+   depends=('libsodium' 'python' 'python-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pynacl() {
+   depends=('libsodium' 'python2' 'python2-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :

Copied: python-pynacl/repos/community-staging-x86_64/PKGBUILD (from rev 262198, 
python-pynacl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-09 06:16:47 UTC (rev 262199)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgbase=python-pynacl
+pkgname=(python-pynacl python2-pynacl)
+pkgver=1.1.2
+pkgrel=2
+
+pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
+url='https://pypi.python.org/pypi/PyNaCl'
+arch=('i686' 'x86_64')
+license=('Apache')
+
+depends=('libsodium')
+makedepends=('python-setuptools' 'python-pycparser' 'python-cffi'
+ 'python2-setuptools' 'python2-pycparser' 'python2-cffi')
+
+source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz;)
+
+sha512sums=('2fb186fca3ebdf3824b4a2517056124901cf81f0c6cfce3e46abf0e44a801150dfd68a08627f1c7cd9b115a67b1ed0802d21140cd79d700803cc409d1e1e9857')
+
+prepare() {
+   cp -a PyNaCl-$pkgver{,-python2}
+}
+
+build() {
+   export SODIUM_INSTALL=system
+
+   cd "$srcdir"/PyNaCl-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/PyNaCl-$pkgver-python2
+   python2 setup.py build
+}
+
+package_python-pynacl() {
+   depends=('libsodium' 'python' 'python-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-pynacl() {
+   depends=('libsodium' 'python2' 'python2-six')
+
+   export SODIUM_INSTALL=system
+
+   cd PyNaCl-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :


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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:16:21
  Author: felixonmars
Revision: 262198

upgpkg: python-pynacl 1.1.2-2

rebuild with libsodium 1.0.15

Modified:
  python-pynacl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 06:07:30 UTC (rev 262197)
+++ PKGBUILD2017-10-09 06:16:21 UTC (rev 262198)
@@ -4,7 +4,7 @@
 pkgbase=python-pynacl
 pkgname=(python-pynacl python2-pynacl)
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Python binding to the Networking and Cryptography (NaCl) library'
 url='https://pypi.python.org/pypi/PyNaCl'
@@ -17,7 +17,7 @@
 
 source=("https://pypi.org/packages/source/P/PyNaCl/PyNaCl-$pkgver.tar.gz;)
 
-md5sums=('1963c14272a42585676e74cf6292f4e3')
+sha512sums=('2fb186fca3ebdf3824b4a2517056124901cf81f0c6cfce3e46abf0e44a801150dfd68a08627f1c7cd9b115a67b1ed0802d21140cd79d700803cc409d1e1e9857')
 
 prepare() {
cp -a PyNaCl-$pkgver{,-python2}


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:07:30
  Author: felixonmars
Revision: 262197

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 262196, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 262196, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 262196, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 262196, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 262196, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 262196, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 262196, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-10-09 06:06:46 UTC (rev 262196)
+++ LICENSE 2017-10-09 06:07:30 UTC (rev 262197)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 262196, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-10-09 06:07:30 UTC (rev 262197)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 06:06:46 UTC (rev 262196)
+++ PKGBUILD2017-10-09 06:07:30 UTC (rev 262197)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.82
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:06:46
  Author: felixonmars
Revision: 262196

upgpkg: jenkins 2.83-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 06:01:14 UTC (rev 262195)
+++ PKGBUILD2017-10-09 06:06:46 UTC (rev 262196)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.82
+pkgver=2.83
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('54f2354d52ad54e765656c5052dab932fa0cbe89056467a7ebf3cb66dbcdcd7f0bad7969e84ebcd955dc0adc40aab3c49b80079991f1e17c26a83ecbeb4a9716'
+sha512sums=('604feb83bf849c9f758c457d016a617e146ef6dd736e44df2bb54020968ebcb02e950c505af9c31b41a90627dfb616004a864659bbca47f0bb5aa227a962e919'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:01:14
  Author: felixonmars
Revision: 262195

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-09 06:00:35 UTC (rev 262194)
+++ PKGBUILD2017-10-09 06:01:14 UTC (rev 262195)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.31.4
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('83b3ccdc7a3cff159dabb1071c455ec7d9f21b0ddd7118dca8438d9b0a42dd87f4f84a7f593f5ead8acbddcb1d12bfbd934a555cce69240b4dd4fe4bcb7ae8a6')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 262194, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-09 06:01:14 UTC (rev 262195)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)

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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:00:35
  Author: felixonmars
Revision: 262194

upgpkg: python-hypothesis 3.32.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 06:00:20 UTC (rev 262193)
+++ PKGBUILD2017-10-09 06:00:35 UTC (rev 262194)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.31.4
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('83b3ccdc7a3cff159dabb1071c455ec7d9f21b0ddd7118dca8438d9b0a42dd87f4f84a7f593f5ead8acbddcb1d12bfbd934a555cce69240b4dd4fe4bcb7ae8a6')
+sha512sums=('7191f966a428b76dc7eb54699112c4371ae1e93bb3e7d04029de81f33dee68499812ef94d47f8378e503478539bad754ae9bb4fbb4db0d075ee734c1a3fb9f1b')
 
 prepare() {
   # Make tests faster


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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 06:00:20
  Author: felixonmars
Revision: 262193

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-peewee/repos/community-i686/PKGBUILD
(from rev 262192, python-peewee/trunk/PKGBUILD)
  python-peewee/repos/community-x86_64/PKGBUILD
(from rev 262192, python-peewee/trunk/PKGBUILD)
Deleted:
  python-peewee/repos/community-i686/PKGBUILD
  python-peewee/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  122 
 community-i686/PKGBUILD   |   61 --
 community-x86_64/PKGBUILD |   61 --
 3 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-09 05:59:45 UTC (rev 262192)
+++ community-i686/PKGBUILD 2017-10-09 06:00:20 UTC (rev 262193)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgbase=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=2.10.1
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
-  'python2-pysqlite') # 'python-psycopg2' 'python2-psycopg2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('16ccf5983f331ca83294f3b72ca850c9ddf305613fd9cdeb2ca1206faa18c53c0b34fe1fe80397e089a58ccd5ad4b59f8dba37298f5226a8ed43abb7c5d74b8c')
-
-prepare() {
-  cp -a peewee-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/peewee-$pkgver
-  python runtests.py -a
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 runtests.py -a
-}
-
-package_python-peewee() {
-  depends=('python')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/pwiz{,2}.py
-  mv "$pkgdir"/usr/bin/pskel{,2}
-}

Copied: python-peewee/repos/community-i686/PKGBUILD (from rev 262192, 
python-peewee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-09 06:00:20 UTC (rev 262193)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgbase=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=2.10.2
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
+ # 'python-psycopg2' 'python2-psycopg2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
+sha512sums=('55f5deb6d60580ab2f7aa22e6acf772e976ee97c34991c0515a97cd7c08157645e40f1819412e128739cf40461eaf2a2c80d82f88b4a2aa42f8f16e160f3a504')
+
+prepare() {
+  cp -a peewee-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/peewee-$pkgver
+  python runtests.py -a
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 runtests.py -a
+}
+
+package_python-peewee() {
+  depends=('python')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/pwiz{,2}.py
+  mv 

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

2017-10-09 Thread Felix Yan
Date: Monday, October 9, 2017 @ 05:59:45
  Author: felixonmars
Revision: 262192

upgpkg: python-peewee 2.10.2-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 05:56:53 UTC (rev 262191)
+++ PKGBUILD2017-10-09 05:59:45 UTC (rev 262192)
@@ -6,7 +6,7 @@
 
 pkgbase=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
@@ -16,7 +16,7 @@
 checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
  # 'python-psycopg2' 'python2-psycopg2')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('16ccf5983f331ca83294f3b72ca850c9ddf305613fd9cdeb2ca1206faa18c53c0b34fe1fe80397e089a58ccd5ad4b59f8dba37298f5226a8ed43abb7c5d74b8c')
+sha512sums=('55f5deb6d60580ab2f7aa22e6acf772e976ee97c34991c0515a97cd7c08157645e40f1819412e128739cf40461eaf2a2c80d82f88b4a2aa42f8f16e160f3a504')
 
 prepare() {
   cp -a peewee-$pkgver{,-py2}