[arch-commits] Commit in xfce4-session/repos/extra-x86_64 (12 files)

2019-01-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 8, 2019 @ 06:44:26
  Author: foutrelis
Revision: 343103

archrelease: copy trunk to extra-x86_64

Added:
  
xfce4-session/repos/extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
(from rev 343102, 
xfce4-session/trunk/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch)
  
xfce4-session/repos/extra-x86_64/0002-Make-verbose-logging-conditional-Bug-11698.patch
(from rev 343102, 
xfce4-session/trunk/0002-Make-verbose-logging-conditional-Bug-11698.patch)
  xfce4-session/repos/extra-x86_64/0003-source-system-xinitrc-scripts.patch
(from rev 343102, 
xfce4-session/trunk/0003-source-system-xinitrc-scripts.patch)
  xfce4-session/repos/extra-x86_64/0004-screenlockers.patch
(from rev 343102, xfce4-session/trunk/0004-screenlockers.patch)
  xfce4-session/repos/extra-x86_64/0005-dbus-user-session.patch
(from rev 343102, xfce4-session/trunk/0005-dbus-user-session.patch)
  xfce4-session/repos/extra-x86_64/PKGBUILD
(from rev 343102, xfce4-session/trunk/PKGBUILD)
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 343102, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
Deleted:
  
xfce4-session/repos/extra-x86_64/0001-Make-verbose-logging-conditional-Bug-11698.patch
  
xfce4-session/repos/extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
  xfce4-session/repos/extra-x86_64/PKGBUILD
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
  
xfce4-session/repos/extra-x86_64/xfce4-session-source-system-xinitrc-scripts.patch

---+
 0001-Make-verbose-logging-conditional-Bug-11698.patch |   31 --
 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch |   54 ++--
 0002-Make-verbose-logging-conditional-Bug-11698.patch |   31 ++
 0003-source-system-xinitrc-scripts.patch  |   18 +
 0004-screenlockers.patch  |   58 +
 0005-dbus-user-session.patch  |   18 +
 PKGBUILD  |  143 ++---
 xfce-polkit-gnome-authentication-agent-1.desktop  |  174 
 xfce4-session-source-system-xinitrc-scripts.patch |   18 -
 9 files changed, 313 insertions(+), 232 deletions(-)

Deleted: 0001-Make-verbose-logging-conditional-Bug-11698.patch
===
--- 0001-Make-verbose-logging-conditional-Bug-11698.patch   2019-01-08 
06:44:17 UTC (rev 343102)
+++ 0001-Make-verbose-logging-conditional-Bug-11698.patch   2019-01-08 
06:44:26 UTC (rev 343103)
@@ -1,31 +0,0 @@
-From 26f9ae8df629f02af0773df2ed82db6b85c5b556 Mon Sep 17 00:00:00 2001
-From: Eric Koegel 
-Date: Sat, 28 Mar 2015 16:57:24 +0300
-Subject: [PATCH] Make verbose logging conditional (Bug #11698)
-
-Bug report and patch submitted by Zhihao Yuan
-
-Signed-off-by: Eric Koegel 

- xfce4-session/xfsm-global.h | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/xfce4-session/xfsm-global.h b/xfce4-session/xfsm-global.h
-index d2e0c29..d458712 100644
 a/xfce4-session/xfsm-global.h
-+++ b/xfce4-session/xfsm-global.h
-@@ -49,7 +49,10 @@ extern XfsmSplashScreen *splash_screen;
- #if defined(G_HAVE_ISO_VARARGS)
- 
- #define xfsm_verbose(...)\
--xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
-+G_STMT_START{ \
-+  if (G_UNLIKELY (verbose)) \
-+xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__); \
-+}G_STMT_END
- 
- #else
- 
--- 
-2.13.2
-

Deleted: 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
===
--- 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch   2019-01-08 
06:44:17 UTC (rev 343102)
+++ 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch   2019-01-08 
06:44:26 UTC (rev 343103)
@@ -1,27 +0,0 @@
-From e740aad5d6761ce9a9df48a3d87ff29240433d19 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Tue, 24 Mar 2015 10:09:33 +0200
-Subject: [PATCH] Pass VT number to xinit if XDG_VTNR is set
-

- scripts/startxfce4.in | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/scripts/startxfce4.in b/scripts/startxfce4.in
-index d0a74a9..bf3201b 100644
 a/scripts/startxfce4.in
-+++ b/scripts/startxfce4.in
-@@ -92,6 +92,10 @@ if test "x$DISPLAY" = "x"
- then
-   echo "$0: Starting X server"
-   prog=xinit
-+
-+  if test ! "x$XDG_VTNR" = "x"; then
-+SERVERRC="vt$XDG_VTNR $SERVERRC"
-+  fi
- else
-   echo "$0: X server already running on display $DISPLAY"
-   prog=/bin/sh
--- 
-2.3.4
-

Copied: 
xfce4-session/repos/extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
 (from rev 343102, 
xfce4-session/trunk/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch)
===
--- 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch   
 

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

2019-01-07 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 8, 2019 @ 06:44:17
  Author: foutrelis
Revision: 343102

upgpkg: xfce4-session 4.12.1-11

- Remove DBUS_SESSION_BUS_ADDRESS patch (unneeded since systemd 240.0-2).
- Rename "source system xinitrc scripts" patch.

Added:
  xfce4-session/trunk/0003-source-system-xinitrc-scripts.patch
(from rev 343101, 
xfce4-session/trunk/0003-xfce4-session-source-system-xinitrc-scripts.patch)
Modified:
  xfce4-session/trunk/PKGBUILD
Deleted:
  xfce4-session/trunk/0003-xfce4-session-source-system-xinitrc-scripts.patch

+
 0003-source-system-xinitrc-scripts.patch   |   18 +++
 0003-xfce4-session-source-system-xinitrc-scripts.patch |   18 ---
 PKGBUILD   |   15 ++--
 3 files changed, 21 insertions(+), 30 deletions(-)

Copied: xfce4-session/trunk/0003-source-system-xinitrc-scripts.patch (from rev 
343101, 
xfce4-session/trunk/0003-xfce4-session-source-system-xinitrc-scripts.patch)
===
--- 0003-source-system-xinitrc-scripts.patch(rev 0)
+++ 0003-source-system-xinitrc-scripts.patch2019-01-08 06:44:17 UTC (rev 
343102)
@@ -0,0 +1,18 @@
+diff -upr xfce4-session-4.12.1.orig/scripts/xinitrc.in.in 
xfce4-session-4.12.1/scripts/xinitrc.in.in
+--- xfce4-session-4.12.1.orig/scripts/xinitrc.in.in2015-03-16 
09:29:52.0 +0200
 xfce4-session-4.12.1/scripts/xinitrc.in.in 2017-03-03 04:11:03.591724694 
+0200
+@@ -87,6 +87,14 @@ cat /dev/null $XRESOURCES | xrdb -nocpp
+ # load local modmap
+ test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap
+ 
++# source system xinitrc scripts
++if [ -d /etc/X11/xinit/xinitrc.d ]; then
++for f in /etc/X11/xinit/xinitrc.d/?*.sh; do
++[ -x "$f" ] && . "$f"
++done
++unset f
++fi
++
+ # run xfce4-session if installed
+ if which xfce4-session >/dev/null 2>&1; then
+ 

Deleted: 0003-xfce4-session-source-system-xinitrc-scripts.patch
===
--- 0003-xfce4-session-source-system-xinitrc-scripts.patch  2019-01-08 
06:42:29 UTC (rev 343101)
+++ 0003-xfce4-session-source-system-xinitrc-scripts.patch  2019-01-08 
06:44:17 UTC (rev 343102)
@@ -1,18 +0,0 @@
-diff -upr xfce4-session-4.12.1.orig/scripts/xinitrc.in.in 
xfce4-session-4.12.1/scripts/xinitrc.in.in
 xfce4-session-4.12.1.orig/scripts/xinitrc.in.in2015-03-16 
09:29:52.0 +0200
-+++ xfce4-session-4.12.1/scripts/xinitrc.in.in 2017-03-03 04:11:03.591724694 
+0200
-@@ -87,6 +87,14 @@ cat /dev/null $XRESOURCES | xrdb -nocpp
- # load local modmap
- test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap
- 
-+# source system xinitrc scripts
-+if [ -d /etc/X11/xinit/xinitrc.d ]; then
-+for f in /etc/X11/xinit/xinitrc.d/?*.sh; do
-+[ -x "$f" ] && . "$f"
-+done
-+unset f
-+fi
-+
- # run xfce4-session if installed
- if which xfce4-session >/dev/null 2>&1; then
- 

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 06:42:29 UTC (rev 343101)
+++ PKGBUILD2019-01-08 06:44:17 UTC (rev 343102)
@@ -3,7 +3,7 @@
 
 pkgname=xfce4-session
 pkgver=4.12.1
-pkgrel=10
+pkgrel=11
 pkgdesc="A session manager for Xfce"
 arch=('x86_64')
 url="http://www.xfce.org/;
@@ -21,9 +21,8 @@
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
 0002-Make-verbose-logging-conditional-Bug-11698.patch
-0003-xfce4-session-source-system-xinitrc-scripts.patch
+0003-source-system-xinitrc-scripts.patch
 0004-screenlockers.patch
