[arch-commits] Commit in fssos-nsvs/repos (14 files)
Eric Bélanger
eric at nymeria.archlinux.org
Sun May 12 23:35:38 UTC 2013
Date: Monday, May 13, 2013 @ 01:35:37
Author: eric
Revision: 90505
archrelease: copy trunk to community-i686, community-x86_64
Added:
fssos-nsvs/repos/community-i686/PKGBUILD
(from rev 90504, fssos-nsvs/trunk/PKGBUILD)
fssos-nsvs/repos/community-i686/fssos-nsvs.install
(from rev 90504, fssos-nsvs/trunk/fssos-nsvs.install)
fssos-nsvs/repos/community-i686/nsvsd.service
(from rev 90504, fssos-nsvs/trunk/nsvsd.service)
fssos-nsvs/repos/community-x86_64/PKGBUILD
(from rev 90504, fssos-nsvs/trunk/PKGBUILD)
fssos-nsvs/repos/community-x86_64/fssos-nsvs.install
(from rev 90504, fssos-nsvs/trunk/fssos-nsvs.install)
fssos-nsvs/repos/community-x86_64/nsvsd.service
(from rev 90504, fssos-nsvs/trunk/nsvsd.service)
Deleted:
fssos-nsvs/repos/community-i686/PKGBUILD
fssos-nsvs/repos/community-i686/fssos-nsvs.install
fssos-nsvs/repos/community-i686/nsvsd
fssos-nsvs/repos/community-i686/nsvsd.service
fssos-nsvs/repos/community-x86_64/PKGBUILD
fssos-nsvs/repos/community-x86_64/fssos-nsvs.install
fssos-nsvs/repos/community-x86_64/nsvsd
fssos-nsvs/repos/community-x86_64/nsvsd.service
-------------------------------------+
/PKGBUILD | 60 ++++++++++++++++++++++++++++++++++
/fssos-nsvs.install | 34 +++++++++++++++++++
/nsvsd.service | 16 +++++++++
community-i686/PKGBUILD | 33 ------------------
community-i686/fssos-nsvs.install | 17 ---------
community-i686/nsvsd | 36 --------------------
community-i686/nsvsd.service | 8 ----
community-x86_64/PKGBUILD | 33 ------------------
community-x86_64/fssos-nsvs.install | 17 ---------
community-x86_64/nsvsd | 36 --------------------
community-x86_64/nsvsd.service | 8 ----
11 files changed, 110 insertions(+), 188 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-05-12 23:34:46 UTC (rev 90504)
+++ community-i686/PKGBUILD 2013-05-12 23:35:37 UTC (rev 90505)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount <dale at archlinux.org>
-
-pkgname=fssos-nsvs
-pkgver=0.5
-pkgrel=10
-pkgdesc="NSVS for FSSOS"
-arch=('i686' 'x86_64')
-url="http://fssos.sourceforge.net/"
-license=('GPL')
-depends=('bash' 'mariadb')
-backup=('etc/nsvsd.conf')
-options=('!libtool' '!makeflags')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/sourceforge/fssos/nsvs-$pkgver.tar.gz"
- 'nsvsd'
- 'nsvsd.service')
-
-build() {
- cd $srcdir/nsvs-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
- make CFLAGS="${CFLAGS} -D_GNU_SOURCE"
-}
-
-package() {
- cd $srcdir/nsvs-$pkgver
- make DESTDIR=$pkgdir install
- install -D -m755 "$srcdir/nsvsd" "$pkgdir/etc/rc.d/nsvsd"
- install -D -m644 "$srcdir/nsvsd.service" "$pkgdir/usr/lib/systemd/system/nsvsd.service"
-}
-md5sums=('3f17c2f6339f1a322b712b467023d825'
- '4dfd9dc0d69b375587e39ab2621d9ea9'
- '61e970d0704875b1da83cb4e9fc0eef5')
Copied: fssos-nsvs/repos/community-i686/PKGBUILD (from rev 90504, fssos-nsvs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 23:35:37 UTC (rev 90505)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Dale Blount <dale at archlinux.org>
+
+pkgname=fssos-nsvs
+pkgver=0.5
+pkgrel=11
+pkgdesc="NSVS for FSSOS"
+arch=('i686' 'x86_64')
+url="http://fssos.sourceforge.net/"
+license=('GPL')
+depends=('bash' 'mariadb')
+backup=('etc/nsvsd.conf')
+options=('!libtool' '!makeflags')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/sourceforge/fssos/nsvs-$pkgver.tar.gz"
+ 'nsvsd.service')
+md5sums=('3f17c2f6339f1a322b712b467023d825'
+ '9c791d2086e13f774548d9d6ba2cf9d5')
+
+build() {
+ cd nsvs-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+ make CFLAGS="${CFLAGS} -D_GNU_SOURCE"
+}
+
+package() {
+ cd nsvs-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -D -m644 "$srcdir/nsvsd.service" "$pkgdir/usr/lib/systemd/system/nsvsd.service"
+}
Deleted: community-i686/fssos-nsvs.install
===================================================================
--- community-i686/fssos-nsvs.install 2013-05-12 23:34:46 UTC (rev 90504)
+++ community-i686/fssos-nsvs.install 2013-05-12 23:35:37 UTC (rev 90505)
@@ -1,17 +0,0 @@
-post_install() {
- if [ -z "`grep '^nsvsd::' /etc/group`" ]; then
- groupadd -g 83 nsvsd
- fi
- if [ -z "`grep '^nsvsd:' /etc/passwd`" ]; then
- useradd -u 83 -d /tmp -g nsvsd -s /bin/false nsvsd
- fi
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- userdel nsvsd &> /dev/null
- groupdel nsvsd &> /dev/null
-}
Copied: fssos-nsvs/repos/community-i686/fssos-nsvs.install (from rev 90504, fssos-nsvs/trunk/fssos-nsvs.install)
===================================================================
--- community-i686/fssos-nsvs.install (rev 0)
+++ community-i686/fssos-nsvs.install 2013-05-12 23:35:37 UTC (rev 90505)
@@ -0,0 +1,17 @@
+post_install() {
+ if [ -z "`grep '^nsvsd::' /etc/group`" ]; then
+ groupadd -g 83 nsvsd
+ fi
+ if [ -z "`grep '^nsvsd:' /etc/passwd`" ]; then
+ useradd -u 83 -d /tmp -g nsvsd -s /bin/false nsvsd
+ fi
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ userdel nsvsd &> /dev/null
+ groupdel nsvsd &> /dev/null
+}
Deleted: community-i686/nsvsd
===================================================================
--- community-i686/nsvsd 2013-05-12 23:34:46 UTC (rev 90504)
+++ community-i686/nsvsd 2013-05-12 23:35:37 UTC (rev 90505)
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
- start)
- stat_busy "Starting nsvsd"
- /usr/sbin/nsvsd -f /etc/nsvsd.conf
- if [ $? -gt 0 ]; then
- stat_fail
- else
- add_daemon nsvsd
- stat_done
- fi
- ;;
- stop)
- stat_busy "Stopping nsvsd"
- kill `cat /var/run/nsvsd.pid` &>/dev/null
- rm -f /var/run/nsvsd.pid
- if [ $? -gt 0 ]; then
- stat_fail
- else
- rm_daemon nsvsd
- stat_done
- fi
- ;;
- restart)
- $0 stop
- sleep 3
- $0 start
- ;;
- *)
- echo "usage: $0 {start|stop|restart}"
-esac
Deleted: community-i686/nsvsd.service
===================================================================
--- community-i686/nsvsd.service 2013-05-12 23:34:46 UTC (rev 90504)
+++ community-i686/nsvsd.service 2013-05-12 23:35:37 UTC (rev 90505)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Name Service Via Sockets Daemon
-
-[Service]
-ExecStart=/usr/sbin/nsvsd -f /etc/nsvsd.conf
-
-[Install]
-WantedBy=multi-user.target
Copied: fssos-nsvs/repos/community-i686/nsvsd.service (from rev 90504, fssos-nsvs/trunk/nsvsd.service)
===================================================================
--- community-i686/nsvsd.service (rev 0)
+++ community-i686/nsvsd.service 2013-05-12 23:35:37 UTC (rev 90505)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Name Service Via Sockets Daemon
+
+[Service]
+ExecStart=/usr/bin/nsvsd -f /etc/nsvsd.conf
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-05-12 23:34:46 UTC (rev 90504)
+++ community-x86_64/PKGBUILD 2013-05-12 23:35:37 UTC (rev 90505)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount <dale at archlinux.org>
-
-pkgname=fssos-nsvs
-pkgver=0.5
-pkgrel=10
-pkgdesc="NSVS for FSSOS"
-arch=('i686' 'x86_64')
-url="http://fssos.sourceforge.net/"
-license=('GPL')
-depends=('bash' 'mariadb')
-backup=('etc/nsvsd.conf')
-options=('!libtool' '!makeflags')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/sourceforge/fssos/nsvs-$pkgver.tar.gz"
- 'nsvsd'
- 'nsvsd.service')
-
-build() {
- cd $srcdir/nsvs-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
- make CFLAGS="${CFLAGS} -D_GNU_SOURCE"
-}
-
-package() {
- cd $srcdir/nsvs-$pkgver
- make DESTDIR=$pkgdir install
- install -D -m755 "$srcdir/nsvsd" "$pkgdir/etc/rc.d/nsvsd"
- install -D -m644 "$srcdir/nsvsd.service" "$pkgdir/usr/lib/systemd/system/nsvsd.service"
-}
-md5sums=('3f17c2f6339f1a322b712b467023d825'
- '4dfd9dc0d69b375587e39ab2621d9ea9'
- '61e970d0704875b1da83cb4e9fc0eef5')
Copied: fssos-nsvs/repos/community-x86_64/PKGBUILD (from rev 90504, fssos-nsvs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-05-12 23:35:37 UTC (rev 90505)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Dale Blount <dale at archlinux.org>
+
+pkgname=fssos-nsvs
+pkgver=0.5
+pkgrel=11
+pkgdesc="NSVS for FSSOS"
+arch=('i686' 'x86_64')
+url="http://fssos.sourceforge.net/"
+license=('GPL')
+depends=('bash' 'mariadb')
+backup=('etc/nsvsd.conf')
+options=('!libtool' '!makeflags')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/sourceforge/fssos/nsvs-$pkgver.tar.gz"
+ 'nsvsd.service')
+md5sums=('3f17c2f6339f1a322b712b467023d825'
+ '9c791d2086e13f774548d9d6ba2cf9d5')
+
+build() {
+ cd nsvs-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+ make CFLAGS="${CFLAGS} -D_GNU_SOURCE"
+}
+
+package() {
+ cd nsvs-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -D -m644 "$srcdir/nsvsd.service" "$pkgdir/usr/lib/systemd/system/nsvsd.service"
+}
Deleted: community-x86_64/fssos-nsvs.install
===================================================================
--- community-x86_64/fssos-nsvs.install 2013-05-12 23:34:46 UTC (rev 90504)
+++ community-x86_64/fssos-nsvs.install 2013-05-12 23:35:37 UTC (rev 90505)
@@ -1,17 +0,0 @@
-post_install() {
- if [ -z "`grep '^nsvsd::' /etc/group`" ]; then
- groupadd -g 83 nsvsd
- fi
- if [ -z "`grep '^nsvsd:' /etc/passwd`" ]; then
- useradd -u 83 -d /tmp -g nsvsd -s /bin/false nsvsd
- fi
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- userdel nsvsd &> /dev/null
- groupdel nsvsd &> /dev/null
-}
Copied: fssos-nsvs/repos/community-x86_64/fssos-nsvs.install (from rev 90504, fssos-nsvs/trunk/fssos-nsvs.install)
===================================================================
--- community-x86_64/fssos-nsvs.install (rev 0)
+++ community-x86_64/fssos-nsvs.install 2013-05-12 23:35:37 UTC (rev 90505)
@@ -0,0 +1,17 @@
+post_install() {
+ if [ -z "`grep '^nsvsd::' /etc/group`" ]; then
+ groupadd -g 83 nsvsd
+ fi
+ if [ -z "`grep '^nsvsd:' /etc/passwd`" ]; then
+ useradd -u 83 -d /tmp -g nsvsd -s /bin/false nsvsd
+ fi
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ userdel nsvsd &> /dev/null
+ groupdel nsvsd &> /dev/null
+}
Deleted: community-x86_64/nsvsd
===================================================================
--- community-x86_64/nsvsd 2013-05-12 23:34:46 UTC (rev 90504)
+++ community-x86_64/nsvsd 2013-05-12 23:35:37 UTC (rev 90505)
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
- start)
- stat_busy "Starting nsvsd"
- /usr/sbin/nsvsd -f /etc/nsvsd.conf
- if [ $? -gt 0 ]; then
- stat_fail
- else
- add_daemon nsvsd
- stat_done
- fi
- ;;
- stop)
- stat_busy "Stopping nsvsd"
- kill `cat /var/run/nsvsd.pid` &>/dev/null
- rm -f /var/run/nsvsd.pid
- if [ $? -gt 0 ]; then
- stat_fail
- else
- rm_daemon nsvsd
- stat_done
- fi
- ;;
- restart)
- $0 stop
- sleep 3
- $0 start
- ;;
- *)
- echo "usage: $0 {start|stop|restart}"
-esac
Deleted: community-x86_64/nsvsd.service
===================================================================
--- community-x86_64/nsvsd.service 2013-05-12 23:34:46 UTC (rev 90504)
+++ community-x86_64/nsvsd.service 2013-05-12 23:35:37 UTC (rev 90505)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Name Service Via Sockets Daemon
-
-[Service]
-ExecStart=/usr/sbin/nsvsd -f /etc/nsvsd.conf
-
-[Install]
-WantedBy=multi-user.target
Copied: fssos-nsvs/repos/community-x86_64/nsvsd.service (from rev 90504, fssos-nsvs/trunk/nsvsd.service)
===================================================================
--- community-x86_64/nsvsd.service (rev 0)
+++ community-x86_64/nsvsd.service 2013-05-12 23:35:37 UTC (rev 90505)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Name Service Via Sockets Daemon
+
+[Service]
+ExecStart=/usr/bin/nsvsd -f /etc/nsvsd.conf
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list