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

2016-12-28 Thread Sébastien Luttringer
Date: Wednesday, December 28, 2016 @ 23:24:34
  Author: seblu
Revision: 203216

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

Added:
  znc/repos/staging-i686/
  znc/repos/staging-i686/PKGBUILD
(from rev 203215, znc/trunk/PKGBUILD)
  znc/repos/staging-i686/znc.install
(from rev 203215, znc/trunk/znc.install)
  znc/repos/staging-i686/znc.sysusers
(from rev 203215, znc/trunk/znc.sysusers)
  znc/repos/staging-x86_64/
  znc/repos/staging-x86_64/PKGBUILD
(from rev 203215, znc/trunk/PKGBUILD)
  znc/repos/staging-x86_64/znc.install
(from rev 203215, znc/trunk/znc.install)
  znc/repos/staging-x86_64/znc.sysusers
(from rev 203215, znc/trunk/znc.sysusers)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-i686/znc.install|   20 
 staging-i686/znc.sysusers   |1 +
 staging-x86_64/PKGBUILD |   42 ++
 staging-x86_64/znc.install  |   20 
 staging-x86_64/znc.sysusers |1 +
 6 files changed, 126 insertions(+)

Copied: znc/repos/staging-i686/PKGBUILD (from rev 203215, znc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-28 23:24:34 UTC (rev 203216)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")
+md5sums=('368bca41192cbfc0b873699d6a82e0d5'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/staging-i686/znc.install (from rev 203215, 
znc/trunk/znc.install)
===
--- staging-i686/znc.install(rev 0)
+++ staging-i686/znc.install2016-12-28 23:24:34 UTC (rev 203216)
@@ -0,0 +1,20 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers znc.conf
+  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+  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)" < 0 )); then
+[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/staging-i686/znc.sysusers (from rev 203215, 
znc/trunk/znc.sysusers)
===
--- staging-i686/znc.sysusers   (rev 0)
+++ staging-i686/znc.sysusers   2016-12-28 23:24:34 UTC (rev 203216)
@@ -0,0 +1 @@
+u znc - - /var/lib/znc

Copied: znc/repos/staging-x86_64/PKGBUILD (from rev 203215, znc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-28 23:24:34 UTC (rev 203216)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")
+md5sums=('368bca41192cbfc0b873699d6a82e0d5'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+

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

2016-12-24 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 12:33:00
  Author: felixonmars
Revision: 201498

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

Added:
  znc/repos/community-staging-i686/
  znc/repos/community-staging-i686/PKGBUILD
(from rev 201497, znc/trunk/PKGBUILD)
  znc/repos/community-staging-i686/znc.install
(from rev 201497, znc/trunk/znc.install)
  znc/repos/community-staging-i686/znc.sysusers
(from rev 201497, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 201497, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 201497, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 201497, znc/trunk/znc.sysusers)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/znc.install|   20 +++
 community-staging-i686/znc.sysusers   |1 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/znc.install  |   20 +++
 community-staging-x86_64/znc.sysusers |1 
 6 files changed, 126 insertions(+)

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 201497, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-24 12:33:00 UTC (rev 201498)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")
+md5sums=('368bca41192cbfc0b873699d6a82e0d5'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/znc.install (from rev 201497, 
znc/trunk/znc.install)
===
--- community-staging-i686/znc.install  (rev 0)
+++ community-staging-i686/znc.install  2016-12-24 12:33:00 UTC (rev 201498)
@@ -0,0 +1,20 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers znc.conf
+  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+  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)" < 0 )); then
+[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-i686/znc.sysusers (from rev 201497, 
znc/trunk/znc.sysusers)
===
--- community-staging-i686/znc.sysusers (rev 0)
+++ community-staging-i686/znc.sysusers 2016-12-24 12:33:00 UTC (rev 201498)
@@ -0,0 +1 @@
+u znc - - /var/lib/znc

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 201497, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-24 12:33:00 UTC (rev 201498)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")

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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 12:28:34
  Author: foutrelis
Revision: 196892

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

Added:
  znc/repos/community-staging-i686/
  znc/repos/community-staging-i686/PKGBUILD
(from rev 196891, znc/trunk/PKGBUILD)
  znc/repos/community-staging-i686/znc.install
(from rev 196891, znc/trunk/znc.install)
  znc/repos/community-staging-i686/znc.sysusers
(from rev 196891, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 196891, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 196891, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 196891, znc/trunk/znc.sysusers)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/znc.install|   20 +++
 community-staging-i686/znc.sysusers   |1 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/znc.install  |   20 +++
 community-staging-x86_64/znc.sysusers |1 
 6 files changed, 126 insertions(+)

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 196891, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 12:28:34 UTC (rev 196892)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.3
+pkgrel=5
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")
+md5sums=('0dad0307e2faea26b9e304e308f7ec63'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/znc.install (from rev 196891, 
znc/trunk/znc.install)
===
--- community-staging-i686/znc.install  (rev 0)
+++ community-staging-i686/znc.install  2016-11-26 12:28:34 UTC (rev 196892)
@@ -0,0 +1,20 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers znc.conf
+  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+  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)" < 0 )); then
+[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-i686/znc.sysusers (from rev 196891, 
znc/trunk/znc.sysusers)
===
--- community-staging-i686/znc.sysusers (rev 0)
+++ community-staging-i686/znc.sysusers 2016-11-26 12:28:34 UTC (rev 196892)
@@ -0,0 +1 @@
+u znc - - /var/lib/znc

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 196891, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-26 12:28:34 UTC (rev 196892)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.3
+pkgrel=5
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")

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

2016-05-11 Thread Felix Yan
Date: Wednesday, May 11, 2016 @ 08:45:57
  Author: fyan
Revision: 174802

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

Added:
  znc/repos/community-staging-i686/
  znc/repos/community-staging-i686/PKGBUILD
(from rev 174801, znc/trunk/PKGBUILD)
  znc/repos/community-staging-i686/znc.install
(from rev 174801, znc/trunk/znc.install)
  znc/repos/community-staging-i686/znc.sysusers
(from rev 174801, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 174801, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 174801, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 174801, znc/trunk/znc.sysusers)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/znc.install|   20 +++
 community-staging-i686/znc.sysusers   |1 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/znc.install  |   20 +++
 community-staging-x86_64/znc.sysusers |1 
 6 files changed, 126 insertions(+)

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 174801, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-11 06:45:57 UTC (rev 174802)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.3
+pkgrel=4
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")
+md5sums=('0dad0307e2faea26b9e304e308f7ec63'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/znc.install (from rev 174801, 
znc/trunk/znc.install)
===
--- community-staging-i686/znc.install  (rev 0)
+++ community-staging-i686/znc.install  2016-05-11 06:45:57 UTC (rev 174802)
@@ -0,0 +1,20 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers znc.conf
+  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+  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)" < 0 )); then
+[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-i686/znc.sysusers (from rev 174801, 
znc/trunk/znc.sysusers)
===
--- community-staging-i686/znc.sysusers (rev 0)
+++ community-staging-i686/znc.sysusers 2016-05-11 06:45:57 UTC (rev 174802)
@@ -0,0 +1 @@
+u znc - - /var/lib/znc

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 174801, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-11 06:45:57 UTC (rev 174802)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.3
+pkgrel=4
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")
+md5sums=('0dad0307e2faea26b9e304e308f7ec63'
+   

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

2016-04-02 Thread Evangelos Foutras
Date: Saturday, April 2, 2016 @ 18:59:56
  Author: foutrelis
Revision: 169255

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

Added:
  znc/repos/community-staging-i686/
  znc/repos/community-staging-i686/PKGBUILD
(from rev 169254, znc/trunk/PKGBUILD)
  znc/repos/community-staging-i686/znc.install
(from rev 169254, znc/trunk/znc.install)
  znc/repos/community-staging-i686/znc.sysusers
(from rev 169254, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 169254, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 169254, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 169254, znc/trunk/znc.sysusers)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/znc.install|   20 +++
 community-staging-i686/znc.sysusers   |1 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/znc.install  |   20 +++
 community-staging-x86_64/znc.sysusers |1 
 6 files changed, 126 insertions(+)

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 169254, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-02 16:59:56 UTC (rev 169255)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.3
+pkgrel=3
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")
+md5sums=('0dad0307e2faea26b9e304e308f7ec63'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/znc.install (from rev 169254, 
znc/trunk/znc.install)
===
--- community-staging-i686/znc.install  (rev 0)
+++ community-staging-i686/znc.install  2016-04-02 16:59:56 UTC (rev 169255)
@@ -0,0 +1,20 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers znc.conf
+  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+  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)" < 0 )); then
+[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-i686/znc.sysusers (from rev 169254, 
znc/trunk/znc.sysusers)
===
--- community-staging-i686/znc.sysusers (rev 0)
+++ community-staging-i686/znc.sysusers 2016-04-02 16:59:56 UTC (rev 169255)
@@ -0,0 +1 @@
+u znc - - /var/lib/znc

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 169254, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-02 16:59:56 UTC (rev 169255)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.3
+pkgrel=3
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")

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

2016-03-03 Thread Bartłomiej Piotrowski
Date: Thursday, March 3, 2016 @ 12:10:09
  Author: bpiotrowski
Revision: 16

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

Added:
  znc/repos/community-staging-i686/
  znc/repos/community-staging-i686/PKGBUILD
(from rev 164443, znc/trunk/PKGBUILD)
  znc/repos/community-staging-i686/znc.install
(from rev 164443, znc/trunk/znc.install)
  znc/repos/community-staging-i686/znc.sysusers
(from rev 164443, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 164443, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 164443, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 164443, znc/trunk/znc.sysusers)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/znc.install|   20 +++
 community-staging-i686/znc.sysusers   |1 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/znc.install  |   20 +++
 community-staging-x86_64/znc.sysusers |1 
 6 files changed, 126 insertions(+)

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 164443, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 11:10:09 UTC (rev 16)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.3
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")
+md5sums=('0dad0307e2faea26b9e304e308f7ec63'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/znc.install (from rev 164443, 
znc/trunk/znc.install)
===
--- community-staging-i686/znc.install  (rev 0)
+++ community-staging-i686/znc.install  2016-03-03 11:10:09 UTC (rev 16)
@@ -0,0 +1,20 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers znc.conf
+  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+  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)" < 0 )); then
+[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-i686/znc.sysusers (from rev 164443, 
znc/trunk/znc.sysusers)
===
--- community-staging-i686/znc.sysusers (rev 0)
+++ community-staging-i686/znc.sysusers 2016-03-03 11:10:09 UTC (rev 16)
@@ -0,0 +1 @@
+u znc - - /var/lib/znc

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 164443, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 11:10:09 UTC (rev 16)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.3
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")

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

2015-12-05 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 17:54:00
  Author: foutrelis
Revision: 148547

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

Added:
  znc/repos/community-staging-i686/
  znc/repos/community-staging-i686/PKGBUILD
(from rev 148546, znc/trunk/PKGBUILD)
  znc/repos/community-staging-i686/znc.install
(from rev 148546, znc/trunk/znc.install)
  znc/repos/community-staging-i686/znc.sysusers
(from rev 148546, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 148546, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 148546, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 148546, znc/trunk/znc.sysusers)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/znc.install|   20 +++
 community-staging-i686/znc.sysusers   |1 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/znc.install  |   20 +++
 community-staging-x86_64/znc.sysusers |1 
 6 files changed, 126 insertions(+)

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 148546, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-05 16:54:00 UTC (rev 148547)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.2
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")
+md5sums=('89f6696ed31f7432ece343fd19d0'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/znc.install (from rev 148546, 
znc/trunk/znc.install)
===
--- community-staging-i686/znc.install  (rev 0)
+++ community-staging-i686/znc.install  2015-12-05 16:54:00 UTC (rev 148547)
@@ -0,0 +1,20 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers znc.conf
+  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+  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)" < 0 )); then
+[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-i686/znc.sysusers (from rev 148546, 
znc/trunk/znc.sysusers)
===
--- community-staging-i686/znc.sysusers (rev 0)
+++ community-staging-i686/znc.sysusers 2015-12-05 16:54:00 UTC (rev 148547)
@@ -0,0 +1 @@
+u znc - - /var/lib/znc

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 148546, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-05 16:54:00 UTC (rev 148547)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.2
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")

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

2015-11-01 Thread Bartłomiej Piotrowski
Date: Sunday, November 1, 2015 @ 11:27:07
  Author: bpiotrowski
Revision: 145418

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

Added:
  znc/repos/community-staging-i686/
  znc/repos/community-staging-i686/PKGBUILD
(from rev 145417, znc/trunk/PKGBUILD)
  znc/repos/community-staging-i686/znc.install
(from rev 145417, znc/trunk/znc.install)
  znc/repos/community-staging-i686/znc.sysusers
(from rev 145417, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 145417, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 145417, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 145417, znc/trunk/znc.sysusers)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/znc.install|   20 +++
 community-staging-i686/znc.sysusers   |1 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/znc.install  |   20 +++
 community-staging-x86_64/znc.sysusers |1 
 6 files changed, 126 insertions(+)

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 145417, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-01 10:27:07 UTC (rev 145418)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.1
+pkgrel=3
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")
+md5sums=('8e29289e6229b6d2473de202170745ab'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/znc.install (from rev 145417, 
znc/trunk/znc.install)
===
--- community-staging-i686/znc.install  (rev 0)
+++ community-staging-i686/znc.install  2015-11-01 10:27:07 UTC (rev 145418)
@@ -0,0 +1,20 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers znc.conf
+  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+  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)" < 0 )); then
+[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-i686/znc.sysusers (from rev 145417, 
znc/trunk/znc.sysusers)
===
--- community-staging-i686/znc.sysusers (rev 0)
+++ community-staging-i686/znc.sysusers 2015-11-01 10:27:07 UTC (rev 145418)
@@ -0,0 +1 @@
+u znc - - /var/lib/znc

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 145417, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-01 10:27:07 UTC (rev 145418)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.1
+pkgrel=3
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")

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

2015-09-19 Thread Evangelos Foutras
Date: Saturday, September 19, 2015 @ 19:56:13
  Author: foutrelis
Revision: 141086

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

Added:
  znc/repos/community-staging-i686/
  znc/repos/community-staging-i686/PKGBUILD
(from rev 141085, znc/trunk/PKGBUILD)
  znc/repos/community-staging-i686/znc.install
(from rev 141085, znc/trunk/znc.install)
  znc/repos/community-staging-i686/znc.sysusers
(from rev 141085, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 141085, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 141085, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 141085, znc/trunk/znc.sysusers)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/znc.install|   20 +++
 community-staging-i686/znc.sysusers   |1 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/znc.install  |   20 +++
 community-staging-x86_64/znc.sysusers |1 
 6 files changed, 126 insertions(+)

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 141085, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-19 17:56:13 UTC (rev 141086)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.1
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")
+md5sums=('8e29289e6229b6d2473de202170745ab'
+ '919705dccc42d3bff1549d3b3680e55a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/znc.install (from rev 141085, 
znc/trunk/znc.install)
===
--- community-staging-i686/znc.install  (rev 0)
+++ community-staging-i686/znc.install  2015-09-19 17:56:13 UTC (rev 141086)
@@ -0,0 +1,20 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers znc.conf
+  [[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+  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)" < 0 )); then
+[[ -d /var/lib/znc ]] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-i686/znc.sysusers (from rev 141085, 
znc/trunk/znc.sysusers)
===
--- community-staging-i686/znc.sysusers (rev 0)
+++ community-staging-i686/znc.sysusers 2015-09-19 17:56:13 UTC (rev 141086)
@@ -0,0 +1 @@
+u znc - - /var/lib/znc

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 141085, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-19 17:56:13 UTC (rev 141086)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.6.1
+pkgrel=2
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+"$pkgname.sysusers")

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

2015-06-03 Thread Sébastien Luttringer
Date: Wednesday, June 3, 2015 @ 08:50:46
  Author: seblu
Revision: 134675

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

Added:
  znc/repos/community-staging-i686/
  znc/repos/community-staging-i686/PKGBUILD
(from rev 134674, znc/trunk/PKGBUILD)
  znc/repos/community-staging-i686/znc.install
(from rev 134674, znc/trunk/znc.install)
  znc/repos/community-staging-i686/znc.sysusers
(from rev 134674, znc/trunk/znc.sysusers)
  znc/repos/community-staging-x86_64/
  znc/repos/community-staging-x86_64/PKGBUILD
(from rev 134674, znc/trunk/PKGBUILD)
  znc/repos/community-staging-x86_64/znc.install
(from rev 134674, znc/trunk/znc.install)
  znc/repos/community-staging-x86_64/znc.sysusers
(from rev 134674, znc/trunk/znc.sysusers)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/znc.install|   20 +++
 community-staging-i686/znc.sysusers   |1 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/znc.install  |   20 +++
 community-staging-x86_64/znc.sysusers |1 
 6 files changed, 126 insertions(+)

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 134674, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-03 06:50:46 UTC (rev 134675)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=znc
+pkgver=1.6.0
+pkgrel=5
+pkgdesc='An IRC bouncer with modules  scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+$pkgname.sysusers)
+md5sums=('674d8c1277752dcc627b96e33a63376e'
+ '48dd51ac68c52d9700f38e3db1a2a7be')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname.sysusers 
$pkgdir/usr/lib/sysusers.d/$pkgname.conf
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/znc.install (from rev 134674, 
znc/trunk/znc.install)
===
--- community-staging-i686/znc.install  (rev 0)
+++ community-staging-i686/znc.install  2015-06-03 06:50:46 UTC (rev 134675)
@@ -0,0 +1,20 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  systemd-sysusers znc.conf
+  [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
+  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` -lt 0 ]; then
+[ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2/dev/null  echo '== znc home directory 
has moved to /var/lib/znc'
+  fi
+  :
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-i686/znc.sysusers (from rev 134674, 
znc/trunk/znc.sysusers)
===
--- community-staging-i686/znc.sysusers (rev 0)
+++ community-staging-i686/znc.sysusers 2015-06-03 06:50:46 UTC (rev 134675)
@@ -0,0 +1 @@
+u znc 136 - /var/lib/znc

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 134674, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-03 06:50:46 UTC (rev 134675)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=znc
+pkgver=1.6.0
+pkgrel=5
+pkgdesc='An IRC bouncer with modules  scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;
+$pkgname.sysusers)

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

2015-02-24 Thread Sébastien Luttringer
Date: Wednesday, February 25, 2015 @ 05:26:11
  Author: seblu
Revision: 128204

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

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

--+
 /PKGBUILD|   78 +
 /znc.install |   58 ++
 community-i686/PKGBUILD  |   39 
 community-i686/znc.install   |   29 ---
 community-x86_64/PKGBUILD|   39 
 community-x86_64/znc.install |   29 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-25 04:25:50 UTC (rev 128203)
+++ community-i686/PKGBUILD 2015-02-25 04:26:11 UTC (rev 128204)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: mickael9 mickael9 at gmail dot com
-
-pkgname=znc
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='An IRC bouncer with modules  scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl')
-makedepends=('tcl' 'python' 'perl')
-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;)
-md5sums=('674d8c1277752dcc627b96e33a63376e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-i686/PKGBUILD (from rev 128203, znc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-25 04:26:11 UTC (rev 128204)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=znc
+pkgver=1.6.0
+pkgrel=2
+pkgdesc='An IRC bouncer with modules  scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+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;)
+md5sums=('674d8c1277752dcc627b96e33a63376e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/znc.install
===
--- community-i686/znc.install  2015-02-25 04:25:50 UTC (rev 128203)
+++ community-i686/znc.install  2015-02-25 04:26:11 UTC (rev 128204)
@@ -1,29 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  getent group znc /dev/null || groupadd -g 136 znc
-  getent passwd znc /dev/null || useradd -r -d /var/lib/znc -u 136 -g 136 znc
-  [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo == Use 'znc --makeconf' as user znc to generate your first config
-  true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ `vercmp $2 1.0-4` -lt 0 ]; then
-[ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-usermod -d /var/lib/znc znc 2/dev/null  echo '== znc home directory 
has moved to /var/lib/znc'
-  fi
-  true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  userdel -f znc /dev/null 21
-  groupdel znc /dev/null 21
-  true
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-i686/znc.install (from rev 128203, 
znc/trunk/znc.install)
===
--- community-i686/znc.install  (rev 0)
+++ community-i686/znc.install  2015-02-25 04:26:11 

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

2015-02-12 Thread Sébastien Luttringer
Date: Friday, February 13, 2015 @ 02:31:58
  Author: seblu
Revision: 127644

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

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

--+
 /PKGBUILD|   78 +
 /znc.install |   58 ++
 community-i686/PKGBUILD  |   39 
 community-i686/znc.install   |   29 ---
 community-x86_64/PKGBUILD|   39 
 community-x86_64/znc.install |   29 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-13 01:31:36 UTC (rev 127643)
+++ community-i686/PKGBUILD 2015-02-13 01:31:58 UTC (rev 127644)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: mickael9 mickael9 at gmail dot com
-
-pkgname=znc
-pkgver=1.4
-pkgrel=2
-pkgdesc='An IRC bouncer with modules  scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl')
-makedepends=('tcl' 'python' 'perl')
-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;)
-md5sums=('630cb74db34d2d5451ba30b47869f6bb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-i686/PKGBUILD (from rev 127643, znc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-13 01:31:58 UTC (rev 127644)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=znc
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='An IRC bouncer with modules  scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl')
+makedepends=('tcl' 'python' 'perl')
+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;)
+md5sums=('674d8c1277752dcc627b96e33a63376e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/znc.install
===
--- community-i686/znc.install  2015-02-13 01:31:36 UTC (rev 127643)
+++ community-i686/znc.install  2015-02-13 01:31:58 UTC (rev 127644)
@@ -1,29 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  getent group znc /dev/null || groupadd -g 136 znc
-  getent passwd znc /dev/null || useradd -r -d /var/lib/znc -u 136 -g 136 znc
-  [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo == Use 'znc --makeconf' as user znc to generate your first config
-  true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ `vercmp $2 1.0-4` -lt 0 ]; then
-[ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-usermod -d /var/lib/znc znc 2/dev/null  echo '== znc home directory 
has moved to /var/lib/znc'
-  fi
-  true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  userdel -f znc /dev/null 21
-  groupdel znc /dev/null 21
-  true
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-i686/znc.install (from rev 127643, 
znc/trunk/znc.install)
===
--- community-i686/znc.install  (rev 0)
+++ community-i686/znc.install  2015-02-13 01:31:58 UTC (rev 

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

2014-05-10 Thread Sébastien Luttringer
Date: Saturday, May 10, 2014 @ 11:27:38
  Author: seblu
Revision: 110941

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

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

--+
 /PKGBUILD|   78 +
 /znc.install |   58 ++
 community-i686/PKGBUILD  |   45 ---
 community-i686/znc.install   |   29 ---
 community-x86_64/PKGBUILD|   45 ---
 community-x86_64/znc.install |   29 ---
 6 files changed, 136 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-10 09:26:16 UTC (rev 110940)
+++ community-i686/PKGBUILD 2014-05-10 09:27:38 UTC (rev 110941)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: mickael9 mickael9 at gmail dot com
-
-pkgname=znc
-pkgver=1.2
-pkgrel=3
-pkgdesc='An IRC bouncer with modules  scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl')
-makedepends=('tcl' 'python' 'perl')
-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;
-'01-sec-correctly-handle-channel-names.patch')
-md5sums=('ef18e5402a82cc3fcab5c2ac5c2e6f3b'
- 'SKIP')
-
-prepare() {
-  patch -p1 -d $pkgname-$pkgver  01-sec-correctly-handle-channel-names.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-i686/PKGBUILD (from rev 110940, znc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-10 09:27:38 UTC (rev 110941)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=znc
+pkgver=1.4
+pkgrel=1
+pkgdesc='An IRC bouncer with modules  scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl')
+makedepends=('tcl' 'python' 'perl')
+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;)
+md5sums=('630cb74db34d2d5451ba30b47869f6bb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/znc.install
===
--- community-i686/znc.install  2014-05-10 09:26:16 UTC (rev 110940)
+++ community-i686/znc.install  2014-05-10 09:27:38 UTC (rev 110941)
@@ -1,29 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  getent group znc /dev/null || groupadd -g 136 znc
-  getent passwd znc /dev/null || useradd -r -d /var/lib/znc -u 136 -g 136 znc
-  [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo == Use 'znc --makeconf' as user znc to generate your first config
-  true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ `vercmp $2 1.0-4` -lt 0 ]; then
-[ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-usermod -d /var/lib/znc znc 2/dev/null  echo '== znc home directory 
has moved to /var/lib/znc'
-  fi
-  true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  userdel -f znc /dev/null 21
-  groupdel znc /dev/null 21
-  true
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-i686/znc.install (from rev 110940, 
znc/trunk/znc.install)

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

2014-05-07 Thread Sébastien Luttringer
Date: Thursday, May 8, 2014 @ 01:03:49
  Author: seblu
Revision: 110821

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

Added:
  znc/repos/community-i686/01-sec-correctly-handle-channel-names.patch
(from rev 110820, znc/trunk/01-sec-correctly-handle-channel-names.patch)
  znc/repos/community-i686/PKGBUILD
(from rev 110820, znc/trunk/PKGBUILD)
  znc/repos/community-i686/znc.install
(from rev 110820, znc/trunk/znc.install)
  znc/repos/community-x86_64/01-sec-correctly-handle-channel-names.patch
(from rev 110820, znc/trunk/01-sec-correctly-handle-channel-names.patch)
  znc/repos/community-x86_64/PKGBUILD
(from rev 110820, znc/trunk/PKGBUILD)
  znc/repos/community-x86_64/znc.install
(from rev 110820, znc/trunk/znc.install)
Deleted:
  znc/repos/community-i686/01-sec-correctly-handle-channel-names.patch
  znc/repos/community-x86_64/01-sec-correctly-handle-channel-names.patch

--+
 /01-sec-correctly-handle-channel-names.patch |  144 ++
 community-i686/01-sec-correctly-handle-channel-names.patch   |   72 -
 community-i686/PKGBUILD  |   45 +++
 community-i686/znc.install   |   29 ++
 community-x86_64/01-sec-correctly-handle-channel-names.patch |   72 -
 community-x86_64/PKGBUILD|   45 +++
 community-x86_64/znc.install |   29 ++
 7 files changed, 292 insertions(+), 144 deletions(-)

Deleted: community-i686/01-sec-correctly-handle-channel-names.patch
===
--- community-i686/01-sec-correctly-handle-channel-names.patch  2014-05-07 
20:59:25 UTC (rev 110820)
+++ community-i686/01-sec-correctly-handle-channel-names.patch  2014-05-07 
23:03:49 UTC (rev 110821)
@@ -1,72 +0,0 @@
-From 8756be513ab6663dcd64087006b257ff34e8e487 Mon Sep 17 00:00:00 2001
-From: Uli Schlachter psyc...@znc.in
-Date: Sun, 13 Apr 2014 20:36:55 +0200
-Subject: [PATCH] webadmin/add channel: Correctly handle channel names
-
-The CChan constructor makes sure that the channel name begins with a valid
-channel prefix. Thus, this could change the name of the resulting channel.
-
-When you edited an irc network which already had a channel #foo, were
-connected to IRC (so ZNC knows which prefixes are valid) and added a channel
-foo, this would lead to a problem:
-
-Webadmin checks and sees that there is no channel foo yet. Webadmin creates a
-new CChan instance for foo. The CChan constructor notices that f is not a
-valid channel prefix and instead calls itself #foo. Then,
-CIRCNetwork::AddChan() would see that this channel already exists, delete the
-given channel and return false.
-
-However, webadmin didn't check this result and would continue changing settings
-on an already destroyed CChan instance.
-
-Fix this by checking if the channel exists after CChan had its chance to mess
-with the channel name. Also handle failures from CIRCNetwork::AddChan().
-
-Fixes #528.
-
-Signed-off-by: Uli Schlachter psyc...@znc.in
-(cherry picked from commit 5e6e3be32acfeadeaf1fb3bb17bada08aec6432f)

- modules/webadmin.cpp | 16 +++-
- 1 file changed, 11 insertions(+), 5 deletions(-)
-
-diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp
-index ec67508..2a03367 100644
 a/modules/webadmin.cpp
-+++ b/modules/webadmin.cpp
-@@ -667,13 +667,19 @@ class CWebAdminMod : public CModule {
-   return true;
-   }
- 
--  if (pNetwork-FindChan(sChanName.Token(0))) {
--  WebSock.PrintErrorPage(Channel [ + 
sChanName.Token(0) + ] already exists);
-+  // This could change the channel name and e.g. add a 
# prefix
-+  pChan = new CChan(sChanName, pNetwork, true);
-+
-+  if (pNetwork-FindChan(pChan-GetName())) {
-+  WebSock.PrintErrorPage(Channel [ + 
pChan-GetName() + ] already exists);
-+  delete pChan;
-   return true;
-   }
- 
--  pChan = new CChan(sChanName, pNetwork, true);
--  pNetwork-AddChan(pChan);
-+  if (!pNetwork-AddChan(pChan)) {
-+  WebSock.PrintErrorPage(Could not add channel 
[ + pChan-GetName() + ]);
-+  return true;
-+  }
-   }
- 
-   pChan-SetBufferCount(WebSock.GetParam(buffercount).ToUInt(), 
spSession-IsAdmin());
-@@ -699,7 +705,7 @@ class CWebAdminMod : public CModule {
- 
-   CTemplate TmplMod;
-   TmplMod[User] = pUser-GetUserName();
--  TmplMod[ChanName] = sChanName;
-+  TmplMod[ChanName] = pChan-GetName();
-   TmplMod[WebadminAction] = 

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

2013-11-05 Thread Sébastien Luttringer
Date: Tuesday, November 5, 2013 @ 21:58:10
  Author: seblu
Revision: 100560

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

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

--+
 /PKGBUILD|   78 +
 /znc.install |   58 ++
 community-i686/PKGBUILD  |   39 
 community-i686/znc.install   |   29 ---
 community-x86_64/PKGBUILD|   39 
 community-x86_64/znc.install |   29 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-05 20:57:49 UTC (rev 100559)
+++ community-i686/PKGBUILD 2013-11-05 20:58:10 UTC (rev 100560)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: mickael9 mickael9 at gmail dot com
-
-pkgname=znc
-pkgver=1.0
-pkgrel=7
-pkgdesc='An IRC bouncer with modules  scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl')
-makedepends=('tcl' 'python' 'perl')
-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;)
-md5sums=('23807ca830c27392cccb6774f542df6e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-i686/PKGBUILD (from rev 100559, znc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-05 20:58:10 UTC (rev 100560)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=znc
+pkgver=1.2
+pkgrel=1
+pkgdesc='An IRC bouncer with modules  scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl')
+makedepends=('tcl' 'python' 'perl')
+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;)
+md5sums=('ef18e5402a82cc3fcab5c2ac5c2e6f3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/znc.install
===
--- community-i686/znc.install  2013-11-05 20:57:49 UTC (rev 100559)
+++ community-i686/znc.install  2013-11-05 20:58:10 UTC (rev 100560)
@@ -1,29 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  getent group znc /dev/null || groupadd -g 136 znc
-  getent passwd znc /dev/null || useradd -r -d /var/lib/znc -u 136 -g 136 znc
-  [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo == Use 'znc --makeconf' as user znc to generate your first config
-  true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ `vercmp $2 1.0-4` -lt 0 ]; then
-[ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-usermod -d /var/lib/znc znc 2/dev/null  echo '== znc home directory 
has moved to /var/lib/znc'
-  fi
-  true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  userdel -f znc /dev/null 21
-  groupdel znc /dev/null 21
-  true
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-i686/znc.install (from rev 100559, 
znc/trunk/znc.install)
===
--- community-i686/znc.install  (rev 0)
+++ community-i686/znc.install  2013-11-05 20:58:10 UTC (rev 

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

2013-05-12 Thread Sébastien Luttringer
Date: Monday, May 13, 2013 @ 03:42:50
  Author: seblu
Revision: 90542

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

Added:
  znc/repos/community-testing-i686/PKGBUILD
(from rev 90541, znc/trunk/PKGBUILD)
  znc/repos/community-testing-i686/znc.install
(from rev 90541, znc/trunk/znc.install)
  znc/repos/community-testing-x86_64/PKGBUILD
(from rev 90541, znc/trunk/PKGBUILD)
  znc/repos/community-testing-x86_64/znc.install
(from rev 90541, znc/trunk/znc.install)
Deleted:
  znc/repos/community-testing-i686/PKGBUILD
  znc/repos/community-testing-i686/znc.install
  znc/repos/community-testing-x86_64/PKGBUILD
  znc/repos/community-testing-x86_64/znc.install

--+
 /PKGBUILD|   78 +
 /znc.install |   58 
 community-testing-i686/PKGBUILD  |   39 
 community-testing-i686/znc.install   |   29 
 community-testing-x86_64/PKGBUILD|   39 
 community-testing-x86_64/znc.install |   29 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-13 01:42:35 UTC (rev 90541)
+++ community-testing-i686/PKGBUILD 2013-05-13 01:42:50 UTC (rev 90542)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: mickael9 mickael9 at gmail dot com
-
-pkgname=znc
-pkgver=1.0
-pkgrel=5
-pkgdesc='An IRC bouncer with modules  scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl')
-makedepends=('tcl' 'python' 'perl')
-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;)
-md5sums=('23807ca830c27392cccb6774f542df6e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=yes
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-testing-i686/PKGBUILD (from rev 90541, 
znc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-13 01:42:50 UTC (rev 90542)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=znc
+pkgver=1.0
+pkgrel=6
+pkgdesc='An IRC bouncer with modules  scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl')
+makedepends=('tcl' 'python' 'perl')
+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;)
+md5sums=('23807ca830c27392cccb6774f542df6e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-testing-i686/znc.install
===
--- community-testing-i686/znc.install  2013-05-13 01:42:35 UTC (rev 90541)
+++ community-testing-i686/znc.install  2013-05-13 01:42:50 UTC (rev 90542)
@@ -1,29 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  getent group znc /dev/null || groupadd -g 136 znc
-  getent passwd znc /dev/null || useradd -r -d /var/lib/znc -u 136 -g 136 znc
-  [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo == Use 'znc --makeconf' as user znc to generate your first config
-  true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ `vercmp $2 1.0-4` -lt 0 ]; then
-[ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-usermod -d /var/lib/znc znc 2/dev/null  echo '== znc home directory 
has moved to /var/lib/znc'
-  fi
-  true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  userdel -f znc /dev/null 21
-  groupdel znc /dev/null 21
-  true
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-testing-i686/znc.install (from rev 90541, 
znc/trunk/znc.install)