[arch-commits] Commit in nextcloud-app-calendar/trunk (PKGBUILD)

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:05:22
  Author: spupykin
Revision: 449885

upgpkg: nextcloud-app-calendar 1.7.0-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 17:05:11 UTC (rev 449884)
+++ PKGBUILD2019-04-05 17:05:22 UTC (rev 449885)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-calendar
-pkgver=1.6.4
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz";)
-sha256sums=('c328abaa1cc3d284e4fcc085fb85d0155a95eedddf2f47b5d4561fbfd996b101')
+sha256sums=('d9946a7d046e4a3e6c20397b081c2a36f19b3372ee43339e15fa4dc1fedbfb31')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:04:55
  Author: spupykin
Revision: 449883

upgpkg: nextcloud 15.0.6-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 16:15:27 UTC (rev 449882)
+++ PKGBUILD2019-04-05 17:04:55 UTC (rev 449883)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=15.0.5
+pkgver=15.0.6
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -25,7 +25,7 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('4661869b797a340cd967abb3dbe6931b375434e0a44480346a27ccd73250b988'
+sha256sums=('023159feb64ba6973fce23a4e6db91b5e2875a971ee1781cdff3369829072ccc'
 'SKIP'
 '55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:05:11
  Author: spupykin
Revision: 449884

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 449883, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 449883, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 449883, nextcloud/trunk/nextcloud.hook)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud.hook

-+
 PKGBUILD|  114 +-
 apache.example.conf |   36 +++
 nextcloud.hook  |   26 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 17:04:55 UTC (rev 449883)
+++ PKGBUILD2019-04-05 17:05:11 UTC (rev 449884)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=15.0.5
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com";
-license=('AGPL')
-depends=()
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('4661869b797a340cd967abb3dbe6931b375434e0a44480346a27ccd73250b988'
-'SKIP'
-'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
-'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
-
-package() {
-depends=('php' 'php-gd')
-
-# install project
-install -d "$pkgdir"/usr/share/webapps/
-cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.
-
-# install apache config file
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-install -m 644 "$srcdir"/apache.example.conf  
"$pkgdir"/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-mv "$pkgdir"/usr/share/webapps/${pkgname}/config 
"$pkgdir"/etc/webapps/${pkgname}/config
-chown -R http:http "$pkgdir"/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
"$pkgdir"/usr/share/webapps/${pkgname}/config
-chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname}
-
-find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
-
-#install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-}

Copied: nextcloud/repos/community-any/PKGBUILD (from rev 449883, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 17:05:11 UTC (rev 449884)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=15.0.6
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com";
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('023159feb64ba6973fce23a4e6db91b5e2875a971ee1781cdff3369829072ccc'
+'SKIP'
+'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php' 'php-gd')
+
+# install project
+install -d "$pkgdir"

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

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:05:55
  Author: spupykin
Revision: 449888

archrelease: copy trunk to community-any

Added:
  when/repos/community-any/ChangeLog
(from rev 449887, when/trunk/ChangeLog)
  when/repos/community-any/PKGBUILD
(from rev 449887, when/trunk/PKGBUILD)
Deleted:
  when/repos/community-any/ChangeLog
  when/repos/community-any/PKGBUILD

---+
 ChangeLog |6 +++---
 PKGBUILD  |   38 +++---
 2 files changed, 22 insertions(+), 22 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2019-04-05 17:05:44 UTC (rev 449887)
+++ ChangeLog   2019-04-05 17:05:55 UTC (rev 449888)
@@ -1,3 +0,0 @@
-2007-06-27 tardo 
-* Built for x86_64
-

Copied: when/repos/community-any/ChangeLog (from rev 449887, 
when/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2019-04-05 17:05:55 UTC (rev 449888)
@@ -0,0 +1,3 @@
+2007-06-27 tardo 
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 17:05:44 UTC (rev 449887)
+++ PKGBUILD2019-04-05 17:05:55 UTC (rev 449888)
@@ -1,19 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Charles Mauch 
-
-pkgname=when
-pkgver=1.1.38
-pkgrel=1
-pkgdesc="A simple commandline personal calendar program"
-arch=('any')
-url="http://www.lightandmatter.com/when/when.html";
-license=('GPL')
-depends=('perl')
-source=(when-$pkgver.tar.gz::http://www.lightandmatter.com/when/when.tar.gz)
-sha256sums=('139834945142f5e3ea6b20f43ba740d30b4a87b42ce5767026094e633dca999f')
-
-package() {
-  cd "$srcdir"/when_dist
-  install -D -m755 "$srcdir"/when_dist/when "$pkgdir"/usr/bin/when
-  install -D -m644 "$srcdir"/when_dist/when.1 
"$pkgdir"/usr/share/man/man1/when.1
-}

Copied: when/repos/community-any/PKGBUILD (from rev 449887, when/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 17:05:55 UTC (rev 449888)
@@ -0,0 +1,19 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Charles Mauch 
+
+pkgname=when
+pkgver=1.1.39
+pkgrel=1
+pkgdesc="A simple commandline personal calendar program"
+arch=('any')
+url="http://www.lightandmatter.com/when/when.html";
+license=('GPL')
+depends=('perl')
+makedepends=('git')
+source=("git+https://github.com/bcrowell/when.git#commit=f576dcbfc71cc529f9ad3c191a3754e51088a49c";)
+sha256sums=('SKIP')
+
+package() {
+  cd "$srcdir"/when
+  make install DESTDIR="${pkgdir}"
+}


[arch-commits] Commit in nextcloud-app-calendar/repos/community-any (2 files)

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:13:25
  Author: spupykin
Revision: 449890

archrelease: copy trunk to community-any

Added:
  nextcloud-app-calendar/repos/community-any/PKGBUILD
(from rev 449889, nextcloud-app-calendar/trunk/PKGBUILD)
Deleted:
  nextcloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 17:13:12 UTC (rev 449889)
+++ PKGBUILD2019-04-05 17:13:25 UTC (rev 449890)
@@ -1,19 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="http://nextcloud.com";
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz";)
-sha256sums=('d9946a7d046e4a3e6c20397b081c2a36f19b3372ee43339e15fa4dc1fedbfb31')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 449889, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 17:13:25 UTC (rev 449890)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+epoch=1
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="http://nextcloud.com";
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz";)
+sha256sums=('c328abaa1cc3d284e4fcc085fb85d0155a95eedddf2f47b5d4561fbfd996b101')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}


[arch-commits] Commit in nextcloud-app-calendar/trunk (PKGBUILD)

2019-04-05 Thread Sergej Pupykin via arch-commits
Date: Friday, April 5, 2019 @ 17:13:12
  Author: spupykin
Revision: 449889

upgpkg: nextcloud-app-calendar 1:1.6.4-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 17:05:55 UTC (rev 449888)
+++ PKGBUILD2019-04-05 17:13:12 UTC (rev 449889)
@@ -1,7 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-calendar
-pkgver=1.7.0
+epoch=1
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -11,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz";)
-sha256sums=('d9946a7d046e4a3e6c20397b081c2a36f19b3372ee43339e15fa4dc1fedbfb31')
+sha256sums=('c328abaa1cc3d284e4fcc085fb85d0155a95eedddf2f47b5d4561fbfd996b101')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-04-08 Thread Sergej Pupykin via arch-commits
Date: Monday, April 8, 2019 @ 14:21:27
  Author: spupykin
Revision: 450401

upgpkg: drupal 8.6.14-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-08 14:07:08 UTC (rev 450400)
+++ PKGBUILD2019-04-08 14:21:27 UTC (rev 450401)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.6.13
+pkgver=8.6.14
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('5cbb8f8a5d180a3e5fe7dc47c03d7f3082fff39175a8cef42456e764cbb74927')
+sha256sums=('d971d47c658fc52c557d07a7fb82bf9ba59a6e7fdf57adbe8db1482c56239c68')
 
 package() {
   depends=('php' 'php-gd')


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

2019-04-08 Thread Sergej Pupykin via arch-commits
Date: Monday, April 8, 2019 @ 14:21:43
  Author: spupykin
Revision: 450402

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   94 +++
 drupal.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-08 14:21:27 UTC (rev 450401)
+++ PKGBUILD2019-04-08 14:21:43 UTC (rev 450402)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.6.13
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/";
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('5cbb8f8a5d180a3e5fe7dc47c03d7f3082fff39175a8cef42456e764cbb74927')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 450401, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-08 14:21:43 UTC (rev 450402)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.6.14
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/";
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('d971d47c658fc52c557d07a7fb82bf9ba59a6e7fdf57adbe8db1482c56239c68')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2019-04-08 14:21:27 UTC (rev 450401)
+++ drupal.install  2019-04-08 14:21:43 UTC (rev 450402)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 450401, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2019-04-08 14:21:43 UTC (rev 450402)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2019-04-08 Thread Sergej Pupykin via arch-commits
Date: Monday, April 8, 2019 @ 14:35:08
  Author: spupykin
Revision: 450404

archrelease: copy trunk to community-x86_64

Added:
  libzdb/repos/community-x86_64/PKGBUILD
(from rev 450403, libzdb/trunk/PKGBUILD)
Deleted:
  libzdb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-08 14:34:54 UTC (rev 450403)
+++ PKGBUILD2019-04-08 14:35:08 UTC (rev 450404)
@@ -1,23 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=libzdb
-pkgver=3.1
-pkgrel=3
-pkgdesc="Zild Database Library"
-arch=('x86_64')
-url="http://www.tildeslash.com/libzdb/";
-license=('GPL')
-depends=('postgresql-libs' 'sqlite' 'mariadb-libs')
-source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-sha256sums=('0f01abb1b01d1a1f4ab9b55ad3ba445d203fc3b4757abdf53e1d85e2b7b42695')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: libzdb/repos/community-x86_64/PKGBUILD (from rev 450403, 
libzdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-08 14:35:08 UTC (rev 450404)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=libzdb
+pkgver=3.2
+pkgrel=1
+pkgdesc="Zild Database Library"
+arch=('x86_64')
+url="http://www.tildeslash.com/libzdb/";
+license=('GPL')
+depends=('postgresql-libs' 'sqlite' 'mariadb-libs')
+source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
+sha256sums=('005ddf4b29c6db622e16303298c2f914dfd82590111cea7cfd09b4acf46cf4f2')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i '1,1i#include ' test/zdbpp.cpp
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2019-04-08 Thread Sergej Pupykin via arch-commits
Date: Monday, April 8, 2019 @ 14:34:54
  Author: spupykin
Revision: 450403

upgpkg: libzdb 3.2-1

Modified:
  libzdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-08 14:21:43 UTC (rev 450402)
+++ PKGBUILD2019-04-08 14:34:54 UTC (rev 450403)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=libzdb
-pkgver=3.1
-pkgrel=3
+pkgver=3.2
+pkgrel=1
 pkgdesc="Zild Database Library"
 arch=('x86_64')
 url="http://www.tildeslash.com/libzdb/";
@@ -9,8 +9,13 @@
 license=('GPL')
 depends=('postgresql-libs' 'sqlite' 'mariadb-libs')
 source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-sha256sums=('0f01abb1b01d1a1f4ab9b55ad3ba445d203fc3b4757abdf53e1d85e2b7b42695')
+sha256sums=('005ddf4b29c6db622e16303298c2f914dfd82590111cea7cfd09b4acf46cf4f2')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i '1,1i#include ' test/zdbpp.cpp
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr


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

2019-04-08 Thread Sergej Pupykin via arch-commits
Date: Monday, April 8, 2019 @ 14:42:53
  Author: spupykin
Revision: 450405

upgpkg: dbmail 3.2.3-10

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-08 14:35:08 UTC (rev 450404)
+++ PKGBUILD2019-04-08 14:42:53 UTC (rev 450405)
@@ -3,7 +3,7 @@
 
 pkgname=dbmail
 pkgver=3.2.3
-pkgrel=9
+pkgrel=10
 pkgdesc="Fast and scalable sql based mail services"
 arch=('x86_64')
 depends=('gmime' 'libzdb' 'mhash' 'libevent')


[arch-commits] Commit in dbmail/repos/community-x86_64 (14 files)

2019-04-08 Thread Sergej Pupykin via arch-commits
Date: Monday, April 8, 2019 @ 14:43:14
  Author: spupykin
Revision: 450406

archrelease: copy trunk to community-x86_64

Added:
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 450405, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 450405, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 450405, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 450405, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 450405, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/log-imap.patch
(from rev 450405, dbmail/trunk/log-imap.patch)
  dbmail/repos/community-x86_64/noop-fetch-response-fix2.patch
(from rev 450405, dbmail/trunk/noop-fetch-response-fix2.patch)
Deleted:
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/log-imap.patch
  dbmail/repos/community-x86_64/noop-fetch-response-fix2.patch

+
 PKGBUILD   |  140 +++
 dbmail-imapd.xinetd|   26 +++
 dbmail-lmtpd.xinetd|   26 +++
 dbmail-pop3d.xinetd|   26 +++
 dbmail-timsieved.xinetd|   30 
 log-imap.patch |   94 +-
 noop-fetch-response-fix2.patch |   24 +++---
 7 files changed, 183 insertions(+), 183 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-08 14:42:53 UTC (rev 450405)
+++ PKGBUILD2019-04-08 14:43:14 UTC (rev 450406)
@@ -1,70 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sebastian Faltoni 
-
-pkgname=dbmail
-pkgver=3.2.3
-pkgrel=9
-pkgdesc="Fast and scalable sql based mail services"
-arch=('x86_64')
-depends=('gmime' 'libzdb' 'mhash' 'libevent')
-makedepends=('asciidoc' 'xmlto' 'docbook-xsl' 'docbook-xml' 
'postgresql-libs>=8.4.1'
-'sqlite' 'mariadb-libs' 'libldap>=2.4.18' 'libsieve' 'git')
-optdepends=('libldap: for LDAP authentication'
-   'libsieve: for dbmail-sieve')
-#  'python2-mysql2pgsql: migrate from MySQL to PostreSQL')
-url="http://www.dbmail.org";
-license=('GPL')
-options=('zipman')
-backup=(etc/xinetd.d/dbmail-imapd
-   etc/xinetd.d/dbmail-pop3d
-   etc/xinetd.d/dbmail-lmtpd
-   etc/xinetd.d/dbmail-timsieved)
-#source=("dbmail-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_2"
-#source=("dbmail-$pkgver.tar.gz::http://git.dbmail.eu/paul/dbmail/snapshot/dbmail-$pkgver.tar.gz";
-source=("http://www.dbmail.org/download/3.2/dbmail-${pkgver}.tar.gz";
-   "dbmail-imapd.xinetd"
-   "dbmail-lmtpd.xinetd"
-   "dbmail-pop3d.xinetd"
-   "dbmail-timsieved.xinetd"
-   noop-fetch-response-fix2.patch
-   log-imap.patch)
-md5sums=('4f140751642559395dfe3a6bb2cc9300'
- '890de13361afbdf4fed12d6d7eb53e66'
- '961593658cd596297d03d25eb9c9e98f'
- '4cb764894abd3914802e90602bf90a0c'
- 'e78dc86355f9aaf24590bc7c6611162f'
- '8c8efca631d3a4052ad18c12ce72a1ab'
- 'e01223ad8e9c1a0faea40f18ea064b66')
-
-prepare() {
-  cd "$srcdir"/dbmail-${pkgver}/
-  patch -p1 <"$srcdir"/noop-fetch-response-fix2.patch
-#  patch -p1 <"$srcdir"/log-imap.patch
-}
-
-build() {
-  cd "$srcdir"/dbmail-${pkgver}/
-  aclocal
-  automake --add-missing
-  autoreconf
-  [ -f Makefile ] || ./configure \
---prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc \
---with-ldap --with-sieve \
---enable-systemd --enable-manpages
-  make
-}
-
-package() {
-  cd "$srcdir"/dbmail-${pkgver}/
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 dbmail.conf "$pkgdir"/etc/dbmail.conf.sample
-  mkdir "$pkgdir"/usr/share/dbmail
-  cp -r sql/* "$pkgdir"/usr/share/dbmail/
-  cp -a contrib "$pkgdir"/usr/share/dbmail/
-  cp dbmail.schema "$pkgdir"/usr/share/dbmail/
-
-  for i in dbmail-imapd dbmail-lmtpd dbmail-pop3d dbmail-timsieved; do
-install -Dm0644 "$srcdir"/$i.xinetd "$pkgdir"/etc/xinetd.d/$i
-  done
-}

Copied: dbmail/repos/community-x86_64/PKGBUILD (from rev 450405, 
dbmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-08 14:43:14 UTC (rev 450406)
@@ -0,0 +1,70 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sebastian Faltoni 
+
+pkgname=dbmail
+pkgver=3.2.3
+pkgrel=10
+pkgdesc="Fast and scalable sql based mail services"
+arch=('x86_64')
+depends=('gmime' 'libzdb' 'mhash' 'libevent')
+makedepends=('asciidoc' 'xmlto' 'docbook-xsl' 'docbook-xml' 
'postgresql-libs>=8.4.1'
+'sqlite' 'mariadb-libs' 'libldap>=2.4.18' 'libsieve' 'git')
+o

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

2019-04-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, April 9, 2019 @ 12:06:51
  Author: spupykin
Revision: 450607

upgpkg: nextcloud 15.0.7-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 12:05:55 UTC (rev 450606)
+++ PKGBUILD2019-04-09 12:06:51 UTC (rev 450607)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=15.0.6
+pkgver=15.0.7
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -25,7 +25,7 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('023159feb64ba6973fce23a4e6db91b5e2875a971ee1781cdff3369829072ccc'
+sha256sums=('3e6158951fa72010ccd50dbeac05d8df162183f7bbc62a1c6c89ed7081fa9d49'
 'SKIP'
 '55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2019-04-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, April 9, 2019 @ 12:07:08
  Author: spupykin
Revision: 450608

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 450607, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 450607, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 450607, nextcloud/trunk/nextcloud.hook)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud.hook

-+
 PKGBUILD|  114 +-
 apache.example.conf |   36 +++
 nextcloud.hook  |   26 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 12:06:51 UTC (rev 450607)
+++ PKGBUILD2019-04-09 12:07:08 UTC (rev 450608)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=15.0.6
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com";
-license=('AGPL')
-depends=()
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('023159feb64ba6973fce23a4e6db91b5e2875a971ee1781cdff3369829072ccc'
-'SKIP'
-'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
-'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
-
-package() {
-depends=('php' 'php-gd')
-
-# install project
-install -d "$pkgdir"/usr/share/webapps/
-cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.
-
-# install apache config file
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-install -m 644 "$srcdir"/apache.example.conf  
"$pkgdir"/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-mv "$pkgdir"/usr/share/webapps/${pkgname}/config 
"$pkgdir"/etc/webapps/${pkgname}/config
-chown -R http:http "$pkgdir"/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
"$pkgdir"/usr/share/webapps/${pkgname}/config
-chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname}
-
-find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
-
-#install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-}

Copied: nextcloud/repos/community-any/PKGBUILD (from rev 450607, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 12:07:08 UTC (rev 450608)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=15.0.7
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com";
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('3e6158951fa72010ccd50dbeac05d8df162183f7bbc62a1c6c89ed7081fa9d49'
+'SKIP'
+'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php' 'php-gd')
+
+# install project
+install -d "$pkgdir

[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2019-04-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, April 9, 2019 @ 12:10:25
  Author: spupykin
Revision: 450610

archrelease: copy trunk to community-any

Added:
  nextcloud-app-contacts/repos/community-any/PKGBUILD
(from rev 450609, nextcloud-app-contacts/trunk/PKGBUILD)
Deleted:
  nextcloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 12:10:12 UTC (rev 450609)
+++ PKGBUILD2019-04-09 12:10:25 UTC (rev 450610)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=3.0.5
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://nextcloud.com/";
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz";)
-sha256sums=('9cfc72fce0d929a89047db0f02e5adcf7a4b044c74537bcfc75952e2c4578c57')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 450609, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 12:10:25 UTC (rev 450610)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://nextcloud.com/";
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz";)
+sha256sums=('e3d331287e6b57d6902c3c89c42e36911df5da74740e7c7609c8a292d5130956')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


[arch-commits] Commit in nextcloud-app-contacts/trunk (PKGBUILD)

2019-04-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, April 9, 2019 @ 12:10:12
  Author: spupykin
Revision: 450609

upgpkg: nextcloud-app-contacts 3.1.0-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 12:07:08 UTC (rev 450608)
+++ PKGBUILD2019-04-09 12:10:12 UTC (rev 450609)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=3.0.5
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz";)
-sha256sums=('9cfc72fce0d929a89047db0f02e5adcf7a4b044c74537bcfc75952e2c4578c57')
+sha256sums=('e3d331287e6b57d6902c3c89c42e36911df5da74740e7c7609c8a292d5130956')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in nextcloud-app-bookmarks/trunk (PKGBUILD)

2019-04-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, April 9, 2019 @ 12:56:42
  Author: spupykin
Revision: 450615

upgpkg: nextcloud-app-bookmarks 1:0.16.4-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 12:43:58 UTC (rev 450614)
+++ PKGBUILD2019-04-09 12:56:42 UTC (rev 450615)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=0.16.3
+pkgver=0.16.4
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz";)
-sha256sums=('8e01748b1d5e6b92b8da7a9c561298bfcc227864b32e943553c219a18dff6c0c')
+sha256sums=('f7fb2492c11fee636c85e716b6570292d3728375eb4ed7585ba5ca267f017484')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2019-04-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, April 9, 2019 @ 12:57:01
  Author: spupykin
Revision: 450616

archrelease: copy trunk to community-any

Added:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 450615, nextcloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 12:56:42 UTC (rev 450615)
+++ PKGBUILD2019-04-09 12:57:01 UTC (rev 450616)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=0.16.3
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
-url="http://nextcloud.com";
-license=('GPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz";)
-sha256sums=('8e01748b1d5e6b92b8da7a9c561298bfcc227864b32e943553c219a18dff6c0c')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 450615, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-09 12:57:01 UTC (rev 450616)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=0.16.4
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=('any')
+url="http://nextcloud.com";
+license=('GPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz";)
+sha256sums=('f7fb2492c11fee636c85e716b6570292d3728375eb4ed7585ba5ca267f017484')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


[arch-commits] Commit in (298 files)

2019-04-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, April 10, 2019 @ 07:31:53
  Author: spupykin
Revision: 450697

http:// -> https://

Modified:
  arandr/trunk/PKGBUILD
  bugzilla/trunk/PKGBUILD
  cgit/trunk/PKGBUILD
  dictd/trunk/PKGBUILD
  drupal/trunk/PKGBUILD
  ejabberd/trunk/PKGBUILD
  etl/trunk/PKGBUILD
  freedesktop-docs/trunk/PKGBUILD
  gloox/trunk/PKGBUILD
  glusterfs/trunk/PKGBUILD
  gogglesmm/trunk/PKGBUILD
  inn/trunk/PKGBUILD
  libzdb/trunk/PKGBUILD
  linuxconsole/trunk/PKGBUILD
  linuxdoc-tools/trunk/PKGBUILD
  lrzsz/trunk/PKGBUILD
  lshw/trunk/PKGBUILD
  lxc/trunk/PKGBUILD
  mailutils/trunk/PKGBUILD
  mcabber/trunk/PKGBUILD
  mediawiki/trunk/PKGBUILD
  moreutils/trunk/PKGBUILD
  musl/trunk/PKGBUILD
  netstat-nat/trunk/PKGBUILD
  nextcloud-app-bookmarks/trunk/PKGBUILD
  notion/trunk/PKGBUILD
  opensips/trunk/PKGBUILD
  perl-algorithm-annotate/trunk/PKGBUILD
  perl-algorithm-diff/trunk/PKGBUILD
  perl-anyevent-xmpp/trunk/PKGBUILD
  perl-app-cli/trunk/PKGBUILD
  perl-array-compare/trunk/PKGBUILD
  perl-authen-radius/trunk/PKGBUILD
  perl-authen-sasl/trunk/PKGBUILD
  perl-berkeleydb/trunk/PKGBUILD
  perl-cache-memcached/trunk/PKGBUILD
  perl-cgi-session/trunk/PKGBUILD
  perl-chart/trunk/PKGBUILD
  perl-class-accessor-chained/trunk/PKGBUILD
  perl-class-accessor/trunk/PKGBUILD
  perl-class-autouse/trunk/PKGBUILD
  perl-class-data-inheritable/trunk/PKGBUILD
  perl-class-factory-util/trunk/PKGBUILD
  perl-class-load/trunk/PKGBUILD
  perl-class-method-modifiers/trunk/PKGBUILD
  perl-class-methodmaker/trunk/PKGBUILD
  perl-class-singleton/trunk/PKGBUILD
  perl-color-calc/trunk/PKGBUILD
  perl-config-grammar/trunk/PKGBUILD
  perl-config-tiny/trunk/PKGBUILD
  perl-convert-asn1/trunk/PKGBUILD
  perl-crypt-blowfish/trunk/PKGBUILD
  perl-crypt-cbc/trunk/PKGBUILD
  perl-crypt-des/trunk/PKGBUILD
  perl-crypt-simple/trunk/PKGBUILD
  perl-crypt-smbhash/trunk/PKGBUILD
  perl-curses-ui-poe/trunk/PKGBUILD
  perl-curses-ui/trunk/PKGBUILD
  perl-curses/trunk/PKGBUILD
  perl-danga-socket/trunk/PKGBUILD
  perl-data-hexdump/trunk/PKGBUILD
  perl-data-hierarchy/trunk/PKGBUILD
  perl-data-structure-util/trunk/PKGBUILD
  perl-datetime-cron-simple/trunk/PKGBUILD
  perl-datetime-event-ical/trunk/PKGBUILD
  perl-datetime-event-recurrence/trunk/PKGBUILD
  perl-datetime-format-builder/trunk/PKGBUILD
  perl-datetime-format-ical/trunk/PKGBUILD
  perl-datetime-format-iso8601/trunk/PKGBUILD
  perl-datetime-format-mail/trunk/PKGBUILD
  perl-datetime-format-strptime/trunk/PKGBUILD
  perl-datetime-format-w3cdtf/trunk/PKGBUILD
  perl-datetime-locale/trunk/PKGBUILD
  perl-datetime-set/trunk/PKGBUILD
  perl-datetime-timezone/trunk/PKGBUILD
  perl-datetime/trunk/PKGBUILD
  perl-dbd-odbc/trunk/PKGBUILD
  perl-dbd-pg/trunk/PKGBUILD
  perl-dbd-sqlite2/trunk/PKGBUILD
  perl-dbd-sybase/trunk/PKGBUILD
  perl-dbi-shell/trunk/PKGBUILD
  perl-devel-patchperl/trunk/PKGBUILD
  perl-devel-symdump/trunk/PKGBUILD
  perl-device-gsm/trunk/PKGBUILD
  perl-device-modem/trunk/PKGBUILD
  perl-device-serialport/trunk/PKGBUILD
  perl-djabberd-rosterstorage-sqlite/trunk/PKGBUILD
  perl-djabberd/trunk/PKGBUILD
  perl-email-abstract/trunk/PKGBUILD
  perl-email-address-xs/trunk/PKGBUILD
  perl-email-address/trunk/PKGBUILD
  perl-email-messageid/trunk/PKGBUILD
  perl-email-mime-attachment-stripper/trunk/PKGBUILD
  perl-email-mime-contenttype/trunk/PKGBUILD
  perl-email-mime-encodings/trunk/PKGBUILD
  perl-email-mime/trunk/PKGBUILD
  perl-email-reply/trunk/PKGBUILD
  perl-email-send/trunk/PKGBUILD
  perl-email-sender/trunk/PKGBUILD
  perl-email-simple/trunk/PKGBUILD
  perl-extutils-xsbuilder/trunk/PKGBUILD
  perl-file-chdir/trunk/PKGBUILD
  perl-file-mmagic/trunk/PKGBUILD
  perl-file-nfslock/trunk/PKGBUILD
  perl-file-path-expand/trunk/PKGBUILD
  perl-file-remove/trunk/PKGBUILD
  perl-file-sharedir-install/trunk/PKGBUILD
  perl-file-slurp/trunk/PKGBUILD
  perl-file-type/trunk/PKGBUILD
  perl-finance-quote/trunk/PKGBUILD
  perl-font-afm/trunk/PKGBUILD
  perl-freezethaw/trunk/PKGBUILD
  perl-fuse/trunk/PKGBUILD
  perl-gd/trunk/PKGBUILD
  perl-gdgraph/trunk/PKGBUILD
  perl-gdtextutil/trunk/PKGBUILD
  perl-getopt-argvfile/trunk/PKGBUILD
  perl-gettext/trunk/PKGBUILD
  perl-graphics-colornames-www/trunk/PKGBUILD
  perl-graphics-colornames/trunk/PKGBUILD
  perl-gssapi/trunk/PKGBUILD
  perl-gtk2-trayicon/trunk/PKGBUILD
  perl-html-element-extended/trunk/PKGBUILD
  perl-html-form/trunk/PKGBUILD
  perl-html-formatter/trunk/PKGBUILD
  perl-html-highlight/trunk/PKGBUILD
  perl-html-scrubber/trunk/PKGBUILD
  perl-html-strip/trunk/PKGBUILD
  perl-html-tableextract/trunk/PKGBUILD
  perl-html-tagfilter/trunk/PKGBUILD
  perl-html-template-expr/trunk/PKGBUILD
  perl-html-tree/trunk/PKGBUILD
  perl-http-cache-transparent/trunk/PKGBUILD
  perl-http-lite/trunk/PKGBUILD
  perl-http-response-encoding/trunk/PKGBUILD
  perl-http-server-simple/trunk/PKGBUILD
  perl-ical-parser/trunk/PKGBUILD
  perl-image-info/trunk/PKGBUILD
  perl-image-size/trunk/PKGBUILD
  perl-import-into/trunk/PKGBUILD
  perl-inline-java/trunk/PK

[arch-commits] Commit in (3 files)

2019-04-11 Thread Sergej Pupykin via arch-commits
Date: Friday, April 12, 2019 @ 06:47:20
  Author: spupykin
Revision: 451203

change homepages to github

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD
  nextcloud-app-calendar/trunk/PKGBUILD
  nextcloud-app-contacts/trunk/PKGBUILD

+
 nextcloud-app-bookmarks/trunk/PKGBUILD |2 +-
 nextcloud-app-calendar/trunk/PKGBUILD  |2 +-
 nextcloud-app-contacts/trunk/PKGBUILD  |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: nextcloud-app-bookmarks/trunk/PKGBUILD
===
--- nextcloud-app-bookmarks/trunk/PKGBUILD  2019-04-12 05:14:08 UTC (rev 
451202)
+++ nextcloud-app-bookmarks/trunk/PKGBUILD  2019-04-12 06:47:20 UTC (rev 
451203)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
-url="https://nextcloud.com";
+url="https://github.com/nextcloud/bookmarks";
 license=('GPL')
 depends=('nextcloud')
 makedepends=()

Modified: nextcloud-app-calendar/trunk/PKGBUILD
===
--- nextcloud-app-calendar/trunk/PKGBUILD   2019-04-12 05:14:08 UTC (rev 
451202)
+++ nextcloud-app-calendar/trunk/PKGBUILD   2019-04-12 06:47:20 UTC (rev 
451203)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
-url="http://nextcloud.com";
+url="https://github.com/nextcloud/calendar/";
 license=('AGPL')
 depends=('nextcloud')
 makedepends=()

Modified: nextcloud-app-contacts/trunk/PKGBUILD
===
--- nextcloud-app-contacts/trunk/PKGBUILD   2019-04-12 05:14:08 UTC (rev 
451202)
+++ nextcloud-app-contacts/trunk/PKGBUILD   2019-04-12 06:47:20 UTC (rev 
451203)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
-url="https://nextcloud.com/";
+url="https://github.com/nextcloud/contacts/";
 license=('GPL')
 depends=('nextcloud')
 options=('!strip')


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

2019-04-12 Thread Sergej Pupykin via arch-commits
Date: Friday, April 12, 2019 @ 07:19:31
  Author: spupykin
Revision: 451207

archrelease: copy trunk to community-x86_64

Added:
  squid/repos/community-x86_64/PKGBUILD
(from rev 451206, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 451206, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 451206, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.pam
(from rev 451206, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.sysusers
(from rev 451206, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 451206, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

--+
 PKGBUILD |  208 -
 squid-rotate.service |   18 ++--
 squid-rotate.timer   |   20 ++--
 squid.pam|8 -
 squid.sysusers   |2 
 squid.tmpfiles   |6 -
 6 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 07:19:12 UTC (rev 451206)
+++ PKGBUILD2019-04-12 07:19:31 UTC (rev 451207)
@@ -1,104 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=4.5
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl')
-makedepends=('krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-   'etc/squid/cachemgr.conf'
-   'etc/squid/errorpage.css'
-   'etc/squid/mime.conf')
-validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463'
- 'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
-source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
-'squid.pam'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-sha256sums=('553edf76d6ee9a1627af9c2be7be850c14cd6836170b3d6c1393fd700d44ccc5'
-'SKIP'
-'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
-'495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
-'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
-'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
-'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies="lru,heap" \
---enable-storeio="aufs,ufs,diskd,rock" \
---enable-delay-pools \
---enable-arp-acl \
---with-openssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client \
---enable-ssl-crtd \
---disable-arch-native \
---disable-strict-error-checking \
---enable-wccpv2
-  make
-}
-
-package() {
-  cd "$srcdir"
-
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/squid.pam" "$pkgdir/etc/pam.d/squid"
-  install -Dm644 "$srcdir/squid.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/squid.conf"
-  install -Dm644 "$srcdir/squid.sysusers" 
"$pkgdir/usr/lib/sysusers.d/squid.conf"
-  install -Dm644 "$pkgname-$pkgver/tools/systemd/squid.service" \
-"$pkgdir/usr/lib/systemd/system/squid.service"
-  install -Dm644 "$srcdir/squid-rotate.service" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.service"
-  install -Dm644 "$srcdir/squid-rotate.timer" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.timer"
-#  install -dm755 "$pkgdir/usr/lib/systemd/system/timers.target.wants"
-#  ln -s ../squid-rotate.timer \
-#"$pkgdir/usr/lib/systemd/system/timers.target.wants/squid-rotate.timer"
-  rm -rf "$pkgdir/run" "$pkgdir"/var/{cache,log,run}
-}
-
-# vim: ts=2

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

2019-04-12 Thread Sergej Pupykin via arch-commits
Date: Friday, April 12, 2019 @ 07:19:12
  Author: spupykin
Revision: 451206

upgpkg: squid 4.6-1

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 07:05:56 UTC (rev 451205)
+++ PKGBUILD2019-04-12 07:19:12 UTC (rev 451206)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=4.5
+pkgver=4.6
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-sha256sums=('553edf76d6ee9a1627af9c2be7be850c14cd6836170b3d6c1393fd700d44ccc5'
+sha256sums=('015bade5d3a4905142c4c605df5c4216471e3d8338079955e0e44b0ae0303d41'
 'SKIP'
 '11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
 '495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'


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

2019-04-12 Thread Sergej Pupykin via arch-commits
Date: Friday, April 12, 2019 @ 08:18:15
  Author: spupykin
Revision: 451215

upgpkg: xdebug 2.7.1-1

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 08:12:58 UTC (rev 451214)
+++ PKGBUILD2019-04-12 08:18:15 UTC (rev 451215)
@@ -4,7 +4,7 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/php/conf.d/xdebug.ini')
 source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz";
'xdebug.ini')
-sha256sums=('e896da91ce0373f5fd8f4ca392c68da8593932ad51b2ec5eb3ee032b50d4b2d6'
+sha256sums=('b7e9d1453975e0217667c82a9e68d4aabb307b18e8f2f70432f70d75907f24c3'
 '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
 
 build() {


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

2019-04-12 Thread Sergej Pupykin via arch-commits
Date: Friday, April 12, 2019 @ 08:18:36
  Author: spupykin
Revision: 451216

archrelease: copy trunk to community-x86_64

Added:
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 451215, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 451215, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug.ini

+
 PKGBUILD   |   76 +--
 xdebug.ini |   10 +++
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 08:18:15 UTC (rev 451215)
+++ PKGBUILD2019-04-12 08:18:36 UTC (rev 451216)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('x86_64')
-url="http://www.xdebug.org";
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz";
-   'xdebug.ini')
-sha256sums=('e896da91ce0373f5fd8f4ca392c68da8593932ad51b2ec5eb3ee032b50d4b2d6'
-'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
-  install -D -m 755 debugclient "$pkgdir"/usr/bin/debugclient
-
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
-  make INSTALL_ROOT="$pkgdir" install
-  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-x86_64/PKGBUILD (from rev 451215, 
xdebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 08:18:36 UTC (rev 451216)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.7.1
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('x86_64')
+url="https://www.xdebug.org";
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz";
+   'xdebug.ini')
+sha256sums=('b7e9d1453975e0217667c82a9e68d4aabb307b18e8f2f70432f70d75907f24c3'
+'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  install -D -m 755 debugclient "$pkgdir"/usr/bin/debugclient
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Deleted: xdebug.ini
===
--- xdebug.ini  2019-04-12 08:18:15 UTC (rev 451215)
+++ xdebug.ini  2019-04-12 08:18:36 UTC (rev 451216)
@@ -1,5 +0,0 @@
-;zend_extension=xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-x86_64/xdebug.ini (from rev 451215, 
xdebug/trunk/xdebug.ini)
===
--- xdebug.ini  (rev 0)
+++ xdebug.ini  2019-04-12 08:18:36 UTC (rev 451216)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp


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

2019-04-16 Thread Sergej Pupykin via arch-commits
Date: Tuesday, April 16, 2019 @ 07:37:58
  Author: spupykin
Revision: 451751

upgpkg: wanderlust 20190416-1

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 03:22:18 UTC (rev 451750)
+++ PKGBUILD2019-04-16 07:37:58 UTC (rev 451751)
@@ -2,8 +2,8 @@
 # Contributor: Norberto Lopes 
 
 pkgname=wanderlust
-pkgver=20181209
-_commit=d1df17c48972e006a7f74f7145461365576e2201
+pkgver=20190416
+_commit=6528a0032342ec7bf6a95dda9b60d67292eaadfc
 pkgrel=1
 pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
 arch=(any)


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

2019-04-16 Thread Sergej Pupykin via arch-commits
Date: Tuesday, April 16, 2019 @ 07:38:13
  Author: spupykin
Revision: 451752

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   58 +--
 wanderlust.install |   26 +++---
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 07:37:58 UTC (rev 451751)
+++ PKGBUILD2019-04-16 07:38:13 UTC (rev 451752)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Norberto Lopes 
-
-pkgname=wanderlust
-pkgver=20181209
-_commit=d1df17c48972e006a7f74f7145461365576e2201
-pkgrel=1
-pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
-arch=(any)
-url="https://github.com/wanderlust/wanderlust/";
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
-makedepends=('git')
-#optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=("wanderlust::git://github.com/wanderlust/wanderlust.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-package() {
-  cd "$srcdir"/wanderlust
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
-  install -dm0755 "$pkgdir"/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR="$pkgdir"/usr/share/emacs/site-lisp \
-   PIXMAPDIR="$pkgdir"$PIXMAPDIR \
-   INFODIR="$pkgdir"/usr/share/info
-  install -m644 utils/ssl.el "$pkgdir"/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 451751, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 07:38:13 UTC (rev 451752)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Norberto Lopes 
+
+pkgname=wanderlust
+pkgver=20190416
+_commit=6528a0032342ec7bf6a95dda9b60d67292eaadfc
+pkgrel=1
+pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
+arch=(any)
+url="https://github.com/wanderlust/wanderlust/";
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
+makedepends=('git')
+#optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=("wanderlust::git://github.com/wanderlust/wanderlust.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+package() {
+  cd "$srcdir"/wanderlust
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
+  install -dm0755 "$pkgdir"/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR="$pkgdir"/usr/share/emacs/site-lisp \
+   PIXMAPDIR="$pkgdir"$PIXMAPDIR \
+   INFODIR="$pkgdir"/usr/share/info
+  install -m644 utils/ssl.el "$pkgdir"/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2019-04-16 07:37:58 UTC (rev 451751)
+++ wanderlust.install  2019-04-16 07:38:13 UTC (rev 451752)
@@ -1,13 +0,0 @@
-post_install () {
-cat << EOF
-==> Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl "wl" "Wanderlust" t)
-(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
-(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 451751, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2019-04-16 07:38:13 UTC (rev 451752)
@@ -0,0 +1,13 @@
+post_install () {
+cat << EOF
+==> Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl "wl" "Wanderlust" t)
+(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:14:34
  Author: spupykin
Revision: 468118

upgpkg: gdnsd 3.0.0-2

Modified:
  gdnsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 18:00:24 UTC (rev 468117)
+++ PKGBUILD2019-05-20 19:14:34 UTC (rev 468118)
@@ -3,7 +3,7 @@
 
 pkgname=gdnsd
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="an Authoritative-only DNS server which does geographic balancing, 
redirection, weighting, and service-state-conscious failover at the DNS layer"
 arch=('x86_64')
 url="http://gdnsd.org/";


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:14:45
  Author: spupykin
Revision: 468119

archrelease: copy trunk to community-x86_64

Added:
  gdnsd/repos/community-x86_64/PKGBUILD
(from rev 468118, gdnsd/trunk/PKGBUILD)
  gdnsd/repos/community-x86_64/gdnsd.sysusers
(from rev 468118, gdnsd/trunk/gdnsd.sysusers)
Deleted:
  gdnsd/repos/community-x86_64/PKGBUILD
  gdnsd/repos/community-x86_64/gdnsd.sysusers

+
 PKGBUILD   |   96 +++
 gdnsd.sysusers |4 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:14:34 UTC (rev 468118)
+++ PKGBUILD2019-05-20 19:14:45 UTC (rev 468119)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daichi Shinozaki 
-
-pkgname=gdnsd
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="an Authoritative-only DNS server which does geographic balancing, 
redirection, weighting, and service-state-conscious failover at the DNS layer"
-arch=('x86_64')
-url="http://gdnsd.org/";
-license=('GPL3')
-depends=('libev' 'libmaxminddb' 'libsodium' 'libunwind' 'liburcu')
-makedepends=('ragel')
-checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 
'perl-libwww' 'perl-net-dns')
-source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";
-gdnsd.sysusers)
-md5sums=('d733929703b963b77964669c5ce6d2d6'
- '046488b1a1b36294a2a559aacbe71782')
-
-prepare() {
-cd "$pkgname-$pkgver"
-autoreconf -vif
-}
-
-build() {
-cd "$pkgname-$pkgver"
-./configure \
-   --prefix=/usr \
-  --sbindir=/usr/bin \
-  --localstatedir=/ \
-  --libexecdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  
-make
-}
-
-check() {
-cd "$pkgname-$pkgver"
-make -k check
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-rm -rf "$pkgdir"/{lib,run}
-
-install -Dm644 ../gdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/gdnsd.conf"
-}

Copied: gdnsd/repos/community-x86_64/PKGBUILD (from rev 468118, 
gdnsd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:14:45 UTC (rev 468119)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Daichi Shinozaki 
+
+pkgname=gdnsd
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="an Authoritative-only DNS server which does geographic balancing, 
redirection, weighting, and service-state-conscious failover at the DNS layer"
+arch=('x86_64')
+url="http://gdnsd.org/";
+license=('GPL3')
+depends=('libev' 'libmaxminddb' 'libsodium' 'libunwind' 'liburcu')
+makedepends=('ragel')
+checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 
'perl-libwww' 'perl-net-dns')
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";
+gdnsd.sysusers)
+md5sums=('d733929703b963b77964669c5ce6d2d6'
+ '046488b1a1b36294a2a559aacbe71782')
+
+prepare() {
+cd "$pkgname-$pkgver"
+autoreconf -vif
+}
+
+build() {
+cd "$pkgname-$pkgver"
+./configure \
+   --prefix=/usr \
+  --sbindir=/usr/bin \
+  --localstatedir=/ \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  
+make
+}
+
+check() {
+cd "$pkgname-$pkgver"
+make -k check
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+rm -rf "$pkgdir"/{lib,run}
+
+install -Dm644 ../gdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/gdnsd.conf"
+}

Deleted: gdnsd.sysusers
===
--- gdnsd.sysusers  2019-05-20 19:14:34 UTC (rev 468118)
+++ gdnsd.sysusers  2019-05-20 19:14:45 UTC (rev 468119)
@@ -1,2 +0,0 @@
-u gdnsd - "gdnsd" /etc/gdnsd
-g gdnsd -
\ No newline at end of file

Copied: gdnsd/repos/community-x86_64/gdnsd.sysusers (from rev 468118, 
gdnsd/trunk/gdnsd.sysusers)
===
--- gdnsd.sysusers  (rev 0)
+++ gdnsd.sysusers  2019-05-20 19:14:45 UTC (rev 468119)
@@ -0,0 +1,2 @@
+u gdnsd - "gdnsd" /etc/gdnsd
+g gdnsd -
\ No newline at end of file


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:00
  Author: spupykin
Revision: 468121

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 468120, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 468120, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/glusterfs.sysusers
(from rev 468120, glusterfs/trunk/glusterfs.sysusers)
Deleted:
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install
  glusterfs/repos/community-x86_64/glusterfs.sysusers

+
 PKGBUILD   |  144 +--
 glusterfs.install  |6 +-
 glusterfs.sysusers |2 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:14:50 UTC (rev 468120)
+++ PKGBUILD2019-05-20 19:15:00 UTC (rev 468121)
@@ -1,72 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=6.0
-pkgrel=1
-pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-'etc/glusterfs/eventsconfig.json'
-'etc/glusterfs/gluster-rsyslog-5.8.conf'
-'etc/glusterfs/gluster-rsyslog-7.2.conf'
-'etc/glusterfs/glusterd.vol'
-'etc/glusterfs/glusterfs-georep-logrotate'
-'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python libxml2 libaio liburcu attr rpcbind)
-makedepends=(rpcsvc-proto)
-optdepends=('glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
-glusterfs.sysusers)
-sha256sums=('9892746c44e4ab85412f6f4948ef9731232238e4628454a1a74a55482ceaf0d5'
-'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
---with-tmpfilesdir=/usr/lib/tmpfiles.d \
---enable-gnfs \
-LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1598900
-  install -Dm644 "$srcdir"/glusterfs.sysusers \
-"$pkgdir"/usr/lib/sysusers.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 468120, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:15:00 UTC (rev 468121)
@@ -0,0 +1,72 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=6.1
+pkgrel=1
+pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='https://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+'etc/glusterfs/eventsconfig.json'
+'etc/glusterfs/gluster-rsyslog-5.8.conf'
+'etc/glusterfs/gluster-rsyslog-7.2.conf'
+'etc/glusterfs/glusterd.vol'
+'etc/glusterfs/glusterfs-georep-logrotate'
+'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python libxml2 libaio liburcu attr rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('32ac75c883cdf18e081893ce5210b2331f1ee9ba25e3f3f56136d9878b194dc7'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/s

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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:07
  Author: spupykin
Revision: 468122

upgpkg: knot 2.8.1-2

Modified:
  knot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:00 UTC (rev 468121)
+++ PKGBUILD2019-05-20 19:15:07 UTC (rev 468122)
@@ -6,7 +6,7 @@
 
 pkgname=knot
 pkgver=2.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="High-performance authoritative-only DNS server"
 arch=(x86_64)
 url="https://www.knot-dns.cz/";


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:14
  Author: spupykin
Revision: 468123

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:07 UTC (rev 468122)
+++ PKGBUILD2019-05-20 19:15:14 UTC (rev 468123)
@@ -1,61 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Ondřej Surý 
-# Contributor: Julian Brost 
-# Contributor: Oleander Reis 
-# Contributor: Otto Sabart 
-
-pkgname=knot
-pkgver=2.8.1
-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=(b21bf03e5cb6804df4e0e8b3898446349e86ddae5bf110edaf240d0ad1e2a2c6 
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 468122, 
knot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:15:14 UTC (rev 468123)
@@ -0,0 +1,61 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Ondřej Surý 
+# Contributor: Julian Brost 
+# Contributor: Oleander Reis 
+# Contributor: Otto Sabart 
+
+pkgname=knot
+pkgver=2.8.1
+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=(b21bf03e5cb6804df4e0e8b3898446349e86ddae5bf110edaf240d0ad1e2a2c6 
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 liburcu/trunk (PKGBUILD)

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:21
  Author: spupykin
Revision: 468124

upgpkg: liburcu 0.11.0-1

Modified:
  liburcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:14 UTC (rev 468123)
+++ PKGBUILD2019-05-20 19:15:21 UTC (rev 468124)
@@ -3,7 +3,7 @@
 # Contributor: Yggdrasil 
 
 pkgname=liburcu
-pkgver=0.10.2
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
 source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
 depends=()
-sha1sums=('70ac938acdc738bee7e2e1f462a7991a25ba2439'
+sha1sums=('b3d5cd4e1a8d9c51bd7945be606bd1dcaf9bdfab'
   'SKIP')
 
 build() {


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:14:50
  Author: spupykin
Revision: 468120

upgpkg: glusterfs 1:6.1-1

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:14:45 UTC (rev 468119)
+++ PKGBUILD2019-05-20 19:14:50 UTC (rev 468120)
@@ -5,7 +5,7 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=6.0
+pkgver=6.1
 pkgrel=1
 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
 glusterfs.sysusers)
-sha256sums=('9892746c44e4ab85412f6f4948ef9731232238e4628454a1a74a55482ceaf0d5'
+sha256sums=('32ac75c883cdf18e081893ce5210b2331f1ee9ba25e3f3f56136d9878b194dc7'
 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:28
  Author: spupykin
Revision: 468125

archrelease: copy trunk to community-x86_64

Added:
  liburcu/repos/community-x86_64/PKGBUILD
(from rev 468124, liburcu/trunk/PKGBUILD)
Deleted:
  liburcu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:21 UTC (rev 468124)
+++ PKGBUILD2019-05-20 19:15:28 UTC (rev 468125)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Babeux 
-# Contributor: Yggdrasil 
-
-pkgname=liburcu
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
-arch=('x86_64')
-url="http://lttng.org/urcu";
-license=('LGPL2.1')
-validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
-source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
-depends=()
-sha1sums=('70ac938acdc738bee7e2e1f462a7991a25ba2439'
-  'SKIP')
-
-build() {
-cd "$srcdir"/userspace-rcu-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd "$srcdir"/userspace-rcu-${pkgver}
-make install DESTDIR="$pkgdir"
-}

Copied: liburcu/repos/community-x86_64/PKGBUILD (from rev 468124, 
liburcu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:15:28 UTC (rev 468125)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Babeux 
+# Contributor: Yggdrasil 
+
+pkgname=liburcu
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
+arch=('x86_64')
+url="http://lttng.org/urcu";
+license=('LGPL2.1')
+validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
+source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
+depends=()
+sha1sums=('b3d5cd4e1a8d9c51bd7945be606bd1dcaf9bdfab'
+  'SKIP')
+
+build() {
+cd "$srcdir"/userspace-rcu-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir"/userspace-rcu-${pkgver}
+make install DESTDIR="$pkgdir"
+}


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:33
  Author: spupykin
Revision: 468126

upgpkg: lttng-ust 2.10.3-3

Modified:
  lttng-ust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:28 UTC (rev 468125)
+++ PKGBUILD2019-05-20 19:15:33 UTC (rev 468126)
@@ -5,7 +5,7 @@
 pkgbase='lttng-ust'
 pkgname=('lttng-ust' 'python-lttngust')
 pkgver=2.10.3
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://lttng.org/";
 license=('LGPL2.1' 'GPL2' 'MIT')


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:40
  Author: spupykin
Revision: 468127

archrelease: copy trunk to community-x86_64

Added:
  lttng-ust/repos/community-x86_64/PKGBUILD
(from rev 468126, lttng-ust/trunk/PKGBUILD)
Deleted:
  lttng-ust/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:33 UTC (rev 468126)
+++ PKGBUILD2019-05-20 19:15:40 UTC (rev 468127)
@@ -1,50 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Philippe Proulx 
-# Contributor: Manuel Mendez 
-
-pkgbase='lttng-ust'
-pkgname=('lttng-ust' 'python-lttngust')
-pkgver=2.10.3
-pkgrel=2
-arch=('x86_64')
-url="https://lttng.org/";
-license=('LGPL2.1' 'GPL2' 'MIT')
-makedepends=('asciidoc' 'xmlto' 'libxml2' 'python' 'liburcu>=0.7.2' 
'util-linux')
-source=("https://lttng.org/files/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.asc})
-sha512sums=('6f646de3a12dbad096014f3069c3e702fb54b824b78770e777f6f877c76ffc48fae863b10c432bff1bba29caafdb5b76cb2b9cb88eb7340d5121300d2c0ff65d'
-'SKIP')
-validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# build lttng-ust
-PYTHON="/usr/bin/python" ./configure \
---prefix='/usr' \
---enable-man-pages
-make
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make check
-}
-
-package_lttng-ust() {
-pkgdesc="LTTng user space tracing libraries for LTTng"
-depends=('liburcu>=0.7.2' 'util-linux' 'python')
-optdepends=('babeltrace: trace viewer')
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-lttngust() {
-pkgdesc='LTTng-UST Python Bindings'
-depends=('lttng-ust' 'python')
-cd "${srcdir}/${pkgbase}-${pkgver}/python-lttngust"
-make DESTDIR="${pkgdir}" PYTHON="/usr/bin/python" install
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: lttng-ust/repos/community-x86_64/PKGBUILD (from rev 468126, 
lttng-ust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:15:40 UTC (rev 468127)
@@ -0,0 +1,50 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Philippe Proulx 
+# Contributor: Manuel Mendez 
+
+pkgbase='lttng-ust'
+pkgname=('lttng-ust' 'python-lttngust')
+pkgver=2.10.3
+pkgrel=3
+arch=('x86_64')
+url="https://lttng.org/";
+license=('LGPL2.1' 'GPL2' 'MIT')
+makedepends=('asciidoc' 'xmlto' 'libxml2' 'python' 'liburcu>=0.7.2' 
'util-linux')
+source=("https://lttng.org/files/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.asc})
+sha512sums=('6f646de3a12dbad096014f3069c3e702fb54b824b78770e777f6f877c76ffc48fae863b10c432bff1bba29caafdb5b76cb2b9cb88eb7340d5121300d2c0ff65d'
+'SKIP')
+validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# build lttng-ust
+PYTHON="/usr/bin/python" ./configure \
+--prefix='/usr' \
+--enable-man-pages
+make
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make check
+}
+
+package_lttng-ust() {
+pkgdesc="LTTng user space tracing libraries for LTTng"
+depends=('liburcu>=0.7.2' 'util-linux' 'python')
+optdepends=('babeltrace: trace viewer')
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-lttngust() {
+pkgdesc='LTTng-UST Python Bindings'
+depends=('lttng-ust' 'python')
+cd "${srcdir}/${pkgbase}-${pkgver}/python-lttngust"
+make DESTDIR="${pkgdir}" PYTHON="/usr/bin/python" install
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:45
  Author: spupykin
Revision: 468128

upgpkg: multipath-tools 0.8.1-2

Modified:
  multipath-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:40 UTC (rev 468127)
+++ PKGBUILD2019-05-20 19:15:45 UTC (rev 468128)
@@ -9,7 +9,7 @@
 
 pkgname=multipath-tools
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Multipath tools for Linux (including kpartx)'
 arch=('x86_64')
 url='http://christophe.varoqui.free.fr/'


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:16:05
  Author: spupykin
Revision: 468131

archrelease: copy trunk to community-x86_64

Added:
  netsniff-ng/repos/community-x86_64/PKGBUILD
(from rev 468130, netsniff-ng/trunk/PKGBUILD)
Deleted:
  netsniff-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:58 UTC (rev 468130)
+++ PKGBUILD2019-05-20 19:16:05 UTC (rev 468131)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Can Celasun 
-
-pkgname=netsniff-ng
-pkgver=0.6.5
-pkgrel=2
-pkgdesc='High performance Linux network sniffer for packet inspection'
-arch=('x86_64')
-url='http://netsniff-ng.org/'
-license=('GPL2')
-depends=('ncurses' 'geoip' 'zlib' 'libnetfilter_conntrack' 'libpcap' 'liburcu' 
'libnl'
- 'libcli' 'libcli.so' 'libnet' 'libsodium')
-makedepends=('cmake' 'flex' 'bison')
-source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
-sha512sums=('75c5cb2ecaac892d0e394d5dc364cd866c02427d50ead4669e58b719dabf1e4fc4237b190e8e8661329cbd580976b572d534286f484d1d00140dc2bf623cdc92'
-'SKIP')
-validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  NACL_INC_DIR=/usr/include/sodium NACL_LIB=sodium ./configure --prefix=/usr
-  make DISTRO=1 all
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
-}
-
-# vim: ts=2 sw=2 et:

Copied: netsniff-ng/repos/community-x86_64/PKGBUILD (from rev 468130, 
netsniff-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:16:05 UTC (rev 468131)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Can Celasun 
+
+pkgname=netsniff-ng
+pkgver=0.6.5
+pkgrel=4
+pkgdesc='High performance Linux network sniffer for packet inspection'
+arch=('x86_64')
+url='http://netsniff-ng.org/'
+license=('GPL2')
+depends=('ncurses' 'geoip' 'zlib' 'libnetfilter_conntrack' 'libpcap' 'liburcu' 
'libnl'
+ 'libcli' 'libcli.so' 'libnet' 'libsodium')
+makedepends=('cmake' 'flex' 'bison')
+source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
+sha512sums=('75c5cb2ecaac892d0e394d5dc364cd866c02427d50ead4669e58b719dabf1e4fc4237b190e8e8661329cbd580976b572d534286f484d1d00140dc2bf623cdc92'
+'SKIP')
+validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  NACL_INC_DIR=/usr/include/sodium NACL_LIB=sodium ./configure --prefix=/usr
+  make DISTRO=1 all
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
+}
+
+# vim: ts=2 sw=2 et:


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:53
  Author: spupykin
Revision: 468129

archrelease: copy trunk to community-x86_64

Added:
  multipath-tools/repos/community-x86_64/PKGBUILD
(from rev 468128, multipath-tools/trunk/PKGBUILD)
Deleted:
  multipath-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:45 UTC (rev 468128)
+++ PKGBUILD2019-05-20 19:15:53 UTC (rev 468129)
@@ -1,45 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Michael Lass 
-# Contributor: Justin Dray 
-# Contributor: Patrick McCarty 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: Michael P 
-# Contributor: Matt Heagney 
-
-pkgname=multipath-tools
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Multipath tools for Linux (including kpartx)'
-arch=('x86_64')
-url='http://christophe.varoqui.free.fr/'
-license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
-makedepends=('git')
-source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-
-  # Fix systemd version detection in Makefile
-  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
-
-  # Fix bindir in Makefile
-  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
-}
-
-build() {
-  cd "${pkgname}"
-
-  make
-}
-
-package() {
-  cd "${pkgname}"
-
-  make DESTDIR="${pkgdir}" \
-   exec_prefix="/usr" \
-   LIB="/usr/lib" \
-   install
-}

Copied: multipath-tools/repos/community-x86_64/PKGBUILD (from rev 468128, 
multipath-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:15:53 UTC (rev 468129)
@@ -0,0 +1,45 @@
+# Maintainer: Robin Broda 
+# Contributor: Michael Lass 
+# Contributor: Justin Dray 
+# Contributor: Patrick McCarty 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: Michael P 
+# Contributor: Matt Heagney 
+
+pkgname=multipath-tools
+pkgver=0.8.1
+pkgrel=2
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
+makedepends=('git')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix systemd version detection in Makefile
+  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" \
+   exec_prefix="/usr" \
+   LIB="/usr/lib" \
+   install
+}


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:58
  Author: spupykin
Revision: 468130

upgpkg: netsniff-ng 0.6.5-4

Modified:
  netsniff-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:53 UTC (rev 468129)
+++ PKGBUILD2019-05-20 19:15:58 UTC (rev 468130)
@@ -3,7 +3,7 @@
 
 pkgname=netsniff-ng
 pkgver=0.6.5
-pkgrel=2
+pkgrel=4
 pkgdesc='High performance Linux network sniffer for packet inspection'
 arch=('x86_64')
 url='http://netsniff-ng.org/'


[arch-commits] Commit in nextcloud-app-mail/trunk (PKGBUILD)

2019-05-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, May 21, 2019 @ 16:35:31
  Author: spupykin
Revision: 468221

upgpkg: nextcloud-app-mail 0.15.1-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 14:42:16 UTC (rev 468220)
+++ PKGBUILD2019-05-21 16:35:31 UTC (rev 468221)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="An email app for NextCloud"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz";)
-sha512sums=('d3cb0e1616c99d855fcc06769b61085175a38d67042231f2a59310b4934662d187e4c31d011a4f176599f9ea22de1532ac0329139c7dcad8241ba89c0b306599')
+sha512sums=('63294b74e46da160ef2f4d3940f4e375c395a0f371bc7fb9ee2e700d69fda93ce33e2b49b1d294ef51bca50dfe8e11030e68d1aa47441472120c499033ad2763')
 
 prepare() {
   sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"


[arch-commits] Commit in nextcloud-app-mail/repos/community-any (PKGBUILD PKGBUILD)

2019-05-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, May 21, 2019 @ 16:35:41
  Author: spupykin
Revision: 468222

archrelease: copy trunk to community-any

Added:
  nextcloud-app-mail/repos/community-any/PKGBUILD
(from rev 468221, nextcloud-app-mail/trunk/PKGBUILD)
Deleted:
  nextcloud-app-mail/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 16:35:31 UTC (rev 468221)
+++ PKGBUILD2019-05-21 16:35:41 UTC (rev 468222)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="An email app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/mail";
-license=('AGPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz";)
-sha512sums=('d3cb0e1616c99d855fcc06769b61085175a38d67042231f2a59310b4934662d187e4c31d011a4f176599f9ea22de1532ac0329139c7dcad8241ba89c0b306599')
-
-prepare() {
-  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
-}
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
-}

Copied: nextcloud-app-mail/repos/community-any/PKGBUILD (from rev 468221, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 16:35:41 UTC (rev 468222)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="An email app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/mail";
+license=('AGPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz";)
+sha512sums=('63294b74e46da160ef2f4d3940f4e375c395a0f371bc7fb9ee2e700d69fda93ce33e2b49b1d294ef51bca50dfe8e11030e68d1aa47441472120c499033ad2763')
+
+prepare() {
+  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
+}


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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:00:30
  Author: spupykin
Revision: 469554

upgpkg: drupal 8.7.2-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-24 07:55:24 UTC (rev 469553)
+++ PKGBUILD2019-05-24 08:00:30 UTC (rev 469554)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.7.1
+pkgver=8.7.2
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('0740de22a7a415b3892f2942b5023e3f570601b428c43e0302a075027b704570')
+sha256sums=('0c16350261bc65b9354329b4e8732a5ad3c16dc683959f945016f7cfcbcef171')
 
 package() {
   depends=('php' 'php-gd')


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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:00:41
  Author: spupykin
Revision: 469555

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   94 +++
 drupal.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-24 08:00:30 UTC (rev 469554)
+++ PKGBUILD2019-05-24 08:00:41 UTC (rev 469555)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.7.1
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="https://www.drupal.org/";
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('0740de22a7a415b3892f2942b5023e3f570601b428c43e0302a075027b704570')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 469554, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-24 08:00:41 UTC (rev 469555)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.7.2
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="https://www.drupal.org/";
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('0c16350261bc65b9354329b4e8732a5ad3c16dc683959f945016f7cfcbcef171')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2019-05-24 08:00:30 UTC (rev 469554)
+++ drupal.install  2019-05-24 08:00:41 UTC (rev 469555)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 469554, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2019-05-24 08:00:41 UTC (rev 469555)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:00:48
  Author: spupykin
Revision: 469556

upgpkg: gsoap 2.8.84-1

Modified:
  gsoap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-24 08:00:41 UTC (rev 469555)
+++ PKGBUILD2019-05-24 08:00:48 UTC (rev 469556)
@@ -3,7 +3,7 @@
 # Contributor: Lee.MaRS 
 
 pkgname=gsoap
-pkgver=2.8.83
+pkgver=2.8.84
 pkgrel=1
 pkgdesc="Offers an XML language binding to ease the development of SOAP/XML 
Web services in C and C/C++"
 url="https://www.cs.fsu.edu/~engelen/soap.html";
@@ -15,7 +15,7 @@
 source=("https://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip";
'0001-no-xlocale.patch'
'LICENSE')
-sha256sums=('879ab40d40e379add9d3526c0592f891eaea16f7487be160157dbc40216e1633'
+sha256sums=('4e9d13a6fb641ab076de94590452fb2e8339f7a6a58be8f0dc640b274495ed87'
 '4058a13b4ac5b26c4a1a5e6363390b47652a02ef29cab835de6720ddb516e405'
 '0457ad7ae5599c7ee2e30f94d685dfd1a39cc9a9e3937aef1417d1752dfc6eb3')
 


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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:00:58
  Author: spupykin
Revision: 469557

archrelease: copy trunk to community-x86_64

Added:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
(from rev 469556, gsoap/trunk/0001-no-xlocale.patch)
  gsoap/repos/community-x86_64/LICENSE
(from rev 469556, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 469556, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
  gsoap/repos/community-x86_64/LICENSE
  gsoap/repos/community-x86_64/PKGBUILD

---+
 0001-no-xlocale.patch |   82 ++--
 LICENSE   |  326 
 PKGBUILD  |   90 ++---
 3 files changed, 249 insertions(+), 249 deletions(-)

Deleted: 0001-no-xlocale.patch
===
--- 0001-no-xlocale.patch   2019-05-24 08:00:48 UTC (rev 469556)
+++ 0001-no-xlocale.patch   2019-05-24 08:00:58 UTC (rev 469557)
@@ -1,41 +0,0 @@
-diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
 gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
-+++ gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
-@@ -338,7 +338,6 @@
- #  define HAVE_MBTOWC
- #  define HAVE_INTTYPES_H
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(_AIX43)
- #  define HAVE_SNPRINTF
-@@ -419,7 +418,6 @@
- #  define HAVE_ISNAN
- #  define HAVE_ISINF
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(__VMS)
- #  include 
-@@ -720,11 +718,6 @@
- # endif
- #endif
- 
--/* force inclusion of xlocale.h */
--#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
--# define HAVE_XLOCALE_H
--#endif
--
- #ifdef WITH_C_LOCALE
- # include 
- # if defined(WIN32) && !defined(CYGWIN)
-@@ -732,9 +725,6 @@
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
- # else
--#  if defined(HAVE_XLOCALE_H)
--#   include 
--#  endif
- #  define SOAP_LOCALE_T locale_t
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Copied: gsoap/repos/community-x86_64/0001-no-xlocale.patch (from rev 469556, 
gsoap/trunk/0001-no-xlocale.patch)
===
--- 0001-no-xlocale.patch   (rev 0)
+++ 0001-no-xlocale.patch   2019-05-24 08:00:58 UTC (rev 469557)
@@ -0,0 +1,41 @@
+diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
+--- gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
 gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
+@@ -338,7 +338,6 @@
+ #  define HAVE_MBTOWC
+ #  define HAVE_INTTYPES_H
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(_AIX43)
+ #  define HAVE_SNPRINTF
+@@ -419,7 +418,6 @@
+ #  define HAVE_ISNAN
+ #  define HAVE_ISINF
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(__VMS)
+ #  include 
+@@ -720,11 +718,6 @@
+ # endif
+ #endif
+ 
+-/* force inclusion of xlocale.h */
+-#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
+-# define HAVE_XLOCALE_H
+-#endif
+-
+ #ifdef WITH_C_LOCALE
+ # include 
+ # if defined(WIN32) && !defined(CYGWIN)
+@@ -732,9 +725,6 @@
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
+ # else
+-#  if defined(HAVE_XLOCALE_H)
+-#   include 
+-#  endif
+ #  define SOAP_LOCALE_T locale_t
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Deleted: LICENSE
===
--- LICENSE 2019-05-24 08:00:48 UTC (rev 469556)
+++ LICENSE 2019-05-24 08:00:58 UTC (rev 469557)
@@ -1,163 +0,0 @@
-gSOAP Public License
-Version 1.3a
-The gSOAP public license is derived from the Mozilla Public License (MPL1.1). 
The sections that were deleted from the original MPL1.1 text are 1.0.1, 
2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 was added. The 
modified sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5 (deleted the last 
sentence), and 3.6 (simplified).
-1  DEFINITIONS.
-
-1.0.1.
-1.1. "Contributor"
-means each entity that creates o

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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:37:36
  Author: spupykin
Revision: 469564

FS#60965 - [glusterfs] some helper scripts depend on python-prettytable

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-24 08:36:10 UTC (rev 469563)
+++ PKGBUILD2019-05-24 08:37:36 UTC (rev 469564)
@@ -21,7 +21,8 @@
 'etc/glusterfs/glusterfs-logrotate')
 depends=(fuse python libxml2 libaio liburcu attr rpcbind)
 makedepends=(rpcsvc-proto)
-optdepends=('glib2: qemu-block')
+optdepends=('glib2: qemu-block'
+   'python-prettytable: gluster-georep-sshkey')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
 glusterfs.sysusers)


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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:38:10
  Author: spupykin
Revision: 469565

upgpkg: perl-email-sender 1.300031-5

Modified:
  perl-email-sender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-24 08:37:36 UTC (rev 469564)
+++ PKGBUILD2019-05-24 08:38:10 UTC (rev 469565)
@@ -3,7 +3,7 @@
 
 pkgname='perl-email-sender'
 pkgver=1.300031
-pkgrel=4
+pkgrel=5
 pkgdesc="a library for sending email"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -13,6 +13,7 @@
 'perl-moo>=1.08' 'perl-moox-types-mooselike>=0.15' 
'perl-sub-exporter'
 'perl-throwable' 'perl-try-tiny' 'perl-mro-compat')
 makedepends=()
+optdepends=('perl-authen-sasl')
 url='https://search.cpan.org/dist/Email-Sender/'
 
source=("https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Sender-$pkgver.tar.gz";)
 sha256sums=('c412372938510283d8c850127895e09c2b670f892e1c3992fd54c0c1a9064f14')


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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:38:19
  Author: spupykin
Revision: 469566

archrelease: copy trunk to community-any

Added:
  perl-email-sender/repos/community-any/PKGBUILD
(from rev 469565, perl-email-sender/trunk/PKGBUILD)
Deleted:
  perl-email-sender/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-24 08:38:10 UTC (rev 469565)
+++ PKGBUILD2019-05-24 08:38:19 UTC (rev 469566)
@@ -1,44 +0,0 @@
-# Contributor: John D Jones III AKA jnbek 
-# Generator  : CPANPLUS::Dist::Arch 1.30
-
-pkgname='perl-email-sender'
-pkgver=1.300031
-pkgrel=4
-pkgdesc="a library for sending email"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-capture-tiny>=0.08' 'perl-email-abstract>=3.006' 
'perl-email-address'
-'perl-email-simple>=1.998' 'perl-list-moreutils' 'perl-module-runtime'
-'perl-moo>=1.08' 'perl-moox-types-mooselike>=0.15' 
'perl-sub-exporter'
-'perl-throwable' 'perl-try-tiny' 'perl-mro-compat')
-makedepends=()
-url='http://search.cpan.org/dist/Email-Sender/'
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Sender-$pkgver.tar.gz";)
-sha256sums=('c412372938510283d8c850127895e09c2b670f892e1c3992fd54c0c1a9064f14')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/Email-Sender-$pkgver"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Email-Sender-$pkgver"
-#  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-#make test
-#  )
-}
-
-package() {
-  cd "$srcdir/Email-Sender-$pkgver"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-email-sender/repos/community-any/PKGBUILD (from rev 469565, 
perl-email-sender/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-24 08:38:19 UTC (rev 469566)
@@ -0,0 +1,45 @@
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.30
+
+pkgname='perl-email-sender'
+pkgver=1.300031
+pkgrel=5
+pkgdesc="a library for sending email"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-capture-tiny>=0.08' 'perl-email-abstract>=3.006' 
'perl-email-address'
+'perl-email-simple>=1.998' 'perl-list-moreutils' 'perl-module-runtime'
+'perl-moo>=1.08' 'perl-moox-types-mooselike>=0.15' 
'perl-sub-exporter'
+'perl-throwable' 'perl-try-tiny' 'perl-mro-compat')
+makedepends=()
+optdepends=('perl-authen-sasl')
+url='https://search.cpan.org/dist/Email-Sender/'
+source=("https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Sender-$pkgver.tar.gz";)
+sha256sums=('c412372938510283d8c850127895e09c2b670f892e1c3992fd54c0c1a9064f14')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/Email-Sender-$pkgver"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Email-Sender-$pkgver"
+#  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+#make test
+#  )
+}
+
+package() {
+  cd "$srcdir/Email-Sender-$pkgver"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in ejabberd/repos/community-x86_64 (8 files)

2019-05-27 Thread Sergej Pupykin via arch-commits
Date: Monday, May 27, 2019 @ 07:07:40
  Author: spupykin
Revision: 471000

archrelease: copy trunk to community-x86_64

Added:
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 470999, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 470999, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/print-deps.sh
(from rev 470999, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 470999, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/print-deps.sh
  ejabberd/repos/community-x86_64/sysuser.conf

+
 PKGBUILD   |  306 +--
 ejabberd.logrotate |   24 ++--
 print-deps.sh  |   58 -
 sysuser.conf   |4 
 4 files changed, 196 insertions(+), 196 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-27 07:07:26 UTC (rev 470999)
+++ PKGBUILD2019-05-27 07:07:40 UTC (rev 471000)
@@ -1,153 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-pkgname=ejabberd
-pkgver=19.02
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64')
-url="http://www.ejabberd.im/";
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite' 'gd')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-optdepends=('gsfonts: for captcha'
-   'imagemagick: for captcha')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz";
-   
"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=16ad27d77a312eee9acd8ee4bd7d9991e7b4214a"
-   
"eimp::git://github.com/processone/eimp#commit=04c3702936a421cee3cb04f02b85bb7ac035e678"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=22bc52f63189b5df2db4f214208162bea8f83bfe"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=24ba44e9e29f62a8fbb8581d0eb09318e0068565"
-   
"ezlib::git://github.com/processone/ezlib#commit=dbdebfd4f6800d3cc081e5e2b5ff8a92cac0b3d6"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=e4a3a5cd08431c704bcef377ac4b014caa256c22"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=2a93fc265fca2aacc2f5b91defd7b465e9b43db9"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=ec44eb8c1128a8d531a0c608581b4a9b2f6557ef"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=ad3dbab419762fc2d5821abb88b989da006b85c6"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
-   
"lager::git://github.com/erlang-lager/lager#commit=69b4ada2341b8ab2cf5c8e464ac936e5e4a9f62b"
-   
"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"mqtree::git://github.com/processone/mqtree#commit=a499a0768c45359027dbf394a3fe373f7a268d07"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=973b7d8c1f0679321bc3169870c053b8ffaac5e1"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=93ca4c6be5d14e5833d3ab0f6bec0c77c13be16d"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=49a3776a6b5238e03c61b51bdcf6924b4f808ceb"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=ae4fac3d3ad9cedeaaae23a75519a4cdf7bb8152"
-   
"pkix::git://github.com/processone/pkix#commit=69eff06cdbe12323a3bf6c06eee3d0edb88236ab"
-   
"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
-   
"riakc::git://github.com/processone/riak-erlang-client#commit=63db9859cf478cc67d4149940a5a9eae8c5ca3bc"
-   
"riak_pb::git://github.com/basho/riak_pb#commit=08771aba2ce4935b715d32d1b92555efdc3da994"
-   
"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"
-   
"stringprep::git://github.com/processone/stringprep#commit=eadb0c7021d79ae79a69884fc12ae4c6147debba"
-   
"stun::git://github.com/processone/stun#commit=279e239d3412db98662193d9ea81c9f187f2bb91"
-

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

2019-05-27 Thread Sergej Pupykin via arch-commits
Date: Monday, May 27, 2019 @ 07:07:26
  Author: spupykin
Revision: 470999

upgpkg: ejabberd 19.05-1

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-27 06:56:42 UTC (rev 470998)
+++ PKGBUILD2019-05-27 07:07:26 UTC (rev 470999)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ejabberd
-pkgver=19.02
+pkgver=19.05
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64')
@@ -20,38 +20,38 @@
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz";

"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=16ad27d77a312eee9acd8ee4bd7d9991e7b4214a"
-   
"eimp::git://github.com/processone/eimp#commit=04c3702936a421cee3cb04f02b85bb7ac035e678"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=a10eb026440bdccf59b273b7a7792b028dc279f5"
+   
"eimp::git://github.com/processone/eimp#commit=0924df3f795535e715b4bc0a2587f9e1caf4a6f5"

"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=22bc52f63189b5df2db4f214208162bea8f83bfe"
+   
"epam::git://github.com/processone/epam#commit=7d4d359c2862bd2d0ad5f3f641bade64aed8f35b"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=24ba44e9e29f62a8fbb8581d0eb09318e0068565"
-   
"ezlib::git://github.com/processone/ezlib#commit=dbdebfd4f6800d3cc081e5e2b5ff8a92cac0b3d6"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=e4a3a5cd08431c704bcef377ac4b014caa256c22"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=2a93fc265fca2aacc2f5b91defd7b465e9b43db9"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=ec44eb8c1128a8d531a0c608581b4a9b2f6557ef"
+   
"esip::git://github.com/processone/esip#commit=d6517445c415524a4213653f05df6e836e7335da"
+   
"ezlib::git://github.com/processone/ezlib#commit=3bfd5bf53a6a6a58278aca354b56ab4f911a6c0d"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=0778ab79490888ce54f616c3ecd2fedca96b437f"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=db54601682cbe38ba0b63f6d24d47e59a12a24c0"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=765415be8e12368cf42264f6b5537a796fefe6ce"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"

"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=ad3dbab419762fc2d5821abb88b989da006b85c6"

"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"

"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
-   
"lager::git://github.com/erlang-lager/lager#commit=69b4ada2341b8ab2cf5c8e464ac936e5e4a9f62b"
+   
"lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b"

"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"mqtree::git://github.com/processone/mqtree#commit=a499a0768c45359027dbf394a3fe373f7a268d07"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=973b7d8c1f0679321bc3169870c053b8ffaac5e1"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=93ca4c6be5d14e5833d3ab0f6bec0c77c13be16d"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=49a3776a6b5238e03c61b51bdcf6924b4f808ceb"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=ae4fac3d3ad9cedeaaae23a75519a4cdf7bb8152"
-   
"pkix::git://github.com/processone/pkix#commit=69eff06cdbe12323a3bf6c06eee3d0edb88236ab"
+   
"mqtree::git://github.com/processone/mqtree#commit=8516a873810ae10c377c11603177a3998d0bf91c"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=f645a31bf042f4a5a675779b8159793b2f673db1"
+   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=57434e2e07530e9026159f891059eb808b08eae3"
+   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=7db1347e487114b128fe805e1d329336ebda803e"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=e732b797de1f206811b4854a6fcec1e01bb68f45"
+   
"pkix::git://github.com/processone/pkix#commit=dc1c3fdc2d8d3bec05111fb3d76d6f3122e30bdc"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"

"riakc::git://github.com/processone/riak-erlang-client#commit=63db9859cf478cc67d4149940a5a9eae8c5ca3bc"

"riak_pb::git://github.com/basho/riak_pb#commit=08771aba2c

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

2018-12-13 Thread Sergej Pupykin via arch-commits
Date: Friday, December 14, 2018 @ 07:50:52
  Author: spupykin
Revision: 416215

upgpkg: lxc 1:3.1.0-1

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 07:50:05 UTC (rev 416214)
+++ PKGBUILD2018-12-14 07:50:52 UTC (rev 416215)
@@ -6,7 +6,7 @@
 
 pkgname=lxc
 epoch=1
-pkgver=3.0.3
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Linux Containers"
 arch=('x86_64')
@@ -26,7 +26,7 @@
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
-sha256sums=('620cb832cc02c63bf4d330657bf6176544e145da281ee384a34d689635a19841'
+sha256sums=('4d8772c25baeaea2c37a954902b88c05d1454c91c887cb6a0997258cfac3fdc5'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 '711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'


[arch-commits] Commit in lxc/repos/community-x86_64 (8 files)

2018-12-13 Thread Sergej Pupykin via arch-commits
Date: Friday, December 14, 2018 @ 07:51:09
  Author: spupykin
Revision: 416216

archrelease: copy trunk to community-x86_64

Added:
  lxc/repos/community-x86_64/PKGBUILD
(from rev 416215, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 416215, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 416215, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 416215, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

--+
 PKGBUILD |  166 ++---
 lxc-auto.service |   26 
 lxc.service  |   26 
 lxc.tmpfiles.d   |2 
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 07:50:52 UTC (rev 416215)
+++ PKGBUILD2018-12-14 07:51:09 UTC (rev 416216)
@@ -1,83 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="Linux Containers"
-arch=('x86_64')
-url="http://linuxcontainers.org";
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
-makedepends=('docbook2x' 'lua' 'python-setuptools')
-optdepends=('dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('620cb832cc02c63bf4d330657bf6176544e145da281ee384a34d689635a19841'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\"";|' \
-configure.ac
-  sed -i \
--e 's|\${prefix}/||g' \
-lxc.pc.in
-  sed -i \
--e 's|dirlen,|dirlen=0,|' \
-src/lxc/storage/overlay.c
-#  patch -p1 <"$srcdir"/71174d464fd3798a181d7768441f80f1952d93e9.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  bashcompdir=/usr/share/bash-completion/completions ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-capabilities \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-pam \
---with-pamdir=/usr/lib/security
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 416215, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 07:51:09 UTC (rev 416216)
@@ -0,0 +1,83 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Linux Containers"
+arch=('x86_64')
+url="http://linuxcontainers.org";
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
+makedepends=('docbook2x' 'lua' 'python-setuptools')
+optdepends=('dnsmasq: lxc-net.service'
+   'lua'
+   'lua-filesystem: lxc-top'
+   'lua-alt-getopt: lxc-top')
+license=('LGPL')
+options=('emptydirs')
+backup=('etc/lxc/default.conf'
+   'etc/default/lxc')
+validpgpkeys=('602F567663E593BCBD14F

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

2018-12-14 Thread Sergej Pupykin via arch-commits
Date: Friday, December 14, 2018 @ 08:05:12
  Author: spupykin
Revision: 416217

upgpkg: opensips 2.4.3-1

Modified:
  opensips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 07:51:09 UTC (rev 416216)
+++ PKGBUILD2018-12-14 08:05:12 UTC (rev 416217)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
@@ -24,7 +24,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('47295abcaa145f7da2627d558b6a25945141cfd430af6bcaea63bf6124f26071'
+sha256sums=('71923207569185a22080c9035c613b2581257b677c2ff75dbf96eae18f57fd1d'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


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

2018-12-14 Thread Sergej Pupykin via arch-commits
Date: Friday, December 14, 2018 @ 08:05:24
  Author: spupykin
Revision: 416218

archrelease: copy trunk to community-x86_64

Added:
  opensips/repos/community-x86_64/PKGBUILD
(from rev 416217, opensips/trunk/PKGBUILD)
  opensips/repos/community-x86_64/opensips.install
(from rev 416217, opensips/trunk/opensips.install)
  opensips/repos/community-x86_64/opensips.service
(from rev 416217, opensips/trunk/opensips.service)
Deleted:
  opensips/repos/community-x86_64/PKGBUILD
  opensips/repos/community-x86_64/opensips.install
  opensips/repos/community-x86_64/opensips.service

--+
 PKGBUILD |  162 ++---
 opensips.install |6 -
 opensips.service |   22 +++
 3 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 08:05:12 UTC (rev 416217)
+++ PKGBUILD2018-12-14 08:05:24 UTC (rev 416218)
@@ -1,81 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=opensips
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
-url="http://www.opensips.org";
-depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
-makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
-'lynx' 'libxslt' 'libmicrohttpd')
-optdepends=('postgresql-libs'
-   'unixodbc'
-   'libldap'
-   'libmariadbclient'
-   'libsasl'
-   'python2'
-   'pcre')
-backup=("etc/opensips/opensips.cfg"
-   "etc/opensips/osipsconsolerc"
-   "etc/opensips/opensipsctlrc")
-arch=('x86_64')
-license=('GPL')
-install=opensips.install
-options=('!emptydirs' 'zipman' '!makeflags' 'docs')
-source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
-   opensips.service)
-sha256sums=('47295abcaa145f7da2627d558b6a25945141cfd430af6bcaea63bf6124f26071'
-'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|sbin|bin|g' Makefile
-  sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
-}
-
-_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops tls_mgm db_http httpd tm rr"
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  make \
-   include_modules="${_modules}" \
-   LIBDIR=lib PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  make \
-   include_modules="${_modules}" \
-   BASEDIR="$pkgdir" PREFIX=/usr LIBDIR=lib install
-
-  # Conforms to the arch packaging standards 
(http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
-  mkdir -p "$pkgdir"/etc/
-  mv "$pkgdir"/usr/etc/opensips/ "$pkgdir"/etc/
-  sed -i 
's#mpath=".*lib/opensips/modules/"#mpath="/usr/lib/opensips/modules/"#' 
"$pkgdir"/etc/opensips/opensips.cfg
-
-  # fix bad paths
-  cd "$pkgdir"/usr/share
-  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
-
-  cd "$pkgdir"/usr/lib/opensips/opensipsctl
-  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
-
-  mv "$pkgdir"/usr/sbin "$pkgdir"/usr/bin
-
-  cd "$pkgdir"/usr/bin
-  sed -i "s#"$pkgdir"##" opensipsctl opensipsdbctl osipsconsole
-
-  cd "$pkgdir"/etc
-  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: opensips/repos/community-x86_64/PKGBUILD (from rev 416217, 
opensips/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 08:05:24 UTC (rev 416218)
@@ -0,0 +1,81 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=opensips
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
+url="http://www.opensips.org";
+depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
+makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
+'lynx' 'libxslt' 'libmicrohttpd')
+optdepends=('postgresql-libs'
+   'unixodbc'
+   'libldap'
+   'libmariadbclient'
+   'libsasl'
+   'python2'
+   'pcre')
+backup=("etc/opensips/opensips.cfg"
+   "etc/opensips/osipsconsolerc"
+   "etc/opensips/opensipsctlrc")
+arch=('x86_64')
+license=('GPL')
+install=opensips.install
+options=('!emptydirs' 'zipman' '!makeflags' 'docs')
+source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
+   opensips.service)
+sha256sums=('71923207569185a22080c9035c613b2581257b677c2ff75dbf96eae18f57fd1d'
+'c2fec4be085b108db10834fa9832e98d696c

[arch-commits] Commit in nextcloud-app-contacts/trunk (PKGBUILD)

2018-12-15 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 15, 2018 @ 20:57:56
  Author: spupykin
Revision: 416409

upgpkg: nextcloud-app-contacts 3.0.0-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 20:57:46 UTC (rev 416408)
+++ PKGBUILD2018-12-15 20:57:56 UTC (rev 416409)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=2.1.8
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz";)
-sha256sums=('0e91d2f4f05816015f959aadac3a56ffd4967574c3ebc30891a4aa578bbac7cd')
+sha256sums=('faf0ec902e862d5c690b2e2858b695170f4fb8adaff70e476eb4e4ff66f14e39')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2018-12-15 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 15, 2018 @ 20:58:10
  Author: spupykin
Revision: 416411

archrelease: copy trunk to community-any

Added:
  nextcloud-app-contacts/repos/community-any/PKGBUILD
(from rev 416410, nextcloud-app-contacts/trunk/PKGBUILD)
Deleted:
  nextcloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 20:57:59 UTC (rev 416410)
+++ PKGBUILD2018-12-15 20:58:10 UTC (rev 416411)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=2.1.8
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://nextcloud.com/";
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz";)
-sha256sums=('0e91d2f4f05816015f959aadac3a56ffd4967574c3ebc30891a4aa578bbac7cd')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 416410, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 20:58:10 UTC (rev 416411)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://nextcloud.com/";
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz";)
+sha256sums=('faf0ec902e862d5c690b2e2858b695170f4fb8adaff70e476eb4e4ff66f14e39')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


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

2018-12-21 Thread Sergej Pupykin via arch-commits
Date: Friday, December 21, 2018 @ 08:42:38
  Author: spupykin
Revision: 417071

upgpkg: glusterfs 1:5.2-1

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 08:19:08 UTC (rev 417070)
+++ PKGBUILD2018-12-21 08:42:38 UTC (rev 417071)
@@ -5,7 +5,7 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
 glusterfs.sysusers)
-sha256sums=('779d03cf50710043682b9c6f14ac4c7964a82d6423383b8e09ac86c9c6704f0e'
+sha256sums=('842eaff5e7abb1bb56b00127ceb1ffb9dc62ffc6ce3fa851fb434f4989b76d2f'
 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {


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

2018-12-21 Thread Sergej Pupykin via arch-commits
Date: Friday, December 21, 2018 @ 08:42:53
  Author: spupykin
Revision: 417073

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 417072, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 417072, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/glusterfs.sysusers
(from rev 417072, glusterfs/trunk/glusterfs.sysusers)
Deleted:
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install
  glusterfs/repos/community-x86_64/glusterfs.sysusers

+
 PKGBUILD   |  150 +--
 glusterfs.install  |6 +-
 glusterfs.sysusers |2 
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 08:42:39 UTC (rev 417072)
+++ PKGBUILD2018-12-21 08:42:53 UTC (rev 417073)
@@ -1,75 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=5.1
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/eventsconfig.json'
-   'etc/glusterfs/gluster-rsyslog-5.8.conf'
-   'etc/glusterfs/gluster-rsyslog-7.2.conf'
-   'etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/glusterfs-georep-logrotate'
-   'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
-makedepends=(rpcsvc-proto)
-optdepends=('glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
-glusterfs.sysusers)
-sha256sums=('779d03cf50710043682b9c6f14ac4c7964a82d6423383b8e09ac86c9c6704f0e'
-'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python$:env\ python2:' \
--e 's:/usr/bin/python$:/usr/bin/python2:' {} +
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
---with-tmpfilesdir=/usr/lib/tmpfiles.d \
---enable-gnfs \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1598900
-  install -Dm644 "$srcdir"/glusterfs.sysusers \
-"$pkgdir"/usr/lib/sysusers.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 417072, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 08:42:53 UTC (rev 417073)
@@ -0,0 +1,75 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=5.2
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   'etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/glusterfs-georep-logrotate'
+   'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('842eaff5e7abb1bb56b00127ceb1ffb9dc62ffc6ce3fa851fb434f4989b76d2f'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python$:env\ python2:' \
+-e 's:/usr/bin/python$:/usr/bin/python2:' {} +
+}
+
+build() {
+  cd "$

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

2018-12-21 Thread Sergej Pupykin via arch-commits
Date: Friday, December 21, 2018 @ 12:49:58
  Author: spupykin
Revision: 417247

emacs-apel: clean up

Modified:
  emacs-apel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 12:49:23 UTC (rev 417246)
+++ PKGBUILD2018-12-21 12:49:58 UTC (rev 417247)
@@ -3,14 +3,15 @@
 
 pkgname=emacs-apel
 pkgver=10.8.20170122
+_commit=339eb28ffae3165255a79de9b1fd362f43cd37c3
 pkgrel=1
 pkgdesc="A library for making portable Emacs Lisp programs."
 arch=(any)
-url="https://github.com/jeffgran/APEL";
+url="https://github.com/wanderlust/apel";
 license=('GPL')
 depends=('emacs')
 makedepends=('git')
-source=("apel-$pkgver::git://github.com/wanderlust/apel#commit=339eb28ffae3165255a79de9b1fd362f43cd37c3")
+source=("apel-$pkgver::git://github.com/wanderlust/apel#commit=${_commit}")
 md5sums=('SKIP')
 
 build() {


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

2018-12-21 Thread Sergej Pupykin via arch-commits
Date: Friday, December 21, 2018 @ 12:56:04
  Author: spupykin
Revision: 417256

upgpkg: flim 1.14.9-6

Modified:
  flim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 12:55:26 UTC (rev 417255)
+++ PKGBUILD2018-12-21 12:56:04 UTC (rev 417256)
@@ -4,21 +4,22 @@
 
 pkgname=flim
 pkgver=1.14.9
-pkgrel=5
+_commit=faaa2b1f2bb8fcf835ddfb8981654e4d3b2bdbc6
+pkgrel=6
 pkgdesc="A library to provide basic features about message representation or 
encoding."
 arch=('any')
-url="http://cvs.m17n.org/elisp/FLIM/index.html.ja.iso-2022-jp";
+url="https://github.com/wanderlust/flim";
 license=('GPL')
 depends=('emacs' 'emacs-apel>=10.7')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wanderlust/flim/archive/flim-${pkgver//./_}.tar.gz";)
-noextract=()
-sha512sums=('7d5bd108ae7bc8116692d177d2ef045434b937f4812ae643f9a28d35c6edc7b39b4d5d484fc187f01972757f0399f91635da5f690379237ff5fdac170be1159d')
+makedepends=('git')
+source=("git+https://github.com/wanderlust/flim#commit=${_commit}";)
+sha256sums=('SKIP')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgname-${pkgver//./_}
+  cd "$srcdir"/$pkgname
   make
 }
 package() {
-  cd "$srcdir"/$pkgname-$pkgname-${pkgver//./_}
+  cd "$srcdir"/$pkgname
   make install PREFIX="$pkgdir"/usr
 }


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

2018-12-21 Thread Sergej Pupykin via arch-commits
Date: Friday, December 21, 2018 @ 12:56:27
  Author: spupykin
Revision: 417258

upgpkg: semi 1.14.6-6

Modified:
  semi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 12:56:19 UTC (rev 417257)
+++ PKGBUILD2018-12-21 12:56:27 UTC (rev 417258)
@@ -3,21 +3,23 @@
 
 pkgname=semi
 pkgver=1.14.6
-pkgrel=5
+_commit=d445dbdf39bab9aaf00582506357f25f1b78d76d
+pkgrel=6
 pkgdesc="A library to provide MIME feature for GNU Emacs."
 arch=(any)
 url="https://github.com/wanderlust/semi";
 license=('GPL')
 depends=('emacs' 'emacs-apel>=10.7' 'flim>=1.6.0')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wanderlust/semi/archive/semi-${pkgver//./_}.tar.gz";)
-sha512sums=('8f783274b63051225bcd48794db6481d1964a6d5c0334f0429b416f4030cff52bf4fafa24e6e2bcc608a7ac136f3e910a08aabea91e5007cd62023ce89b3c2bb')
+makedepends=('git')
+source=("git+https://github.com/wanderlust/semi#commit=${_commit}";)
+sha256sums=('SKIP')
 
 build() {
-  cd "$srcdir"/semi-semi-${pkgver//./_}
+  cd "$srcdir"/semi
   make
 }
 
 package() {
-  cd "$srcdir"/semi-semi-${pkgver//./_}
+  cd "$srcdir"/semi
   make install PREFIX="$pkgdir"/usr
 }


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

2018-12-21 Thread Sergej Pupykin via arch-commits
Date: Friday, December 21, 2018 @ 12:56:19
  Author: spupykin
Revision: 417257

archrelease: copy trunk to community-any

Added:
  flim/repos/community-any/PKGBUILD
(from rev 417256, flim/trunk/PKGBUILD)
Deleted:
  flim/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 12:56:04 UTC (rev 417256)
+++ PKGBUILD2018-12-21 12:56:19 UTC (rev 417257)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Norberto Lopes 
-# Maintainer: Stefan Husmann 
-
-pkgname=flim
-pkgver=1.14.9
-pkgrel=5
-pkgdesc="A library to provide basic features about message representation or 
encoding."
-arch=('any')
-url="http://cvs.m17n.org/elisp/FLIM/index.html.ja.iso-2022-jp";
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wanderlust/flim/archive/flim-${pkgver//./_}.tar.gz";)
-noextract=()
-sha512sums=('7d5bd108ae7bc8116692d177d2ef045434b937f4812ae643f9a28d35c6edc7b39b4d5d484fc187f01972757f0399f91635da5f690379237ff5fdac170be1159d')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgname-${pkgver//./_}
-  make
-}
-package() {
-  cd "$srcdir"/$pkgname-$pkgname-${pkgver//./_}
-  make install PREFIX="$pkgdir"/usr
-}

Copied: flim/repos/community-any/PKGBUILD (from rev 417256, flim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 12:56:19 UTC (rev 417257)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Norberto Lopes 
+# Maintainer: Stefan Husmann 
+
+pkgname=flim
+pkgver=1.14.9
+_commit=faaa2b1f2bb8fcf835ddfb8981654e4d3b2bdbc6
+pkgrel=6
+pkgdesc="A library to provide basic features about message representation or 
encoding."
+arch=('any')
+url="https://github.com/wanderlust/flim";
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7')
+makedepends=('git')
+source=("git+https://github.com/wanderlust/flim#commit=${_commit}";)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  make
+}
+package() {
+  cd "$srcdir"/$pkgname
+  make install PREFIX="$pkgdir"/usr
+}


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

2018-12-21 Thread Sergej Pupykin via arch-commits
Date: Friday, December 21, 2018 @ 12:56:39
  Author: spupykin
Revision: 417260

archrelease: copy trunk to community-any

Added:
  semi/repos/community-any/PKGBUILD
(from rev 417259, semi/trunk/PKGBUILD)
Deleted:
  semi/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 12:56:31 UTC (rev 417259)
+++ PKGBUILD2018-12-21 12:56:39 UTC (rev 417260)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Norberto Lopes 
-
-pkgname=semi
-pkgver=1.14.6
-pkgrel=5
-pkgdesc="A library to provide MIME feature for GNU Emacs."
-arch=(any)
-url="https://github.com/wanderlust/semi";
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7' 'flim>=1.6.0')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wanderlust/semi/archive/semi-${pkgver//./_}.tar.gz";)
-sha512sums=('8f783274b63051225bcd48794db6481d1964a6d5c0334f0429b416f4030cff52bf4fafa24e6e2bcc608a7ac136f3e910a08aabea91e5007cd62023ce89b3c2bb')
-
-build() {
-  cd "$srcdir"/semi-semi-${pkgver//./_}
-  make
-}
-
-package() {
-  cd "$srcdir"/semi-semi-${pkgver//./_}
-  make install PREFIX="$pkgdir"/usr
-}

Copied: semi/repos/community-any/PKGBUILD (from rev 417259, semi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 12:56:39 UTC (rev 417260)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Norberto Lopes 
+
+pkgname=semi
+pkgver=1.14.6
+_commit=d445dbdf39bab9aaf00582506357f25f1b78d76d
+pkgrel=6
+pkgdesc="A library to provide MIME feature for GNU Emacs."
+arch=(any)
+url="https://github.com/wanderlust/semi";
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7' 'flim>=1.6.0')
+makedepends=('git')
+source=("git+https://github.com/wanderlust/semi#commit=${_commit}";)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/semi
+  make
+}
+
+package() {
+  cd "$srcdir"/semi
+  make install PREFIX="$pkgdir"/usr
+}


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

2018-12-21 Thread Sergej Pupykin via arch-commits
Date: Friday, December 21, 2018 @ 12:56:58
  Author: spupykin
Revision: 417263

archrelease: copy trunk to community-any

Added:
  wanderlust/repos/community-any/PKGBUILD
(from rev 417261, wanderlust/trunk/PKGBUILD)
  wanderlust/repos/community-any/wanderlust.install
(from rev 417262, wanderlust/trunk/wanderlust.install)
Deleted:
  wanderlust/repos/community-any/PKGBUILD
  wanderlust/repos/community-any/wanderlust.install

+
 PKGBUILD   |   58 +--
 wanderlust.install |   26 +++---
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 12:56:53 UTC (rev 417262)
+++ PKGBUILD2018-12-21 12:56:58 UTC (rev 417263)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Norberto Lopes 
-
-pkgname=wanderlust
-pkgver=20181117
-_commit=05318ec3c724d5a0dad449a16b128a601bbce5ff
-pkgrel=1
-pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
-arch=(any)
-url="https://github.com/wanderlust/wanderlust/";
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
-makedepends=('git')
-#optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=("wanderlust::git://github.com/wanderlust/wanderlust.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-package() {
-  cd "$srcdir"/wanderlust
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
-  install -dm0755 "$pkgdir"/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR="$pkgdir"/usr/share/emacs/site-lisp \
-   PIXMAPDIR="$pkgdir"$PIXMAPDIR \
-   INFODIR="$pkgdir"/usr/share/info
-  install -m644 utils/ssl.el "$pkgdir"/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 417261, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 12:56:58 UTC (rev 417263)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Norberto Lopes 
+
+pkgname=wanderlust
+pkgver=20181209
+_commit=d1df17c48972e006a7f74f7145461365576e2201
+pkgrel=1
+pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
+arch=(any)
+url="https://github.com/wanderlust/wanderlust/";
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
+makedepends=('git')
+#optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=("wanderlust::git://github.com/wanderlust/wanderlust.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+package() {
+  cd "$srcdir"/wanderlust
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
+  install -dm0755 "$pkgdir"/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR="$pkgdir"/usr/share/emacs/site-lisp \
+   PIXMAPDIR="$pkgdir"$PIXMAPDIR \
+   INFODIR="$pkgdir"/usr/share/info
+  install -m644 utils/ssl.el "$pkgdir"/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2018-12-21 12:56:53 UTC (rev 417262)
+++ wanderlust.install  2018-12-21 12:56:58 UTC (rev 417263)
@@ -1,13 +0,0 @@
-post_install () {
-cat << EOF
-==> Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl "wl" "Wanderlust" t)
-(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
-(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 417262, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2018-12-21 12:56:58 UTC (rev 417263)
@@ -0,0 +1,13 @@
+post_install () {
+cat << EOF
+==> Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl "wl" "Wanderlust" t)
+(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}


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

2018-12-21 Thread Sergej Pupykin via arch-commits
Date: Friday, December 21, 2018 @ 12:56:47
  Author: spupykin
Revision: 417261

upgpkg: wanderlust 20181209-1

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 12:56:39 UTC (rev 417260)
+++ PKGBUILD2018-12-21 12:56:47 UTC (rev 417261)
@@ -2,8 +2,8 @@
 # Contributor: Norberto Lopes 
 
 pkgname=wanderlust
-pkgver=20181117
-_commit=05318ec3c724d5a0dad449a16b128a601bbce5ff
+pkgver=20181209
+_commit=d1df17c48972e006a7f74f7145461365576e2201
 pkgrel=1
 pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
 arch=(any)


[arch-commits] Commit in nextcloud-app-bookmarks/trunk (PKGBUILD)

2018-12-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 26, 2018 @ 20:45:52
  Author: spupykin
Revision: 418167

upgpkg: nextcloud-app-bookmarks 1:0.15.1-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-26 19:42:26 UTC (rev 418166)
+++ PKGBUILD2018-12-26 20:45:52 UTC (rev 418167)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=0.14.3
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz";)
-sha256sums=('0c90765edb699e35e550cf7b4a27db1c30c5405637d06a619cf44770289bf468')
+sha256sums=('daf36d3adcf36d199cd81a79a4ff2f21dae7997ed488b1c642a8dba2eb42412d')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2018-12-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 26, 2018 @ 20:46:05
  Author: spupykin
Revision: 418168

archrelease: copy trunk to community-any

Added:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 418167, nextcloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-26 20:45:52 UTC (rev 418167)
+++ PKGBUILD2018-12-26 20:46:05 UTC (rev 418168)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=0.14.3
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
-url="http://nextcloud.com";
-license=('GPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz";)
-sha256sums=('0c90765edb699e35e550cf7b4a27db1c30c5405637d06a619cf44770289bf468')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 418167, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-26 20:46:05 UTC (rev 418168)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=('any')
+url="http://nextcloud.com";
+license=('GPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz";)
+sha256sums=('daf36d3adcf36d199cd81a79a4ff2f21dae7997ed488b1c642a8dba2eb42412d')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


[arch-commits] Commit in nextcloud-app-contacts/trunk (PKGBUILD)

2018-12-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 26, 2018 @ 20:46:11
  Author: spupykin
Revision: 418169

upgpkg: nextcloud-app-contacts 3.0.1-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-26 20:46:05 UTC (rev 418168)
+++ PKGBUILD2018-12-26 20:46:11 UTC (rev 418169)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz";)
-sha256sums=('faf0ec902e862d5c690b2e2858b695170f4fb8adaff70e476eb4e4ff66f14e39')
+sha256sums=('0484ac816b45d516418afeecea6f650258f93a4aeb119155f6d0b241917b8956')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2018-12-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 26, 2018 @ 20:46:22
  Author: spupykin
Revision: 418170

archrelease: copy trunk to community-any

Added:
  nextcloud-app-contacts/repos/community-any/PKGBUILD
(from rev 418169, nextcloud-app-contacts/trunk/PKGBUILD)
Deleted:
  nextcloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-26 20:46:11 UTC (rev 418169)
+++ PKGBUILD2018-12-26 20:46:22 UTC (rev 418170)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://nextcloud.com/";
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz";)
-sha256sums=('faf0ec902e862d5c690b2e2858b695170f4fb8adaff70e476eb4e4ff66f14e39')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 418169, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-26 20:46:22 UTC (rev 418170)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://nextcloud.com/";
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz";)
+sha256sums=('0484ac816b45d516418afeecea6f650258f93a4aeb119155f6d0b241917b8956')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


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

2018-12-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 26, 2018 @ 20:46:28
  Author: spupykin
Revision: 418171

upgpkg: recoll 1.24.3-1

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-26 20:46:22 UTC (rev 418170)
+++ PKGBUILD2018-12-26 20:46:28 UTC (rev 418171)
@@ -5,8 +5,8 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=recoll
-pkgver=1.24.1
-pkgrel=2
+pkgver=1.24.3
+pkgrel=1
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('x86_64')
 url="http://www.lesbonscomptes.com/recoll/";
@@ -30,7 +30,7 @@
'python-lxml: indexing spreadsheets'
'aspell-en: English stemming support')
 source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz";)
-sha256sums=('1d6433cd79fc25fc2941620eba8be934629189fd078c8b8a4028a301bc7f75eb')
+sha256sums=('f1552961dd0cfd1a12d95fab1bf4990846df2085ddeaa5e832442bbce35acad2')
 
 prepare() {
   cd "$srcdir/$pkgname-${pkgver/_/}"


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

2018-12-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 26, 2018 @ 20:46:48
  Author: spupykin
Revision: 418173

upgpkg: sshguard 2.3.0-1

Modified:
  sshguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-26 20:46:41 UTC (rev 418172)
+++ PKGBUILD2018-12-26 20:46:48 UTC (rev 418173)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=sshguard
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 backup=('etc/sshguard.conf')
 install=sshguard.install
 
source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz";)
-sha256sums=('2aff07fee6ec33e4ffd5411916b75189977af1d77b86dac5f3834dd3aa3656c2')
+sha256sums=('d4b53f87a3c26652e5a2899b16506b815fa56a36aaf5bde9c2704bfb1a0ca068')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-12-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 26, 2018 @ 20:46:41
  Author: spupykin
Revision: 418172

archrelease: copy trunk to community-x86_64

Added:
  recoll/repos/community-x86_64/PKGBUILD
(from rev 418171, recoll/trunk/PKGBUILD)
Deleted:
  recoll/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-26 20:46:28 UTC (rev 418171)
+++ PKGBUILD2018-12-26 20:46:41 UTC (rev 418172)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel J Griffiths 
-# Contributor: Andrea Scarpino 
-# Contributor: Vladimir Chizhov 
-# Contributor: Robert Emil Berge 
-
-pkgname=recoll
-pkgver=1.24.1
-pkgrel=2
-pkgdesc="Full text search tool based on Xapian backend"
-arch=('x86_64')
-url="http://www.lesbonscomptes.com/recoll/";
-license=('GPL')
-depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 
'qt5-webkit')
-makedepends=('python')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'poppler: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-#  'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python2: for using some filters'
-   'mutagen: Audio metadata'
-   'python2-pychm: CHM files'
-   'perl-image-exiftool: EXIF data from raw files'
-   'python-lxml: indexing spreadsheets'
-   'aspell-en: English stemming support')
-source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz";)
-sha256sums=('1d6433cd79fc25fc2941620eba8be934629189fd078c8b8a4028a301bc7f75eb')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  sed -i '1,1i#include ' qtgui/ssearch_w.cpp
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  QMAKE=qmake-qt5 ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  make DESTDIR="$pkgdir" install
-}

Copied: recoll/repos/community-x86_64/PKGBUILD (from rev 418171, 
recoll/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-26 20:46:41 UTC (rev 418172)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel J Griffiths 
+# Contributor: Andrea Scarpino 
+# Contributor: Vladimir Chizhov 
+# Contributor: Robert Emil Berge 
+
+pkgname=recoll
+pkgver=1.24.3
+pkgrel=1
+pkgdesc="Full text search tool based on Xapian backend"
+arch=('x86_64')
+url="http://www.lesbonscomptes.com/recoll/";
+license=('GPL')
+depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 
'qt5-webkit')
+makedepends=('python')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'poppler: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+#  'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'mutagen: Audio metadata'
+   'python2-pychm: CHM files'
+   'perl-image-exiftool: EXIF data from raw files'
+   'python-lxml: indexing spreadsheets'
+   'aspell-en: English stemming support')
+source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz";)
+sha256sums=('f1552961dd0cfd1a12d95fab1bf4990846df2085ddeaa5e832442bbce35acad2')
+
+prepare() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  sed -i '1,1i#include ' qtgui/ssearch_w.cpp
+}
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  QMAKE=qmake-qt5 ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 26, 2018 @ 20:47:00
  Author: spupykin
Revision: 418174

archrelease: copy trunk to community-x86_64

Added:
  sshguard/repos/community-x86_64/ChangeLog
(from rev 418173, sshguard/trunk/ChangeLog)
  sshguard/repos/community-x86_64/PKGBUILD
(from rev 418173, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-x86_64/sshguard.install
(from rev 418173, sshguard/trunk/sshguard.install)
Deleted:
  sshguard/repos/community-x86_64/ChangeLog
  sshguard/repos/community-x86_64/PKGBUILD
  sshguard/repos/community-x86_64/sshguard.install

--+
 ChangeLog|6 +--
 PKGBUILD |   89 ++---
 sshguard.install |8 ++--
 3 files changed, 51 insertions(+), 52 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-12-26 20:46:48 UTC (rev 418173)
+++ ChangeLog   2018-12-26 20:47:00 UTC (rev 418174)
@@ -1,3 +0,0 @@
-2007-06-28 tardo 
-* Built for x86_64
-

Copied: sshguard/repos/community-x86_64/ChangeLog (from rev 418173, 
sshguard/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-12-26 20:47:00 UTC (rev 418174)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-26 20:46:48 UTC (rev 418173)
+++ PKGBUILD2018-12-26 20:47:00 UTC (rev 418174)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=sshguard
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
-arch=('x86_64')
-url="http://www.sshguard.net/";
-license=('GPL')
-depends=('iptables')
-backup=('etc/sshguard.conf')
-install=sshguard.install
-source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz";)
-sha256sums=('2aff07fee6ec33e4ffd5411916b75189977af1d77b86dac5f3834dd3aa3656c2')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|tables.target|tables.service|g' examples/sshguard.service
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib/sshguard \
---with-firewall=iptables
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "examples/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
-  install -dm0755 "$pkgdir/usr/share/doc/" "$pkgdir/etc"
-  cat <"$pkgdir"/etc/sshguard.conf
-LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat"
-BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db
-BACKEND="/usr/lib/sshguard/sshg-fw-iptables"
-EOF
-  cp -a examples "$pkgdir/usr/share/doc/sshguard"
-}

Copied: sshguard/repos/community-x86_64/PKGBUILD (from rev 418173, 
sshguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-26 20:47:00 UTC (rev 418174)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=sshguard
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
+arch=('x86_64')
+url="http://www.sshguard.net/";
+license=('GPL')
+depends=('iptables')
+backup=('etc/sshguard.conf')
+install=sshguard.install
+source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz";)
+sha256sums=('d4b53f87a3c26652e5a2899b16506b815fa56a36aaf5bde9c2704bfb1a0ca068')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|tables.target|tables.service|g' examples/sshguard.service
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/sshguard \
+--with-firewall=iptables
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 "examples/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
+  install -dm0755 "$pkgdir/usr/share/doc/" "$pkgdir/etc"
+  cat <"$pkgdir"/etc/sshguard.conf
+LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat"
+BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db
+BACKEND="/usr/lib/sshguard/sshg-fw-iptables"
+EOF
+  cp -a examples "$pkgdir/usr/share/doc/sshguard"
+}

Deleted: sshguard.install
===
--- sshguard.install2018-12-26 20:46:48 UTC (rev 418173)
+++ sshguard.install2018-12-26 20:47:00 UTC (rev 418174)
@@ -1,4 +0,0 @@
-post_install() {
-  mkdir -p var/db/sshguard
-  echo "-- For more information, see 
https://wiki.archlinux.org/index.php/Sshguard";
-}

Copied: sshguard/repos/community-x86_64/sshguard.inst

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

2018-12-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 26, 2018 @ 22:34:54
  Author: spupykin
Revision: 418177

upgpkg: ejabberd 18.12.1-1

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-26 22:18:15 UTC (rev 418176)
+++ PKGBUILD2018-12-26 22:34:54 UTC (rev 418177)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ejabberd
-pkgver=18.12
+pkgver=18.12.1
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64')
@@ -49,10 +49,10 @@

"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"

"stringprep::git://github.com/processone/stringprep#commit=57e434f92720fcd448f2318bbda10450cb79c2ca"

"stun::git://github.com/processone/stun#commit=89bbb42ca01a12cddc2bd3c27d0e568cbbb72933"
-   
"xmpp::git://github.com/processone/xmpp#commit=235478602c2f611a1c0fd4a1222fdd7722d3a64b"
+   
"xmpp::git://github.com/processone/xmpp#commit=fa59723fa49f680f25ce3bcd1b311c4f6aca6c53"
"$pkgname.logrotate"
"sysuser.conf")
-sha256sums=('9a9ca33dd2d8dc580ae10765449d71201dea6b3c7ca86f4710f5046545e0b271'
+sha256sums=('7646d6acd3c0b94e4ed5e1d1c61a32bb4026b90a752942b7f80157d1fa014a97'
 'SKIP'
 'SKIP'
 'SKIP'


[arch-commits] Commit in ejabberd/repos/community-x86_64 (8 files)

2018-12-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 26, 2018 @ 22:35:10
  Author: spupykin
Revision: 418178

archrelease: copy trunk to community-x86_64

Added:
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 418177, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 418177, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/print-deps.sh
(from rev 418177, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 418177, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/print-deps.sh
  ejabberd/repos/community-x86_64/sysuser.conf

+
 PKGBUILD   |  310 +--
 ejabberd.logrotate |   24 +--
 print-deps.sh  |   54 
 sysuser.conf   |4 
 4 files changed, 196 insertions(+), 196 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-26 22:34:54 UTC (rev 418177)
+++ PKGBUILD2018-12-26 22:35:10 UTC (rev 418178)
@@ -1,155 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-pkgname=ejabberd
-pkgver=18.12
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64')
-url="http://www.ejabberd.im/";
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite' 'gd')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-optdepends=('gsfonts: for captcha'
-   'imagemagick: for captcha')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz";
-   
"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=c5f7710a6b2b2e19783af1886f7327b0ed0da379"
-   
"eimp::git://github.com/processone/eimp#commit=d16fd3f050bd1114d72bacbf2029dc6dd5b31da0"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=c4940ad96c9e734865d54df45af6f90c1c4ce03b"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=36d8aa614c30b989d223f874ccca8144f1bb2eb7"
-   
"ezlib::git://github.com/processone/ezlib#commit=ccfb3b25c6476894c3e8d835d35ff258f64e9e14"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=a22a4d6ec8fc21f8016ad08cface5103fdf4a5f9"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=0e5b0b3d6f1a83f646fa4e01fddda71c3f8f3b8d"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=697dc776316c4ad48a5a962cf8af13230cb9c1f9"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=ad3dbab419762fc2d5821abb88b989da006b85c6"
-   
"iconv::git://github.com/processone/iconv#commit=819125883241205ec196d7965a41594f680bc950"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
-   
"lager::git://github.com/erlang-lager/lager#commit=69b4ada2341b8ab2cf5c8e464ac936e5e4a9f62b"
-   
"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"meck::git://github.com/eproxus/meck#commit=6121bb7e5c21b7ba2e79754f976a55f32940b28e"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=4cfeddfd4ddc115d7c41e091d252d39a1badc09b"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=ab44e27db49021321e1a5d4dcf65c6c65c088075"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=df6f8819eb46a8c490ba95b1fda66347970111dc"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=87336780d6d2b5985aba5b2136903d26d6e26ac0"
-   
"pkix::git://github.com/processone/pkix#commit=6dc858ee9c7fa31872c2dfa26cb83f4a3cc830f2"
-   
"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
-   
"riakc::git://github.com/processone/riak-erlang-client#commit=63db9859cf478cc67d4149940a5a9eae8c5ca3bc"
-   
"riak_pb::git://github.com/basho/riak_pb#commit=08771aba2ce4935b715d32d1b92555efdc3da994"
-   
"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"
-   
"stringprep::git://github.com/processone/stringprep#commit=57e434f92720fcd448f2318bbda10450cb79c2ca"

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

2018-12-28 Thread Sergej Pupykin via arch-commits
Date: Friday, December 28, 2018 @ 14:57:01
  Author: spupykin
Revision: 418639

upgpkg: phppgadmin 5.6.0-1

Modified:
  phppgadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-28 14:56:56 UTC (rev 418638)
+++ PKGBUILD2018-12-28 14:57:01 UTC (rev 418639)
@@ -3,27 +3,17 @@
 # Contributor: Benjamin Andresen 
 
 pkgname=phppgadmin
-pkgver=5.1
-pkgrel=4
+pkgver=5.6.0
+pkgrel=1
 pkgdesc="A web-based administration tool for PostgreSQL"
 arch=('any')
-url="http://sourceforge.net/projects/phppgadmin";
+url="https://github.com/phppgadmin/phppgadmin/";
 license=('GPL')
 depends=('php' 'php-pgsql')
 backup=('etc/webapps/phppgadmin/config.inc.php')
-source=(https://downloads.sourceforge.net/sourceforge/$pkgname/phpPgAdmin-$pkgver.tar.gz
-   
https://github.com/phppgadmin/phppgadmin/commit/d4bce721052053e32df3dadc51975c75735b2e08.patch
-   
https://github.com/phppgadmin/phppgadmin/commit/5a976d4982c5250b42dcd147083729c844f219af.patch)
-sha256sums=('42294e7b19d3b4003912eaad9a34df4096c0380871aedce152aa13d4955878a5'
-'ebca071295948bb18e2e808bf635ff253acaf24658fe116e4cf3e6b82425ee55'
-'c0088729d76e542e8d5caa3c0fc9c7049fc4f6a9d21cc5aba075e2050c6e96d8')
+source=("https://github.com/phppgadmin/phppgadmin/releases/download/REL_${pkgver//./-}/phpPgAdmin-$pkgver.tar.bz2";)
+sha256sums=('33e0fc7bb038872d2f1dd269f77c99258220a5f4f659f8d0f7b4290737a0dd35')
 
-prepare() {
-  cd "$srcdir"/phpPgAdmin-$pkgver
-  patch -p1 <../d4bce721052053e32df3dadc51975c75735b2e08.patch || true
-  patch -p1 <../5a976d4982c5250b42dcd147083729c844f219af.patch || true
-}
-
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phppgadmin
   mkdir -p ${_instdir} "$pkgdir"/etc/webapps/phppgadmin


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

2018-12-28 Thread Sergej Pupykin via arch-commits
Date: Friday, December 28, 2018 @ 14:57:15
  Author: spupykin
Revision: 418640

archrelease: copy trunk to community-any

Added:
  phppgadmin/repos/community-any/PKGBUILD
(from rev 418639, phppgadmin/trunk/PKGBUILD)
Deleted:
  phppgadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-28 14:57:01 UTC (rev 418639)
+++ PKGBUILD2018-12-28 14:57:15 UTC (rev 418640)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: wizzomafizzo 
-# Contributor: Benjamin Andresen 
-
-pkgname=phppgadmin
-pkgver=5.1
-pkgrel=4
-pkgdesc="A web-based administration tool for PostgreSQL"
-arch=('any')
-url="http://sourceforge.net/projects/phppgadmin";
-license=('GPL')
-depends=('php' 'php-pgsql')
-backup=('etc/webapps/phppgadmin/config.inc.php')
-source=(https://downloads.sourceforge.net/sourceforge/$pkgname/phpPgAdmin-$pkgver.tar.gz
-   
https://github.com/phppgadmin/phppgadmin/commit/d4bce721052053e32df3dadc51975c75735b2e08.patch
-   
https://github.com/phppgadmin/phppgadmin/commit/5a976d4982c5250b42dcd147083729c844f219af.patch)
-sha256sums=('42294e7b19d3b4003912eaad9a34df4096c0380871aedce152aa13d4955878a5'
-'ebca071295948bb18e2e808bf635ff253acaf24658fe116e4cf3e6b82425ee55'
-'c0088729d76e542e8d5caa3c0fc9c7049fc4f6a9d21cc5aba075e2050c6e96d8')
-
-prepare() {
-  cd "$srcdir"/phpPgAdmin-$pkgver
-  patch -p1 <../d4bce721052053e32df3dadc51975c75735b2e08.patch || true
-  patch -p1 <../5a976d4982c5250b42dcd147083729c844f219af.patch || true
-}
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phppgadmin
-  mkdir -p ${_instdir} "$pkgdir"/etc/webapps/phppgadmin
-  cd ${_instdir}
-  cp -ra "$srcdir"/phpPgAdmin-$pkgver/* .
-  cp ./conf/config.inc.php-dist "$pkgdir"/etc/webapps/phppgadmin/config.inc.php
-  rm -f ${_instdir}/conf/config.inc.php
-  ln -s /etc/webapps/phppgadmin/config.inc.php ${_instdir}/conf/config.inc.php
-}

Copied: phppgadmin/repos/community-any/PKGBUILD (from rev 418639, 
phppgadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-28 14:57:15 UTC (rev 418640)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: wizzomafizzo 
+# Contributor: Benjamin Andresen 
+
+pkgname=phppgadmin
+pkgver=5.6.0
+pkgrel=1
+pkgdesc="A web-based administration tool for PostgreSQL"
+arch=('any')
+url="https://github.com/phppgadmin/phppgadmin/";
+license=('GPL')
+depends=('php' 'php-pgsql')
+backup=('etc/webapps/phppgadmin/config.inc.php')
+source=("https://github.com/phppgadmin/phppgadmin/releases/download/REL_${pkgver//./-}/phpPgAdmin-$pkgver.tar.bz2";)
+sha256sums=('33e0fc7bb038872d2f1dd269f77c99258220a5f4f659f8d0f7b4290737a0dd35')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phppgadmin
+  mkdir -p ${_instdir} "$pkgdir"/etc/webapps/phppgadmin
+  cd ${_instdir}
+  cp -ra "$srcdir"/phpPgAdmin-$pkgver/* .
+  cp ./conf/config.inc.php-dist "$pkgdir"/etc/webapps/phppgadmin/config.inc.php
+  rm -f ${_instdir}/conf/config.inc.php
+  ln -s /etc/webapps/phppgadmin/config.inc.php ${_instdir}/conf/config.inc.php
+}


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

2018-12-28 Thread Sergej Pupykin via arch-commits
Date: Friday, December 28, 2018 @ 14:59:26
  Author: spupykin
Revision: 418647

upgpkg: phpvirtualbox 5.2_1-1

Modified:
  phpvirtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-28 14:59:08 UTC (rev 418646)
+++ PKGBUILD2018-12-28 14:59:26 UTC (rev 418647)
@@ -2,7 +2,7 @@
 # Contributor:Techlive Zheng 
 
 pkgname=phpvirtualbox
-pkgver=5.2_0
+pkgver=5.2_1
 _pkgver=${pkgver/_/-}
 _pkgver=${_pkgver/rc/-rc}
 pkgrel=1
@@ -13,7 +13,7 @@
 depends=('php')
 backup=("etc/webapps/phpvirtualbox/config.php")
 
source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz";)
-sha256sums=('4fc5900a63276a96a6c2e1ce169b630dc5ca78432bd73655d790a624241aad2e')
+sha256sums=('a7d172dfd9b73f1c8f6ebe5bc98d3ae1fb12395350ac3b932cb811658fc88521')
 
 package() {
   cd "$srcdir"/${pkgname}-${_pkgver}


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

2018-12-28 Thread Sergej Pupykin via arch-commits
Date: Friday, December 28, 2018 @ 14:59:38
  Author: spupykin
Revision: 418648

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 418647, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-28 14:59:26 UTC (rev 418647)
+++ PKGBUILD2018-12-28 14:59:38 UTC (rev 418648)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.2_0
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/rc/-rc}
-pkgrel=1
-pkgdesc="PHP/AJAX web interface for VirtualBox"
-arch=(any)
-url="https://github.com/phpvirtualbox/phpvirtualbox";
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz";)
-sha256sums=('4fc5900a63276a96a6c2e1ce169b630dc5ca78432bd73655d790a624241aad2e')
-
-package() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
-
-  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
-  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 418647, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-28 14:59:38 UTC (rev 418648)
@@ -0,0 +1,36 @@
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.2_1
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/rc/-rc}
+pkgrel=1
+pkgdesc="PHP/AJAX web interface for VirtualBox"
+arch=(any)
+url="https://github.com/phpvirtualbox/phpvirtualbox";
+license=('GPL')
+depends=('php')
+backup=("etc/webapps/phpvirtualbox/config.php")
+source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz";)
+sha256sums=('a7d172dfd9b73f1c8f6ebe5bc98d3ae1fb12395350ac3b932cb811658fc88521')
+
+package() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+
+  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
+  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
+}


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

2018-09-11 Thread Sergej Pupykin via arch-commits
Date: Tuesday, September 11, 2018 @ 14:58:04
  Author: spupykin
Revision: 379743

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   96 +++
 drupal.install |   14 
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-11 14:57:49 UTC (rev 379742)
+++ PKGBUILD2018-09-11 14:58:04 UTC (rev 379743)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.6.0
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/";
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('9839d2e67269699830e883e074ea9615bd56c5f8d1c5fdf9d7d3eae5a29f3296')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 379742, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-11 14:58:04 UTC (rev 379743)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.6.1
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/";
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('44e99bab40e695db7446738f772deaae5e982e0d6629c1c52946cebd5d6643df')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2018-09-11 14:57:49 UTC (rev 379742)
+++ drupal.install  2018-09-11 14:58:04 UTC (rev 379743)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 379742, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2018-09-11 14:58:04 UTC (rev 379743)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2018-09-11 Thread Sergej Pupykin via arch-commits
Date: Tuesday, September 11, 2018 @ 14:57:49
  Author: spupykin
Revision: 379742

upgpkg: drupal 8.6.1-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-11 14:15:31 UTC (rev 379741)
+++ PKGBUILD2018-09-11 14:57:49 UTC (rev 379742)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.6.0
+pkgver=8.6.1
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -14,7 +14,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('9839d2e67269699830e883e074ea9615bd56c5f8d1c5fdf9d7d3eae5a29f3296')
+sha256sums=('44e99bab40e695db7446738f772deaae5e982e0d6629c1c52946cebd5d6643df')
 
 package() {
   depends=('php' 'php-gd')


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

2018-09-11 Thread Sergej Pupykin via arch-commits
Date: Tuesday, September 11, 2018 @ 15:03:02
  Author: spupykin
Revision: 379744

upgpkg: busybox 1.29.3-1

Modified:
  busybox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-11 14:58:04 UTC (rev 379743)
+++ PKGBUILD2018-09-11 15:03:02 UTC (rev 379744)
@@ -3,7 +3,7 @@
 # Contributor: Jens Pranaitis 
 
 pkgname=busybox
-pkgver=1.29.2
+pkgver=1.29.3
 pkgrel=1
 pkgdesc="Utilities for rescue and embedded systems"
 arch=("x86_64")
@@ -10,12 +10,12 @@
 url="https://www.busybox.net";
 license=('GPL')
 makedepends=("ncurses" "musl" "kernel-headers-musl")
+validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B')
 source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
 "config")
-sha256sums=('67d2fa6e147a45875fe972de62d907ef866fe784c495c363bf34756c444a5d61'
+sha256sums=('97648636e579462296478e0218e65e4bc1e9cd69089a3b1aeb810bff7621efb7'
 'SKIP'
 '858835074fd5bb22551f8aceb92581a1132650f75dfb18c0afdbd521a5a9dcfa')
-validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B') # Denis Vlasenko 

 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-09-11 Thread Sergej Pupykin via arch-commits
Date: Tuesday, September 11, 2018 @ 15:03:13
  Author: spupykin
Revision: 379745

archrelease: copy trunk to community-x86_64

Added:
  busybox/repos/community-x86_64/PKGBUILD
(from rev 379744, busybox/trunk/PKGBUILD)
  busybox/repos/community-x86_64/config
(from rev 379744, busybox/trunk/config)
Deleted:
  busybox/repos/community-x86_64/PKGBUILD
  busybox/repos/community-x86_64/config

--+
 PKGBUILD |   78 +-
 config   | 2350 ++---
 2 files changed, 1214 insertions(+), 1214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-11 15:03:02 UTC (rev 379744)
+++ PKGBUILD2018-09-11 15:03:13 UTC (rev 379745)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jens Pranaitis 
-
-pkgname=busybox
-pkgver=1.29.2
-pkgrel=1
-pkgdesc="Utilities for rescue and embedded systems"
-arch=("x86_64")
-url="https://www.busybox.net";
-license=('GPL')
-makedepends=("ncurses" "musl" "kernel-headers-musl")
-source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
-"config")
-sha256sums=('67d2fa6e147a45875fe972de62d907ef866fe784c495c363bf34756c444a5d61'
-'SKIP'
-'858835074fd5bb22551f8aceb92581a1132650f75dfb18c0afdbd521a5a9dcfa')
-validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B') # Denis Vlasenko 

-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cp "$srcdir"/config .config
-  # reproducible build
-  export KCONFIG_NOTIMESTAMP=1
-  make CC=musl-gcc
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm0755 busybox "$pkgdir"/usr/bin/busybox
-
-  # docs
-  install -Dm644 docs/busybox.1 "$pkgdir"/usr/share/man/man1/busybox.1
-  for doc in BusyBox.html BusyBox.txt; do
-install -Dm644 docs/$doc "$pkgdir"/usr/share/doc/$pkgname/$doc
-  done
-}

Copied: busybox/repos/community-x86_64/PKGBUILD (from rev 379744, 
busybox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-11 15:03:13 UTC (rev 379745)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jens Pranaitis 
+
+pkgname=busybox
+pkgver=1.29.3
+pkgrel=1
+pkgdesc="Utilities for rescue and embedded systems"
+arch=("x86_64")
+url="https://www.busybox.net";
+license=('GPL')
+makedepends=("ncurses" "musl" "kernel-headers-musl")
+validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B')
+source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
+"config")
+sha256sums=('97648636e579462296478e0218e65e4bc1e9cd69089a3b1aeb810bff7621efb7'
+'SKIP'
+'858835074fd5bb22551f8aceb92581a1132650f75dfb18c0afdbd521a5a9dcfa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cp "$srcdir"/config .config
+  # reproducible build
+  export KCONFIG_NOTIMESTAMP=1
+  make CC=musl-gcc
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm0755 busybox "$pkgdir"/usr/bin/busybox
+
+  # docs
+  install -Dm644 docs/busybox.1 "$pkgdir"/usr/share/man/man1/busybox.1
+  for doc in BusyBox.html BusyBox.txt; do
+install -Dm644 docs/$doc "$pkgdir"/usr/share/doc/$pkgname/$doc
+  done
+}

Deleted: config
===
--- config  2018-09-11 15:03:02 UTC (rev 379744)
+++ config  2018-09-11 15:03:13 UTC (rev 379745)
@@ -1,1175 +0,0 @@
-#
-# Automatically generated make config: don't edit
-# Busybox version: 1.29.1
-# Sun Jul 29 19:56:13 2018
-#
-CONFIG_HAVE_DOT_CONFIG=y
-
-#
-# Settings
-#
-CONFIG_DESKTOP=y
-# CONFIG_EXTRA_COMPAT is not set
-# CONFIG_FEDORA_COMPAT is not set
-CONFIG_INCLUDE_SUSv2=y
-CONFIG_LONG_OPTS=y
-CONFIG_SHOW_USAGE=y
-CONFIG_FEATURE_VERBOSE_USAGE=y
-CONFIG_FEATURE_COMPRESS_USAGE=y
-CONFIG_LFS=y
-# CONFIG_PAM is not set
-CONFIG_FEATURE_DEVPTS=y
-# CONFIG_FEATURE_UTMP is not set
-# CONFIG_FEATURE_WTMP is not set
-CONFIG_FEATURE_PIDFILE=y
-CONFIG_PID_FILE_PATH="/run"
-CONFIG_BUSYBOX=y
-CONFIG_FEATURE_INSTALLER=y
-# CONFIG_INSTALL_NO_USR is not set
-CONFIG_FEATURE_SUID=y
-CONFIG_FEATURE_SUID_CONFIG=y
-CONFIG_FEATURE_SUID_CONFIG_QUIET=y
-CONFIG_FEATURE_PREFER_APPLETS=y
-CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
-# CONFIG_SELINUX is not set
-# CONFIG_FEATURE_CLEAN_UP is not set
-CONFIG_FEATURE_SYSLOG=y
-CONFIG_PLATFORM_LINUX=y
-
-#
-# Build Options
-#
-CONFIG_STATIC=y
-# CONFIG_PIE is not set
-# CONFIG_NOMMU is not set
-# CONFIG_BUILD_LIBBUSYBOX is not set
-# CONFIG_FEATURE_LIBBUSYBOX_STATIC is not set
-# CONFIG_FEATURE_INDIVIDUAL is not set
-# CONFIG_FEATURE_SHARED_BUSYBOX is not set
-CONFIG_CROSS_COMPILER_PREFIX=""
-CONFIG_SYSROOT=""
-CONFIG_EXTRA_CFLAGS=""
-CONFIG_EXTRA_LDFLAGS=""
-CONFIG_EXTRA_LDLIBS=""
-# CONFIG_USE_PORTABLE_CODE is not set
-CONFIG_STACK_OPTIMIZATION_386=y
-
-#
-# Installation Options ("make install" behavior)
-#
-# CONFIG_INSTALL_APPLET_SYMLINKS is not set
-# CONFIG_INSTALL_APPLET_HARDLINKS is not set
-# CONFIG_INSTALL_APPLET_SCRIPT_WR

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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:10:59
  Author: spupykin
Revision: 388854

upgpkg: ejabberd 18.09-1

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 14:07:26 UTC (rev 388853)
+++ PKGBUILD2018-10-01 14:10:59 UTC (rev 388854)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ejabberd
-pkgver=18.06
-pkgrel=3
+pkgver=18.09
+pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64')
 url="http://www.ejabberd.im/";
@@ -18,41 +18,39 @@
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz";

"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=62bdf85216dd39c8082b6e23b95f28068796c813"
-   
"eimp::git://github.com/processone/eimp#commit=94b7715d5f9776712f791133cd6389e6c171a997"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=204bdd6c1b95b7bdddaa8b7f30ff43b57620b586"
+   
"eimp::git://github.com/processone/eimp#commit=6ca75a93c918795a1a366c55e7194f42f149506a"

"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"

"epam::git://github.com/processone/epam#commit=c4940ad96c9e734865d54df45af6f90c1c4ce03b"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=1c51157360e09cd07d359859b0f9511277afb042"
+   
"esip::git://github.com/processone/esip#commit=89fc10d749b2a205a2a099b10f886018dd2c053f"

"ezlib::git://github.com/processone/ezlib#commit=ccfb3b25c6476894c3e8d835d35ff258f64e9e14"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=4df74a4f55542712f1adbfe980c343460cce6b3a"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=532b3ca7675724f82609035b5776351d5d25cb28"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=50045ece8ab5c038f604ea4bb04fef2b4471973d"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=6ec157bcbcb016bb32f7e568094ab22498b56c70"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=0e5b0b3d6f1a83f646fa4e01fddda71c3f8f3b8d"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=697dc776316c4ad48a5a962cf8af13230cb9c1f9"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"

"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=ad3dbab419762fc2d5821abb88b989da006b85c6"
-   
"iconv::git://github.com/processone/iconv#commit=50e79c9baecfb7ab3ca51033c75adec883929942"
+   
"iconv::git://github.com/processone/iconv#commit=819125883241205ec196d7965a41594f680bc950"

"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"

"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
-   
"lager::git://github.com/erlang-lager/lager#commit=a10c23c51dea6bbd63e5048c8a5a702169973114"
+   
"lager::git://github.com/erlang-lager/lager#commit=1249ede5bebfa8e23d281c0da602f479b9a6c66f"

"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"

"meck::git://github.com/eproxus/meck#commit=70d6a33ce7407029dc59e22a5b3c1c61c1348b23"
-   
"moka::git://github.com/processone/moka#commit=6b1ead5821423fa5d465795f99f59f211e708583"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=72cbfc377dcfee555034e98583e4dc340be5ade5"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=272f0b4e72b13103dfdef56e370c00a4de882adf"

"p1_oauth2::git://github.com/processone/p1_oauth2#commit=ab44e27db49021321e1a5d4dcf65c6c65c088075"

"p1_pgsql::git://github.com/processone/p1_pgsql#commit=df6f8819eb46a8c490ba95b1fda66347970111dc"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=4916fd9358762e42081bd454df07ee9f1d7b6836"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=87336780d6d2b5985aba5b2136903d26d6e26ac0"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"

"riakc::git://github.com/processone/riak-erlang-client#commit=63db9859cf478cc67d4149940a5a9eae8c5ca3bc"

"riak_pb::git://github.com/basho/riak_pb#commit=08771aba2ce4935b715d32d1b92555efdc3da994"
-   
"samerlib::git://github.com/processone/samerlib#commit=61fdc411c0aa902d63d73ca3410a8d8afcd39283"

"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"
-   
"stringprep::git://github.com/processone/stringprep#commit=6d4aa85a7a7a98c3239b18c136b75454e716cede"
-   
"stun::g

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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:11:28
  Author: spupykin
Revision: 388856

upgpkg: glusterfs 1:4.1.5-1

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 14:11:18 UTC (rev 388855)
+++ PKGBUILD2018-10-01 14:11:28 UTC (rev 388856)
@@ -5,8 +5,8 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=4.1.2
-pkgrel=2
+pkgver=4.1.5
+pkgrel=1
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
 url='http://www.gluster.org/'
@@ -25,7 +25,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
 glusterfs.sysusers)
-sha256sums=('6f0b01c082fec65134eea43b2e4df8d4b55269f43b7d330e81eaad920d7c63e5'
+sha256sums=('6a7db36b3e067ab42f35039471086faf359bcda0a099191b417e57f66f516c0b'
 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {


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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:11:18
  Author: spupykin
Revision: 388855

archrelease: copy trunk to community-x86_64

Added:
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 388854, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 388854, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 388854, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/print-deps.sh
(from rev 388854, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 388854, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service
  ejabberd/repos/community-x86_64/print-deps.sh
  ejabberd/repos/community-x86_64/sysuser.conf

+
 PKGBUILD   |  301 +--
 ejabberd.logrotate |   24 ++--
 ejabberd.service   |   30 ++---
 print-deps.sh  |   54 -
 sysuser.conf   |4 
 5 files changed, 204 insertions(+), 209 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-01 14:10:59 UTC (rev 388854)
+++ PKGBUILD2018-10-01 14:11:18 UTC (rev 388855)
@@ -1,153 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-pkgname=ejabberd
-pkgver=18.06
-pkgrel=3
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64')
-url="http://www.ejabberd.im/";
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite' 'gd')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz";
-   
"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=62bdf85216dd39c8082b6e23b95f28068796c813"
-   
"eimp::git://github.com/processone/eimp#commit=94b7715d5f9776712f791133cd6389e6c171a997"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=c4940ad96c9e734865d54df45af6f90c1c4ce03b"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=1c51157360e09cd07d359859b0f9511277afb042"
-   
"ezlib::git://github.com/processone/ezlib#commit=ccfb3b25c6476894c3e8d835d35ff258f64e9e14"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=4df74a4f55542712f1adbfe980c343460cce6b3a"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=532b3ca7675724f82609035b5776351d5d25cb28"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=50045ece8ab5c038f604ea4bb04fef2b4471973d"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=ad3dbab419762fc2d5821abb88b989da006b85c6"
-   
"iconv::git://github.com/processone/iconv#commit=50e79c9baecfb7ab3ca51033c75adec883929942"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
-   
"lager::git://github.com/erlang-lager/lager#commit=a10c23c51dea6bbd63e5048c8a5a702169973114"
-   
"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"meck::git://github.com/eproxus/meck#commit=70d6a33ce7407029dc59e22a5b3c1c61c1348b23"
-   
"moka::git://github.com/processone/moka#commit=6b1ead5821423fa5d465795f99f59f211e708583"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=72cbfc377dcfee555034e98583e4dc340be5ade5"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=ab44e27db49021321e1a5d4dcf65c6c65c088075"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=df6f8819eb46a8c490ba95b1fda66347970111dc"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=4916fd9358762e42081bd454df07ee9f1d7b6836"
-   
"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
-   
"riakc::git://github.com/processone/riak-erlang-client#commit=63db9859cf478cc67d4149940a5a9eae8c5ca3bc"
-   
"riak_pb::git://github.com/basho/riak_pb#commit=08771aba2ce4935b715d32d1b92555efdc3da994"
-   
"samerlib::git://github.com/processone/samerlib#commit=61fdc411c0aa902d63d73ca3410a8d8afcd392

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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:11:47
  Author: spupykin
Revision: 388858

upgpkg: lockfile-progs 0.1.18-1

Modified:
  lockfile-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 14:11:40 UTC (rev 388857)
+++ PKGBUILD2018-10-01 14:11:47 UTC (rev 388858)
@@ -2,8 +2,8 @@
 # Contributor: Andreas Wagner 
 
 pkgname=lockfile-progs
-pkgver=0.1.17
-pkgrel=2
+pkgver=0.1.18
+pkgrel=1
 pkgdesc="programs for locking and unlocking files and mailboxes"
 arch=('x86_64')
 license=('GPL')
@@ -11,7 +11,7 @@
 depends=('glibc' 'liblockfile')
 makedepends=('liblockfile')
 
source=(http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_${pkgver}.tar.gz)
-md5sums=('64424a766fbc8cf6d613fcc14a096e14')
+sha256sums=('a42995a4b97e6188efc90fcc1a761163c4b2cff5c81b936f85c84301ddb05ce6')
 
 build() {
 cd "$srcdir"/lockfile-progs-$pkgver


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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:11:40
  Author: spupykin
Revision: 388857

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 388856, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 388856, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/glusterfs.sysusers
(from rev 388856, glusterfs/trunk/glusterfs.sysusers)
Deleted:
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install
  glusterfs/repos/community-x86_64/glusterfs.sysusers

+
 PKGBUILD   |  151 +--
 glusterfs.install  |6 +-
 glusterfs.sysusers |2 
 3 files changed, 79 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-01 14:11:28 UTC (rev 388856)
+++ PKGBUILD2018-10-01 14:11:40 UTC (rev 388857)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=4.1.2
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/eventsconfig.json'
-   'etc/glusterfs/gluster-rsyslog-5.8.conf'
-   'etc/glusterfs/gluster-rsyslog-7.2.conf'
-   'etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/glusterfs-georep-logrotate'
-   'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
-makedepends=(rpcsvc-proto)
-optdepends=('glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
-glusterfs.sysusers)
-sha256sums=('6f0b01c082fec65134eea43b2e4df8d4b55269f43b7d330e81eaad920d7c63e5'
-'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python$:env\ python2:' \
--e 's:/usr/bin/python$:/usr/bin/python2:' {} +
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
---with-tmpfilesdir=/usr/lib/tmpfiles.d \
---enable-gnfs \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1598900
-  install -Dm644 "$srcdir"/glusterfs.sysusers \
-"$pkgdir"/usr/lib/sysusers.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 388856, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-01 14:11:40 UTC (rev 388857)
@@ -0,0 +1,75 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=4.1.5
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   'etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/glusterfs-georep-logrotate'
+   'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('6a7db36b3e067ab42f35039471086faf359bcda0a099191b417e57f66f516c0b'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python$:env\ python2:' \
+-e 's:/usr/bin/python$:/usr/bin/python2:' {} +
+}
+
+build() 

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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:12:00
  Author: spupykin
Revision: 388859

archrelease: copy trunk to community-x86_64

Added:
  lockfile-progs/repos/community-x86_64/PKGBUILD
(from rev 388858, lockfile-progs/trunk/PKGBUILD)
Deleted:
  lockfile-progs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-01 14:11:47 UTC (rev 388858)
+++ PKGBUILD2018-10-01 14:12:00 UTC (rev 388859)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=lockfile-progs
-pkgver=0.1.17
-pkgrel=2
-pkgdesc="programs for locking and unlocking files and mailboxes"
-arch=('x86_64')
-license=('GPL')
-url="http://packages.debian.org/unstable/misc/lockfile-progs";
-depends=('glibc' 'liblockfile')
-makedepends=('liblockfile')
-source=(http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_${pkgver}.tar.gz)
-md5sums=('64424a766fbc8cf6d613fcc14a096e14')
-
-build() {
-cd "$srcdir"/lockfile-progs-$pkgver
-make
-}
-
-package() {
-cd "$srcdir"/lockfile-progs-$pkgver
-mkdir -p "$pkgdir"/usr/bin
-install -s bin/* "$pkgdir"/usr/bin
-mkdir -p "$pkgdir"/usr/share/man/man1
-install man/*.1 "$pkgdir"/usr/share/man/man1
-}

Copied: lockfile-progs/repos/community-x86_64/PKGBUILD (from rev 388858, 
lockfile-progs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-01 14:12:00 UTC (rev 388859)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=lockfile-progs
+pkgver=0.1.18
+pkgrel=1
+pkgdesc="programs for locking and unlocking files and mailboxes"
+arch=('x86_64')
+license=('GPL')
+url="http://packages.debian.org/unstable/misc/lockfile-progs";
+depends=('glibc' 'liblockfile')
+makedepends=('liblockfile')
+source=(http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_${pkgver}.tar.gz)
+sha256sums=('a42995a4b97e6188efc90fcc1a761163c4b2cff5c81b936f85c84301ddb05ce6')
+
+build() {
+cd "$srcdir"/lockfile-progs-$pkgver
+make
+}
+
+package() {
+cd "$srcdir"/lockfile-progs-$pkgver
+mkdir -p "$pkgdir"/usr/bin
+install -s bin/* "$pkgdir"/usr/bin
+mkdir -p "$pkgdir"/usr/share/man/man1
+install man/*.1 "$pkgdir"/usr/share/man/man1
+}


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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:12:06
  Author: spupykin
Revision: 388860

upgpkg: nextcloud 14.0.1-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 14:12:00 UTC (rev 388859)
+++ PKGBUILD2018-10-01 14:12:06 UTC (rev 388860)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=14.0.0
+pkgver=14.0.1
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -25,7 +25,7 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('f965c14286e7aabbfe49c947d86af59597af302c35d10e0b5440e7e6c53b8f47'
+sha256sums=('aafc81e81177a69b9971da4358d5d37cad9a103b103fc1bc2fe384949d61d593'
 'SKIP'
 '55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:12:21
  Author: spupykin
Revision: 388861

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 388860, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 388860, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 388860, nextcloud/trunk/nextcloud.hook)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud.hook

-+
 PKGBUILD|  115 --
 apache.example.conf |   36 +++
 nextcloud.hook  |   26 +--
 3 files changed, 88 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-01 14:12:06 UTC (rev 388860)
+++ PKGBUILD2018-10-01 14:12:21 UTC (rev 388861)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=14.0.0
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com";
-license=('AGPL')
-depends=()
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('f965c14286e7aabbfe49c947d86af59597af302c35d10e0b5440e7e6c53b8f47'
-'SKIP'
-'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
-'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
-
-package() {
-depends=('php' 'php-gd')
-
-# install project
-install -d "$pkgdir"/usr/share/webapps/
-cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.
-
-# install apache config file
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-install -m 644 "$srcdir"/apache.example.conf  
"$pkgdir"/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-mv "$pkgdir"/usr/share/webapps/${pkgname}/config 
"$pkgdir"/etc/webapps/${pkgname}/config
-chown -R http:http "$pkgdir"/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
"$pkgdir"/usr/share/webapps/${pkgname}/config
-chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname}
-
-find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
-
-#install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-}

Copied: nextcloud/repos/community-any/PKGBUILD (from rev 388860, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-01 14:12:21 UTC (rev 388861)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=14.0.1
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com";
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('aafc81e81177a69b9971da4358d5d37cad9a103b103fc1bc2fe384949d61d593'
+'SKIP'
+'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php' 'php-gd')
+
+# install project
+install -d

[arch-commits] Commit in nextcloud-app-notes/trunk (PKGBUILD)

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:12:34
  Author: spupykin
Revision: 388862

upgpkg: nextcloud-app-notes 2.4.2-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 14:12:21 UTC (rev 388861)
+++ PKGBUILD2018-10-01 14:12:34 UTC (rev 388862)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=2.4.0
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Simple Notes app for Nextcloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz";)
-sha512sums=('729456d7f4961e9591ef0fca68be5270eae38da0bddadb1f8e56dfc95fbbe2561369bef2230290c2b8345fa55e8fd67d5051c623845508e906c36ffcddc3ddc1')
+sha512sums=('6b3e60959d61fcc8d841c2ff15e4cdedc56b31a5fc879584e33955e20a4f23b8c85321e439f1ca6e387ff66803368d345e2fa689c4be3c5fafffbf800d68e2dc')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:12:54
  Author: spupykin
Revision: 388864

upgpkg: squid 4.3-1

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 14:12:47 UTC (rev 388863)
+++ PKGBUILD2018-10-01 14:12:54 UTC (rev 388864)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=4.2
+pkgver=4.3
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64')
@@ -26,7 +26,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-sha256sums=('994807762c59991b32449caf29418fd0ec9d2329746b18eb19bd930b6806d208'
+sha256sums=('322612ef0544828f6c673a25124b32364fb41ef5e2847e21c89480b5546a4c7c'
 'SKIP'
 '11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
 'b0cf95652d56c62ae0ceba8912d11ac248bdb3eb91f062bceadd99f80c4b160e'


[arch-commits] Commit in nextcloud-app-notes/repos/community-any (PKGBUILD PKGBUILD)

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:12:47
  Author: spupykin
Revision: 388863

archrelease: copy trunk to community-any

Added:
  nextcloud-app-notes/repos/community-any/PKGBUILD
(from rev 388862, nextcloud-app-notes/trunk/PKGBUILD)
Deleted:
  nextcloud-app-notes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-01 14:12:34 UTC (rev 388862)
+++ PKGBUILD2018-10-01 14:12:47 UTC (rev 388863)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes";
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz";)
-sha512sums=('729456d7f4961e9591ef0fca68be5270eae38da0bddadb1f8e56dfc95fbbe2561369bef2230290c2b8345fa55e8fd67d5051c623845508e906c36ffcddc3ddc1')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
-}

Copied: nextcloud-app-notes/repos/community-any/PKGBUILD (from rev 388862, 
nextcloud-app-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-01 14:12:47 UTC (rev 388863)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: David Runge 
+# Contributor: David Runge 
+
+pkgname=nextcloud-app-notes
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Simple Notes app for Nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/notes";
+license=('AGPL3')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz";)
+sha512sums=('6b3e60959d61fcc8d841c2ff15e4cdedc56b31a5fc879584e33955e20a4f23b8c85321e439f1ca6e387ff66803368d345e2fa689c4be3c5fafffbf800d68e2dc')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}


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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:13:56
  Author: spupykin
Revision: 388869

archrelease: copy trunk to community-x86_64

Added:
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 388868, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 388868, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug.ini

+
 PKGBUILD   |   77 +--
 xdebug.ini |   10 +++
 2 files changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-01 14:13:41 UTC (rev 388868)
+++ PKGBUILD2018-10-01 14:13:56 UTC (rev 388869)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('x86_64')
-url="http://www.xdebug.org";
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("https://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz";
-   'xdebug.ini')
-sha256sums=('b5264cc03bf68fcbb04b97229f96dca505d7b87ec2fb3bd4249896783d29cbdc'
-'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd "$srcdir"/$pkgname-$pkgver/debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/debugclient
-  make DESTDIR="$pkgdir" install
-
-  cd "$srcdir"/$pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-x86_64/PKGBUILD (from rev 388868, 
xdebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-01 14:13:56 UTC (rev 388869)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('x86_64')
+url="http://www.xdebug.org";
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz";
+   'xdebug.ini')
+sha256sums=('dae691d6c052073b886e0c6e1306a707bca9fd18a1e3485384ef6c4aacf1bd77'
+'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd "$srcdir"/$pkgname-$pkgver/debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver/debugclient
+  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir"/$pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Deleted: xdebug.ini
===
--- xdebug.ini  2018-10-01 14:13:41 UTC (rev 388868)
+++ xdebug.ini  2018-10-01 14:13:56 UTC (rev 388869)
@@ -1,5 +0,0 @@
-;zend_extension=xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-x86_64/xdebug.ini (from rev 388868, 
xdebug/trunk/xdebug.ini)
===
--- xdebug.ini  (rev 0)
+++ xdebug.ini  2018-10-01 14:13:56 UTC (rev 388869)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp


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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:13:33
  Author: spupykin
Revision: 388867

archrelease: copy trunk to community-x86_64

Added:
  uptimed/repos/community-x86_64/PKGBUILD
(from rev 388866, uptimed/trunk/PKGBUILD)
  uptimed/repos/community-x86_64/uptimed.install
(from rev 388866, uptimed/trunk/uptimed.install)
Deleted:
  uptimed/repos/community-x86_64/PKGBUILD
  uptimed/repos/community-x86_64/uptimed.install

-+
 PKGBUILD|   65 ++
 uptimed.install |   18 +++---
 2 files changed, 41 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-01 14:13:21 UTC (rev 388866)
+++ PKGBUILD2018-10-01 14:13:33 UTC (rev 388867)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Killian 
-# Contributor: Tom Newsom 
-
-pkgname=uptimed
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="A system uptime record daemon"
-arch=(x86_64)
-#url="http://podgorny.cz/uptimed/";
-url="https://github.com/rpodgorny/uptimed";
-license=('GPL')
-depends=()
-makedepends=('systemd')
-backup=(etc/uptimed.conf)
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz";)
-sha512sums=('918cd9e065d5005daf5062f14dffb725cb6d6764aa571fd45d63de3f7349b910cbae0dedc832f9bfb52a42caea90e8aec8390685baaf0718fec827240e517900')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-  mv "$pkgdir"/etc/uptimed.conf-dist "$pkgdir"/etc/uptimed.conf
-}

Copied: uptimed/repos/community-x86_64/PKGBUILD (from rev 388866, 
uptimed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-01 14:13:33 UTC (rev 388867)
@@ -0,0 +1,32 @@
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Killian 
+# Contributor: Tom Newsom 
+
+pkgname=uptimed
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A system uptime record daemon"
+arch=(x86_64)
+#url="http://podgorny.cz/uptimed/";
+url="https://github.com/rpodgorny/uptimed";
+license=('GPL')
+depends=()
+makedepends=('systemd')
+backup=(etc/uptimed.conf)
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz";)
+sha512sums=('5dfe79aebab8c8daca3a3ec88d54e312446fc7cf8b54ef1414cbfcb3fb25053ef31235de4b42cb14fc7352965b77ca2875c753b97b4d61178792a5484715e23a')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+  mv "$pkgdir"/etc/uptimed.conf-dist "$pkgdir"/etc/uptimed.conf
+}

Deleted: uptimed.install
===
--- uptimed.install 2018-10-01 14:13:21 UTC (rev 388866)
+++ uptimed.install 2018-10-01 14:13:33 UTC (rev 388867)
@@ -1,9 +0,0 @@
-pre_remove() {
-  rm -rf var/spool/uptimed
-}
-
-pre_upgrade() {
-  if [ -d var/log/uptimed ] && [ ! -d var/spool/uptimed ]; then
-mv var/log/uptimed var/spool/
-  fi
-}

Copied: uptimed/repos/community-x86_64/uptimed.install (from rev 388866, 
uptimed/trunk/uptimed.install)
===
--- uptimed.install (rev 0)
+++ uptimed.install 2018-10-01 14:13:33 UTC (rev 388867)
@@ -0,0 +1,9 @@
+pre_remove() {
+  rm -rf var/spool/uptimed
+}
+
+pre_upgrade() {
+  if [ -d var/log/uptimed ] && [ ! -d var/spool/uptimed ]; then
+mv var/log/uptimed var/spool/
+  fi
+}


[arch-commits] Commit in squid/repos/community-x86_64 (14 files)

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:13:13
  Author: spupykin
Revision: 388865

archrelease: copy trunk to community-x86_64

Added:
  squid/repos/community-x86_64/PKGBUILD
(from rev 388864, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 388864, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 388864, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.pam
(from rev 388864, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 388864, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 388864, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 388864, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

--+
 PKGBUILD |  215 -
 squid-rotate.service |   18 ++--
 squid-rotate.timer   |   20 ++--
 squid.pam|8 -
 squid.service|   26 ++---
 squid.sysusers   |2 
 squid.tmpfiles   |6 -
 7 files changed, 147 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-01 14:12:54 UTC (rev 388864)
+++ PKGBUILD2018-10-01 14:13:13 UTC (rev 388865)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=4.2
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64')
-url='http://www.squid-cache.org'
-depends=('openssl-1.0' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 
'libnsl')
-makedepends=('krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-   'etc/squid/cachemgr.conf'
-   'etc/squid/errorpage.css'
-   'etc/squid/mime.conf')
-validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463'
- 'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
-source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
-'squid.pam'
-'squid.service'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-sha256sums=('994807762c59991b32449caf29418fd0ec9d2329746b18eb19bd930b6806d208'
-'SKIP'
-'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
-'b0cf95652d56c62ae0ceba8912d11ac248bdb3eb91f062bceadd99f80c4b160e'
-'495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
-'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
-'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
-'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies="lru,heap" \
---enable-storeio="aufs,ufs,diskd,rock" \
---enable-delay-pools \
---enable-arp-acl \
---with-openssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client \
---enable-ssl-crtd \
---disable-arch-native \
---disable-strict-error-checking \
---enable-wccpv2
-  make
-}
-
-package() {
-  cd "$srcdir"
-
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/squid.pam" "$pkgdir/etc/pam.d/squid"
-  install -Dm644 "$srcdir/squid.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/squid.conf"
-  install -Dm644 "$srcdir/squid.sysusers" 
"$pkgdir/usr/lib/sysusers.d/squid.conf"
-  install -Dm644 "$srcdir/squid.service" \
-"$pkgdir/usr/lib/systemd/system/squid.service"
-  install -Dm644 "$srcdir/squid-rotate.service" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.service"
-  install -Dm644 "$srcdir/squid-rotate

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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:13:41
  Author: spupykin
Revision: 388868

upgpkg: xdebug 2.6.1-1

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 14:13:33 UTC (rev 388867)
+++ PKGBUILD2018-10-01 14:13:41 UTC (rev 388868)
@@ -4,7 +4,7 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/php/conf.d/xdebug.ini')
 source=("https://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz";
'xdebug.ini')
-sha256sums=('b5264cc03bf68fcbb04b97229f96dca505d7b87ec2fb3bd4249896783d29cbdc'
+sha256sums=('dae691d6c052073b886e0c6e1306a707bca9fd18a1e3485384ef6c4aacf1bd77'
 '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
 
 build() {


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

2018-10-01 Thread Sergej Pupykin via arch-commits
Date: Monday, October 1, 2018 @ 14:13:21
  Author: spupykin
Revision: 388866

upgpkg: uptimed 0.4.1-1

Modified:
  uptimed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 14:13:13 UTC (rev 388865)
+++ PKGBUILD2018-10-01 14:13:21 UTC (rev 388866)
@@ -4,8 +4,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=uptimed
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="A system uptime record daemon"
 arch=(x86_64)
 #url="http://podgorny.cz/uptimed/";
@@ -16,7 +16,7 @@
 backup=(etc/uptimed.conf)
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz";)
-sha512sums=('918cd9e065d5005daf5062f14dffb725cb6d6764aa571fd45d63de3f7349b910cbae0dedc832f9bfb52a42caea90e8aec8390685baaf0718fec827240e517900')
+sha512sums=('5dfe79aebab8c8daca3a3ec88d54e312446fc7cf8b54ef1414cbfcb3fb25053ef31235de4b42cb14fc7352965b77ca2875c753b97b4d61178792a5484715e23a')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


<    11   12   13   14   15   16   17   18   >