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

2019-10-02 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, October 2, 2019 @ 13:29:03
  Author: grazzolini
Revision: 512425

archrelease: copy trunk to community-staging-x86_64

Added:
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 512423, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 512423, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 512423, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/znc.tmpfiles
(from rev 512423, znc/trunk/znc.tmpfiles)
Deleted:
  znc/repos/community-staging-x86_64/PKGBUILD
  znc/repos/community-staging-x86_64/znc.install
  znc/repos/community-staging-x86_64/znc.sysusers
  znc/repos/community-staging-x86_64/znc.tmpfiles

--+
 PKGBUILD |  100 -
 znc.install  |   34 +--
 znc.sysusers |2 -
 znc.tmpfiles |2 -
 4 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-02 13:28:49 UTC (rev 512424)
+++ PKGBUILD2019-10-02 13:29:03 UTC (rev 512425)
@@ -1,50 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.7.4
-pkgrel=2
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='https://wiki.znc.in/'
-license=('GPL2')
-arch=('x86_64')
-depends=('libsasl' 'icu' 'boost-libs')
-makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("https://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
-"$pkgname.tmpfiles"
-"$pkgname.sysusers")
-validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

-sha256sums=('b1a32921a8e6d79ee6c5900c8d07293026966db7c05aaac48984231befc49b71'
-'SKIP'
-'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
-'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWANT_PYTHON=ON \
--DWANT_PERL=ON \
--DWANT_TCL=ON \
--DWANT_SYSTEMD=ON \
--DSYSTEMD_DIR=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 512423, 
znc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-02 13:29:03 UTC (rev 512425)
@@ -0,0 +1,50 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.7.5
+pkgrel=1
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='https://wiki.znc.in/'
+license=('GPL2')
+arch=('x86_64')
+depends=('libsasl' 'icu' 'boost-libs')
+makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("https://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
+"$pkgname.tmpfiles"
+"$pkgname.sysusers")
+validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

+sha256sums=('a8941e1385c8654287a4428018d93459482e9d5eeedf86bef7b020ddc5f24721'
+'SKIP'
+'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
+'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWANT_PYTHON=ON \
+-DWANT_PERL=ON \
+-DWANT_TCL=ON \
+-DWANT_SYSTEMD=ON \
+-DSYSTEMD_DIR=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}

Deleted: znc.install
===
--- znc.install 2019-10-02 13:28:49 UTC (rev 512424)
+++ znc.install 2019-10-02 13:29:03 UTC (rev 512425)
@@ -1,17 +0,0 @@
-#/bin/bash
-
-# arg 1:  the new package version
-post_install() {
-  echo '==> Use 'znc --makeconf' as user znc to generate your first config'
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if (( "$(vercmp $2 

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

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:31:58
  Author: foutrelis
Revision: 476508

archrelease: copy trunk to community-staging-x86_64

Added:
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 476507, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 476507, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 476507, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/znc.tmpfiles
(from rev 476507, znc/trunk/znc.tmpfiles)
Deleted:
  znc/repos/community-staging-x86_64/PKGBUILD
  znc/repos/community-staging-x86_64/znc.install
  znc/repos/community-staging-x86_64/znc.sysusers
  znc/repos/community-staging-x86_64/znc.tmpfiles

--+
 PKGBUILD |  100 -
 znc.install  |   34 +--
 znc.sysusers |2 -
 znc.tmpfiles |2 -
 4 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-01 14:31:52 UTC (rev 476507)
+++ PKGBUILD2019-06-01 14:31:58 UTC (rev 476508)
@@ -1,50 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.7.3
-pkgrel=3
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='https://wiki.znc.in/'
-license=('GPL2')
-arch=('x86_64')
-depends=('libsasl' 'icu' 'boost-libs')
-makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("https://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
-"$pkgname.tmpfiles"
-"$pkgname.sysusers")
-validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

-sha256sums=('1e4cc31837a1e8e6cc310873659a167cec16a3fd4281cbc3bf364e42352c113d'
-'SKIP'
-'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
-'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWANT_PYTHON=ON \
--DWANT_PERL=ON \
--DWANT_TCL=ON \
--DWANT_SYSTEMD=ON \
--DSYSTEMD_DIR=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 476507, 
znc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-01 14:31:58 UTC (rev 476508)
@@ -0,0 +1,50 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.7.3
+pkgrel=4
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='https://wiki.znc.in/'
+license=('GPL2')
+arch=('x86_64')
+depends=('libsasl' 'icu' 'boost-libs')
+makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("https://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
+"$pkgname.tmpfiles"
+"$pkgname.sysusers")
+validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

+sha256sums=('1e4cc31837a1e8e6cc310873659a167cec16a3fd4281cbc3bf364e42352c113d'
+'SKIP'
+'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
+'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWANT_PYTHON=ON \
+-DWANT_PERL=ON \
+-DWANT_TCL=ON \
+-DWANT_SYSTEMD=ON \
+-DSYSTEMD_DIR=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}

Deleted: znc.install
===
--- znc.install 2019-06-01 14:31:52 UTC (rev 476507)
+++ znc.install 2019-06-01 14:31:58 UTC (rev 476508)
@@ -1,17 +0,0 @@
-#/bin/bash
-
-# arg 1:  the new package version
-post_install() {
-  echo '==> Use 'znc --makeconf' as user znc to generate your first config'
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if (( "$(vercmp $2 1.0-4)" 

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

2018-07-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 18, 2018 @ 17:50:30
  Author: arojas
Revision: 362270

archrelease: copy trunk to community-staging-x86_64

Added:
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 362269, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 362269, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 362269, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/znc.tmpfiles
(from rev 362269, znc/trunk/znc.tmpfiles)
Deleted:
  znc/repos/community-staging-x86_64/PKGBUILD
  znc/repos/community-staging-x86_64/znc.install
  znc/repos/community-staging-x86_64/znc.sysusers
  znc/repos/community-staging-x86_64/znc.tmpfiles

--+
 PKGBUILD |  102 -
 znc.install  |   34 +--
 znc.sysusers |2 -
 znc.tmpfiles |2 -
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 17:50:13 UTC (rev 362269)
+++ PKGBUILD2018-07-18 17:50:30 UTC (rev 362270)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.7.0
-pkgrel=3
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://wiki.znc.in/'
-license=('GPL2')
-arch=('x86_64')
-depends=('libsasl' 'icu' 'boost-libs')
-makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
-"$pkgname.tmpfiles"
-"$pkgname.sysusers")
-validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

-sha256sums=('c07e31439ac6b948a577bd61a9d5f61a6d191d387423779b937aa1404051b96f'
-'SKIP'
-'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
-'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWANT_PYTHON=ON \
--DWANT_PERL=ON \
--DWANT_TCL=ON \
--DWANT_SYSTEMD=ON \
--DSYSTEMD_DIR=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 362269, 
znc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 17:50:30 UTC (rev 362270)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.7.1
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://wiki.znc.in/'
+license=('GPL2')
+arch=('x86_64')
+depends=('libsasl' 'icu' 'boost-libs')
+makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"{,.sig}
+"$pkgname.tmpfiles"
+"$pkgname.sysusers")
+validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

+sha256sums=('44cfea7158ea05dc2547c7c6bc22371e66c869def90351de0ab90a9c200d39c4'
+'SKIP'
+'8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
+'8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWANT_PYTHON=ON \
+-DWANT_PERL=ON \
+-DWANT_TCL=ON \
+-DWANT_SYSTEMD=ON \
+-DSYSTEMD_DIR=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  install -Dm644 "$srcdir/$pkgname.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}

Deleted: znc.install
===
--- znc.install 2018-07-18 17:50:13 UTC (rev 362269)
+++ znc.install 2018-07-18 17:50:30 UTC (rev 362270)
@@ -1,17 +0,0 @@
-#/bin/bash
-
-# arg 1:  the new package version
-post_install() {
-  echo '==> Use 'znc --makeconf' as user znc to generate your first config'
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if (( "$(vercmp