-0005-dbus-user-session.patch
 xfce-polkit-gnome-authentication-agent-1.desktop)
 sha256sums=('97d7f2a2d0af7f3623b68d1f04091e02913b28f9555dab8b0d26c8a1299d08fd'
 '7ea702a1d3391d36958cff57496ba2474592dd915cf7569a65501522c2410cf1'
@@ -30,7 +29,6 @@
 '6bbd714008f31198f9631cdfb3ed8aac1c780f00d15b81c32c00860ae37521a6'
 'a717a0ee6289c9ce06a8e18c6a7cb5a6d6f1769c05c456a6a84843df6a0111da'
 '1d4063889af073c3de221e0bbd3cacc11dfc95ee11f6e530c6e35f7714a6e295'
-'cb9d9f2adf9748760fb24412b16d84b13ff29e2601d29f3a4ebb4eb7bcb27c24'
 '74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
 
 prepare() {
@@ -43,18 +41,11 @@
   patch -Np1 -i ../0002-Make-verbose-logging-conditional-Bug-11698.patch
 
   # https://bugzilla.xfce.org/show_bug.cgi?id=12754
-  patch -Np1 -i ../0003-xfce4-session-source-system-xinitrc-scripts.patch
+  patch -Np1 -i ../0003-source-system-xinitrc-scripts.patch
 
   # 
https://git.xfce.org/xfce/xfce4-session/commit/?id=e940818853582290af21bf38d73ee26143d500ad
   # 
https://git.xfce.org/xfce/xfce4-session/commit/?id=495aac78058cd78e2d34505af204e72a1b4f19ac
   patch -Np1 -i ../0004-screenlockers.patch
-

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

2019-01-07 Thread Felix Yan via arch-commits
Date: Tuesday, January 8, 2019 @ 06:27:05
  Author: felixonmars
Revision: 421011

archrelease: copy trunk to community-staging-x86_64

Added:
  metasploit/repos/community-staging-x86_64/
  metasploit/repos/community-staging-x86_64/PKGBUILD
(from rev 421010, metasploit/trunk/PKGBUILD)

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

Copied: metasploit/repos/community-staging-x86_64/PKGBUILD (from rev 421010, 
metasploit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-08 06:27:05 UTC (rev 421011)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.17.31
+pkgrel=2
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('2b09dbe39944e9dc088a599b0d04456e6427224678c819926814058ef818299e')
+sha512sums=('1507aaa8229665e6a83d520eab57d2b7f7b14b44250839ba33f60ac3ee78fccbc31372c217f96dcb9e5ed4b3c3902580948ac4f7c1593e049db26e0254f7ca33')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+chmod 755 "${_msffile}"
+  done
+
+  (cd "${pkgdir}/opt/${pkgname}"
+for f in tools/*/*.rb; do
+  install -Dm 755 "${f}" ".${f}"
+  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
+  chmod 755 "${f}"
+done
+  )
+
+  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
+  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc"
+  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/usr/bin/msfupdate"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Tuesday, January 8, 2019 @ 06:26:45
  Author: felixonmars
Revision: 421010

Ruby 2.6.0 rebuild

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 06:25:48 UTC (rev 421009)
+++ PKGBUILD2019-01-08 06:26:45 UTC (rev 421010)
@@ -4,7 +4,7 @@
 
 pkgname=metasploit
 pkgver=4.17.31
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
 arch=('x86_64')


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

2019-01-07 Thread Alad Wenter via arch-commits
Date: Tuesday, January 8, 2019 @ 06:25:27
  Author: alad
Revision: 421008

upgpkg: acpilight 1.1-2

Modified:
  acpilight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 06:22:19 UTC (rev 421007)
+++ PKGBUILD2019-01-08 06:25:27 UTC (rev 421008)
@@ -4,7 +4,7 @@
 # Contributor: Frederik “Freso” S. Olesen 
 pkgname=acpilight
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="a backward-compatible xbacklight replacement based on ACPI"
 arch=('any')
 url='https://gitlab.com/wavexx/acpilight'
@@ -14,7 +14,7 @@
 conflicts=('xorg-xbacklight')
 source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2")
 install=$pkgname.install
-md5sums=('SKIP')
+sha256sums=('0a5ef16a39c05c1eb195823d906c08f8f912aa48122b31e6dd364c7f9d6c37aa')
 
 package() {
 cd "$pkgname-v$pkgver"


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

2019-01-07 Thread Alad Wenter via arch-commits
Date: Tuesday, January 8, 2019 @ 06:25:48
  Author: alad
Revision: 421009

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   52 ++--
 acpilight.install |   14 +++---
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 06:25:27 UTC (rev 421008)
+++ PKGBUILD2019-01-08 06:25:48 UTC (rev 421009)
@@ -1,26 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Andrew Rabert 
-# Contributor: Filippo Veneri 
-# Contributor: Frederik “Freso” S. Olesen 
-pkgname=acpilight
-pkgver=1.1
-pkgrel=1
-pkgdesc="a backward-compatible xbacklight replacement based on ACPI"
-arch=('any')
-url='https://gitlab.com/wavexx/acpilight'
-license=('GPL3')
-depends=('python')
-provides=('xorg-xbacklight')
-conflicts=('xorg-xbacklight')
-source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2")
-install=$pkgname.install
-md5sums=('SKIP')
-
-package() {
-cd "$pkgname-v$pkgver"
-
-install -Dm755 xbacklight "$pkgdir"/usr/bin/xbacklight
-install -Dm644 xbacklight.1 "$pkgdir"/usr/share/man/man1/xbacklight.1
-install -Dm644 90-backlight.rules 
"$pkgdir"/usr/lib/udev/rules.d/90-backlight.rules
-install -Dm644 README.rst NEWS.rst -t "$pkgdir"/usr/share/doc/acpilight
-}

Copied: acpilight/repos/community-any/PKGBUILD (from rev 421008, 
acpilight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 06:25:48 UTC (rev 421009)
@@ -0,0 +1,26 @@
+# Maintainer: Alad Wenter 
+# Contributor: Andrew Rabert 
+# Contributor: Filippo Veneri 
+# Contributor: Frederik “Freso” S. Olesen 
+pkgname=acpilight
+pkgver=1.1
+pkgrel=2
+pkgdesc="a backward-compatible xbacklight replacement based on ACPI"
+arch=('any')
+url='https://gitlab.com/wavexx/acpilight'
+license=('GPL3')
+depends=('python')
+provides=('xorg-xbacklight')
+conflicts=('xorg-xbacklight')
+source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2")
+install=$pkgname.install
+sha256sums=('0a5ef16a39c05c1eb195823d906c08f8f912aa48122b31e6dd364c7f9d6c37aa')
+
+package() {
+cd "$pkgname-v$pkgver"
+
+install -Dm755 xbacklight "$pkgdir"/usr/bin/xbacklight
+install -Dm644 xbacklight.1 "$pkgdir"/usr/share/man/man1/xbacklight.1
+install -Dm644 90-backlight.rules 
"$pkgdir"/usr/lib/udev/rules.d/90-backlight.rules
+install -Dm644 README.rst NEWS.rst -t "$pkgdir"/usr/share/doc/acpilight
+}

Deleted: acpilight.install
===
--- acpilight.install   2019-01-08 06:25:27 UTC (rev 421008)
+++ acpilight.install   2019-01-08 06:25:48 UTC (rev 421009)
@@ -1,7 +0,0 @@
-post_install() {
-cat << EOF
-  The installed udev rules expect your user to be in the video group to modify
-  the relevant files in the /sys hierarchy.
-EOF
-}
-

Copied: acpilight/repos/community-any/acpilight.install (from rev 421008, 
acpilight/trunk/acpilight.install)
===
--- acpilight.install   (rev 0)
+++ acpilight.install   2019-01-08 06:25:48 UTC (rev 421009)
@@ -0,0 +1,7 @@
+post_install() {
+cat << EOF
+  The installed udev rules expect your user to be in the video group to modify
+  the relevant files in the /sys hierarchy.
+EOF
+}
+


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

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 06:22:19
  Author: anatolik
Revision: 421007

Workaround for bundler v2 vs v1 incompatibility

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 06:20:48 UTC (rev 421006)
+++ PKGBUILD2019-01-08 06:22:19 UTC (rev 421007)
@@ -17,6 +17,10 @@
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
   bundle config build.nokogiri --use-system-libraries
   sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
 }


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

2019-01-07 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 8, 2019 @ 06:20:48
  Author: eschwartz
Revision: 421006

archrelease: copy trunk to community-any

Added:
  fanficfare/repos/community-any/PKGBUILD
(from rev 421005, fanficfare/trunk/PKGBUILD)
  fanficfare/repos/community-any/changelog.txt
(from rev 421005, fanficfare/trunk/changelog.txt)
Deleted:
  fanficfare/repos/community-any/PKGBUILD
  fanficfare/repos/community-any/changelog.txt

---+
 PKGBUILD  |   50 +-
 changelog.txt |   81 
 2 files changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 06:20:32 UTC (rev 421005)
+++ PKGBUILD2019-01-08 06:20:48 UTC (rev 421006)
@@ -1,25 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="A tool for downloading fanfiction to eBook formats"
-arch=('any')
-url="https://github.com/JimmXinu/${_pkgname};
-license=('Apache')
-changelog=changelog.txt
-depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
- 'python-html2text')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d3fa306f94b34870f3812cb65276ee0876cf9831b355934baa7108154fdbe6b5')
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py build
-}
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: fanficfare/repos/community-any/PKGBUILD (from rev 421005, 
fanficfare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 06:20:48 UTC (rev 421006)
@@ -0,0 +1,25 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="A tool for downloading fanfiction to eBook formats"
+arch=('any')
+url="https://github.com/JimmXinu/${_pkgname};
+license=('Apache')
+changelog=changelog.txt
+depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
+ 'python-html2text')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('495e0126b93d77e8f24290fb64e536f3e2cbc84e31419e4313efdf28537601d1')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}

Deleted: changelog.txt
===
--- changelog.txt   2019-01-08 06:20:32 UTC (rev 421005)
+++ changelog.txt   2019-01-08 06:20:48 UTC (rev 421006)
@@ -1,40 +0,0 @@
-Version 3.3.0 - 18 Dec 2018
-- Accept archiveofourown.com for archiveofourown.org. archiveofourown.org
-  remains the 'canonical' domain.
-- Update translations
-- Workaround for adapter_hentaifoundrycom bad dateUpdated value.
-- New Site: www.hentai-foundry.com - Stories only.
-- Improve recursion-proofing of replace_metadata for performance and duplicate
-  lines.
-- Don't cache file: URLs. Option --save-cache can mask changes to _filelist
-  files while debugging.
-- Don't sleep when fetching file: URLs.
-- Remove defunct site www.artemis-fowl.com
-- Remove defunct site asr3.slashzone.org
-- Remove defunct site tolkienfanfiction.com
-- Remove defunct site fanfiction.tenhawkpresents.com
-- Remove defunct site unknowableroom.org
-- Remove defunct site mujaji.net
-- Update adapter_harrypotterfanfictioncom for site change.
-- Change for adapter_storiesonlinenet for 'Full Access' stories.
-- base_xenforoforum_adapter - Fix for buggy threadmarks on SV thread 46020.
-
-Version 3.2.0 - 17 Nov 2018
-- Add background_color ini verbiage and check before image conversion.
-- Add feature for manually editing plugin settings JSON. Only shown in debug
-  mode.
-- Plugin Reject list changes: show numbers, edit title/author, save rejects as
-  data.
-- Refactor busy_cursor, busy cursor around saving rejects & settings, bump
-  copyright years.
-- Add verbiage to [www.asianfanfics.com] about site censoring words when not
-  logged in.
-- Detect 'fake' 404 page (with HTTP 200) for adapter_royalroadcom
-- Fix for adapter_wuxiaworldco for Python3.
-- Added volumes to chapter titles adapter_wuxiaworldco - thanks Rikkitp
-- Fix adapter_wuxiaworldco description decomposition, remove outdated testing
-  `raise` from `configurable.py` - Thanks, Rikkitp
-- Fix for adapter_wuxiaworldcom site change.
-- Minor improvement to adapter_asianfanficscom logging.
-- Update for adapter_storiesonlinenet(& finestories) for login change.
-- adapter_fanfiktionde login doesn't use ssl.fanfiktion.de anymore.

Copied: fanficfare/repos/community-any/changelog.txt (from rev 421005, 
fanficfare/trunk/changelog.txt)

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

2019-01-07 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 8, 2019 @ 06:20:32
  Author: eschwartz
Revision: 421005

upgpkg: fanficfare 3.4.0-1

upstream release

Modified:
  fanficfare/trunk/PKGBUILD
  fanficfare/trunk/changelog.txt

---+
 PKGBUILD  |4 ++--
 changelog.txt |   41 +
 2 files changed, 23 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 04:05:45 UTC (rev 421004)
+++ PKGBUILD2019-01-08 06:20:32 UTC (rev 421005)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.3.0
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
  'python-html2text')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d3fa306f94b34870f3812cb65276ee0876cf9831b355934baa7108154fdbe6b5')
+sha256sums=('495e0126b93d77e8f24290fb64e536f3e2cbc84e31419e4313efdf28537601d1')
 
 build() {
 cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===
--- changelog.txt   2019-01-08 04:05:45 UTC (rev 421004)
+++ changelog.txt   2019-01-08 06:20:32 UTC (rev 421005)
@@ -1,3 +1,24 @@
+Version 3.4.0 - 07 Jan 2019
+- Fix defaults.ini add_to_titlepage_entries for hentai-foundry.com
+- Fix metadata parsing for adapter_siyecouk
+- Fix adapter_whoficcom for site changes.
+- Update translations.
+- Fix AO3 logout url used to detect when already logged in.
+- Add conditionals_use_lists(default:true) setting for replace_metadata &
+  Include/Exclude metadata conditionals. Might change existing behavior for 
some
+  users.
+- Remove outdated comment.
+- Allow ==, !=, =~ and !~ in replace_metadata conditionals like
+  in/exclude_metadata.
+- Additional metadata edit recursion proofing.
+- Allow animated gifs through Calibre Image proc -- need to remove gif.py
+  later.
+- Update some comments in adapter_archiveofourownorg
+- Additional fix for AO3 login site changes.
+- Fix for AO3 login site changes.
+- Add bookmarkprivate and bookmarkrec site-specific metadata to
+  adapter_archiveofourownorg
+
 Version 3.3.0 - 18 Dec 2018
 - Accept archiveofourown.com for archiveofourown.org. archiveofourown.org
   remains the 'canonical' domain.
@@ -18,23 +39,3 @@
 - Update adapter_harrypotterfanfictioncom for site change.
 - Change for adapter_storiesonlinenet for 'Full Access' stories.
 - base_xenforoforum_adapter - Fix for buggy threadmarks on SV thread 46020.
-
-Version 3.2.0 - 17 Nov 2018
-- Add background_color ini verbiage and check before image conversion.
-- Add feature for manually editing plugin settings JSON. Only shown in debug
-  mode.
-- Plugin Reject list changes: show numbers, edit title/author, save rejects as
-  data.
-- Refactor busy_cursor, busy cursor around saving rejects & settings, bump
-  copyright years.
-- Add verbiage to [www.asianfanfics.com] about site censoring words when not
-  logged in.
-- Detect 'fake' 404 page (with HTTP 200) for adapter_royalroadcom
-- Fix for adapter_wuxiaworldco for Python3.
-- Added volumes to chapter titles adapter_wuxiaworldco - thanks Rikkitp
-- Fix adapter_wuxiaworldco description decomposition, remove outdated testing
-  `raise` from `configurable.py` - Thanks, Rikkitp
-- Fix for adapter_wuxiaworldcom site change.
-- Minor improvement to adapter_asianfanficscom logging.
-- Update for adapter_storiesonlinenet(& finestories) for login change.
-- adapter_fanfiktionde login doesn't use ssl.fanfiktion.de anymore.


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

2019-01-07 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 8, 2019 @ 04:05:26
  Author: eschwartz
Revision: 421003

upgpkg: firefox-extension-https-everywhere 2019.1.7-1

upstream release

Modified:
  firefox-extension-https-everywhere/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 01:00:23 UTC (rev 421002)
+++ PKGBUILD2019-01-08 04:05:26 UTC (rev 421003)
@@ -3,7 +3,7 @@
 
 _pkgname=https-everywhere
 pkgname=firefox-extension-${_pkgname}
-pkgver=2018.10.31
+pkgver=2019.1.7
 pkgrel=1
 pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
 arch=('any')
@@ -14,7 +14,7 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('dcc243d80e76e8fdd747ac652b098a481affdd7ea528d9147de021a73bf40912'
+sha256sums=('7fd27ee54fa5eb446db6b2d50492e743b2168c3983603b2c4092cbd6a668c017'
 'SKIP')
 validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

   'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 



[arch-commits] Commit in firefox-extension-https-everywhere/repos/community-any (2 files)

2019-01-07 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 8, 2019 @ 04:05:45
  Author: eschwartz
Revision: 421004

archrelease: copy trunk to community-any

Added:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD
(from rev 421003, firefox-extension-https-everywhere/trunk/PKGBUILD)
Deleted:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 04:05:26 UTC (rev 421003)
+++ PKGBUILD2019-01-08 04:05:45 UTC (rev 421004)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=https-everywhere
-pkgname=firefox-extension-${_pkgname}
-pkgver=2018.10.31
-pkgrel=1
-pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
-arch=('any')
-url="https://www.eff.org/https-everywhere;
-license=('GPL2')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('dcc243d80e76e8fdd747ac652b098a481affdd7ea528d9147de021a73bf40912'
-'SKIP')
-validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

-  'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  depends=("firefox")
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-https-everywhere/repos/community-any/PKGBUILD (from 
rev 421003, firefox-extension-https-everywhere/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 04:05:45 UTC (rev 421004)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=https-everywhere
+pkgname=firefox-extension-${_pkgname}
+pkgver=2019.1.7
+pkgrel=1
+pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
+arch=('any')
+url="https://www.eff.org/https-everywhere;
+license=('GPL2')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('7fd27ee54fa5eb446db6b2d50492e743b2168c3983603b2c4092cbd6a668c017'
+'SKIP')
+validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

+  'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2019-01-07 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 8, 2019 @ 03:00:49
  Author: bisson
Revision: 343100

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 343099, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 03:00:22 UTC (rev 343099)
+++ PKGBUILD2019-01-08 03:00:49 UTC (rev 343100)
@@ -1,45 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.11.1
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('705141013662e53b78e49ed545360281f30a09ddda908f4de733277a60b1db05'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --with-curses=/usr \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 343099, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 03:00:49 UTC (rev 343100)
@@ -0,0 +1,45 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.11.2
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('da5cd4c39f228914d3933d8cf3a017c8271fdd9b9d81c6e4fc42ad22e1a28723'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2019-01-07 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 8, 2019 @ 03:00:22
  Author: bisson
Revision: 343099

upstream update

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 02:16:27 UTC (rev 343098)
+++ PKGBUILD2019-01-08 03:00:22 UTC (rev 343099)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -13,7 +13,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('705141013662e53b78e49ed545360281f30a09ddda908f4de733277a60b1db05'
+sha256sums=('da5cd4c39f228914d3933d8cf3a017c8271fdd9b9d81c6e4fc42ad22e1a28723'
 'SKIP')
 
 build() {


[arch-commits] Commit in rubygems/repos/staging-any (PKGBUILD PKGBUILD gemrc gemrc)

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 02:16:27
  Author: anatolik
Revision: 343098

archrelease: copy trunk to staging-any

Added:
  rubygems/repos/staging-any/PKGBUILD
(from rev 343097, rubygems/trunk/PKGBUILD)
  rubygems/repos/staging-any/gemrc
(from rev 343097, rubygems/trunk/gemrc)
Deleted:
  rubygems/repos/staging-any/PKGBUILD
  rubygems/repos/staging-any/gemrc

--+
 PKGBUILD |   76 ++---
 gemrc|   10 
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 02:15:59 UTC (rev 343097)
+++ PKGBUILD2019-01-08 02:16:27 UTC (rev 343098)
@@ -1,38 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=rubygems
-pkgdesc='Package management framework for Ruby'
-pkgver=2.7.7
-pkgrel=3
-arch=(any)
-url='https://rubygems.org/'
-license=(MIT)
-# To avoid circular dependency with ruby, move it to makedepends
-makedepends=(ruby)
-backup=(etc/gemrc)
-checkdepends=(rake)
-source=(rubygems-$pkgver.zip::https://github.com/rubygems/rubygems/archive/v${pkgver}.zip
-gemrc)
-sha512sums=('4b57e7939946f1a6ff1eb7ee57be09cc17416c1bdf7c1936091627307fbce07ba5009c4cb754e809d9748c3b828575e64865307699160feae92f270c197db43c'
-
'8cafd14d414ee3c16aa94f79072bc6c100262f925dc1300e785846c3faffc1356b8e2223af5684e3340c55032d41231179ffa948bb12e01dbae0f4131911')
-
-check() {
-  cd rubygems-${pkgver}
-
-  # disable as it requires a bund of ruby dependencies
-  #rake test
-}
-
-package() {
-  depends+=(ruby)
-  cd rubygems-${pkgver}
-
-  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
-
-  local rubyver=$(ruby --version | sed -r 's|^ruby 
([[:digit:]]+\.[[:digit:]]+\.).*$|\1|')0
-
-  install -d "${pkgdir}/usr/lib/ruby/${rubyver}/"
-  install -D -m755 bin/gem "${pkgdir}/usr/bin/gem"
-  cp -r lib/* "${pkgdir}/usr/lib/ruby/${rubyver}/"
-  install -D -m644 MIT.txt "${pkgdir}/usr/share/licenses/rubygems/MIT.txt"
-}

Copied: rubygems/repos/staging-any/PKGBUILD (from rev 343097, 
rubygems/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 02:16:27 UTC (rev 343098)
@@ -0,0 +1,38 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=rubygems
+pkgdesc='Package management framework for Ruby'
+pkgver=3.0.2
+pkgrel=2
+arch=(any)
+url='https://rubygems.org/'
+license=(MIT)
+# To avoid circular dependency with ruby, move it to makedepends
+makedepends=(ruby)
+backup=(etc/gemrc)
+checkdepends=(rake)
+source=(rubygems-$pkgver.zip::https://github.com/rubygems/rubygems/archive/v${pkgver}.zip
+gemrc)
+sha512sums=('8e233d28707927e4a9c729d51f1f85899aae0d8c4ff524eaeba5bdfec23ff1278df058220449a0acd159d5ba9a99f6df28ed7a852e1911a66e435557f4809454'
+
'8cafd14d414ee3c16aa94f79072bc6c100262f925dc1300e785846c3faffc1356b8e2223af5684e3340c55032d41231179ffa948bb12e01dbae0f4131911')
+
+check() {
+  cd rubygems-${pkgver}
+
+  # disable as it requires a bund of ruby dependencies
+  #rake test
+}
+
+package() {
+  depends+=(ruby)
+  cd rubygems-${pkgver}
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  local rubyver=$(ruby --version | sed -r 's|^ruby 
([[:digit:]]+\.[[:digit:]]+\.).*$|\1|')0
+
+  install -d "${pkgdir}/usr/lib/ruby/${rubyver}/"
+  install -D -m755 bin/gem "${pkgdir}/usr/bin/gem"
+  cp -r lib/* "${pkgdir}/usr/lib/ruby/${rubyver}/"
+  install -D -m644 MIT.txt "${pkgdir}/usr/share/licenses/rubygems/MIT.txt"
+}

Deleted: gemrc
===
--- gemrc   2019-01-08 02:15:59 UTC (rev 343097)
+++ gemrc   2019-01-08 02:16:27 UTC (rev 343098)
@@ -1,5 +0,0 @@
-# Read about the gemrc format at 
http://guides.rubygems.org/command-reference/#gem-environment
-
-# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
-#pacman installed gems and gem installed gems
-gem: --user-install

Copied: rubygems/repos/staging-any/gemrc (from rev 343097, rubygems/trunk/gemrc)
===
--- gemrc   (rev 0)
+++ gemrc   2019-01-08 02:16:27 UTC (rev 343098)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at 
http://guides.rubygems.org/command-reference/#gem-environment
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install


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

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 02:15:59
  Author: anatolik
Revision: 343097

ruby 2.6 rebuild

Modified:
  rubygems/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 02:13:34 UTC (rev 343096)
+++ PKGBUILD2019-01-08 02:15:59 UTC (rev 343097)
@@ -3,7 +3,7 @@
 pkgname=rubygems
 pkgdesc='Package management framework for Ruby'
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 arch=(any)
 url='https://rubygems.org/'
 license=(MIT)


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

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 02:13:34
  Author: anatolik
Revision: 343096

archrelease: copy trunk to testing-any

Added:
  rubygems/repos/testing-any/
  rubygems/repos/testing-any/PKGBUILD
(from rev 343095, rubygems/trunk/PKGBUILD)
  rubygems/repos/testing-any/gemrc
(from rev 343095, rubygems/trunk/gemrc)

--+
 PKGBUILD |   38 ++
 gemrc|5 +
 2 files changed, 43 insertions(+)

Copied: rubygems/repos/testing-any/PKGBUILD (from rev 343095, 
rubygems/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-01-08 02:13:34 UTC (rev 343096)
@@ -0,0 +1,38 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=rubygems
+pkgdesc='Package management framework for Ruby'
+pkgver=3.0.2
+pkgrel=1
+arch=(any)
+url='https://rubygems.org/'
+license=(MIT)
+# To avoid circular dependency with ruby, move it to makedepends
+makedepends=(ruby)
+backup=(etc/gemrc)
+checkdepends=(rake)
+source=(rubygems-$pkgver.zip::https://github.com/rubygems/rubygems/archive/v${pkgver}.zip
+gemrc)
+sha512sums=('8e233d28707927e4a9c729d51f1f85899aae0d8c4ff524eaeba5bdfec23ff1278df058220449a0acd159d5ba9a99f6df28ed7a852e1911a66e435557f4809454'
+
'8cafd14d414ee3c16aa94f79072bc6c100262f925dc1300e785846c3faffc1356b8e2223af5684e3340c55032d41231179ffa948bb12e01dbae0f4131911')
+
+check() {
+  cd rubygems-${pkgver}
+
+  # disable as it requires a bund of ruby dependencies
+  #rake test
+}
+
+package() {
+  depends+=(ruby)
+  cd rubygems-${pkgver}
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  local rubyver=$(ruby --version | sed -r 's|^ruby 
([[:digit:]]+\.[[:digit:]]+\.).*$|\1|')0
+
+  install -d "${pkgdir}/usr/lib/ruby/${rubyver}/"
+  install -D -m755 bin/gem "${pkgdir}/usr/bin/gem"
+  cp -r lib/* "${pkgdir}/usr/lib/ruby/${rubyver}/"
+  install -D -m644 MIT.txt "${pkgdir}/usr/share/licenses/rubygems/MIT.txt"
+}

Copied: rubygems/repos/testing-any/gemrc (from rev 343095, rubygems/trunk/gemrc)
===
--- testing-any/gemrc   (rev 0)
+++ testing-any/gemrc   2019-01-08 02:13:34 UTC (rev 343096)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at 
http://guides.rubygems.org/command-reference/#gem-environment
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install


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

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 02:13:09
  Author: anatolik
Revision: 343095

upgpkg: rubygems 3.0.2-1

Modified:
  rubygems/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 01:22:49 UTC (rev 343094)
+++ PKGBUILD2019-01-08 02:13:09 UTC (rev 343095)
@@ -2,8 +2,8 @@
 
 pkgname=rubygems
 pkgdesc='Package management framework for Ruby'
-pkgver=2.7.7
-pkgrel=3
+pkgver=3.0.2
+pkgrel=1
 arch=(any)
 url='https://rubygems.org/'
 license=(MIT)
@@ -13,7 +13,7 @@
 checkdepends=(rake)
 
source=(rubygems-$pkgver.zip::https://github.com/rubygems/rubygems/archive/v${pkgver}.zip
 gemrc)
-sha512sums=('4b57e7939946f1a6ff1eb7ee57be09cc17416c1bdf7c1936091627307fbce07ba5009c4cb754e809d9748c3b828575e64865307699160feae92f270c197db43c'
+sha512sums=('8e233d28707927e4a9c729d51f1f85899aae0d8c4ff524eaeba5bdfec23ff1278df058220449a0acd159d5ba9a99f6df28ed7a852e1911a66e435557f4809454'
 
'8cafd14d414ee3c16aa94f79072bc6c100262f925dc1300e785846c3faffc1356b8e2223af5684e3340c55032d41231179ffa948bb12e01dbae0f4131911')
 
 check() {


[arch-commits] Commit in systemd/repos/testing-x86_64 (40 files)

2019-01-07 Thread Dave Reisner via arch-commits
Date: Tuesday, January 8, 2019 @ 01:22:49
  Author: dreisner
Revision: 343094

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 343093, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 343093, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 343093, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 343093, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 343093, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 343093, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 343093, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 343093, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-binfmt.hook
(from rev 343093, systemd/trunk/systemd-binfmt.hook)
  systemd/repos/testing-x86_64/systemd-catalog.hook
(from rev 343093, systemd/trunk/systemd-catalog.hook)
  systemd/repos/testing-x86_64/systemd-daemon-reload.hook
(from rev 343093, systemd/trunk/systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 343093, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 343093, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysctl.hook
(from rev 343093, systemd/trunk/systemd-sysctl.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 343093, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 343093, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-udev-reload.hook
(from rev 343093, systemd/trunk/systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 343093, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 343093, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 343093, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-binfmt.hook
  systemd/repos/testing-x86_64/systemd-catalog.hook
  systemd/repos/testing-x86_64/systemd-daemon-reload.hook
  systemd/repos/testing-x86_64/systemd-hook
  systemd/repos/testing-x86_64/systemd-hwdb.hook
  systemd/repos/testing-x86_64/systemd-sysctl.hook
  systemd/repos/testing-x86_64/systemd-sysusers.hook
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/systemd-udev-reload.hook
  systemd/repos/testing-x86_64/systemd-update.hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

+
 0001-Use-Arch-Linux-device-access-groups.patch |  150 ++---
 PKGBUILD   |  580 +++
 arch.conf  |   14 
 initcpio-hook-udev |   44 -
 initcpio-install-systemd   |  404 
 initcpio-install-udev  |   58 +-
 loader.conf|2 
 systemd-binfmt.hook|   20 
 systemd-catalog.hook   |   22 
 systemd-daemon-reload.hook |   22 
 systemd-hook   |   64 +-
 systemd-hwdb.hook  |   22 
 systemd-sysctl.hook|   20 
 systemd-sysusers.hook  |   20 
 systemd-tmpfiles.hook  |   20 
 systemd-udev-reload.hook   |   22 
 systemd-update.hook|   22 
 systemd-user.pam   |   10 
 systemd.install|  198 +++
 19 files changed, 857 insertions(+), 857 deletions(-)

Deleted: 0001-Use-Arch-Linux-device-access-groups.patch
===
--- 0001-Use-Arch-Linux-device-access-groups.patch  2019-01-08 01:21:47 UTC 
(rev 343093)
+++ 0001-Use-Arch-Linux-device-access-groups.patch  2019-01-08 01:22:49 UTC 
(rev 343094)
@@ -1,75 +0,0 @@
-From 34e4b4953cb99642e9144d97823edf32b06ffe93 Mon Sep 17 00:00:00 2001
-Message-Id: 

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

2019-01-07 Thread Dave Reisner via arch-commits
Date: Tuesday, January 8, 2019 @ 01:21:47
  Author: dreisner
Revision: 343093

upgpkg: systemd 240.0-3

- Force default locale of C -- this isn't strictly needed until 241, but I'll
  probably forget by then.
- backport official fixes for reverting removal of DBUS_SESSION_BUS_ADDRESS

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 23:43:22 UTC (rev 343092)
+++ PKGBUILD2019-01-08 01:21:47 UTC (rev 343093)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='1742aae2aa8cd33897250d6fcfbe10928e43eb2f'
 pkgver=240.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -77,13 +77,13 @@
 
   # https://github.com/systemd/systemd/issues/11259
   '8ca9e92c742602b8bcd431001e6f5b78c28c184f'
+
+  # https://github.com/systemd/systemd/issues/11293
+  '00efd4988b8e4a147f96337de32e54925640f0b7'
+  '69bd76f2b90cd00c1596b2e2c05845a4d9596fd2'
 )
 
 _reverts=(
-  # Lots of things still expect to find the session bus through environment.
-  # This will likely end up being reverted upstream in systemd.
-  # https://github.com/systemd/systemd/issues/11293
-  '2b2b7228bffef626fe8e9f131095995f3d50ee3b'
 )
 
 prepare() {
@@ -139,8 +139,8 @@
 -Dlz4=true
 
 -Ddbuspolicydir=/usr/share/dbus-1/system.d
-# TODO(dreisner): consider changing this to unified
 -Ddefault-hierarchy=hybrid
+-Ddefault-locale=C
 -Ddefault-kill-user-processes=false
 -Dfallback-hostname='archlinux'
 -Dntp-servers="${_timeservers[*]}"


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

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

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 00:59:23 UTC (rev 421001)
+++ PKGBUILD2019-01-08 01:00:23 UTC (rev 421002)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Artem Vorotnikov 
-
-_gemname=ffi
-pkgname=ruby-$_gemname
-pkgver=1.9.25
-pkgrel=2
-pkgdesc='Ruby FFI'
-arch=('x86_64')
-url='http://wiki.github.com/ffi/ffi'
-license=('BSD')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=($_gemname-$pkgver.gem)
-sha512sums=('c27e3cac623f001014ff1c81133eb27af7cd14239031c37ec3477f16ae77c6b81a64d253c946e445494909536cfea901dce2c3392d7e9f532544f3329d27a752')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ruby-ffi/repos/community-staging-x86_64/PKGBUILD (from rev 421001, 
ruby-ffi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 01:00:23 UTC (rev 421002)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Artem Vorotnikov 
+
+_gemname=ffi
+pkgname=ruby-$_gemname
+pkgver=1.10.0
+pkgrel=2
+pkgdesc='Ruby FFI'
+arch=('x86_64')
+url='http://wiki.github.com/ffi/ffi'
+license=('BSD')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=($_gemname-$pkgver.gem)
+sha512sums=('7bdb52c9912c976379fa50e86bc6cb2551c236b59f7610d864ab37a5357a231ed9b44c45941d8be68038e6e84542005b808045ed8da0e9e07de4428100f3bf1b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in ruby-ffi/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 00:59:23
  Author: anatolik
Revision: 421001

archrelease: copy trunk to staging-x86_64

Added:
  ruby-ffi/repos/staging-x86_64/
  ruby-ffi/repos/staging-x86_64/PKGBUILD
(from rev 421000, ruby-ffi/trunk/PKGBUILD)

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

Copied: ruby-ffi/repos/staging-x86_64/PKGBUILD (from rev 421000, 
ruby-ffi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-08 00:59:23 UTC (rev 421001)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Artem Vorotnikov 
+
+_gemname=ffi
+pkgname=ruby-$_gemname
+pkgver=1.10.0
+pkgrel=2
+pkgdesc='Ruby FFI'
+arch=('x86_64')
+url='http://wiki.github.com/ffi/ffi'
+license=('BSD')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=($_gemname-$pkgver.gem)
+sha512sums=('7bdb52c9912c976379fa50e86bc6cb2551c236b59f7610d864ab37a5357a231ed9b44c45941d8be68038e6e84542005b808045ed8da0e9e07de4428100f3bf1b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 8, 2019 @ 00:58:55
  Author: anatolik
Revision: 421000

ruby 2.6 rebuild

Modified:
  ruby-ffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 00:20:37 UTC (rev 420999)
+++ PKGBUILD2019-01-08 00:58:55 UTC (rev 421000)
@@ -5,7 +5,7 @@
 _gemname=ffi
 pkgname=ruby-$_gemname
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Ruby FFI'
 arch=('x86_64')
 url='http://wiki.github.com/ffi/ffi'


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

2019-01-07 Thread Dan Printzell via arch-commits
Date: Tuesday, January 8, 2019 @ 00:20:37
  Author: wild
Revision: 420999

archrelease: copy trunk to community-x86_64

Added:
  dtools/repos/community-x86_64/PKGBUILD
(from rev 420998, dtools/trunk/PKGBUILD)
  dtools/repos/community-x86_64/autodetect.diff
(from rev 420998, dtools/trunk/autodetect.diff)
Deleted:
  dtools/repos/community-x86_64/PKGBUILD
  dtools/repos/community-x86_64/autodetect.diff

-+
 PKGBUILD|  112 +++---
 autodetect.diff |   94 ++---
 2 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 00:20:24 UTC (rev 420998)
+++ PKGBUILD2019-01-08 00:20:37 UTC (rev 420999)
@@ -1,56 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Mihails Strasunse 
-
-pkgname=dtools
-pkgver=2.083.1
-pkgrel=1
-# Build date format is "mmm dd "
-_builddate="Dec 12 2018"
-pkgdesc="Ancilliary tools for the D programming language"
-license=('Boost')
-groups=('dlang')
-arch=('x86_64')
-url="http://www.dlang.org;
-makedepends=('dmd' 'libphobos')
-depends=('curl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;
-'http://www.boost.org/LICENSE_1_0.txt'
-'autodetect.diff')
-sha512sums=('a5019507eb505188d64a7504deb9bde9637ddc7c49b8aed38dbc167fb0df81a4854363e5af6a21e10735833c872128861d4edc691565b8763e0cfa7f82a4d5c2'
-
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
-
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
-
-build() {
-DMD=dmd
-
-# Add $LDFLAGS and $CXXFLAGS to the compilation
-_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ 
-L=/g")
-
-cd tools-$pkgver
-
-   sed -i "s/__DATE__/\"$_builddate\"/" rdmd.d
-
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd $_linkflags rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $_linkflags $tool.d
-done
-}
-
-package() {
-cd tools-$pkgver
-
-mkdir -p $pkgdir/usr/bin
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-done
-
-cd $pkgdir
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-ln -s dtools-ddemangle usr/bin/ddemangle
-
-install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}

Copied: dtools/repos/community-x86_64/PKGBUILD (from rev 420998, 
dtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 00:20:37 UTC (rev 420999)
@@ -0,0 +1,56 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Mihails Strasunse 
+
+pkgname=dtools
+pkgver=2.084.0
+pkgrel=1
+# Build date format is "mmm dd "
+_builddate="Jan 08 2019"
+pkgdesc="Ancilliary tools for the D programming language"
+license=('Boost')
+groups=('dlang')
+arch=('x86_64')
+url="http://www.dlang.org;
+makedepends=('dmd' 'libphobos')
+depends=('curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;
+'http://www.boost.org/LICENSE_1_0.txt'
+'autodetect.diff')
+sha512sums=('a2f0d48f63d3af162415445ce967e64fe8abf0f8ce4b06b094bdb9bf55dc866c4561bd7a9dd6419e6829cf7e4fdbd3e8b2c71c3b6b9dfc9cb27be72aff68029b'
+
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
+
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
+
+build() {
+DMD=dmd
+
+# Add $LDFLAGS and $CXXFLAGS to the compilation
+_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ 
-L=/g")
+
+cd tools-$pkgver
+
+   sed -i "s/__DATE__/\"$_builddate\"/" rdmd.d
+
+# rdmd is used to build others
+$DMD -od. -ofdtools-rdmd $_linkflags rdmd.d
+
+for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
+./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $_linkflags $tool.d
+done
+}
+
+package() {
+cd tools-$pkgver
+
+mkdir -p $pkgdir/usr/bin
+for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
+install -m755 -t $pkgdir/usr/bin $pkgname-$tool
+done
+
+cd $pkgdir
+ln -s dtools-rdmd usr/bin/rdmd
+ln -s dtools-dustmite usr/bin/dustmite
+ln -s dtools-ddemangle usr/bin/ddemangle
+
+install -Dm644 

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

2019-01-07 Thread Dan Printzell via arch-commits
Date: Tuesday, January 8, 2019 @ 00:20:24
  Author: wild
Revision: 420998

upgpkg: dtools 2.084.0-1

Updated to 2.084.0

Modified:
  dtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 00:17:29 UTC (rev 420997)
+++ PKGBUILD2019-01-08 00:20:24 UTC (rev 420998)
@@ -6,7 +6,7 @@
 pkgver=2.084.0
 pkgrel=1
 # Build date format is "mmm dd "
-_builddate="Dec 12 2018"
+_builddate="Jan 08 2019"
 pkgdesc="Ancilliary tools for the D programming language"
 license=('Boost')
 groups=('dlang')


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

2019-01-07 Thread Dan Printzell via arch-commits
Date: Tuesday, January 8, 2019 @ 00:17:29
  Author: wild
Revision: 420997

upgpkg: dtools 2.084.0-1

Updated to 2.084.0

Modified:
  dtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-08 00:17:11 UTC (rev 420996)
+++ PKGBUILD2019-01-08 00:17:29 UTC (rev 420997)
@@ -3,7 +3,7 @@
 # Contributor: Mihails Strasunse 
 
 pkgname=dtools
-pkgver=2.083.1
+pkgver=2.084.0
 pkgrel=1
 # Build date format is "mmm dd "
 _builddate="Dec 12 2018"
@@ -17,7 +17,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;
 'http://www.boost.org/LICENSE_1_0.txt'
 'autodetect.diff')
-sha512sums=('a5019507eb505188d64a7504deb9bde9637ddc7c49b8aed38dbc167fb0df81a4854363e5af6a21e10735833c872128861d4edc691565b8763e0cfa7f82a4d5c2'
+sha512sums=('a2f0d48f63d3af162415445ce967e64fe8abf0f8ce4b06b094bdb9bf55dc866c4561bd7a9dd6419e6829cf7e4fdbd3e8b2c71c3b6b9dfc9cb27be72aff68029b'
 
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
 
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
 


[arch-commits] Commit in dmd/repos/community-x86_64 (6 files)

2019-01-07 Thread Dan Printzell via arch-commits
Date: Tuesday, January 8, 2019 @ 00:17:11
  Author: wild
Revision: 420996

archrelease: copy trunk to community-x86_64

Added:
  dmd/repos/community-x86_64/PKGBUILD
(from rev 420995, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd-doc.desktop
(from rev 420995, dmd/trunk/dmd-doc.desktop)
  dmd/repos/community-x86_64/dmd.conf
(from rev 420995, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/dmd-doc.desktop
  dmd/repos/community-x86_64/dmd.conf

-+
 PKGBUILD|  272 +++---
 dmd-doc.desktop |   14 +-
 dmd.conf|   10 -
 3 files changed, 148 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 00:16:53 UTC (rev 420995)
+++ PKGBUILD2019-01-08 00:17:11 UTC (rev 420996)
@@ -1,136 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'dmd-docs' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.083.1
-pkgrel=1
-epoch=1
-arch=('x86_64')
-url="http://www.dlang.org;
-makedepends=('git' 'ldc' 'strip-nondeterminism')
-source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver;
-"git+https://github.com/dlang/druntime.git#tag=v$pkgver;
-"git+https://github.com/dlang/phobos.git#tag=v$pkgver;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz.sig;
-"dmd.conf"
-"dmd-doc.desktop")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'33245ed0330aced2bdf5fe58b0dc1487c8417bd3192e584080d93282fe879afe'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
-'19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
-validpgpkeys=('AFC7DB45693D62BB472BF27BAB8FE924C2F7E724') # Martin Nowak 

-noextract=("dmd.$pkgver.linux.tar.xz")
-
-prepare() {
-# We only want to extract the docs & samples, not the prebuild executables
-tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
-
-# Make sure the version is not -dirty
-sed -i "s/git describe --dirty 2>\/dev\/null || //" "$srcdir"/dmd/config.sh
-
-# Add $LDFLAGS and $CXXFLAGS to the compilation
-# '-link-defaultlib-shared=false' statically links dmd to liblphobos
-_linkflags=$(echo -ne $LDFLAGS | cut -d\" -f2 | tail -c+4 | sed "s/,/ 
-L=/g")
-
-sed -i "/^CXXFLAGS :=/ a $CXXFLAGS " "$srcdir"/dmd/src/posix.mak
-sed -i "/^DFLAGS=/ a override DFLAGS += -link-defaultlib-shared=false 
$_linkflags" "$srcdir"/dmd/src/posix.mak
-sed -i "/^DFLAGS=/ a override DFLAGS += $_linkflags" 
"$srcdir"/druntime/posix.mak
-sed -i "/^DFLAGS=/ a override DFLAGS += $_linkflags" 
"$srcdir"/phobos/posix.mak
-}
-
-build() {
-cd "$srcdir"/dmd
-make -f posix.mak BUILD=release ENABLE_RELEASE=1 PIC=1 ENABLE_LTO=1 
HOST_DMD=ldmd2
-
-cd "$srcdir"/druntime
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release ENABLE_RELEASE=1 PIC=1
-
-cd "$srcdir"/phobos
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release ENABLE_RELEASE=1 PIC=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'gcc-multilib: to cross-compile 32-bit applications'
-'dmd-docs: documentation and sample code for D'
-)
-provides=("d-compiler=$pkgver")
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-install -Dm755 "$srcdir"/dmd/generated/linux/release/*/dmd 
"$pkgdir"/usr/bin/dmd
-
-mkdir -p "$pkgdir"/etc
-install -Dm644 "$srcdir"/dmd.conf "$pkgdir"/etc/dmd.conf
-
-mkdir -p "$pkgdir"/usr/share/man/man1
-mkdir -p "$pkgdir"/usr/share/man/man5
-cp -r docs/man/man1/* "$pkgdir"/usr/share/man/man1/
-cp -r docs/man/man5/* "$pkgdir"/usr/share/man/man5/
-
-install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-find "$pkgdir"/usr -type f | xargs chmod 0644
-chmod 755 "$pkgdir"/usr/bin/*
-}
-
-package_dmd-docs() {
-pkgdesc="Documentation and sample code for D programming language"
-depends=('dmd')
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-mkdir -p "$pkgdir"/usr/share/applications
-install -Dm644 "$srcdir"/dmd-doc.desktop 
"$pkgdir"/usr/share/applications/dmd-doc.desktop
-
-mkdir -p "$pkgdir"/usr/share/d/samples/
-cp -r samples/* "$pkgdir"/usr/share/d/samples/
-
-mkdir -p 

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

2019-01-07 Thread Dan Printzell via arch-commits
Date: Tuesday, January 8, 2019 @ 00:16:53
  Author: wild
Revision: 420995

upgpkg: dmd 1:2.084.0-1

Updated to 2.084.0

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 23:57:46 UTC (rev 420994)
+++ PKGBUILD2019-01-08 00:16:53 UTC (rev 420995)
@@ -11,7 +11,7 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.083.1
+pkgver=2.084.0
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -27,7 +27,7 @@
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'33245ed0330aced2bdf5fe58b0dc1487c8417bd3192e584080d93282fe879afe'
+'f8a7a6a92fcc572f205883210dac81cf5089d7a4248fb96af000573c9c4b3e67'
 'SKIP'
 '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
 '19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
@@ -39,7 +39,7 @@
 tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
 
 # Make sure the version is not -dirty
-sed -i "s/git describe --dirty 2>\/dev\/null || //" "$srcdir"/dmd/config.sh
+sed -i "s/result.status == 0/false/" "$srcdir"/dmd/config.d
 
 # Add $LDFLAGS and $CXXFLAGS to the compilation
 # '-link-defaultlib-shared=false' statically links dmd to liblphobos


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

2019-01-07 Thread Dan Printzell via arch-commits
Date: Monday, January 7, 2019 @ 23:57:46
  Author: wild
Revision: 420994

archrelease: copy trunk to community-x86_64

Added:
  tilix/repos/community-x86_64/PKGBUILD
(from rev 420993, tilix/trunk/PKGBUILD)
Deleted:
  tilix/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 23:57:36 UTC (rev 420993)
+++ PKGBUILD2019-01-07 23:57:46 UTC (rev 420994)
@@ -1,41 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: dsboger 
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgname=tilix
-pkgver=1.8.5
-pkgrel=4
-pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
-arch=('x86_64')
-url="https://github.com/gnunn1/tilix;
-license=('MPL')
-depends=('libx11' 'gtkd' 'vte3' 'dconf' 'gsettings-desktop-schemas')
-makedepends=('ldc' 'po4a')
-optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
-'libsecret: for the password manager')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b4fd4624a39b19c612199ffb56b5d617afbbab8995a4c0da66ef80ed193c616f')
-
-prepare() {
-cd "$pkgname-$pkgver"
-
-./autogen.sh
-}
-
-build() {
-cd "$pkgname-$pkgver"
-
-./configure \
---prefix=/usr \
-PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
-DC='ldmd' \
-DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace 
-L='"\"$LDFLAGS\""
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}
-

Copied: tilix/repos/community-x86_64/PKGBUILD (from rev 420993, 
tilix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 23:57:46 UTC (rev 420994)
@@ -0,0 +1,41 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: dsboger 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname=tilix
+pkgver=1.8.9
+pkgrel=1
+pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
+arch=('x86_64')
+url="https://github.com/gnunn1/tilix;
+license=('MPL')
+depends=('libx11' 'gtkd' 'vte3' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('ldc' 'po4a')
+optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
+'libsecret: for the password manager')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('0cee8a42a0537bb235005a63030af0839eb8351e8a2ca287de153d1dcc561332')
+
+prepare() {
+cd "$pkgname-$pkgver"
+
+./autogen.sh
+}
+
+build() {
+cd "$pkgname-$pkgver"
+
+./configure \
+--prefix=/usr \
+PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
+DC='ldmd' \
+DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace 
-L='"\"$LDFLAGS\""
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}
+


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

2019-01-07 Thread Dan Printzell via arch-commits
Date: Monday, January 7, 2019 @ 23:57:22
  Author: wild
Revision: 420991

upgpkg: gtkd 3.8.5-1

Updated to 3.8.5

Modified:
  gtkd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 23:52:08 UTC (rev 420990)
+++ PKGBUILD2019-01-07 23:57:22 UTC (rev 420991)
@@ -5,8 +5,8 @@
 # Contributorr: dsboger 
 
 pkgname=gtkd
-pkgver=3.8.4
-pkgrel=2
+pkgver=3.8.5
+pkgrel=1
 pkgdesc='D bindings for GTK+ and related libraries.'
 arch=('x86_64')
 url='http://gtkd.org/'
@@ -15,7 +15,7 @@
 makedepends=('ldc')
 optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
 source=("https://github.com/gtkd-developers/GtkD/archive/v${pkgver}.tar.gz;)
-sha512sums=('2b8ad49a6579a333b563176ded484e0709c4dd84010d100dea71564ff845da9978d239e4dd5429e85b9d4e3553670d84ec0e48ec00605370ab80004ce9d66119')
+sha512sums=('b75f8cb46de371a1f0ea344f0471b89667f84581e318daa30333a4646c132fe5431e58b9d31a2cfc789ddfc50d0cf9dc8d8a7e349823392c15a2eae5cecc88d1')
 
 build() {
 cd ${srcdir}/GtkD-${pkgver}


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

2019-01-07 Thread Dan Printzell via arch-commits
Date: Monday, January 7, 2019 @ 23:57:36
  Author: wild
Revision: 420993

upgpkg: tilix 1.8.9-1

Updated to 1.8.9

Modified:
  tilix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 23:57:32 UTC (rev 420992)
+++ PKGBUILD2019-01-07 23:57:36 UTC (rev 420993)
@@ -4,8 +4,8 @@
 # Contributor: Carl George < arch at cgtx dot us >
 
 pkgname=tilix
-pkgver=1.8.5
-pkgrel=4
+pkgver=1.8.9
+pkgrel=1
 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
 arch=('x86_64')
 url="https://github.com/gnunn1/tilix;
@@ -15,7 +15,7 @@
 optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
 'libsecret: for the password manager')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b4fd4624a39b19c612199ffb56b5d617afbbab8995a4c0da66ef80ed193c616f')
+sha256sums=('0cee8a42a0537bb235005a63030af0839eb8351e8a2ca287de153d1dcc561332')
 
 prepare() {
 cd "$pkgname-$pkgver"


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

2019-01-07 Thread Dan Printzell via arch-commits
Date: Monday, January 7, 2019 @ 23:57:32
  Author: wild
Revision: 420992

archrelease: copy trunk to community-x86_64

Added:
  gtkd/repos/community-x86_64/PKGBUILD
(from rev 420991, gtkd/trunk/PKGBUILD)
Deleted:
  gtkd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 23:57:22 UTC (rev 420991)
+++ PKGBUILD2019-01-07 23:57:32 UTC (rev 420992)
@@ -1,39 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Severen Redwood 
-# Contributor: Robert Welin 
-# Contributorr: dsboger 
-
-pkgname=gtkd
-pkgver=3.8.4
-pkgrel=2
-pkgdesc='D bindings for GTK+ and related libraries.'
-arch=('x86_64')
-url='http://gtkd.org/'
-license=('LGPL')
-depends=('liblphobos' 'gtk3')
-makedepends=('ldc')
-optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
-source=("https://github.com/gtkd-developers/GtkD/archive/v${pkgver}.tar.gz;)
-sha512sums=('2b8ad49a6579a333b563176ded484e0709c4dd84010d100dea71564ff845da9978d239e4dd5429e85b9d4e3553670d84ec0e48ec00605370ab80004ce9d66119')
-
-build() {
-cd ${srcdir}/GtkD-${pkgver}
-
-make \
-DC='ldc' \
-LDFLAGS="-L=\"$LDFLAGS\"" \
-libdir='lib/' \
-shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
-}
-
-package() {
-cd ${srcdir}/GtkD-${pkgver}
-
-make \
-prefix='/usr' \
-libdir='lib/' \
-DESTDIR="${pkgdir}/" \
-install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
-}
-

Copied: gtkd/repos/community-x86_64/PKGBUILD (from rev 420991, 
gtkd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 23:57:32 UTC (rev 420992)
@@ -0,0 +1,39 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Severen Redwood 
+# Contributor: Robert Welin 
+# Contributorr: dsboger 
+
+pkgname=gtkd
+pkgver=3.8.5
+pkgrel=1
+pkgdesc='D bindings for GTK+ and related libraries.'
+arch=('x86_64')
+url='http://gtkd.org/'
+license=('LGPL')
+depends=('liblphobos' 'gtk3')
+makedepends=('ldc')
+optdepends=('pango' 'atk' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'vte3' 
'libpeas')
+source=("https://github.com/gtkd-developers/GtkD/archive/v${pkgver}.tar.gz;)
+sha512sums=('b75f8cb46de371a1f0ea344f0471b89667f84581e318daa30333a4646c132fe5431e58b9d31a2cfc789ddfc50d0cf9dc8d8a7e349823392c15a2eae5cecc88d1')
+
+build() {
+cd ${srcdir}/GtkD-${pkgver}
+
+make \
+DC='ldc' \
+LDFLAGS="-L=\"$LDFLAGS\"" \
+libdir='lib/' \
+shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
+}
+
+package() {
+cd ${srcdir}/GtkD-${pkgver}
+
+make \
+prefix='/usr' \
+libdir='lib/' \
+DESTDIR="${pkgdir}/" \
+install-{shared,headers}-{gtkd,gtkdgl,gtkdsv,gstreamer,vte,peas}
+}
+


[arch-commits] Commit in physlock/trunk (.SRCINFO PKGBUILD physlock.pam)

2019-01-07 Thread Ivy Foster via arch-commits
Date: Monday, January 7, 2019 @ 23:51:44
  Author: escondida
Revision: 420989

upgpkg: physlock 11-4

bump to 11-4, add pam module to avoid regression with pambase-20190101

Added:
  physlock/trunk/physlock.pam
Modified:
  physlock/trunk/PKGBUILD
Deleted:
  physlock/trunk/.SRCINFO

--+
 .SRCINFO |   13 -
 PKGBUILD |   14 +++---
 physlock.pam |5 +
 3 files changed, 16 insertions(+), 16 deletions(-)

Deleted: .SRCINFO
===
--- .SRCINFO2019-01-07 23:42:24 UTC (rev 420988)
+++ .SRCINFO2019-01-07 23:51:44 UTC (rev 420989)
@@ -1,13 +0,0 @@
-pkgbase = physlock
-   pkgdesc = Lightweight Linux console locking tool
-   pkgver = 11
-   pkgrel = 2
-   url = https://github.com/muennich/physlock
-   arch = x86_64
-   license = GPL2
-   depends = pam
-   source = 
physlock-11.tar.gz::https://github.com/muennich/physlock/archive/v11.tar.gz
-   sha256sums = 
f03031a6f4c6a08d62098457834d04b8835082a76609059451397356a83d4442
-
-pkgname = physlock
-

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 23:42:24 UTC (rev 420988)
+++ PKGBUILD2019-01-07 23:51:44 UTC (rev 420989)
@@ -3,7 +3,7 @@
 
 pkgname=physlock
 pkgver=11
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight Linux console locking tool'
 url='https://github.com/muennich/physlock'
 license=(GPL2)
@@ -12,9 +12,16 @@
 optdepends=('xss-lock: lock screen on suspend or after inactivity')
 
 arch=(x86_64)
-source=("physlock-$pkgver.tar.gz::https://github.com/muennich/physlock/archive/v$pkgver.tar.gz;)
+# physlock.pam: see 
https://bugs.archlinux.org/index.php?do=details_id=61300
+source=(
+   
"physlock-$pkgver.tar.gz::https://github.com/muennich/physlock/archive/v$pkgver.tar.gz;
+   physlock.pam
+)
 # sha256sums provided by packager; grains of salt advised
-sha256sums=(f03031a6f4c6a08d62098457834d04b8835082a76609059451397356a83d4442)
+sha256sums=(
+   f03031a6f4c6a08d62098457834d04b8835082a76609059451397356a83d4442
+   de66118684a2ecec18017dd96e50a489f30465510250c007ced16f81fb542ba5
+)
 
 build() {
make PREFIX=/usr -C "physlock-$pkgver"
@@ -21,5 +28,6 @@
 }
 
 package() {
+   install -D -m 644 physlock.pam "$pkgdir/etc/pam.d/physlock"
make PREFIX=/usr "DESTDIR=$pkgdir" -C "physlock-$pkgver" install
 }

Added: physlock.pam
===
--- physlock.pam(rev 0)
+++ physlock.pam2019-01-07 23:51:44 UTC (rev 420989)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so


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

2019-01-07 Thread Ivy Foster via arch-commits
Date: Monday, January 7, 2019 @ 23:52:08
  Author: escondida
Revision: 420990

archrelease: copy trunk to community-x86_64

Added:
  physlock/repos/community-x86_64/PKGBUILD
(from rev 420989, physlock/trunk/PKGBUILD)
  physlock/repos/community-x86_64/physlock.pam
(from rev 420989, physlock/trunk/physlock.pam)
Deleted:
  physlock/repos/community-x86_64/.SRCINFO
  physlock/repos/community-x86_64/PKGBUILD

--+
 .SRCINFO |   13 
 PKGBUILD |   58 -
 physlock.pam |5 
 3 files changed, 38 insertions(+), 38 deletions(-)

Deleted: .SRCINFO
===
--- .SRCINFO2019-01-07 23:51:44 UTC (rev 420989)
+++ .SRCINFO2019-01-07 23:52:08 UTC (rev 420990)
@@ -1,13 +0,0 @@
-pkgbase = physlock
-   pkgdesc = Lightweight Linux console locking tool
-   pkgver = 11
-   pkgrel = 2
-   url = https://github.com/muennich/physlock
-   arch = x86_64
-   license = GPL2
-   depends = pam
-   source = 
physlock-11.tar.gz::https://github.com/muennich/physlock/archive/v11.tar.gz
-   sha256sums = 
f03031a6f4c6a08d62098457834d04b8835082a76609059451397356a83d4442
-
-pkgname = physlock
-

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 23:51:44 UTC (rev 420989)
+++ PKGBUILD2019-01-07 23:52:08 UTC (rev 420990)
@@ -1,25 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=physlock
-pkgver=11
-pkgrel=3
-pkgdesc='Lightweight Linux console locking tool'
-url='https://github.com/muennich/physlock'
-license=(GPL2)
-
-depends=(pam)
-optdepends=('xss-lock: lock screen on suspend or after inactivity')
-
-arch=(x86_64)
-source=("physlock-$pkgver.tar.gz::https://github.com/muennich/physlock/archive/v$pkgver.tar.gz;)
-# sha256sums provided by packager; grains of salt advised
-sha256sums=(f03031a6f4c6a08d62098457834d04b8835082a76609059451397356a83d4442)
-
-build() {
-   make PREFIX=/usr -C "physlock-$pkgver"
-}
-
-package() {
-   make PREFIX=/usr "DESTDIR=$pkgdir" -C "physlock-$pkgver" install
-}

Copied: physlock/repos/community-x86_64/PKGBUILD (from rev 420989, 
physlock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 23:52:08 UTC (rev 420990)
@@ -0,0 +1,33 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=physlock
+pkgver=11
+pkgrel=4
+pkgdesc='Lightweight Linux console locking tool'
+url='https://github.com/muennich/physlock'
+license=(GPL2)
+
+depends=(pam)
+optdepends=('xss-lock: lock screen on suspend or after inactivity')
+
+arch=(x86_64)
+# physlock.pam: see 
https://bugs.archlinux.org/index.php?do=details_id=61300
+source=(
+   
"physlock-$pkgver.tar.gz::https://github.com/muennich/physlock/archive/v$pkgver.tar.gz;
+   physlock.pam
+)
+# sha256sums provided by packager; grains of salt advised
+sha256sums=(
+   f03031a6f4c6a08d62098457834d04b8835082a76609059451397356a83d4442
+   de66118684a2ecec18017dd96e50a489f30465510250c007ced16f81fb542ba5
+)
+
+build() {
+   make PREFIX=/usr -C "physlock-$pkgver"
+}
+
+package() {
+   install -D -m 644 physlock.pam "$pkgdir/etc/pam.d/physlock"
+   make PREFIX=/usr "DESTDIR=$pkgdir" -C "physlock-$pkgver" install
+}

Copied: physlock/repos/community-x86_64/physlock.pam (from rev 420989, 
physlock/trunk/physlock.pam)
===
--- physlock.pam(rev 0)
+++ physlock.pam2019-01-07 23:52:08 UTC (rev 420990)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+accountrequiredpam_unix.so
+password   requiredpam_unix.so
+sessionrequiredpam_unix.so


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

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Monday, January 7, 2019 @ 23:43:22
  Author: anatolik
Revision: 343092

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  178 ++---
 1 file changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 23:42:52 UTC (rev 343091)
+++ PKGBUILD2019-01-07 23:43:22 UTC (rev 343092)
@@ -1,89 +0,0 @@
-# Contributor: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=(ruby ruby-docs)
-pkgver=2.6.0
-pkgrel=2
-arch=(x86_64)
-url='http://www.ruby-lang.org/en/'
-license=(BSD custom)
-makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
-options=(!emptydirs)
-source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('c56eaf85ef7b79deb34ee4590b143c07f4fc83eb79775290761aee5a7c63374659613538a41f25706ed6e19e49d5c67a1014c24d17f29948294c7abd0b0fcea8')
-
-prepare() {
-  cd ruby-${pkgver}
-  # remove bundled gems, we are going to ship them as separate packages
-  rm -rf gems/
-}
-
-build() {
-  cd ruby-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sharedstatedir=/var/lib \
---libexecdir=/usr/lib/ruby \
---enable-shared \
---disable-rpath \
---with-dbm-type=gdbm_compat
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver}
-
-  make test
-}
-
-package_ruby() {
-  pkgdesc='An object-oriented language for quick and easy programming'
-  depends=(gdbm openssl libffi libyaml gmp zlib rubygems)
-  optdepends=(
-  'ruby-docs: Ruby documentation'
-  'tk: for Ruby/TK'
-  )
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-
-  rubyver=${pkgver:0:3}.0
-
-  # remove rubygems as it shipped as a separate package
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{rubygems,rubygems.rb}
-  rm "${pkgdir}"/usr/bin/gem
-
-  # remove bundler as it shipped as a separate package
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{bundler,bundler.rb}
-  rm "${pkgdir}"/usr/bin/{bundle,bundler}
-  rm 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/bundler-*.gemspec
-  rm "${pkgdir}"/usr/share/man/man1/{bundle,bundle-*}.1
-
-  # remove bundled rdoc gem
-  # we are doing it here instead of prepare() because rdoc used doring Ruby 
build process
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/rdoc/
-  rm "${pkgdir}"/usr/bin/{rdoc,ri}
-  rm -r "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/gems/*
-  rm 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/rdoc-*.gemspec
-}
-
-package_ruby-docs() {
-  pkgdesc='Documentation files for ruby'
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-doc install-capi
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
-}

Copied: ruby/repos/staging-x86_64/PKGBUILD (from rev 343091, 
ruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 23:43:22 UTC (rev 343092)
@@ -0,0 +1,89 @@
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=(ruby ruby-docs)
+pkgver=2.6.0
+pkgrel=3
+arch=(x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('c56eaf85ef7b79deb34ee4590b143c07f4fc83eb79775290761aee5a7c63374659613538a41f25706ed6e19e49d5c67a1014c24d17f29948294c7abd0b0fcea8')
+
+prepare() {
+  cd ruby-${pkgver}
+  # remove bundled gems, we are going to ship them as separate packages
+  rm -rf gems/
+}
+
+build() {
+  cd ruby-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=(gdbm openssl libffi libyaml gmp zlib rubygems)
+  optdepends=(
+  'ruby-docs: Ruby documentation'
+  'tk: for Ruby/TK'
+  )
+
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+

[arch-commits] Commit in (4 files)

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Monday, January 7, 2019 @ 23:42:24
  Author: anatolik
Revision: 420988

ruby-irb: starting from ruby 2.6.0 irb moved to a separate gem

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

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

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


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


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

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Monday, January 7, 2019 @ 23:42:52
  Author: anatolik
Revision: 343091

upgpkg: ruby 2.6.0-3

irb moved to a separate gem ruby-irb

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 23:03:53 UTC (rev 343090)
+++ PKGBUILD2019-01-07 23:42:52 UTC (rev 343091)
@@ -5,7 +5,7 @@
 
 pkgname=(ruby ruby-docs)
 pkgver=2.6.0
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='http://www.ruby-lang.org/en/'
 license=(BSD custom)
@@ -67,12 +67,12 @@
   rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{bundler,bundler.rb}
   rm "${pkgdir}"/usr/bin/{bundle,bundler}
   rm 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/bundler-*.gemspec
-  rm "${pkgdir}"/usr/share/man/man1/{bundle,bundle-*}.1
+  rm "${pkgdir}"/usr/share/man/man1/{bundle,bundle-*,irb}.1
 
   # remove bundled rdoc gem
   # we are doing it here instead of prepare() because rdoc used doring Ruby 
build process
   rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/rdoc/
-  rm "${pkgdir}"/usr/bin/{rdoc,ri}
+  rm "${pkgdir}"/usr/bin/{rdoc,ri,irb}
   rm -r "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/gems/*
   rm 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/rdoc-*.gemspec
 }


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

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 22:11:51
  Author: anthraxx
Revision: 420987

archrelease: copy trunk to community-x86_64

Added:
  mediaelch/repos/community-x86_64/PKGBUILD
(from rev 420986, mediaelch/trunk/PKGBUILD)
Deleted:
  mediaelch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 22:11:45 UTC (rev 420986)
+++ PKGBUILD2019-01-07 22:11:51 UTC (rev 420987)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Matt Harrison 
-
-pkgname=mediaelch
-pkgver=2.4.2
-pkgrel=4
-pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos 
for Kodi'
-url='http://www.mediaelch.de/'
-arch=('x86_64')
-license=('LGPL3')
-depends=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Komet/MediaElch/archive/v${pkgver}.tar.gz)
-sha256sums=('a57f910a96cc9ff2cc7aa3295802d3e8cf8c53f3a62592e8d3e14c325b64915f')
-sha512sums=('1c43189e0ad0565ec651cd765d9b80cad863ba1627a84dd745c85a9271b0374beaf4da5f36f804d7c50d3c95931aa0353dbc51e738ed5d57a3275b7e8cc5b7da')
-
-build() {
-  cd MediaElch-${pkgver}
-  qmake
-  make
-}
-
-package() {
-  cd MediaElch-${pkgver}
-  make INSTALL_ROOT="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: mediaelch/repos/community-x86_64/PKGBUILD (from rev 420986, 
mediaelch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 22:11:51 UTC (rev 420987)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Matt Harrison 
+
+pkgname=mediaelch
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos 
for Kodi'
+url='http://www.mediaelch.de/'
+arch=('x86_64')
+license=('LGPL3')
+depends=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script' 
'quazip')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Komet/MediaElch/archive/v${pkgver}.tar.gz)
+sha256sums=('b296770b3f8ad63a1ad9fb56436f4c4dfcfe334493543f9aefe66dd75120eb20')
+sha512sums=('842803ea34065a6fa792c3fc6a098de6977801eff1df9b4e293834cb02991bd71d962f88b975a84028802be4cfd2810ca4c397f5f40d57fe4bd5516d1d668f58')
+
+prepare() {
+  cd MediaElch-${pkgver}
+  sed 's|quazip/quazip/|quazip5/|g' -i src/*/*.cpp src/*/*.h
+}
+
+build() {
+  cd MediaElch-${pkgver}
+  qmake
+  make SUBLIBS="-lquazip5"
+}
+
+package() {
+  cd MediaElch-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 22:11:45
  Author: anthraxx
Revision: 420986

upgpkg: mediaelch 2.6.0-1

Modified:
  mediaelch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 21:34:34 UTC (rev 420985)
+++ PKGBUILD2019-01-07 22:11:45 UTC (rev 420986)
@@ -2,21 +2,26 @@
 # Contributor: Matt Harrison 
 
 pkgname=mediaelch
-pkgver=2.4.2
-pkgrel=4
+pkgver=2.6.0
+pkgrel=1
 pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos 
for Kodi'
 url='http://www.mediaelch.de/'
 arch=('x86_64')
 license=('LGPL3')
-depends=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script')
+depends=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script' 
'quazip')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Komet/MediaElch/archive/v${pkgver}.tar.gz)
-sha256sums=('a57f910a96cc9ff2cc7aa3295802d3e8cf8c53f3a62592e8d3e14c325b64915f')
-sha512sums=('1c43189e0ad0565ec651cd765d9b80cad863ba1627a84dd745c85a9271b0374beaf4da5f36f804d7c50d3c95931aa0353dbc51e738ed5d57a3275b7e8cc5b7da')
+sha256sums=('b296770b3f8ad63a1ad9fb56436f4c4dfcfe334493543f9aefe66dd75120eb20')
+sha512sums=('842803ea34065a6fa792c3fc6a098de6977801eff1df9b4e293834cb02991bd71d962f88b975a84028802be4cfd2810ca4c397f5f40d57fe4bd5516d1d668f58')
 
+prepare() {
+  cd MediaElch-${pkgver}
+  sed 's|quazip/quazip/|quazip5/|g' -i src/*/*.cpp src/*/*.h
+}
+
 build() {
   cd MediaElch-${pkgver}
   qmake
-  make
+  make SUBLIBS="-lquazip5"
 }
 
 package() {


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 21:34:34
  Author: felixonmars
Revision: 420985

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 21:34:16 UTC (rev 420984)
+++ PKGBUILD2019-01-07 21:34:34 UTC (rev 420985)
@@ -1,66 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-pytest
-pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.0.2
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="http://pytest.org/;
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
- 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
- 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
- 'python2-funcsigs' 'python2-pathlib2')
-checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
-  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
-  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('231c2cd61cf91d8239c8c02b4e6ec6012ca8752d8438f516cc8f0add564f5e3b5a5c971d9067b086c2327dd079d5290f05fca3456223af6915742e9ff8e55597')
-
-prepare() {
-  cp -a pytest-$pkgver{,-py2}
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pytest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
-
-  cd "$srcdir"/pytest-$pkgver
-  PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
-
-  cd "$srcdir"/pytest-$pkgver-py2
-  PYTHONPATH="$PWD"/build/lib python2 src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
-}
-
-package_python-pytest() {
-  depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
-   'python-atomicwrites')
-
-  cd pytest-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest() {
-  depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs'
-   'python2-more-itertools' 'python2-atomicwrites' 'python2-funcsigs' 
'python2-pathlib2')
-
-  cd pytest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/py.test{,2}
-  mv "$pkgdir"/usr/bin/pytest{,2}
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 420984, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 21:34:34 UTC (rev 420985)
@@ -0,0 +1,66 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-pytest
+pkgname=('python-pytest' 'python2-pytest')
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="http://pytest.org/;
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-pluggy'
+ 'python2-pluggy' 'python-attrs' 'python2-attrs' 
'python-more-itertools'
+ 'python2-more-itertools' 'python-atomicwrites' 
'python2-atomicwrites'
+ 'python2-funcsigs' 'python2-pathlib2')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-tox'
+  'python2-tox' 'python-yaml' 'python2-yaml' 'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
+  'python2-requests' 'python-hypothesis' 'python2-hypothesis')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('bb83ccad71d8fc210edfe8536f7edeee93988d9cb3f36a52ec47377569cd551eada20148518c77cdf39686fee4ca2580c765c82fc988bbdfa9733a259546837d')
+
+prepare() {
+  cp -a pytest-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
+
+  cd "$srcdir"/pytest-$pkgver
+  

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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 21:34:16
  Author: felixonmars
Revision: 420984

upgpkg: python-pytest 4.1.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 21:29:01 UTC (rev 420983)
+++ PKGBUILD2019-01-07 21:34:16 UTC (rev 420984)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.0.2
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 
'python-requests'
   'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('231c2cd61cf91d8239c8c02b4e6ec6012ca8752d8438f516cc8f0add564f5e3b5a5c971d9067b086c2327dd079d5290f05fca3456223af6915742e9ff8e55597')
+sha512sums=('bb83ccad71d8fc210edfe8536f7edeee93988d9cb3f36a52ec47377569cd551eada20148518c77cdf39686fee4ca2580c765c82fc988bbdfa9733a259546837d')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}


[arch-commits] Commit in memcached/repos/testing-x86_64 (8 files)

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 21:30:43
  Author: anthraxx
Revision: 343089

archrelease: copy trunk to testing-x86_64

Added:
  memcached/repos/testing-x86_64/PKGBUILD
(from rev 343088, memcached/trunk/PKGBUILD)
  memcached/repos/testing-x86_64/memcached.service.patch
(from rev 343088, memcached/trunk/memcached.service.patch)
  memcached/repos/testing-x86_64/memcached.sysusers
(from rev 343088, memcached/trunk/memcached.sysusers)
  memcached/repos/testing-x86_64/memcached.tmpfiles
(from rev 343088, memcached/trunk/memcached.tmpfiles)
Deleted:
  memcached/repos/testing-x86_64/PKGBUILD
  memcached/repos/testing-x86_64/memcached.service.patch
  memcached/repos/testing-x86_64/memcached.sysusers
  memcached/repos/testing-x86_64/memcached.tmpfiles

-+
 PKGBUILD|  116 +--
 memcached.service.patch |  150 +++---
 memcached.sysusers  |2 
 memcached.tmpfiles  |2 
 4 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 21:30:37 UTC (rev 343088)
+++ PKGBUILD2019-01-07 21:30:43 UTC (rev 343089)
@@ -1,58 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dan McGee 
-# Contributor: Michael Irwin <6d6...@gmail.com>
-
-pkgname=memcached
-pkgver=1.5.12
-pkgrel=1
-pkgdesc='Distributed memory object caching system'
-url='https://memcached.org/'
-arch=('x86_64')
-license=('GPL')
-depends=('libevent' 'libseccomp')
-optdepends=('perl: for memcached-tool usage')
-source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
-memcached.service.patch
-memcached.tmpfiles
-memcached.sysusers)
-sha256sums=('c02f97d5685617b209fbe25f3464317b234d765b427d254c2413410a5c095b29'
-'303375f1245db0f3bf82faa6cb935639d8194c760fec45f105eecaaec22436a5'
-'c4d0ae2218b99a276ff6e0084ae81e66add0ca9347e4bde70e9172db6e44002a'
-'228c4f536f3c9f9eee4e11226ec8846a22d4ba46c2d3bf2811413efcc322609a')
-sha512sums=('95927fcc06e83e46a050dd50c85e50faf41e6d1f6901b757f7a842b7727a596054082a512a3b830729171556e8a995f037d39d991df2198a80a4e61a6efa1fd8'
-
'79b69d3b48ab04ff76607d52de61cfca471edb376d2a08fc2c1b9b259c097d04499d1f326ba06fd058a039de145be475cd3527007dffb2256a0b5c2ea7548a88'
-
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
-
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 < ../memcached.service.patch
-  sed -e 's/^##safer##//g' -i scripts/*.service
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---enable-seccomp
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 755 scripts/memcached-tool -t "${pkgdir}/usr/bin"
-  install -Dm 644 scripts/memcached-tool.1 -t "${pkgdir}/usr/share/man/man1"
-
-  install -Dm 644 scripts/*.service -t "${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 ../memcached.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/memcached.conf"
-  install -Dm 644 ../memcached.sysusers 
"${pkgdir}/usr/lib/sysusers.d/memcached.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: memcached/repos/testing-x86_64/PKGBUILD (from rev 343088, 
memcached/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 21:30:43 UTC (rev 343089)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+# Contributor: Michael Irwin <6d6...@gmail.com>
+
+pkgname=memcached
+pkgver=1.5.12
+pkgrel=2
+pkgdesc='Distributed memory object caching system'
+url='https://memcached.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('libevent' 'libseccomp')
+optdepends=('perl: for memcached-tool usage')
+source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
+memcached.service.patch
+memcached.tmpfiles
+memcached.sysusers)
+sha256sums=('c02f97d5685617b209fbe25f3464317b234d765b427d254c2413410a5c095b29'
+'40f81304f13d12c18986aa45f66ab65ac9886ff3e81548303a02295cce857296'
+'c4d0ae2218b99a276ff6e0084ae81e66add0ca9347e4bde70e9172db6e44002a'
+'228c4f536f3c9f9eee4e11226ec8846a22d4ba46c2d3bf2811413efcc322609a')
+sha512sums=('95927fcc06e83e46a050dd50c85e50faf41e6d1f6901b757f7a842b7727a596054082a512a3b830729171556e8a995f037d39d991df2198a80a4e61a6efa1fd8'
+
'dd21f49062054c601469f9abc9ee39a0f06c604e8805e7bc9bf2cfa65429962f93e7ac67764257c578fc15b1e75394956f350162c99b084c76a6e14d9331f31f'
+

[arch-commits] Commit in memcached/trunk (PKGBUILD memcached.service.patch)

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 21:30:37
  Author: anthraxx
Revision: 343088

upgpkg: memcached 1.5.12-2 (fix word splitting in unit options)

Modified:
  memcached/trunk/PKGBUILD
  memcached/trunk/memcached.service.patch

-+
 PKGBUILD|6 +++---
 memcached.service.patch |8 
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:55:41 UTC (rev 343087)
+++ PKGBUILD2019-01-07 21:30:37 UTC (rev 343088)
@@ -4,7 +4,7 @@
 
 pkgname=memcached
 pkgver=1.5.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Distributed memory object caching system'
 url='https://memcached.org/'
 arch=('x86_64')
@@ -16,11 +16,11 @@
 memcached.tmpfiles
 memcached.sysusers)
 sha256sums=('c02f97d5685617b209fbe25f3464317b234d765b427d254c2413410a5c095b29'
-'303375f1245db0f3bf82faa6cb935639d8194c760fec45f105eecaaec22436a5'
+'40f81304f13d12c18986aa45f66ab65ac9886ff3e81548303a02295cce857296'
 'c4d0ae2218b99a276ff6e0084ae81e66add0ca9347e4bde70e9172db6e44002a'
 '228c4f536f3c9f9eee4e11226ec8846a22d4ba46c2d3bf2811413efcc322609a')
 
sha512sums=('95927fcc06e83e46a050dd50c85e50faf41e6d1f6901b757f7a842b7727a596054082a512a3b830729171556e8a995f037d39d991df2198a80a4e61a6efa1fd8'
-
'79b69d3b48ab04ff76607d52de61cfca471edb376d2a08fc2c1b9b259c097d04499d1f326ba06fd058a039de145be475cd3527007dffb2256a0b5c2ea7548a88'
+
'dd21f49062054c601469f9abc9ee39a0f06c604e8805e7bc9bf2cfa65429962f93e7ac67764257c578fc15b1e75394956f350162c99b084c76a6e14d9331f31f'
 
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
 
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')
 

Modified: memcached.service.patch
===
--- memcached.service.patch 2019-01-07 20:55:41 UTC (rev 343087)
+++ memcached.service.patch 2019-01-07 21:30:37 UTC (rev 343088)
@@ -32,8 +32,8 @@
 +Environment=CACHESIZE=64
 +Environment=MAXCONN=1024
 +Environment=LISTEN="-l 127.0.0.1,::1"
-+Environment=OPTIONS="-o modern -o drop_privileges"
-+ExecStart=/usr/bin/memcached -m ${CACHESIZE} -c ${MAXCONN} ${LISTEN} 
${OPTIONS}
++Environment=OPTIONS="-o modern,drop_privileges"
++ExecStart=/usr/bin/memcached -m ${CACHESIZE} -c ${MAXCONN} $LISTEN $OPTIONS
 +Restart=always
  
  # Set up a new file system namespace and mounts private /tmp and /var/tmp
@@ -64,8 +64,8 @@
 +Environment=CACHESIZE=64
 +Environment=MAXCONN=1024
 +Environment=LISTEN="-l 127.0.0.1,::1"
-+Environment=OPTIONS="-o modern -o drop_privileges"
-+ExecStart=/usr/bin/memcached -p %i -m ${CACHESIZE} -c ${MAXCONN} ${LISTEN} 
${OPTIONS}
++Environment=OPTIONS="-o modern,drop_privileges"
++ExecStart=/usr/bin/memcached -p %i -m ${CACHESIZE} -c ${MAXCONN} $LISTEN 
$OPTIONS
 +Restart=always
  
  # Set up a new file system namespace and mounts private /tmp and /var/tmp


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

2019-01-07 Thread Daniel M. Capella via arch-commits
Date: Monday, January 7, 2019 @ 21:29:01
  Author: polyzen
Revision: 420983

Require Cargo.lock is up to date

Modified:
  skim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:57:53 UTC (rev 420982)
+++ PKGBUILD2019-01-07 21:29:01 UTC (rev 420983)
@@ -15,12 +15,12 @@
 
 build() {
   cd skim-$pkgver
-  cargo build --release
+  cargo build --release --locked
 }
 
 check() {
   cd skim-$pkgver
-  cargo test --release
+  cargo test --release --locked
 }
 
 package() {


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:57:35
  Author: felixonmars
Revision: 420981

upgpkg: debootstrap 1.0.113-1

Modified:
  debootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:56:39 UTC (rev 420980)
+++ PKGBUILD2019-01-07 20:57:35 UTC (rev 420981)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=debootstrap
-pkgver=1.0.112
+pkgver=1.0.113
 pkgrel=1
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('gnupg: check release signatures'
 'debian-archive-keyring: check release signatures for Debian'
 'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('8b7d953d61f7188c38750abd2e559cd7fac60b817f2cf0735e12b06c9d93e6bbb906d9843e656675ce75cdfb7489b9366f747c34a2b6481c8c7b73a80eb7af87'
+sha512sums=('197eae86dacc449a270cebbdc8e3443c790f2e2cd6a891a968c6d46d59564bea9e78c7140294f9b631fbe8efc4d10a7241468035048a1a3678ddbe477159a70b'
 
'56e25f48027f99f7e720859a9e14fe769b1cbd6227c7a7e27e14c2fea88520109342d6e5b127dc34ce8cc40f46941a0c5157ad35cf8ef9b3e4323877a4b32d97')
 
 prepare() {


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:57:53
  Author: felixonmars
Revision: 420982

archrelease: copy trunk to community-any

Added:
  debootstrap/repos/community-any/PKGBUILD
(from rev 420981, debootstrap/trunk/PKGBUILD)
  debootstrap/repos/community-any/arch-detect.patch
(from rev 420981, debootstrap/trunk/arch-detect.patch)
Deleted:
  debootstrap/repos/community-any/PKGBUILD
  debootstrap/repos/community-any/arch-detect.patch

---+
 PKGBUILD  |   72 ++--
 arch-detect.patch |   42 +++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 20:57:35 UTC (rev 420981)
+++ PKGBUILD2019-01-07 20:57:53 UTC (rev 420982)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=debootstrap
-pkgver=1.0.112
-pkgrel=1
-pkgdesc="Bootstrap a basic Debian system"
-arch=('any')
-license=('GPL')
-url="https://tracker.debian.org/pkg/debootstrap;
-depends=('wget' 'binutils')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
-arch-detect.patch)
-optdepends=('gnupg: check release signatures'
-'debian-archive-keyring: check release signatures for Debian'
-'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('8b7d953d61f7188c38750abd2e559cd7fac60b817f2cf0735e12b06c9d93e6bbb906d9843e656675ce75cdfb7489b9366f747c34a2b6481c8c7b73a80eb7af87'
-
'56e25f48027f99f7e720859a9e14fe769b1cbd6227c7a7e27e14c2fea88520109342d6e5b127dc34ce8cc40f46941a0c5157ad35cf8ef9b3e4323877a4b32d97')
-
-prepare() {
-  cd debootstrap-$pkgver
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Debian defaults
-  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
-
-  # Detect Architecture
-  patch -p1 -i ../arch-detect.patch
-}
-
-package() {
-  cd debootstrap-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
-}

Copied: debootstrap/repos/community-any/PKGBUILD (from rev 420981, 
debootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 20:57:53 UTC (rev 420982)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=debootstrap
+pkgver=1.0.113
+pkgrel=1
+pkgdesc="Bootstrap a basic Debian system"
+arch=('any')
+license=('GPL')
+url="https://tracker.debian.org/pkg/debootstrap;
+depends=('wget' 'binutils')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
+arch-detect.patch)
+optdepends=('gnupg: check release signatures'
+'debian-archive-keyring: check release signatures for Debian'
+'ubuntu-keyring: check release signatures for Ubuntu')
+sha512sums=('197eae86dacc449a270cebbdc8e3443c790f2e2cd6a891a968c6d46d59564bea9e78c7140294f9b631fbe8efc4d10a7241468035048a1a3678ddbe477159a70b'
+
'56e25f48027f99f7e720859a9e14fe769b1cbd6227c7a7e27e14c2fea88520109342d6e5b127dc34ce8cc40f46941a0c5157ad35cf8ef9b3e4323877a4b32d97')
+
+prepare() {
+  cd debootstrap-$pkgver
+
+  sed -i 's/sbin/bin/g' Makefile
+
+  # Debian defaults
+  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
+
+  # Detect Architecture
+  patch -p1 -i ../arch-detect.patch
+}
+
+package() {
+  cd debootstrap-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
+}

Deleted: arch-detect.patch
===
--- arch-detect.patch   2019-01-07 20:57:35 UTC (rev 420981)
+++ arch-detect.patch   2019-01-07 20:57:53 UTC (rev 420982)
@@ -1,21 +0,0 @@
-diff --git a/debootstrap b/debootstrap
-index fcdb20f..184900d 100755
 a/debootstrap
-+++ b/debootstrap
-@@ -427,6 +427,16 @@ elif in_path udpkg && \
-   HOST_ARCH=$(/usr/bin/udpkg --print-architecture)
- elif [ -e "$DEBOOTSTRAP_DIR/arch" ]; then
-   HOST_ARCH=$(cat "$DEBOOTSTRAP_DIR/arch")
-+elif in_path pacman; then
-+  # pacman 5.1 will have `pacman-conf Architecture`
-+  CARCH="$(bash -c '. /etc/makepkg.conf && echo $CARCH')"
-+  case "$CARCH" in
-+  "i686")   HOST_ARCH="i386" ;;
-+  "x86_64") HOST_ARCH="amd64" ;;
-+  "armv7h") HOST_ARCH="armhf" ;;
-+  "aarch64") HOST_ARCH="arm64" ;;
-+  *) echo "Unknown architecture: $CARCH" && exit 1
-+  esac
- fi
- HOST_OS="$HOST_ARCH"
- # basic host OS guessing for non-Debian systems

Copied: debootstrap/repos/community-any/arch-detect.patch (from rev 420981, 
debootstrap/trunk/arch-detect.patch)
===
--- arch-detect.patch   (rev 0)
+++ 

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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:56:39
  Author: felixonmars
Revision: 420980

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 20:56:21 UTC (rev 420979)
+++ PKGBUILD2019-01-07 20:56:39 UTC (rev 420980)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-vine
-pkgname=('python-vine' 'python2-vine')
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="Promises, promises, promises"
-arch=('any')
-license=('BSD')
-url="https://github.com/celery/vine;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-case' 
'python2-case')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/vine/archive/v$pkgver.tar.gz;)
-sha512sums=('022aec13ae53abea8e1280c8736c2a08553ec8cdadb420a8166a3aef9f120dab5da1e1cc04569422c96c1f74c76ac1f43d4e1267094b81a250dd08d47dd99d14')
-
-prepare() {
-  cp -a vine-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/vine-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/vine-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/vine-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/vine-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-vine() {
-  depends=('python-case')
-
-  cd vine-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-vine() {
-  depends=('python2-case')
-
-  cd vine-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-vine/repos/community-any/PKGBUILD (from rev 420979, 
python-vine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 20:56:39 UTC (rev 420980)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-vine
+pkgname=('python-vine' 'python2-vine')
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Promises, promises, promises"
+arch=('any')
+license=('BSD')
+url="https://github.com/celery/vine;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-case' 
'python2-case')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/vine/archive/v$pkgver.tar.gz;)
+sha512sums=('7b80d268bac6915ed30f9f25382b2a22534a9a182a88092b651abb94e95ec740aa2465cd13488f16c3636e3ee51b77fdef7f79a8f5a72e93964d3a72d5fe3e3c')
+
+prepare() {
+  cp -a vine-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/vine-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/vine-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/vine-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/vine-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-vine() {
+  depends=('python-case')
+
+  cd vine-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-vine() {
+  depends=('python2-case')
+
+  cd vine-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:56:21
  Author: felixonmars
Revision: 420979

upgpkg: python-vine 1.2.0-1

Modified:
  python-vine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:53:03 UTC (rev 420978)
+++ PKGBUILD2019-01-07 20:56:21 UTC (rev 420979)
@@ -2,8 +2,8 @@
 
 pkgbase=python-vine
 pkgname=('python-vine' 'python2-vine')
-pkgver=1.1.4
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Promises, promises, promises"
 arch=('any')
 license=('BSD')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-case' 
'python2-case')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/vine/archive/v$pkgver.tar.gz;)
-sha512sums=('022aec13ae53abea8e1280c8736c2a08553ec8cdadb420a8166a3aef9f120dab5da1e1cc04569422c96c1f74c76ac1f43d4e1267094b81a250dd08d47dd99d14')
+sha512sums=('7b80d268bac6915ed30f9f25382b2a22534a9a182a88092b651abb94e95ec740aa2465cd13488f16c3636e3ee51b77fdef7f79a8f5a72e93964d3a72d5fe3e3c')
 
 prepare() {
   cp -a vine-$pkgver{,-py2}


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

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 20:55:34
  Author: anthraxx
Revision: 343086

upgpkg: wget 1.20.1-1

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 19:54:46 UTC (rev 343085)
+++ PKGBUILD2019-01-07 20:55:34 UTC (rev 343086)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=wget
-pkgver=1.20
+pkgver=1.20.1
 pkgrel=1
 pkgdesc='Network utility to retrieve files from the Web'
 url='https://www.gnu.org/software/wget/wget.html'
@@ -13,7 +13,7 @@
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
 source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig})
-sha256sums=('b0b80f565ac27f5e56c847431c75b4f8fcb31af9dad2bf5ce947d89651f3681e'
+sha256sums=('0f63e84dd23dc53ab3ab6f483c3afff8301e54c165783f772101cdd9b1c64928'
 'SKIP')
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
   '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6'


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

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 20:55:41
  Author: anthraxx
Revision: 343087

archrelease: copy trunk to extra-x86_64

Added:
  wget/repos/extra-x86_64/PKGBUILD
(from rev 343086, wget/trunk/PKGBUILD)
Deleted:
  wget/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 20:55:34 UTC (rev 343086)
+++ PKGBUILD2019-01-07 20:55:41 UTC (rev 343087)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgname=wget
-pkgver=1.20
-pkgrel=1
-pkgdesc='Network utility to retrieve files from the Web'
-url='https://www.gnu.org/software/wget/wget.html'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'gnutls' 'libidn2' 'libutil-linux' 'libpsl' 'pcre2')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig})
-sha256sums=('b0b80f565ac27f5e56c847431c75b4f8fcb31af9dad2bf5ce947d89651f3681e'
-'SKIP')
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
-  '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6'
-  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cat >> doc/sample.wgetrc <
+# Maintainer: Eric Bélanger 
+
+pkgname=wget
+pkgver=1.20.1
+pkgrel=1
+pkgdesc='Network utility to retrieve files from the Web'
+url='https://www.gnu.org/software/wget/wget.html'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'gnutls' 'libidn2' 'libutil-linux' 'libpsl' 'pcre2')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig})
+sha256sums=('0f63e84dd23dc53ab3ab6f483c3afff8301e54c165783f772101cdd9b1c64928'
+'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
+  '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6'
+  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc <

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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:53:03
  Author: felixonmars
Revision: 420978

archrelease: copy trunk to community-x86_64

Added:
  libsodium/repos/community-x86_64/PKGBUILD
(from rev 420977, libsodium/trunk/PKGBUILD)
Deleted:
  libsodium/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 20:52:30 UTC (rev 420977)
+++ PKGBUILD2019-01-07 20:53:03 UTC (rev 420978)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: namelessjon 
-# Contributor: Alessio Sergi 
-
-pkgname=libsodium
-pkgver=1.0.16
-pkgrel=1
-pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
-arch=('x86_64')
-url="https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-makedepends=('minisign')
-source=("https://download.libsodium.org/libsodium/releases/libsodium-$pkgver.tar.gz"{,.minisig})
-sha512sums=('eab917d599c9c1fe971a6ecf915b9a6476ccec2d46cf23cbfbf06dd3833089b422f192de4d55f17b93362f1251ba8d5ddeb95ced1a422a3a2631b4b82553907f'
-
'5facb6be0c4e8d390f685a1fce506a46e2768e7eae02b3b67ce7a168c6fbcd16c24d8a52fdbf330209bf9598ab8e4043c55a839795a17062b6f7e892d7a68bd6')
-_validminisignkey='RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
-
-prepare() {
-  minisign -Vm $pkgname-$pkgver.tar.gz -P $_validminisignkey
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license
-  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
-  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 420977, 
libsodium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 20:53:03 UTC (rev 420978)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: namelessjon 
+# Contributor: Alessio Sergi 
+
+pkgname=libsodium
+pkgver=1.0.17
+pkgrel=1
+pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
+arch=('x86_64')
+url="https://github.com/jedisct1/libsodium;
+license=('custom:ISC')
+depends=('glibc')
+makedepends=('minisign')
+source=("https://download.libsodium.org/libsodium/releases/libsodium-$pkgver.tar.gz"{,.minisig})
+sha512sums=('7cc9e4f11e656008ce9dff735acea95acbcb91ae4936de4d26f7798093766a77c373e9bd4a7b45b60ef8a11de6c55bc8dcac13bebf8c23c671d0536430501da1'
+
'79f7df0df9a4245db109f286816d8a5ce12172e5fd4b0e2a68ea0a27d4c5c801a1892b6f7576a7327a1ac5133e3f22a8f6ef802ac8065da47b3bd6bdacca9a91')
+_validminisignkey='RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
+
+prepare() {
+  minisign -Vm $pkgname-$pkgver.tar.gz -P $_validminisignkey
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
+  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:52:30
  Author: felixonmars
Revision: 420977

upgpkg: libsodium 1.0.17-1

Modified:
  libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:51:54 UTC (rev 420976)
+++ PKGBUILD2019-01-07 20:52:30 UTC (rev 420977)
@@ -3,7 +3,7 @@
 # Contributor: Alessio Sergi 
 
 pkgname=libsodium
-pkgver=1.0.16
+pkgver=1.0.17
 pkgrel=1
 pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('glibc')
 makedepends=('minisign')
 
source=("https://download.libsodium.org/libsodium/releases/libsodium-$pkgver.tar.gz"{,.minisig})
-sha512sums=('eab917d599c9c1fe971a6ecf915b9a6476ccec2d46cf23cbfbf06dd3833089b422f192de4d55f17b93362f1251ba8d5ddeb95ced1a422a3a2631b4b82553907f'
-
'5facb6be0c4e8d390f685a1fce506a46e2768e7eae02b3b67ce7a168c6fbcd16c24d8a52fdbf330209bf9598ab8e4043c55a839795a17062b6f7e892d7a68bd6')
+sha512sums=('7cc9e4f11e656008ce9dff735acea95acbcb91ae4936de4d26f7798093766a77c373e9bd4a7b45b60ef8a11de6c55bc8dcac13bebf8c23c671d0536430501da1'
+
'79f7df0df9a4245db109f286816d8a5ce12172e5fd4b0e2a68ea0a27d4c5c801a1892b6f7576a7327a1ac5133e3f22a8f6ef802ac8065da47b3bd6bdacca9a91')
 _validminisignkey='RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
 
 prepare() {


[arch-commits] Commit in papirus-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:51:54
  Author: felixonmars
Revision: 420976

archrelease: copy trunk to community-any

Added:
  papirus-icon-theme/repos/community-any/PKGBUILD
(from rev 420975, papirus-icon-theme/trunk/PKGBUILD)
Deleted:
  papirus-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 20:51:35 UTC (rev 420975)
+++ PKGBUILD2019-01-07 20:51:54 UTC (rev 420976)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kitsunyan 
-# Contributor: Grigorii Horos 
-
-pkgname=papirus-icon-theme
-pkgver=20181120
-pkgrel=1
-pkgdesc="Papirus icon theme"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
-license=("LGPL3")
-depends=('gtk-update-icon-cache')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('430290d78a6f564eaab7a7a3a7b8fbe33c9ad14f69915f29b063c77e9452a1885e14d58dc472f347ed07da3fdd995e72528b65c3334bb7ba0e940a3da6e3f7dd')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 420975, 
papirus-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 20:51:54 UTC (rev 420976)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20190106
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('ec9de316c13067e2928c3c9d501b6160c1aeb43dfef0e6a6ee55d3b194383634472bc54b40a662160051375487519346a63518c91f95872af6a16dee8e739b1d')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in papirus-icon-theme/trunk (PKGBUILD)

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:51:35
  Author: felixonmars
Revision: 420975

upgpkg: papirus-icon-theme 20190106-1

Modified:
  papirus-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:51:23 UTC (rev 420974)
+++ PKGBUILD2019-01-07 20:51:35 UTC (rev 420975)
@@ -3,7 +3,7 @@
 # Contributor: Grigorii Horos 
 
 pkgname=papirus-icon-theme
-pkgver=20181120
+pkgver=20190106
 pkgrel=1
 pkgdesc="Papirus icon theme"
 arch=('any')
@@ -11,7 +11,7 @@
 license=("LGPL3")
 depends=('gtk-update-icon-cache')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('430290d78a6f564eaab7a7a3a7b8fbe33c9ad14f69915f29b063c77e9452a1885e14d58dc472f347ed07da3fdd995e72528b65c3334bb7ba0e940a3da6e3f7dd')
+sha512sums=('ec9de316c13067e2928c3c9d501b6160c1aeb43dfef0e6a6ee55d3b194383634472bc54b40a662160051375487519346a63518c91f95872af6a16dee8e739b1d')
 
 package() {
   cd $pkgname-$pkgver


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:51:23
  Author: felixonmars
Revision: 420974

archrelease: copy trunk to community-any

Added:
  pifpaf/repos/community-any/PKGBUILD
(from rev 420973, pifpaf/trunk/PKGBUILD)
Deleted:
  pifpaf/repos/community-any/PKGBUILD

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 20:51:03 UTC (rev 420973)
+++ PKGBUILD2019-01-07 20:51:23 UTC (rev 420974)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=pifpaf
-pkgname=('pifpaf' 'python2-pifpaf')
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-click'
- 'python2-click' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
- 'python-fixtures' 'python2-fixtures' 'python-psutil' 
'python2-psutil'
- 'python-jinja' 'python2-jinja' 'python-xattr' 'python2-xattr')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
-  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('9386ff29283361fdcd9c96d27d1999bdf2054860d9ca9ed996ca4b5627123032a7d6e90445c9453084b482e1eacec621a4825eabaa873c98c28da19f52a9f568')
-
-prepare() {
-  cp -a pifpaf-$pkgver{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
-}
-
-package_pifpaf() {
-  depends=('python-daiquiri' 'python-click' 'python-pbr' 'python-jinja' 
'python-six'
-   'python-fixtures' 'python-psutil' 'python-xattr')
-  provides=("python-pifpaf=$pkgver")
-  conflicts=('python-pifpaf')
-  replaces=('python-pifpaf')
-
-  cd pifpaf-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-click' 'python2-six' 'python2-fixtures' 
'python2-daiquiri'
-   'python2-psutil' 'python2-jinja' 'python2-xattr')
-
-  cd pifpaf-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pifpaf/repos/community-any/PKGBUILD (from rev 420973, 
pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 20:51:23 UTC (rev 420974)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+
+pkgbase=pifpaf
+pkgname=('pifpaf' 'python2-pifpaf')
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-click'
+ 'python2-click' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
+ 'python-fixtures' 'python2-fixtures' 'python-psutil' 
'python2-psutil'
+ 'python-jinja' 'python2-jinja' 'python-xattr' 'python2-xattr')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
+sha512sums=('ca06da6b641eca723e6818c9bd81bd68fb0e1f8687e7ca32e4c7c36439b769f52d23a0e1a14e74b7731c69210d7de2b9ce2f68daf992424d54f4a3c7f0e6877f')
+
+prepare() {
+  cp -a pifpaf-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pifpaf-$pkgver
+  python setup.py build
+
+  cd 

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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:51:03
  Author: felixonmars
Revision: 420973

upgpkg: pifpaf 2.2.2-1

Modified:
  pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:50:04 UTC (rev 420972)
+++ PKGBUILD2019-01-07 20:51:03 UTC (rev 420973)
@@ -2,7 +2,7 @@
 
 pkgbase=pifpaf
 pkgname=('pifpaf' 'python2-pifpaf')
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
@@ -19,7 +19,7 @@
 # 'elasticsearch': test fails
 # 'rabbitmq': test hangs
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('9386ff29283361fdcd9c96d27d1999bdf2054860d9ca9ed996ca4b5627123032a7d6e90445c9453084b482e1eacec621a4825eabaa873c98c28da19f52a9f568')
+sha512sums=('ca06da6b641eca723e6818c9bd81bd68fb0e1f8687e7ca32e4c7c36439b769f52d23a0e1a14e74b7731c69210d7de2b9ce2f68daf992424d54f4a3c7f0e6877f')
 
 prepare() {
   cp -a pifpaf-$pkgver{,-py2}


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

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 20:50:04
  Author: anthraxx
Revision: 420972

archrelease: copy trunk to community-x86_64

Added:
  thc-ipv6/repos/community-x86_64/PKGBUILD
(from rev 420971, thc-ipv6/trunk/PKGBUILD)
Deleted:
  thc-ipv6/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 20:49:57 UTC (rev 420971)
+++ PKGBUILD2019-01-07 20:50:04 UTC (rev 420972)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: henning mueller 
-# Contributor: Ariel Popper 
-# Contributor: mortzu 
-
-pkgname=thc-ipv6
-pkgver=3.4
-pkgrel=1
-pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 
and ICMP6'
-url='https://thc.org/thc-ipv6/'
-arch=('x86_64')
-license=('AGPL3')
-depends=('libpcap' 'openssl' 'libnetfilter_queue')
-source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('26fd3b873f298b7601bbb49ccdb67ef5b8956c8f49bd725291c27415607558afc7e89b20993fe71959498616bad92fa49db72ad2bd59f2b323acb1b89febeea4')
-DLAGENTS=("https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u 
--insecure")
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed 's|CFLAGS=|CFLAGS+=|g' -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 README CHANGES HOWTO-INJECT -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: thc-ipv6/repos/community-x86_64/PKGBUILD (from rev 420971, 
thc-ipv6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 20:50:04 UTC (rev 420972)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: henning mueller 
+# Contributor: Ariel Popper 
+# Contributor: mortzu 
+
+pkgname=thc-ipv6
+pkgver=3.6
+pkgrel=1
+pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 
and ICMP6'
+url='https://github.com/vanhauser-thc/thc-ipv6'
+arch=('x86_64')
+license=('AGPL3')
+depends=('libpcap' 'openssl' 'libnetfilter_queue')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vanhauser-thc/thc-ipv6/archive/v${pkgver}.tar.gz)
+sha512sums=('3ca25b85a6c31450490dc46ec999fff86303b7dfd28edefb8fd2319b794e43d36ed3c289d5ca775ba031055e83174e9927c25f74eed2b4dcfc63d8e04446d0ab')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|CFLAGS=|CFLAGS+=|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 README CHANGES HOWTO-INJECT -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 20:49:57
  Author: anthraxx
Revision: 420971

upgpkg: thc-ipv6 3.6-1

Modified:
  thc-ipv6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:43:59 UTC (rev 420970)
+++ PKGBUILD2019-01-07 20:49:57 UTC (rev 420971)
@@ -4,16 +4,15 @@
 # Contributor: mortzu 
 
 pkgname=thc-ipv6
-pkgver=3.4
+pkgver=3.6
 pkgrel=1
 pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 
and ICMP6'
-url='https://thc.org/thc-ipv6/'
+url='https://github.com/vanhauser-thc/thc-ipv6'
 arch=('x86_64')
 license=('AGPL3')
 depends=('libpcap' 'openssl' 'libnetfilter_queue')
-source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('26fd3b873f298b7601bbb49ccdb67ef5b8956c8f49bd725291c27415607558afc7e89b20993fe71959498616bad92fa49db72ad2bd59f2b323acb1b89febeea4')
-DLAGENTS=("https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u 
--insecure")
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vanhauser-thc/thc-ipv6/archive/v${pkgver}.tar.gz)
+sha512sums=('3ca25b85a6c31450490dc46ec999fff86303b7dfd28edefb8fd2319b794e43d36ed3c289d5ca775ba031055e83174e9927c25f74eed2b4dcfc63d8e04446d0ab')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:43:40
  Author: felixonmars
Revision: 420969

upgpkg: python-peewee 3.8.1-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:41:05 UTC (rev 420968)
+++ PKGBUILD2019-01-07 20:43:40 UTC (rev 420969)
@@ -5,7 +5,7 @@
 
 pkgbase=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
@@ -15,7 +15,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=('912baa8252a587841599501a583b4e2d16f96f86a62a342b6a18b147a26a65f94d72ad653c37a87f52c510dd076d68a7c4a6a1ab1416120150124a9a80c5d937')
+sha512sums=('549125f9c2e511bd3acedf34fca72994c19b78d47b9772bf2d1cf60f9a09a7120705f9b6265225bbcd79606c80ac1f7ee7c01d2610116589143285f46556b583')
 
 prepare() {
   cp -a peewee-$pkgver{,-py2}


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:43:59
  Author: felixonmars
Revision: 420970

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 20:43:40 UTC (rev 420969)
+++ PKGBUILD2019-01-07 20:43:59 UTC (rev 420970)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgbase=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
-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=('912baa8252a587841599501a583b4e2d16f96f86a62a342b6a18b147a26a65f94d72ad653c37a87f52c510dd076d68a7c4a6a1ab1416120150124a9a80c5d937')
-
-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
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 runtests.py
-}
-
-package_python-peewee() {
-  depends=('python' 'sqlite')
-  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
-}

Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 420969, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 20:43:59 UTC (rev 420970)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgbase=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
+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=('549125f9c2e511bd3acedf34fca72994c19b78d47b9772bf2d1cf60f9a09a7120705f9b6265225bbcd79606c80ac1f7ee7c01d2610116589143285f46556b583')
+
+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
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 runtests.py
+}
+
+package_python-peewee() {
+  depends=('python' 'sqlite')
+  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
+}


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:41:05
  Author: felixonmars
Revision: 420968

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 420967, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 420967, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 420967, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 420967, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 420967, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 420967, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 420967, 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 |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-01-07 20:40:29 UTC (rev 420967)
+++ LICENSE 2019-01-07 20:41:05 UTC (rev 420968)
@@ -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 420967, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-01-07 20:41:05 UTC (rev 420968)
@@ -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
===
--- PKGBUILD2019-01-07 20:40:29 UTC (rev 420967)
+++ PKGBUILD2019-01-07 20:41:05 UTC (rev 420968)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.156
-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')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:40:29
  Author: felixonmars
Revision: 420967

upgpkg: jenkins 2.157-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:38:17 UTC (rev 420966)
+++ PKGBUILD2019-01-07 20:40:29 UTC (rev 420967)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.156
+pkgver=2.157
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('f9299241ec5e122ea47d7fe6671d13abb66e98c41cc31a47d8363f2ea1845270ab41a100bd5debfd195e24e335253bc2545feaebec976c59a98e8018b31322ef'
+sha512sums=('7fa325be8c08efb214d52c5b394e57b8968e4181d08e5d837450c15a684e80ba0a694c4650683738b0a5f7c77b6bb0282a3a6432891828d70dc56979f8dfb512'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in python-ruamel-yaml/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:38:17
  Author: felixonmars
Revision: 420966

archrelease: copy trunk to community-x86_64

Added:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 420965, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 20:37:59 UTC (rev 420965)
+++ PKGBUILD2019-01-07 20:38:17 UTC (rev 420966)
@@ -1,22 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.83
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('8a4856de876689692eba7600e63dfb606262d5ac7373c4d39afbdc157d6a10f85af274b896aec19623a9c2cb09034ffc4837782eb955f060269bd19756a54da6')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 420965, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 20:38:17 UTC (rev 420966)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.84
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('3f6ed9dc59da62f0b168595a839c5b381450fad920fa28f282a60f1ba136dd99b7092d45904aa3830a8ab526521d125e3d7738140b16d4950e37fea60ba66288')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 20:37:59
  Author: felixonmars
Revision: 420965

upgpkg: python-ruamel-yaml 0.15.84-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:20:41 UTC (rev 420964)
+++ PKGBUILD2019-01-07 20:37:59 UTC (rev 420965)
@@ -3,7 +3,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.83
+pkgver=0.15.84
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('8a4856de876689692eba7600e63dfb606262d5ac7373c4d39afbdc157d6a10f85af274b896aec19623a9c2cb09034ffc4837782eb955f060269bd19756a54da6')
+sha512sums=('3f6ed9dc59da62f0b168595a839c5b381450fad920fa28f282a60f1ba136dd99b7092d45904aa3830a8ab526521d125e3d7738140b16d4950e37fea60ba66288')
 
 package() {
   depends=('python')


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

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 20:20:34
  Author: anthraxx
Revision: 420963

upgpkg: xmobar 0.29.4-1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 20:10:27 UTC (rev 420962)
+++ PKGBUILD2019-01-07 20:20:34 UTC (rev 420963)
@@ -4,8 +4,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=xmobar
-pkgver=0.28.1
-pkgrel=18
+pkgver=0.29.4
+pkgrel=1
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')
@@ -15,10 +15,10 @@
  'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
  'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
  'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
- 'wireless_tools' 'haskell-text')
+ 'wireless_tools' 'haskell-text' 'haskell-async' 
'haskell-extensible-exceptions')
 makedepends=('ghc')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
-sha512sums=('8b485fc18e83ace54a16b241d25504658b6d07cb94bbe67d0f1a4c33d1b2cdf1d2ceaced5d96b19e1fca893482124281c85d9424fc2d6e019f8e4feb41be1cc0')
+sha512sums=('d56ce2ec6014f9bd1d224980524d91c0f72030d4559c001dfbc049902931541b9abd3c8f055cacc10fd3e7cdd067686cdc4f15fcdc37d4c50dfc59d6edcb036e')
 
 prepare() {
   cd xmobar-$pkgver


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

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 20:20:41
  Author: anthraxx
Revision: 420964

archrelease: copy trunk to community-x86_64

Added:
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 420963, xmobar/trunk/PKGBUILD)
Deleted:
  xmobar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 20:20:34 UTC (rev 420963)
+++ PKGBUILD2019-01-07 20:20:41 UTC (rev 420964)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jelle van der Waa 
-# Contributer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.28.1
-pkgrel=18
-pkgdesc='Minimalistic Text Based Status Bar'
-url='https://hackage.haskell.org/package/xmobar'
-license=('BSD')
-arch=('x86_64')
-depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
- 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
- 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
- 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
- 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
- 'wireless_tools' 'haskell-text')
-makedepends=('ghc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
-sha512sums=('8b485fc18e83ace54a16b241d25504658b6d07cb94bbe67d0f1a4c33d1b2cdf1d2ceaced5d96b19e1fca893482124281c85d9424fc2d6e019f8e4feb41be1cc0')
-
-prepare() {
-  cd xmobar-$pkgver
-  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
-}
-
-build() {
-  cd xmobar-${pkgver}
-  runhaskell setup configure -O \
---enable-shared \
---prefix=/usr \
---enable-executable-dynamic \
---disable-library-vanilla \
---flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
-  runhaskell setup build
-}
-
-package() {
-  cd xmobar-${pkgver}
-  runhaskell setup copy --destdir="${pkgdir}"
-  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xmobar/repos/community-x86_64/PKGBUILD (from rev 420963, 
xmobar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 20:20:41 UTC (rev 420964)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.29.4
+pkgrel=1
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 
'haskell-extensible-exceptions')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
+sha512sums=('d56ce2ec6014f9bd1d224980524d91c0f72030d4559c001dfbc049902931541b9abd3c8f055cacc10fd3e7cdd067686cdc4f15fcdc37d4c50dfc59d6edcb036e')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 20:10:27
  Author: anthraxx
Revision: 420962

archrelease: copy trunk to community-x86_64

Added:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
(from rev 420961, teamspeak3-server/trunk/PERMISSION.eml)
  teamspeak3-server/repos/community-x86_64/PKGBUILD
(from rev 420961, teamspeak3-server/trunk/PKGBUILD)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
(from rev 420961, teamspeak3-server/trunk/teamspeak3-server.ini)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
(from rev 420961, teamspeak3-server/trunk/teamspeak3-server.install)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service
(from rev 420961, teamspeak3-server/trunk/teamspeak3-server.service)
Deleted:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
  teamspeak3-server/repos/community-x86_64/PKGBUILD
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service

---+
 PKGBUILD  |  114 ++--
 teamspeak3-server.ini |   40 +++
 teamspeak3-server.install |   12 ++--
 teamspeak3-server.service |   62 +++
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3-server/repos/community-x86_64/PERMISSION.eml (from rev 
420961, teamspeak3-server/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 20:10:19 UTC (rev 420961)
+++ PKGBUILD2019-01-07 20:10:27 UTC (rev 420962)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: nyyu 
-# Contributor: Malte Rabenseifner 
-# Contributor: EnteEnteEnte 
-
-pkgname=teamspeak3-server
-pkgver=3.5.0
-pkgrel=1
-pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
-url='https://www.teamspeak.com/en/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-optdepends=('mariadb-connector-c: for MariaDB backend')
-backup=(etc/teamspeak3-server.ini
-etc/tsdns_settings.ini)
-install=teamspeak3-server.install
-source=(teamspeak3-server.ini
-teamspeak3-server.service
-PERMISSION.eml)
-source_i686=(http://dl.4players.de/ts/releases/${pkgver}/teamspeak3-server_linux_x86-${pkgver}.tar.bz2)
-source_x86_64=(http://dl.4players.de/ts/releases/${pkgver}/teamspeak3-server_linux_amd64-${pkgver}.tar.bz2)
-sha256sums=('c678f5d657772920260c4ea4718677e6b00ef28ad74c317e05632a01d33b3ca5'
-'73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
-'98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('9bd56e115afea19351a6238a670dc93e365fe88f8a6c28b5b542ef6ae2ca677e')
-
-if [ "${CARCH}" == "x86_64" ]; then
-  _TSARCH='amd64'
-elif [ "${CARCH}" == "i686" ]; then
-  _TSARCH='x86'
-fi
-
-package() {
-  install -Dm 644 teamspeak3-server.ini -t "${pkgdir}/etc"
-  install -Dm 644 
teamspeak3-server_linux_${_TSARCH}/tsdns/tsdns_settings.ini.sample 
"${pkgdir}/etc/tsdns_settings.ini"
-  install -Dm 644 teamspeak3-server.service -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/ts3server -t 
"${pkgdir}/usr/bin"
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/tsdns/tsdnsserver -t 
"${pkgdir}/usr/bin"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/*.so -t 
"${pkgdir}/usr/lib"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/LICENSE -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/doc/teamspeak3-server" \
-"${pkgdir}/usr/share/teamspeak3-server"
-
-  cp -a teamspeak3-server_linux_${_TSARCH}/doc 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/serverquerydocs 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/sql 
"${pkgdir}/usr/share/teamspeak3-server"
-
-  find "${pkgdir}/usr/share/teamspeak3-server" -type d -exec chmod 755 {} \;
-  find "${pkgdir}/usr/share/teamspeak3-server" -type f -exec chmod 644 {} \;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type d -exec chmod 755 {} 
\;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type f -exec chmod 644 {} 
\;
-}
-
-# vim: ts=2 sw=2 et:

Copied: teamspeak3-server/repos/community-x86_64/PKGBUILD (from rev 420961, 
teamspeak3-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 20:10:27 UTC (rev 420962)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: nyyu 
+# Contributor: Malte 

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

2019-01-07 Thread Levente Polyak via arch-commits
Date: Monday, January 7, 2019 @ 20:10:19
  Author: anthraxx
Revision: 420961

upgpkg: teamspeak3-server 3.5.1-1

Modified:
  teamspeak3-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 19:53:45 UTC (rev 420960)
+++ PKGBUILD2019-01-07 20:10:19 UTC (rev 420961)
@@ -4,7 +4,7 @@
 # Contributor: EnteEnteEnte 
 
 pkgname=teamspeak3-server
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
 url='https://www.teamspeak.com/en/'
@@ -23,7 +23,7 @@
 sha256sums=('c678f5d657772920260c4ea4718677e6b00ef28ad74c317e05632a01d33b3ca5'
 '73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
 '98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('9bd56e115afea19351a6238a670dc93e365fe88f8a6c28b5b542ef6ae2ca677e')
+sha256sums_x86_64=('aa991a7b88f4d6e24867a98548b808c093771b85443f986c8adb09e78e41eb79')
 
 if [ "${CARCH}" == "x86_64" ]; then
   _TSARCH='amd64'


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

2019-01-07 Thread Christian Hesse via arch-commits
Date: Monday, January 7, 2019 @ 19:54:46
  Author: eworm
Revision: 343085

archrelease: copy trunk to testing-x86_64

Added:
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch
(from rev 343084, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 343084, iproute2/trunk/PKGBUILD)

+
 0001-make-iproute2-fhs-compliant.patch |  101 +++
 PKGBUILD   |   58 +
 2 files changed, 159 insertions(+)

Copied: iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch 
(from rev 343084, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
===
--- testing-x86_64/0001-make-iproute2-fhs-compliant.patch   
(rev 0)
+++ testing-x86_64/0001-make-iproute2-fhs-compliant.patch   2019-01-07 
19:54:46 UTC (rev 343085)
@@ -0,0 +1,101 @@
+From f0624f6cc656cb177b64e2664f2a806221bfab58 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Thu, 28 Jul 2016 08:49:20 +0200
+Subject: [PATCH 1/1] make iproute2 fhs compliant
+
+Signed-off-by: Christian Hesse 
+---
+ Makefile   |  2 +-
+ netem/Makefile |  4 ++--
+ tc/q_netem.c   |  2 +-
+ tc/tc_util.c   | 15 +++
+ tc/tc_util.h   |  1 +
+ 5 files changed, 20 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index eb571a5..db0a04c 100644
+--- a/Makefile
 b/Makefile
+@@ -14,7 +14,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
+ 
+ SHARED_LIBS = y
+ 
+-DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\"
++DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\" -DDATADIR=\"$(DATADIR)\"
+ ifneq ($(SHARED_LIBS),y)
+ DEFINES+= -DNO_SHARED_LIBS
+ endif
+diff --git a/netem/Makefile b/netem/Makefile
+index e52e125..5b4d283 100644
+--- a/netem/Makefile
 b/netem/Makefile
+@@ -20,9 +20,9 @@ stats: stats.c
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(DATADIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(DATADIR)/tc; \
+   done
+ 
+ clean:
+diff --git a/tc/q_netem.c b/tc/q_netem.c
+index 8fe2204..a15a5c7 100644
+--- a/tc/q_netem.c
 b/tc/q_netem.c
+@@ -113,7 +113,7 @@ static int get_distribution(const char *type, __s16 *data, 
int maxdata)
+   char *line = NULL;
+   char name[128];
+ 
+-  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type);
++  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_datadir(), type);
+   if ((f = fopen(name, "r")) == NULL) {
+   fprintf(stderr, "No distribution data for %s (%s: %s)\n",
+   type, name, strerror(errno));
+diff --git a/tc/tc_util.c b/tc/tc_util.c
+index afc4cf5..728b854 100644
+--- a/tc/tc_util.c
 b/tc/tc_util.c
+@@ -32,6 +32,10 @@
+ #define LIBDIR "/usr/lib"
+ #endif
+ 
++#ifndef DATADIR
++#define DATADIR "/usr/share"
++#endif
++
+ static struct db_names *cls_names;
+ 
+ #define NAMES_DB "/etc/iproute2/tc_cls"
+@@ -73,6 +77,17 @@ const char *get_tc_lib(void)
+   return lib_dir;
+ }
+ 
++const char *get_tc_datadir(void)
++{
++  const char *data_dir;
++
++  data_dir = getenv("TC_DATA_DIR");
++  if (!data_dir)
++  data_dir = DATADIR "/tc/";
++
++  return data_dir;
++}
++
+ int get_qdisc_handle(__u32 *h, const char *str)
+ {
+   __u32 maj;
+diff --git a/tc/tc_util.h b/tc/tc_util.h
+index 61e60b1..6d448de 100644
+--- a/tc/tc_util.h
 b/tc/tc_util.h
+@@ -55,6 +55,7 @@ struct exec_util {
+ };
+ 
+ const char *get_tc_lib(void);
++const char *get_tc_datadir(void);
+ 
+ struct qdisc_util *get_qdisc_kind(const char *str);
+ struct filter_util *get_filter_kind(const char *str);

Copied: iproute2/repos/testing-x86_64/PKGBUILD (from rev 343084, 
iproute2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-07 19:54:46 UTC (rev 343085)
@@ -0,0 +1,58 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Ronald van Haren 
+# Contributor: Judd Vinet 
+
+pkgname=iproute2
+pkgver=4.20.0
+pkgrel=1
+pkgdesc='IP Routing Utilities'
+arch=('x86_64')
+license=('GPL2')
+url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
+depends=('glibc' 'iptables' 'libelf')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+backup=('etc/iproute2/ematch_map'
+'etc/iproute2/rt_dsfield'
+'etc/iproute2/rt_protos'
+'etc/iproute2/rt_realms'
+'etc/iproute2/rt_scopes'
+'etc/iproute2/rt_tables')
+makedepends=('linux-atm')
+options=('staticlibs')
+validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger

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

2019-01-07 Thread Christian Hesse via arch-commits
Date: Monday, January 7, 2019 @ 19:54:34
  Author: eworm
Revision: 343084

upgpkg: iproute2 4.20.0-1

new upstream release

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 19:01:01 UTC (rev 343083)
+++ PKGBUILD2019-01-07 19:54:34 UTC (rev 343084)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=iproute2
-pkgver=4.19.0
+pkgver=4.20.0
 pkgrel=1
 pkgdesc='IP Routing Utilities'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
 
source=("https://www.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar."{xz,sign}
 '0001-make-iproute2-fhs-compliant.patch')
-sha256sums=('d9ec5ca1f47d8a85416fa26e7dc1cbf5d067640eb60e90bdc1c7e5bdc6a29984'
+sha256sums=('c8adaa6a40f888476b23acb283cfa30c0dd55f07b5aa20663ed5ba2ef1f6fda8'
 'SKIP'
 'f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3')
 


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

2019-01-07 Thread Jelle van der Waa via arch-commits
Date: Monday, January 7, 2019 @ 19:53:45
  Author: jelle
Revision: 420960

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 19:53:38 UTC (rev 420959)
+++ PKGBUILD2019-01-07 19:53:45 UTC (rev 420960)
@@ -1,49 +0,0 @@
-# Maintainer: Stefan Husmann 
-# Maintainer: Jelle van der Waa 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=('python-pytz' 'python2-pytz')
-pkgver=2018.7
-pkgrel=2
-arch=('any')
-url="http://pypi.python.org/pypi/pytz;
-license=("MIT")
-makedepends=('python' 'python2')
-source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
-md5sums=('4b91594c440aa20c76ac92043efa75e1')
-validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
-
-build(){
-cp -rf pytz-$pkgver pytz2-$pkgver
-}
-
-check(){
-cd pytz-$pkgver/pytz/tests
-
-python3 test_tzinfo.py
-python2 test_tzinfo.py
-}
-
-package_python-pytz(){
-depends=('python')
-pkgdesc="Cross platform time zone library for Python"
-
-cd pytz-$pkgver
-
-python3 setup.py install --root=$pkgdir/
-
-install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python2-pytz(){
-depends=('python2')
-pkgdesc="Cross platform time zone library for Python"
-
-cd pytz2-$pkgver
-
-python2 setup.py install --root="$pkgdir/"
-
-install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pytz/repos/community-any/PKGBUILD (from rev 420959, 
python-pytz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 19:53:45 UTC (rev 420960)
@@ -0,0 +1,49 @@
+# Maintainer: Stefan Husmann 
+# Maintainer: Jelle van der Waa 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=('python-pytz' 'python2-pytz')
+pkgver=2018.9
+pkgrel=1
+arch=('any')
+url="http://pypi.python.org/pypi/pytz;
+license=("MIT")
+makedepends=('python' 'python2')
+source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
+md5sums=('0f57d76c64d0965e7429c9b871f6b711')
+validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
+
+build(){
+cp -rf pytz-$pkgver pytz2-$pkgver
+}
+
+check(){
+cd pytz-$pkgver/pytz/tests
+
+python3 test_tzinfo.py
+python2 test_tzinfo.py
+}
+
+package_python-pytz(){
+depends=('python')
+pkgdesc="Cross platform time zone library for Python"
+
+cd pytz-$pkgver
+
+python3 setup.py install --root=$pkgdir/
+
+install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-pytz(){
+depends=('python2')
+pkgdesc="Cross platform time zone library for Python"
+
+cd pytz2-$pkgver
+
+python2 setup.py install --root="$pkgdir/"
+
+install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-01-07 Thread Jelle van der Waa via arch-commits
Date: Monday, January 7, 2019 @ 19:53:38
  Author: jelle
Revision: 420959

upgpkg: python-pytz 2018.9-1

Upstream update

Modified:
  python-pytz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 19:21:21 UTC (rev 420958)
+++ PKGBUILD2019-01-07 19:53:38 UTC (rev 420959)
@@ -4,14 +4,14 @@
 # Contributor: William Rea 
 
 pkgname=('python-pytz' 'python2-pytz')
-pkgver=2018.7
-pkgrel=2
+pkgver=2018.9
+pkgrel=1
 arch=('any')
 url="http://pypi.python.org/pypi/pytz;
 license=("MIT")
 makedepends=('python' 'python2')
 source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
-md5sums=('4b91594c440aa20c76ac92043efa75e1')
+md5sums=('0f57d76c64d0965e7429c9b871f6b711')
 validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
 
 build(){


[arch-commits] Commit in python-apsw/repos/community-x86_64 (4 files)

2019-01-07 Thread Eli Schwartz via arch-commits
Date: Monday, January 7, 2019 @ 19:21:21
  Author: eschwartz
Revision: 420958

archrelease: copy trunk to community-x86_64

Added:
  python-apsw/repos/community-x86_64/LICENSE
(from rev 420957, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-x86_64/PKGBUILD
(from rev 420957, python-apsw/trunk/PKGBUILD)
Deleted:
  python-apsw/repos/community-x86_64/LICENSE
  python-apsw/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   54 
 PKGBUILD |  100 ++---
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-01-07 19:21:07 UTC (rev 420957)
+++ LICENSE 2019-01-07 19:21:21 UTC (rev 420958)
@@ -1,27 +0,0 @@
-Copyright (c) 2004-2014 Roger Binns 
-See src/traceback.c for code by Greg Ewing.
-
-All code and documentation is provided under this license:
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-claim that you wrote the original software. If you use this software
-in a product, an acknowledgment in the product documentation would be
-appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not be
-misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-distribution.
-
-Alternatively you may strike the license above and use it under any
-OSI approved open source license such as those listed at
-http://opensource.org/licenses/alphabetical

Copied: python-apsw/repos/community-x86_64/LICENSE (from rev 420957, 
python-apsw/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-01-07 19:21:21 UTC (rev 420958)
@@ -0,0 +1,27 @@
+Copyright (c) 2004-2014 Roger Binns 
+See src/traceback.c for code by Greg Ewing.
+
+All code and documentation is provided under this license:
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+Alternatively you may strike the license above and use it under any
+OSI approved open source license such as those listed at
+http://opensource.org/licenses/alphabetical

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 19:21:07 UTC (rev 420957)
+++ PKGBUILD2019-01-07 19:21:21 UTC (rev 420958)
@@ -1,50 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Brendan MacDonell 
-# Contributor: Linmiao Xu 
-# Contributor: Juan Miguel Cejuela 
-
-pkgbase=python-apsw
-pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.25.2
-pkgrel=1
-arch=('x86_64')
-url="https://github.com/rogerbinns/apsw;
-license=('MIT')
-depends=('sqlite')
-makedepends=('python' 'python2')
-source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz;)
-sha512sums=('4a8e56c20676b271fb0e69a46057f483af8dfc76aaa3beb01cc76bb1646eb38895f16c5f65fdd8b057d7ffce880cf1095b7000eacab2b862048505eb7274a715')
-
-build() {
-  cd apsw-${pkgver}-r1
-
-  python setup.py build --enable=load_extension
-  python2 setup.py build --enable=load_extension
-}
-
-check() {
-  cd "$srcdir"/apsw-${pkgver}-r1
-
-  # do glob expansion in variable assignment
-  pythonpaths=("$PWD/build/lib.linux-$CARCH"-3* 
"$PWD/build/lib.linux-$CARCH-"2*)
-  PYTHONPATH="${pythonpaths[0]}" python setup.py test
-  PYTHONPATH="${pythonpaths[1]}" python2 setup.py test
-}
-
-package_python-apsw() {
-depends+=('python')
-pkgdesc="Python wrapper for SQLite"
-  cd "$srcdir"/apsw-${pkgver}-r1
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apsw() {

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

2019-01-07 Thread Eli Schwartz via arch-commits
Date: Monday, January 7, 2019 @ 19:21:07
  Author: eschwartz
Revision: 420957

upgpkg: python-apsw 3.26.0-1

upstream release

Modified:
  python-apsw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 19:02:55 UTC (rev 420956)
+++ PKGBUILD2019-01-07 19:21:07 UTC (rev 420957)
@@ -5,7 +5,7 @@
 
 pkgbase=python-apsw
 pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.25.2
+pkgver=3.26.0
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/rogerbinns/apsw;
@@ -13,7 +13,7 @@
 depends=('sqlite')
 makedepends=('python' 'python2')
 
source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz;)
-sha512sums=('4a8e56c20676b271fb0e69a46057f483af8dfc76aaa3beb01cc76bb1646eb38895f16c5f65fdd8b057d7ffce880cf1095b7000eacab2b862048505eb7274a715')
+sha512sums=('8aa9733e7f91e5fc71fc87e6cfe89dd8db690315f4eb598a141b59f5fa343c151b7174f99aff4e51d9f573248569125776d0fc1d64826cc2728cf45852fce2ee')
 
 build() {
   cd apsw-${pkgver}-r1


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

2019-01-07 Thread Eli Schwartz via arch-commits
Date: Monday, January 7, 2019 @ 19:02:39
  Author: eschwartz
Revision: 420955

upgpkg: autoconf-archive 1:2019.01.06-1

upstream release

Modified:
  autoconf-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 18:56:46 UTC (rev 420954)
+++ PKGBUILD2019-01-07 19:02:39 UTC (rev 420955)
@@ -2,8 +2,8 @@
 # Contributor: Daniel Müllner 
 
 pkgname=autoconf-archive
-pkgver=2018.03.13
-pkgrel=2
+pkgver=2019.01.06
+pkgrel=1
 epoch=1
 pkgdesc="A collection of freely re-usable Autoconf macros"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('autoconf')
 optdepends=('automake: macros for use with it')
 
source=("https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('6175f90d9fa64c4d939bdbb3e8511ae0ee2134863a2c7bf8d9733819efa6e159'
+sha256sums=('17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f'
 'SKIP')
 validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons 

 


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

2019-01-07 Thread Eli Schwartz via arch-commits
Date: Monday, January 7, 2019 @ 19:02:55
  Author: eschwartz
Revision: 420956

archrelease: copy trunk to community-any

Added:
  autoconf-archive/repos/community-any/PKGBUILD
(from rev 420955, autoconf-archive/trunk/PKGBUILD)
Deleted:
  autoconf-archive/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 19:02:39 UTC (rev 420955)
+++ PKGBUILD2019-01-07 19:02:55 UTC (rev 420956)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Müllner 
-
-pkgname=autoconf-archive
-pkgver=2018.03.13
-pkgrel=2
-epoch=1
-pkgdesc="A collection of freely re-usable Autoconf macros"
-arch=('any')
-url="https://www.gnu.org/software/autoconf-archive/;
-license=('GPL3')
-depends=('autoconf')
-optdepends=('automake: macros for use with it')
-source=("https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('6175f90d9fa64c4d939bdbb3e8511ae0ee2134863a2c7bf8d9733819efa6e159'
-'SKIP')
-validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons 

-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-./configure --prefix=/usr
-make
-}
-
-check() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make check
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: autoconf-archive/repos/community-any/PKGBUILD (from rev 420955, 
autoconf-archive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 19:02:55 UTC (rev 420956)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Müllner 
+
+pkgname=autoconf-archive
+pkgver=2019.01.06
+pkgrel=1
+epoch=1
+pkgdesc="A collection of freely re-usable Autoconf macros"
+arch=('any')
+url="https://www.gnu.org/software/autoconf-archive/;
+license=('GPL3')
+depends=('autoconf')
+optdepends=('automake: macros for use with it')
+source=("https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f'
+'SKIP')
+validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons 

+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make check
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+}


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

2019-01-07 Thread Sébastien Luttringer via arch-commits
Date: Monday, January 7, 2019 @ 19:01:01
  Author: seblu
Revision: 343083

db-move: moved tar from [testing] to [core] (x86_64)

Added:
  tar/repos/core-x86_64/PKGBUILD
(from rev 343082, tar/repos/testing-x86_64/PKGBUILD)
Deleted:
  tar/repos/core-x86_64/PKGBUILD
  tar/repos/core-x86_64/tar-1.30-tests-difflink.patch
  tar/repos/core-x86_64/tar-1.30-tests-dirrem.patch
  tar/repos/testing-x86_64/

---+
 /PKGBUILD |   49 ++
 core-x86_64/PKGBUILD  |   60 --
 core-x86_64/tar-1.30-tests-difflink.patch |   15 
 core-x86_64/tar-1.30-tests-dirrem.patch   |   93 
 4 files changed, 49 insertions(+), 168 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-01-07 18:58:20 UTC (rev 343082)
+++ core-x86_64/PKGBUILD2019-01-07 19:01:01 UTC (rev 343083)
@@ -1,60 +0,0 @@
-# Mainainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=tar
-pkgver=1.30
-pkgrel=2
-pkgdesc='Utility used to store, backup, and transport files'
-arch=('x86_64')
-url='https://www.gnu.org/software/tar/'
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'acl' 'attr')
-options=('!emptydirs')
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
-"tar-1.30-tests-difflink.patch"
-"tar-1.30-tests-dirrem.patch")
-md5sums=('2d01c6cd1387be98f57a0ec4e6e35826'
- 'SKIP'
- '03a5a69df0dc6bfc8a5aa312f7535173'
- '4ebab6318576ada4b244690f7acb134c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-  
-  autoreconf -if
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  
-  # need to update testsuite script after patching
-  rm tests/testsuite
-  make -C tests/ testsuite
-
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tar/repos/core-x86_64/PKGBUILD (from rev 343082, 
tar/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-01-07 19:01:01 UTC (rev 343083)
@@ -0,0 +1,49 @@
+# Mainainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=tar
+pkgver=1.31
+pkgrel=1
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('x86_64')
+url='https://www.gnu.org/software/tar/'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('bc9a89da1185ceb2210de12552c43ce2'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/tar-1.30-tests-difflink.patch
===
--- core-x86_64/tar-1.30-tests-difflink.patch   2019-01-07 18:58:20 UTC (rev 
343082)
+++ core-x86_64/tar-1.30-tests-difflink.patch   2019-01-07 19:01:01 UTC (rev 
343083)
@@ -1,15 +0,0 @@
-Per https://www.mail-archive.com/bug-tar@gnu.org/msg05440.html
-
-diff --git a/tests/difflink.at b/tests/difflink.at
-index eadfb08..4e01176 100644
 a/tests/difflink.at
-+++ b/tests/difflink.at
-@@ -21,7 +21,7 @@ mkdir a
- genfile -f a/x
- ln -s x a/y
- ln a/y a/z
--tar cf a.tar a
-+tar cf a.tar a/x a/y a/z
- rm a/z
- ln -s x a/z
- tar df a.tar

Deleted: core-x86_64/tar-1.30-tests-dirrem.patch
===
--- core-x86_64/tar-1.30-tests-dirrem.patch 2019-01-07 18:58:20 UTC (rev 
343082)
+++ core-x86_64/tar-1.30-tests-dirrem.patch 2019-01-07 19:01:01 UTC (rev 
343083)
@@ -1,93 +0,0 @@
-From 298cfc4743b9cca6cc0c685b9fce5b34827bec1b Mon Sep 17 00:00:00 2001
-From: Pavel 

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

2019-01-07 Thread Sébastien Luttringer via arch-commits
Date: Monday, January 7, 2019 @ 18:58:20
  Author: seblu
Revision: 343082

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

Added:
  bind/repos/extra-x86_64/01-fs60913.patch
(from rev 343081, bind/repos/testing-x86_64/01-fs60913.patch)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 343081, bind/repos/testing-x86_64/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 343081, bind/repos/testing-x86_64/PKGBUILD)
  bind/repos/extra-x86_64/empty.zone
(from rev 343081, bind/repos/testing-x86_64/empty.zone)
  bind/repos/extra-x86_64/fix-FS#60286.patch
(from rev 343081, bind/repos/testing-x86_64/fix-FS#60286.patch)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 343081, bind/repos/testing-x86_64/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 343081, bind/repos/testing-x86_64/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 343081, bind/repos/testing-x86_64/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 343081, bind/repos/testing-x86_64/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 343081, bind/repos/testing-x86_64/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 343081, bind/repos/testing-x86_64/tmpfiles.conf)
Deleted:
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/fix-FS#60286.patch
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf
  bind/repos/testing-x86_64/

-+
 /127.0.0.zone   |   10 ++
 /PKGBUILD   |  134 ++
 /empty.zone |8 ++
 /fix-FS#60286.patch |  129 
 /localhost.ip6.zone |   10 ++
 /localhost.zone |   11 +++
 /named.conf |   72 
 /named.service  |   10 ++
 /sysusers.conf  |1 
 /tmpfiles.conf  |1 
 extra-x86_64/01-fs60913.patch   |   45 
 extra-x86_64/127.0.0.zone   |   10 --
 extra-x86_64/PKGBUILD   |  132 -
 extra-x86_64/empty.zone |8 --
 extra-x86_64/fix-FS#60286.patch |  129 
 extra-x86_64/localhost.ip6.zone |   10 --
 extra-x86_64/localhost.zone |   11 ---
 extra-x86_64/named.conf |   72 
 extra-x86_64/named.service  |   10 --
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |1 
 21 files changed, 431 insertions(+), 384 deletions(-)

Copied: bind/repos/extra-x86_64/01-fs60913.patch (from rev 343081, 
bind/repos/testing-x86_64/01-fs60913.patch)
===
--- extra-x86_64/01-fs60913.patch   (rev 0)
+++ extra-x86_64/01-fs60913.patch   2019-01-07 18:58:20 UTC (rev 343082)
@@ -0,0 +1,45 @@
+From 0e5dd25fc5c70d65f6d537e93cf346e7f419 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Witold=20Kr=C4=99cicki?= 
+Date: Thu, 3 Jan 2019 13:06:39 +0100
+Subject: [PATCH] When a forwarder fails and we're not in a forward-only mode
+ we go back to regular resolution. When this happens the fetch timer is
+ already running, and we might end up in a situation where we we create a
+ fetch for qname-minimized query and after that the timer is triggered and the
+ query is retried (fctx_try) - which causes relaunching of qname-minimization
+ fetch - and since we already have a qmin fetch for this fctx - assertion
+ failure.
+
+
+diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c
+index 8beecbcb07..ea122bd30c 100644
+--- a/lib/dns/resolver.c
 b/lib/dns/resolver.c
+@@ -4012,6 +4012,7 @@ fctx_try(fetchctx_t *fctx, bool retrying, bool badcache) 
{
+   options &= ~DNS_FETCHOPT_QMINIMIZE;
+   fctx_increference(fctx);
+   task = res->buckets[bucketnum].task;
++  fctx_stoptimer(fctx);
+   result = dns_resolver_createfetch(fctx->res, >qminname,
+ fctx->qmintype, >domain,
+ >nameservers, NULL, 
NULL, 0,
+@@ -4343,13 +4344,12 @@ fctx_timeout(isc_task_t *task, isc_event_t *event) {
+* timer.
+*/
+   result = fctx_starttimer(fctx);
+-  if (result != ISC_R_SUCCESS)
++  if (result != ISC_R_SUCCESS) {
+   fctx_done(fctx, result, __LINE__);
+-  else
+-  /*
+-   * Keep trying.
+-   */
++  } else {
++  /* Keep 

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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 18:56:46
  Author: felixonmars
Revision: 420954

archrelease: copy trunk to community-any

Added:
  python-pytest-cov/repos/community-any/PKGBUILD
(from rev 420953, python-pytest-cov/trunk/PKGBUILD)
Deleted:
  python-pytest-cov/repos/community-any/PKGBUILD

--+
 PKGBUILD |  117 ++---
 1 file changed, 58 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 18:56:27 UTC (rev 420953)
+++ PKGBUILD2019-01-07 18:56:46 UTC (rev 420954)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sebastien LEDUC 
-# Contributor: Andrey Mikhaylenko 
-
-pkgbase=python-pytest-cov
-pkgname=('python-pytest-cov' 'python2-pytest-cov')
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
-arch=('any')
-license=('MIT')
-url='https://github.com/schlamar/pytest-cov'
-makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
- 'python-pytest' 'python2-pytest')
-checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests'
-  'python2-process-tests' 'python-pytest-cache' 
'python2-pytest-cache'
-  'python-pytest-xdist' 'python2-pytest-xdist' 'python-fields' 
'python2-fields')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v$pkgver.tar.gz;)
-sha512sums=('e77f411d1b82cad561ad2894327f56997e264e3f58e57ceaa50e0621df013c16de42e0cab122375662129e9d5f6066d12778a80db5de57b3e1e4ef8540ddc632')
-
-prepare() {
-  cp -a pytest-cov-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest-cov-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-cov-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-cov-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-cov-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
-}
-
-package_python-pytest-cov() {
-  depends=('python-pytest' 'python-coverage')
-
-  cd pytest-cov-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pytest-cov() {
-  depends=('python2-pytest' 'python2-coverage')
-
-  cd pytest-cov-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-cov/repos/community-any/PKGBUILD (from rev 420953, 
python-pytest-cov/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 18:56:46 UTC (rev 420954)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Sebastien LEDUC 
+# Contributor: Andrey Mikhaylenko 
+
+pkgbase=python-pytest-cov
+pkgname=('python-pytest-cov' 'python2-pytest-cov')
+pkgver=2.6.1
+pkgrel=1
+pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
+arch=('any')
+license=('MIT')
+url='https://github.com/schlamar/pytest-cov'
+makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
+ 'python-pytest' 'python2-pytest')
+checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests'
+  'python2-process-tests' 'python-pytest-cache' 
'python2-pytest-cache'
+  'python-pytest-xdist' 'python2-pytest-xdist' 'python-fields' 
'python2-fields')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v$pkgver.tar.gz;)
+sha512sums=('d277ca7cb183b0c18e126b8a6a36793fb449cb77f3058cfbcd0cea39b2bd9855e53a1a13839b7767b3d3583c1a83199a501c3c1924598946ead32981eff1c56f')
+
+prepare() {
+  cp -a pytest-cov-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-cov-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-cov-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-cov-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-cov-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
+}
+
+package_python-pytest-cov() {
+  depends=('python-pytest' 'python-coverage')
+
+  cd 

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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 18:56:27
  Author: felixonmars
Revision: 420953

upgpkg: python-pytest-cov 2.6.1-1

Modified:
  python-pytest-cov/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 18:56:02 UTC (rev 420952)
+++ PKGBUILD2019-01-07 18:56:27 UTC (rev 420953)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest-cov
 pkgname=('python-pytest-cov' 'python2-pytest-cov')
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-process-tests' 'python-pytest-cache' 
'python2-pytest-cache'
   'python-pytest-xdist' 'python2-pytest-xdist' 'python-fields' 
'python2-fields')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v$pkgver.tar.gz;)
-sha512sums=('e77f411d1b82cad561ad2894327f56997e264e3f58e57ceaa50e0621df013c16de42e0cab122375662129e9d5f6066d12778a80db5de57b3e1e4ef8540ddc632')
+sha512sums=('d277ca7cb183b0c18e126b8a6a36793fb449cb77f3058cfbcd0cea39b2bd9855e53a1a13839b7767b3d3583c1a83199a501c3c1924598946ead32981eff1c56f')
 
 prepare() {
   cp -a pytest-cov-$pkgver{,-py2}


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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 18:56:02
  Author: felixonmars
Revision: 420952

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 18:55:44 UTC (rev 420951)
+++ PKGBUILD2019-01-07 18:56:02 UTC (rev 420952)
@@ -1,78 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.86.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-django' 'python2-django' 
'python-pytest-xdist'
-  'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-pandas'
-  'python-dpcontracts' 'python2-dpcontracts')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('4ebe749e0d83de04c199a0e06de2ffd8c9d1bf37f341a706b35907a73a3d5135ac27101810bfdc2ad1ecf30d4dad4e262416c721ca921fd85e6249b876f822e3')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  sed -i "/FutureWarning/a \filterwarnings('ignore', 
category=DeprecationWarning, module='pandas.core')" 
hypothesis-$pkgver/hypothesis-python/tests/common/setup.py
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest --addopts -n16
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django || warning "Tests failed"
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest --addopts -n16
-  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-$pkgver/hypothesis-python
-  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-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 420951, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 18:56:02 UTC (rev 420952)
@@ -0,0 +1,78 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.86.6
+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-django' 'python2-django' 
'python-pytest-xdist'
+  'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 

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

2019-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 7, 2019 @ 18:55:44
  Author: felixonmars
Revision: 420951

upgpkg: python-hypothesis 3.86.6-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 18:29:36 UTC (rev 420950)
+++ PKGBUILD2019-01-07 18:55:44 UTC (rev 420951)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.86.4
+pkgver=3.86.6
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-pytest-xdist' 'python-mock' 'python2-mock' 
'python-pandas' 'python2-pandas'
   'python-dpcontracts' 'python2-dpcontracts')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('4ebe749e0d83de04c199a0e06de2ffd8c9d1bf37f341a706b35907a73a3d5135ac27101810bfdc2ad1ecf30d4dad4e262416c721ca921fd85e6249b876f822e3')
+sha512sums=('3358ba4a0b28000b766eff76fd47b671b325384c31c1a77f50dd1bbed75d12ea38d667aa478d7750be65cb357d030d39a2c0b7a484678d87e30b9111ab9bf344')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-01-07 Thread Antonio Rojas via arch-commits
Date: Monday, January 7, 2019 @ 18:41:22
  Author: arojas
Revision: 343081

archrelease: copy trunk to extra-x86_64

Added:
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 343080, qt5-base/trunk/PKGBUILD)
Deleted:
  qt5-base/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 18:40:54 UTC (rev 343080)
+++ PKGBUILD2019-01-07 18:41:22 UTC (rev 343081)
@@ -1,100 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.12.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
-makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('5e03221d780e121aabd734896aab8f331e5d8c9d9b54f1eb04907d0818eaeecb')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-use-gold-linker \
--reduce-relocations
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s /usr/bin/$(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/extra-x86_64/PKGBUILD (from rev 343080, 
qt5-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 18:41:22 UTC (rev 343081)
@@ -0,0 +1,104 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.12.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
+ 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
+ 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
+makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
+ 'gtk3' 'libpulse' 'cups' 

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

2019-01-07 Thread Antonio Rojas via arch-commits
Date: Monday, January 7, 2019 @ 18:40:54
  Author: arojas
Revision: 343080

Fix drag and drop regression (FS#61036)

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 18:21:08 UTC (rev 343079)
+++ PKGBUILD2019-01-07 18:40:54 UTC (rev 343080)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.12.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -25,8 +25,10 @@
 conflicts=('qtchooser')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('5e03221d780e121aabd734896aab8f331e5d8c9d9b54f1eb04907d0818eaeecb')
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+
qtbug-72844.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=52e0d9e2;)
+sha256sums=('5e03221d780e121aabd734896aab8f331e5d8c9d9b54f1eb04907d0818eaeecb'
+'afdea0787e1d8d4c2e7139770761aba4fe8268f50b7f5d715bdd850cc7017996')
 
 prepare() {
   cd ${_pkgfqn}
@@ -37,6 +39,8 @@
 mkspecs/common/gcc-base.conf
   sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
 mkspecs/common/g++-unix.conf
+
+  patch -p1 -i ../qtbug-72844.patch # Fix drag and drop regression
 }
 
 build() {


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

2019-01-07 Thread Alexander Rødseth via arch-commits
Date: Monday, January 7, 2019 @ 18:29:36
  Author: arodseth
Revision: 420950

archrelease: copy trunk to community-x86_64

Added:
  geany/repos/community-x86_64/PKGBUILD
(from rev 420949, geany/trunk/PKGBUILD)
Deleted:
  geany/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 18:29:20 UTC (rev 420949)
+++ PKGBUILD2019-01-07 18:29:36 UTC (rev 420950)
@@ -1,35 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Ionut Biru  
-# Contributor: William Rea 
-# Contributor: Allan McRae 
-
-pkgname=geany
-pkgver=1.34
-pkgrel=1
-pkgdesc='Fast and lightweight IDE'
-arch=('x86_64')
-url='https://www.geany.org/'
-license=('GPL')
-depends=('gtk3' 'python')
-makedepends=('doxygen' 'intltool' 'python-lxml')
-optdepends=('geany-plugins: additional functionality'
-'vte3: embedded terminal support')
-source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2;)
-sha256sums=('63b93d25d037eaffa77895ae6dd29c91bca570e4053eff5cc8490f87e6021f8e')
-
-build() {
-  cd "$pkgname-${pkgver/.0}"
-
-  ./configure --prefix=/usr --enable-gtk3 --enable-gtkdoc-header
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  make -C "$pkgname-${pkgver/.0}" DESTDIR="$pkgdir" install
-}
-
-# getver: geany.org
-# vim: ts=2 sw=2 et:

Copied: geany/repos/community-x86_64/PKGBUILD (from rev 420949, 
geany/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 18:29:36 UTC (rev 420950)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Ionut Biru  
+# Contributor: William Rea 
+# Contributor: Allan McRae 
+
+pkgname=geany
+pkgver=1.34.1
+pkgrel=1
+pkgdesc='Fast and lightweight IDE'
+arch=(x86_64)
+url='https://www.geany.org/'
+license=(GPL)
+depends=(gtk3 python)
+makedepends=(doxygen intltool python-lxml)
+optdepends=('geany-plugins: additional functionality'
+'vte3: embedded terminal support')
+source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2;)
+sha256sums=('e765efd89e759defe3fd797d8a2052afbb4b23522efbcc72e3a72b7f1093ec11')
+
+build() {
+  cd "$pkgname-${pkgver/.0}"
+
+  ./configure \
+--prefix=/usr \
+--enable-gtk3 \
+--enable-gtkdoc-header
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  make -C "$pkgname-${pkgver/.0}" DESTDIR="$pkgdir" install
+}
+
+# getver: geany.org
+# vim: ts=2 sw=2 et:


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

2019-01-07 Thread Alexander Rødseth via arch-commits
Date: Monday, January 7, 2019 @ 18:29:20
  Author: arodseth
Revision: 420949

upgpkg: geany 1.34.1-1

Modified:
  geany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 18:17:05 UTC (rev 420948)
+++ PKGBUILD2019-01-07 18:29:20 UTC (rev 420949)
@@ -5,23 +5,27 @@
 # Contributor: Allan McRae 
 
 pkgname=geany
-pkgver=1.34
+pkgver=1.34.1
 pkgrel=1
 pkgdesc='Fast and lightweight IDE'
-arch=('x86_64')
+arch=(x86_64)
 url='https://www.geany.org/'
-license=('GPL')
-depends=('gtk3' 'python')
-makedepends=('doxygen' 'intltool' 'python-lxml')
+license=(GPL)
+depends=(gtk3 python)
+makedepends=(doxygen intltool python-lxml)
 optdepends=('geany-plugins: additional functionality'
 'vte3: embedded terminal support')
 source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2;)
-sha256sums=('63b93d25d037eaffa77895ae6dd29c91bca570e4053eff5cc8490f87e6021f8e')
+sha256sums=('e765efd89e759defe3fd797d8a2052afbb4b23522efbcc72e3a72b7f1093ec11')
 
 build() {
   cd "$pkgname-${pkgver/.0}"
 
-  ./configure --prefix=/usr --enable-gtk3 --enable-gtkdoc-header
+  ./configure \
+--prefix=/usr \
+--enable-gtk3 \
+--enable-gtkdoc-header
+
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
   make


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

2019-01-07 Thread Antonio Rojas via arch-commits
Date: Monday, January 7, 2019 @ 18:21:08
  Author: arojas
Revision: 343079

archrelease: copy trunk to extra-any

Added:
  scons/repos/extra-any/PKGBUILD
(from rev 343078, scons/trunk/PKGBUILD)
Deleted:
  scons/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 18:19:29 UTC (rev 343078)
+++ PKGBUILD2019-01-07 18:21:08 UTC (rev 343079)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: damir 
-# Contributor: Lukas Sabota 
-# Contributor: Brice Carpentier 
-
-# reminder: scons moving to py3 any time soon
-
-pkgname=scons
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Extensible Python-based build utility"
-arch=('any')
-url="http://scons.org;
-license=('MIT')
-depends=('python2')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('b6a292e251b34b82c203b56cfa3968b3')
-
-package() {
-  cd $pkgname-$pkgver
-
-  python2 setup.py install --standard-lib \
-  --prefix=/usr \
-  --install-data=/usr/share \
-  --optimize=1 \
-  --root="$pkgdir"
-
-  # fix for python 2.7
-  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
-"$pkgdir"/usr/bin/*
-
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scons/repos/extra-any/PKGBUILD (from rev 343078, scons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 18:21:08 UTC (rev 343079)
@@ -0,0 +1,30 @@
+# Maintainer: Ray Rashif 
+# Contributor: damir 
+# Contributor: Lukas Sabota 
+# Contributor: Brice Carpentier 
+
+pkgname=scons
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Extensible Python-based build utility"
+arch=('any')
+url="http://scons.org;
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d0afcf8f4c2ea5fa7af3c9321c0cb3ea1c83d137196be10c4cb2c79cc5dade01')
+
+package() {
+  cd $pkgname-$pkgver
+
+  python2 setup.py install --standard-lib \
+  --prefix=/usr \
+  --install-data=/usr/share \
+  --optimize=1 \
+  --root="$pkgdir"
+
+  # fix for python 2.7
+  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
+"$pkgdir"/usr/bin/*
+}


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

2019-01-07 Thread Antonio Rojas via arch-commits
Date: Monday, January 7, 2019 @ 18:19:29
  Author: arojas
Revision: 343078

Update to 3.0.2

Modified:
  scons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 13:31:39 UTC (rev 343077)
+++ PKGBUILD2019-01-07 18:19:29 UTC (rev 343078)
@@ -3,10 +3,8 @@
 # Contributor: Lukas Sabota 
 # Contributor: Brice Carpentier 
 
-# reminder: scons moving to py3 any time soon
-
 pkgname=scons
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="Extensible Python-based build utility"
 arch=('any')
@@ -13,8 +11,9 @@
 url="http://scons.org;
 license=('MIT')
 depends=('python2')
+makedepends=('python2-setuptools')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('b6a292e251b34b82c203b56cfa3968b3')
+sha256sums=('d0afcf8f4c2ea5fa7af3c9321c0cb3ea1c83d137196be10c4cb2c79cc5dade01')
 
 package() {
   cd $pkgname-$pkgver
@@ -28,9 +27,4 @@
   # fix for python 2.7
   sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
 "$pkgdir"/usr/bin/*
-
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-# vim:set ts=2 sw=2 et:


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

2019-01-07 Thread Antonio Rojas via arch-commits
Date: Monday, January 7, 2019 @ 18:16:46
  Author: arojas
Revision: 420947

Update to 2.4.4

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 18:10:33 UTC (rev 420946)
+++ PKGBUILD2019-01-07 18:16:46 UTC (rev 420947)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 arch=(x86_64)
 url="http://gmic.eu/;
@@ -13,7 +13,7 @@
 license=(custom:CeCILL)
 makedepends=(gimp qt5-base fftw openexr opencv git)
 source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz gmic-opencv4.patch 
zart-opencv4.patch)
-sha256sums=('eaa263854cb6e88ee5d2704ac97cb891191bd03fd157cea211f98aff1c96ae5a'
+sha256sums=('dcb35eff8bd21ea9be958caf55f84a72c19b69db23a9b13aeb21732f42471bdb'
 '1ffb4f8952be152ba2956a50ff6c39b078e547a4d3386cc2f34549124aefbed3'
 '182c6723708302a8cee92bfb45a40ff09b8903c649ce856d0d8cd10aab0ee39b')
 


[arch-commits] Commit in gmic/repos/community-x86_64 (6 files)

2019-01-07 Thread Antonio Rojas via arch-commits
Date: Monday, January 7, 2019 @ 18:17:05
  Author: arojas
Revision: 420948

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 420947, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/gmic-opencv4.patch
(from rev 420947, gmic/trunk/gmic-opencv4.patch)
  gmic/repos/community-x86_64/zart-opencv4.patch
(from rev 420947, gmic/trunk/zart-opencv4.patch)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD
  gmic/repos/community-x86_64/gmic-opencv4.patch
  gmic/repos/community-x86_64/zart-opencv4.patch

+
 PKGBUILD   |  164 +--
 gmic-opencv4.patch |   28 
 zart-opencv4.patch |   78 
 3 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 18:16:46 UTC (rev 420947)
+++ PKGBUILD2019-01-07 18:17:05 UTC (rev 420948)
@@ -1,82 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.4.3
-pkgrel=1
-arch=(x86_64)
-url="http://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=(gimp qt5-base fftw openexr opencv git)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz gmic-opencv4.patch 
zart-opencv4.patch)
-sha256sums=('eaa263854cb6e88ee5d2704ac97cb891191bd03fd157cea211f98aff1c96ae5a'
-'1ffb4f8952be152ba2956a50ff6c39b078e547a4d3386cc2f34549124aefbed3'
-'182c6723708302a8cee92bfb45a40ff09b8903c649ce856d0d8cd10aab0ee39b')
-
-prepare() {
-  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
-# fix overlinking
-  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' \
-  -e 's/pkg-config opencv/pkg-config opencv4/' -i 
gmic-$pkgver/src/Makefile 
-# fix build with openCV 4.0
-  cd gmic-$pkgver/src
-  patch -p1 -i "$srcdir"/gmic-opencv4.patch
-  cd ../zart
-  patch -p1 -i "$srcdir"/zart-opencv4.patch
-}
-
-build() {
-  cd gmic-$pkgver
-  make -C src cli lib libc WGET=/bin/true
-
-  cd gmic-qt
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
-  make  
-
-  cd ../zart
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on QMAKE_CXXFLAGS+=" 
-DOPENCV2_HEADERS"
-  make
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(opencv fftw curl)
-  optdepends=('qt5-base: for the Qt UI')
-
-  cd gmic-$pkgver/src
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/zart/zart -t "$pkgdir"/usr/bin
-  install -Dm644 gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 420947, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 18:17:05 UTC (rev 420948)
@@ -0,0 +1,82 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.4.4
+pkgrel=1
+arch=(x86_64)
+url="http://gmic.eu/;
+license=(custom:CeCILL)
+makedepends=(gimp qt5-base fftw openexr opencv git)
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz gmic-opencv4.patch 
zart-opencv4.patch)
+sha256sums=('dcb35eff8bd21ea9be958caf55f84a72c19b69db23a9b13aeb21732f42471bdb'
+'1ffb4f8952be152ba2956a50ff6c39b078e547a4d3386cc2f34549124aefbed3'
+'182c6723708302a8cee92bfb45a40ff09b8903c649ce856d0d8cd10aab0ee39b')
+
+prepare() {
+  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
+# fix overlinking
+  sed -e 

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

2019-01-07 Thread Bruno Pagani via arch-commits
Date: Monday, January 7, 2019 @ 18:10:33
  Author: archange
Revision: 420946

archrelease: copy trunk to community-x86_64

Added:
  cozy-stack/repos/community-x86_64/PKGBUILD
(from rev 420945, cozy-stack/trunk/PKGBUILD)
  cozy-stack/repos/community-x86_64/cozy-stack.service
(from rev 420945, cozy-stack/trunk/cozy-stack.service)
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
(from rev 420945, cozy-stack/trunk/cozy-stack.sysusers)
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
(from rev 420945, cozy-stack/trunk/cozy-stack.tmpfiles)
  cozy-stack/repos/community-x86_64/cozy.yml
(from rev 420945, cozy-stack/trunk/cozy.yml)
Deleted:
  cozy-stack/repos/community-x86_64/PKGBUILD
  cozy-stack/repos/community-x86_64/cozy-stack.service
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
  cozy-stack/repos/community-x86_64/cozy.yml

-+
 PKGBUILD|   99 +-
 cozy-stack.service  |   66 -
 cozy-stack.sysusers |2 -
 cozy-stack.tmpfiles |6 +--
 cozy.yml|   55 ++-
 5 files changed, 115 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 18:10:09 UTC (rev 420945)
+++ PKGBUILD2019-01-07 18:10:33 UTC (rev 420946)
@@ -1,49 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-stack
-pkgver=2018M4S3
-pkgrel=1
-pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
-arch=('x86_64')
-url="https://cozy.io;
-license=('AGPL3')
-backup=('etc/cozy/cozy.yml')
-depends=('couchdb' 'imagemagick' 'git')
-makedepends=('go-pie')
-#optdepends=('cozy-coclyco: X.509 certificates management for instances'
-optdepends=('nodejs: konnectors without isolation'
-'nsjail: isolated konnectors'
-'smtp-forwarder: to allow sending mail to users')
-source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz;
-"cozy.yml"
-"${pkgname}.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha256sums=('5ab1975ccb042c841915041546c330fce82992c7bc92bfdf2288d3f7a6190818'
-'450a41a054871b63ee0d968397d623faa50532269d875c0174633ea543701431'
-'ad9b40170e2b07d5aa5ea6d444ad16c96bb39adb5ff579db5cc39cb4e2ec3f91'
-'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'
-'fd333c2fd0de859890204554f52a5c64b953664f6cb262b20bb839aa70ed9ecb')
-
-build() {
-export GOPATH="${srcdir}"/cozy-stack
-cd cozy-stack/src/github.com/cozy/cozy-stack
-go build -v -o "${srcdir}"/bin/cozy-stack \
- -gcflags "all=-trimpath=${GOPATH}" \
- -asmflags "all=-trimpath=${GOPATH}" \
- -ldflags "-X 
github.com/cozy/cozy-stack/pkg/config.Version=${pkgver} \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildTime=$(date -u 
+"%Y-%m-%dT%H:%M:%SZ") \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildMode=production \
-   -linkmode external -extldflags ${LDFLAGS} -s -w"
-}
-
-package() {
-install -Dm755 bin/cozy-stack -t "${pkgdir}"/usr/bin/
-install -Dm644 cozy.yml -t "${pkgdir}"/etc/cozy/
-install -Dm644 cozy-stack/src/github.com/cozy/cozy-stack/cozy.example.yaml 
-t "${pkgdir}"/usr/share/cozy/
-install -Dm755 
cozy-stack/src/github.com/cozy/cozy-stack/scripts/konnector-node-run.sh -t 
"${pkgdir}"/usr/share/cozy/
-install -Dm755 
cozy-stack/src/github.com/cozy/cozy-stack/scripts/konnector-nsjail-run.sh -t 
"${pkgdir}"/usr/share/cozy/
-install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: cozy-stack/repos/community-x86_64/PKGBUILD (from rev 420945, 
cozy-stack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 18:10:33 UTC (rev 420946)
@@ -0,0 +1,50 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-stack
+pkgver=1.1.0
+pkgrel=1
+epoch=1
+pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
+arch=('x86_64')
+url="https://cozy.io;
+license=('AGPL3')
+backup=('etc/cozy/cozy.yml')
+depends=('couchdb' 'imagemagick' 'git')
+makedepends=('go-pie')
+#optdepends=('cozy-coclyco: X.509 certificates management for instances'
+optdepends=('nodejs: konnectors without isolation'
+'nsjail: isolated konnectors'
+'smtp-forwarder: to allow sending mail to users')
+source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz;
+"cozy.yml"
+

[arch-commits] Commit in cozy-stack/trunk (PKGBUILD cozy.yml)

2019-01-07 Thread Bruno Pagani via arch-commits
Date: Monday, January 7, 2019 @ 18:10:09
  Author: archange
Revision: 420945

upgpkg: cozy-stack 1:1.1.0-1

Modified:
  cozy-stack/trunk/PKGBUILD
  cozy-stack/trunk/cozy.yml

--+
 PKGBUILD |7 ---
 cozy.yml |1 +
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 18:09:16 UTC (rev 420944)
+++ PKGBUILD2019-01-07 18:10:09 UTC (rev 420945)
@@ -1,8 +1,9 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=cozy-stack
-pkgver=2018M4S3
+pkgver=1.1.0
 pkgrel=1
+epoch=1
 pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
 arch=('x86_64')
 url="https://cozy.io;
@@ -19,8 +20,8 @@
 "${pkgname}.service"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
-sha256sums=('5ab1975ccb042c841915041546c330fce82992c7bc92bfdf2288d3f7a6190818'
-'450a41a054871b63ee0d968397d623faa50532269d875c0174633ea543701431'
+sha256sums=('985666b44e4b8b5cc8600181d5e69177dd469e170a6d1d49b4d1497cd080c208'
+'ecfcdf3e2dfec1bdeae15a843c41c9a77b713fe66a4094e1b95dce9514af31e8'
 'ad9b40170e2b07d5aa5ea6d444ad16c96bb39adb5ff579db5cc39cb4e2ec3f91'
 'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'
 'fd333c2fd0de859890204554f52a5c64b953664f6cb262b20bb839aa70ed9ecb')

Modified: cozy.yml
===
--- cozy.yml2019-01-07 18:09:16 UTC (rev 420944)
+++ cozy.yml2019-01-07 18:10:09 UTC (rev 420945)
@@ -25,3 +25,4 @@
 registries:
   default:
   - https://apps-registry.cozycloud.cc/
+  - https://apps-registry.cozycloud.cc/banks


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

2019-01-07 Thread Antonio Rojas via arch-commits
Date: Monday, January 7, 2019 @ 18:08:55
  Author: arojas
Revision: 420943

Update to 1.5.0.35

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 16:41:53 UTC (rev 420942)
+++ PKGBUILD2019-01-07 18:08:55 UTC (rev 420943)
@@ -2,7 +2,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.5.0-29
+_pkgver=1.5.0-35
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -11,7 +11,7 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('8c2cd8d89f82c0578bf45ab160080f1b067976114df0bd3233229a2e002720b5')
+sha256sums=('83707b99c9378a376b20ab5a42cfdff015a535055440dab060414c2dd88fbb7c')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2019-01-07 Thread Antonio Rojas via arch-commits
Date: Monday, January 7, 2019 @ 18:09:16
  Author: arojas
Revision: 420944

archrelease: copy trunk to community-x86_64

Added:
  giac/repos/community-x86_64/PKGBUILD
(from rev 420943, giac/trunk/PKGBUILD)
Deleted:
  giac/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 18:08:55 UTC (rev 420943)
+++ PKGBUILD2019-01-07 18:09:16 UTC (rev 420944)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.5.0-29
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-sha256sums=('8c2cd8d89f82c0578bf45ab160080f1b067976114df0bd3233229a2e002720b5')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao gmp-ecm)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 420943, 
giac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 18:09:16 UTC (rev 420944)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.5.0-35
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core 
texlive-science hevea glpk libao gmp-ecm)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+sha256sums=('83707b99c9378a376b20ab5a42cfdff015a535055440dab060414c2dd88fbb7c')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng curl glpk libao gmp-ecm)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}


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

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Monday, January 7, 2019 @ 16:41:53
  Author: anatolik
Revision: 420942

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 16:41:24 UTC (rev 420941)
+++ PKGBUILD2019-01-07 16:41:53 UTC (rev 420942)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Artem Vorotnikov 
-
-_gemname=ffi
-pkgname=ruby-$_gemname
-pkgver=1.9.25
-pkgrel=1
-pkgdesc='Ruby FFI'
-arch=('x86_64')
-url='http://wiki.github.com/ffi/ffi'
-license=('BSD')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=($_gemname-$pkgver.gem)
-sha512sums=('c27e3cac623f001014ff1c81133eb27af7cd14239031c37ec3477f16ae77c6b81a64d253c946e445494909536cfea901dce2c3392d7e9f532544f3329d27a752')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ruby-ffi/repos/community-x86_64/PKGBUILD (from rev 420941, 
ruby-ffi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 16:41:53 UTC (rev 420942)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Artem Vorotnikov 
+
+_gemname=ffi
+pkgname=ruby-$_gemname
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='Ruby FFI'
+arch=('x86_64')
+url='http://wiki.github.com/ffi/ffi'
+license=('BSD')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=($_gemname-$pkgver.gem)
+sha512sums=('7bdb52c9912c976379fa50e86bc6cb2551c236b59f7610d864ab37a5357a231ed9b44c45941d8be68038e6e84542005b808045ed8da0e9e07de4428100f3bf1b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-01-07 Thread Anatol Pomozov via arch-commits
Date: Monday, January 7, 2019 @ 16:41:24
  Author: anatolik
Revision: 420941

upgpkg: ruby-ffi 1.10.0-1

Modified:
  ruby-ffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 13:03:45 UTC (rev 420940)
+++ PKGBUILD2019-01-07 16:41:24 UTC (rev 420941)
@@ -4,8 +4,8 @@
 
 _gemname=ffi
 pkgname=ruby-$_gemname
-pkgver=1.9.25
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='Ruby FFI'
 arch=('x86_64')
 url='http://wiki.github.com/ffi/ffi'
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=($_gemname-$pkgver.gem)
-sha512sums=('c27e3cac623f001014ff1c81133eb27af7cd14239031c37ec3477f16ae77c6b81a64d253c946e445494909536cfea901dce2c3392d7e9f532544f3329d27a752')
+sha512sums=('7bdb52c9912c976379fa50e86bc6cb2551c236b59f7610d864ab37a5357a231ed9b44c45941d8be68038e6e84542005b808045ed8da0e9e07de4428100f3bf1b')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-01-07 Thread Jan Steffens via arch-commits
Date: Monday, January 7, 2019 @ 13:31:26
  Author: heftig
Revision: 343076

3.30.4-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 12:03:30 UTC (rev 343075)
+++ PKGBUILD2019-01-07 13:31:26 UTC (rev 343076)
@@ -3,7 +3,7 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.30.3
+pkgver=3.30.4
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -14,7 +14,7 @@
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
  spamassassin highlight gtk-doc yelp-tools git cmake ninja)
 options=(!emptydirs)
-_commit=9ab7203d59b2bf9440744a7ac325410586aee258  # tags/3.30.3^0
+_commit=ca452d980f58834f83cf797509e09ca00ae398e5  # tags/3.30.4^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-01-07 Thread Jan Steffens via arch-commits
Date: Monday, January 7, 2019 @ 13:31:39
  Author: heftig
Revision: 343077

archrelease: copy trunk to extra-x86_64

Added:
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 343076, evolution/trunk/PKGBUILD)
Deleted:
  evolution/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 13:31:26 UTC (rev 343076)
+++ PKGBUILD2019-01-07 13:31:39 UTC (rev 343077)
@@ -1,70 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.30.3
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
- dconf gtkspell3 libcryptui gnome-autoar)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
- spamassassin highlight gtk-doc yelp-tools git cmake ninja)
-options=(!emptydirs)
-_commit=9ab7203d59b2bf9440744a7ac325410586aee258  # tags/3.30.3^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  cmake -H$pkgbase -Bbuild -GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_SMIME=ON \
--DENABLE_GTK_DOC=ON
-  cmake --build build
-}
-
-package_evolution() {
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=(gnome-extra)
-
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-### Split
-  local x
-  for x in bogofilter spamassassin; do
-mkdir -p $x/usr/{lib/evolution/modules,share/metainfo}
-mv {"$pkgdir",$x}/usr/lib/evolution/modules/module-$x.so
-mv {"$pkgdir",$x}/usr/share/metainfo/org.gnome.Evolution-$x.metainfo.xml
-  done
-}
-
-
-package_evolution-bogofilter() {
-  pkgdesc="Spam filtering for Evolution, using Bogofilter"
-  depends=("evolution=$pkgver" bogofilter)
-
-  mv bogofilter/usr "$pkgdir"
-}
-
-package_evolution-spamassassin() {
-  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
-  depends=("evolution=$pkgver" spamassassin)
-
-  mv spamassassin/usr "$pkgdir"
-}

Copied: evolution/repos/extra-x86_64/PKGBUILD (from rev 343076, 
evolution/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 13:31:39 UTC (rev 343077)
@@ -0,0 +1,70 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=(evolution evolution-bogofilter evolution-spamassassin)
+pkgver=3.30.4
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+ dconf gtkspell3 libcryptui gnome-autoar)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
+ spamassassin highlight gtk-doc yelp-tools git cmake ninja)
+options=(!emptydirs)
+_commit=ca452d980f58834f83cf797509e09ca00ae398e5  # tags/3.30.4^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  cmake -H$pkgbase -Bbuild -GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_SMIME=ON \
+-DENABLE_GTK_DOC=ON
+  cmake --build build
+}
+
+package_evolution() {
+  optdepends=('highlight: text highlight plugin'
+  'evolution-spamassassin: Spamassassin spam check plugin'
+  'evolution-bogofilter: Bogofilter spam check plugin')
+  groups=(gnome-extra)
+
+  DESTDIR="$pkgdir" cmake --build build --target install
+
+### Split
+  local x
+  for x in bogofilter spamassassin; do
+mkdir -p $x/usr/{lib/evolution/modules,share/metainfo}
+mv {"$pkgdir",$x}/usr/lib/evolution/modules/module-$x.so
+mv {"$pkgdir",$x}/usr/share/metainfo/org.gnome.Evolution-$x.metainfo.xml
+  done
+}
+
+
+package_evolution-bogofilter() {
+  pkgdesc="Spam filtering for Evolution, using Bogofilter"
+  depends=("evolution=$pkgver" bogofilter)
+
+  mv bogofilter/usr "$pkgdir"
+}
+
+package_evolution-spamassassin() {
+  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
+  depends=("evolution=$pkgver" spamassassin)
+

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

2019-01-07 Thread Bruno Pagani via arch-commits
Date: Monday, January 7, 2019 @ 13:03:31
  Author: archange
Revision: 420939

upgpkg: knot 2.7.5-1

Modified:
  knot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 11:11:08 UTC (rev 420938)
+++ PKGBUILD2019-01-07 13:03:31 UTC (rev 420939)
@@ -5,8 +5,8 @@
 # Contributor: Otto Sabart 
 
 pkgname=knot
-pkgver=2.7.4
-pkgrel=2
+pkgver=2.7.5
+pkgrel=1
 pkgdesc="High-performance authoritative-only DNS server"
 arch=('x86_64')
 url="https://www.knot-dns.cz/;
@@ -16,7 +16,7 @@
  'fstrm' 'protobuf-c' 'libmaxminddb')
 backup=('etc/knot/knot.conf')
 
source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('acebe2fbcd8f67b0cb8969376114855316fe831df08321b795147502a5e9fd74' 
'SKIP')
+sha256sums=('7d70d6d8f708285517d1d7c4ff2e5ddfd119cd2962c7a8d3f50a4c695209a086' 
'SKIP')
 validpgpkeys=('742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB') # Daniel Salzman 

 
 build() {


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

2019-01-07 Thread Bruno Pagani via arch-commits
Date: Monday, January 7, 2019 @ 13:03:45
  Author: archange
Revision: 420940

archrelease: copy trunk to community-x86_64

Added:
  knot/repos/community-x86_64/PKGBUILD
(from rev 420939, knot/trunk/PKGBUILD)
Deleted:
  knot/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-07 13:03:31 UTC (rev 420939)
+++ PKGBUILD2019-01-07 13:03:45 UTC (rev 420940)
@@ -1,61 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Ondřej Surý 
-# Contributor: Julian Brost 
-# Contributor: Oleander Reis 
-# Contributor: Otto Sabart 
-
-pkgname=knot
-pkgver=2.7.4
-pkgrel=2
-pkgdesc="High-performance authoritative-only DNS server"
-arch=('x86_64')
-url="https://www.knot-dns.cz/;
-license=('GPL3')
-depends=('libedit' 'gnutls' 'liburcu' 'lmdb'
- 'libidn2' 'systemd' 'libcap-ng'
- 'fstrm' 'protobuf-c' 'libmaxminddb')
-backup=('etc/knot/knot.conf')
-source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('acebe2fbcd8f67b0cb8969376114855316fe831df08321b795147502a5e9fd74' 
'SKIP')
-validpgpkeys=('742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB') # Daniel Salzman 

-
-build() {
-cd ${pkgname}-${pkgver}
-
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---libexecdir=/usr/lib/knot \
---with-rundir=/run/knot \
---with-storage=/var/lib/knot \
---enable-recvmmsg \
---enable-dnstap \
---enable-systemd \
---enable-reuseport \
---disable-silent-rules
-
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
-rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
-
-rm "${pkgdir}"/etc/knot/example.com.zone
-mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
-
-install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-}

Copied: knot/repos/community-x86_64/PKGBUILD (from rev 420939, 
knot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-07 13:03:45 UTC (rev 420940)
@@ -0,0 +1,61 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Ondřej Surý 
+# Contributor: Julian Brost 
+# Contributor: Oleander Reis 
+# Contributor: Otto Sabart 
+
+pkgname=knot
+pkgver=2.7.5
+pkgrel=1
+pkgdesc="High-performance authoritative-only DNS server"
+arch=('x86_64')
+url="https://www.knot-dns.cz/;
+license=('GPL3')
+depends=('libedit' 'gnutls' 'liburcu' 'lmdb'
+ 'libidn2' 'systemd' 'libcap-ng'
+ 'fstrm' 'protobuf-c' 'libmaxminddb')
+backup=('etc/knot/knot.conf')
+source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('7d70d6d8f708285517d1d7c4ff2e5ddfd119cd2962c7a8d3f50a4c695209a086' 
'SKIP')
+validpgpkeys=('742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB') # Daniel Salzman 

+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--libexecdir=/usr/lib/knot \
+--with-rundir=/run/knot \
+--with-storage=/var/lib/knot \
+--enable-recvmmsg \
+--enable-dnstap \
+--enable-systemd \
+--enable-reuseport \
+--disable-silent-rules
+
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
+rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
+
+rm "${pkgdir}"/etc/knot/example.com.zone
+mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
+
+install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
+install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2019-01-07 Thread Jan Steffens via arch-commits
Date: Monday, January 7, 2019 @ 12:03:05
  Author: heftig
Revision: 343074

3.30.4-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 11:48:12 UTC (rev 343073)
+++ PKGBUILD2019-01-07 12:03:05 UTC (rev 343074)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.30.3
+pkgver=3.30.4
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -10,7 +10,7 @@
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
 license=(GPL)
-_commit=8689cfc92fb5b2a1a82e4899feb5f9636834439a  # tags/3.30.3^0
+_commit=df9de5b5bfd817c672e5f4da6208b84c1decff90  # tags/3.30.4^0
 
source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
 sha256sums=('SKIP')
 


  1   2   >