[arch-commits] Commit in ypbind-mt/repos (12 files)

Tom Gundersen tomegun at nymeria.archlinux.org
Sat Apr 27 13:43:49 UTC 2013


    Date: Saturday, April 27, 2013 @ 15:43:48
  Author: tomegun
Revision: 183734

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

Added:
  ypbind-mt/repos/testing-i686/PKGBUILD
    (from rev 183733, ypbind-mt/trunk/PKGBUILD)
  ypbind-mt/repos/testing-i686/nisdomainname.conf
    (from rev 183733, ypbind-mt/trunk/nisdomainname.conf)
  ypbind-mt/repos/testing-i686/ypbind.service
    (from rev 183733, ypbind-mt/trunk/ypbind.service)
  ypbind-mt/repos/testing-x86_64/PKGBUILD
    (from rev 183733, ypbind-mt/trunk/PKGBUILD)
  ypbind-mt/repos/testing-x86_64/nisdomainname.conf
    (from rev 183733, ypbind-mt/trunk/nisdomainname.conf)
  ypbind-mt/repos/testing-x86_64/ypbind.service
    (from rev 183733, ypbind-mt/trunk/ypbind.service)
Deleted:
  ypbind-mt/repos/testing-i686/PKGBUILD
  ypbind-mt/repos/testing-i686/nisdomainname.conf
  ypbind-mt/repos/testing-i686/ypbind.service
  ypbind-mt/repos/testing-x86_64/PKGBUILD
  ypbind-mt/repos/testing-x86_64/nisdomainname.conf
  ypbind-mt/repos/testing-x86_64/ypbind.service

-----------------------------------+
 /PKGBUILD                         |   78 ++++++++++++++++++++++++++++++++++++
 /nisdomainname.conf               |    8 +++
 /ypbind.service                   |   32 ++++++++++++++
 testing-i686/PKGBUILD             |   39 ------------------
 testing-i686/nisdomainname.conf   |    4 -
 testing-i686/ypbind.service       |   16 -------
 testing-x86_64/PKGBUILD           |   39 ------------------
 testing-x86_64/nisdomainname.conf |    4 -
 testing-x86_64/ypbind.service     |   16 -------
 9 files changed, 118 insertions(+), 118 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-04-27 13:41:32 UTC (rev 183733)
+++ testing-i686/PKGBUILD	2013-04-27 13:43:48 UTC (rev 183734)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=ypbind-mt
-pkgver=1.37.1
-pkgrel=3
-pkgdesc='Linux NIS daemon'
-url='http://www.linux-nis.org/nis/ypbind-mt/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('networkmanager')
-depends=('rpcbind' 'openslp' 'yp-tools')
-backup=('etc/yp.conf')
-source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-	'ypbind.service')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR="${pkgdir}" install
-
-	install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
-	install -D -m644 ../ypbind.service "${pkgdir}"/usr/lib/systemd/system/ypbind.service
-	install -d -m755 "${pkgdir}"/var/yp/binding
-}
-md5sums=('8af8d35e7b9a7fcc3a1576697a04bd82'
-         '8e6d8773fb610b216c4f4c866d815234')

Copied: ypbind-mt/repos/testing-i686/PKGBUILD (from rev 183733, ypbind-mt/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-27 13:43:48 UTC (rev 183734)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=ypbind-mt
+pkgver=1.37.1
+pkgrel=4
+pkgdesc='Linux NIS daemon'
+url='http://www.linux-nis.org/nis/ypbind-mt/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('networkmanager')
+depends=('rpcbind' 'openslp' 'yp-tools')
+backup=('etc/yp.conf')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+	'ypbind.service')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install
+
+	install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
+	install -D -m644 ../ypbind.service "${pkgdir}"/usr/lib/systemd/system/ypbind.service
+	install -d -m755 "${pkgdir}"/var/yp/binding
+}
+md5sums=('8af8d35e7b9a7fcc3a1576697a04bd82'
+         '9083debd16fc49c6645372caa25969b5')

Deleted: testing-i686/nisdomainname.conf
===================================================================
--- testing-i686/nisdomainname.conf	2013-04-27 13:41:32 UTC (rev 183733)
+++ testing-i686/nisdomainname.conf	2013-04-27 13:43:48 UTC (rev 183734)
@@ -1,4 +0,0 @@
-#
-# NIS domain to be set in /etc/rc.d/ypbind
-#
-NISDOMAINNAME=""

Copied: ypbind-mt/repos/testing-i686/nisdomainname.conf (from rev 183733, ypbind-mt/trunk/nisdomainname.conf)
===================================================================
--- testing-i686/nisdomainname.conf	                        (rev 0)
+++ testing-i686/nisdomainname.conf	2013-04-27 13:43:48 UTC (rev 183734)
@@ -0,0 +1,4 @@
+#
+# NIS domain to be set in /etc/rc.d/ypbind
+#
+NISDOMAINNAME=""

Deleted: testing-i686/ypbind.service
===================================================================
--- testing-i686/ypbind.service	2013-04-27 13:41:32 UTC (rev 183733)
+++ testing-i686/ypbind.service	2013-04-27 13:43:48 UTC (rev 183734)
@@ -1,16 +0,0 @@
-[Unit]
-Description=YP Bind
-Requires=rpcbind.service domainname.service
-After=rpcbind.service domainname.service network.target
-Before=systemd-user-sessions.service
-
-[Service]
-Type=forking
-PIDFile=/run/ypbind.pid
-ExecStart=/usr/sbin/ypbind
-# Terrible hack, upstream ypbind should sort something out
-# Wait for at most 10 seconds for a NIS master to become available
-ExecStartPost=/bin/sh -c "for i in 1 2 3 4 5 6 7 8 9 10; do ypwhich >/dev/null && break; sleep 1; done"
-
-[Install]
-WantedBy=multi-user.target

Copied: ypbind-mt/repos/testing-i686/ypbind.service (from rev 183733, ypbind-mt/trunk/ypbind.service)
===================================================================
--- testing-i686/ypbind.service	                        (rev 0)
+++ testing-i686/ypbind.service	2013-04-27 13:43:48 UTC (rev 183734)
@@ -0,0 +1,16 @@
+[Unit]
+Description=YP Bind
+Requires=rpcbind.service domainname.service
+After=rpcbind.service domainname.service network.target
+Before=systemd-user-sessions.service
+
+[Service]
+Type=forking
+PIDFile=/run/ypbind.pid
+ExecStart=/usr/sbin/ypbind
+# Terrible hack, upstream ypbind should sort something out
+# Wait for at most 10 seconds for a NIS master to become available
+ExecStartPost=/bin/sh -c "for i in 1 2 3 4 5 6 7 8 9 10; do ypwhich && break; sleep 1; done"
+
+[Install]
+WantedBy=multi-user.target

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-04-27 13:41:32 UTC (rev 183733)
+++ testing-x86_64/PKGBUILD	2013-04-27 13:43:48 UTC (rev 183734)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=ypbind-mt
-pkgver=1.37.1
-pkgrel=3
-pkgdesc='Linux NIS daemon'
-url='http://www.linux-nis.org/nis/ypbind-mt/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('networkmanager')
-depends=('rpcbind' 'openslp' 'yp-tools')
-backup=('etc/yp.conf')
-source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-	'ypbind.service')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR="${pkgdir}" install
-
-	install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
-	install -D -m644 ../ypbind.service "${pkgdir}"/usr/lib/systemd/system/ypbind.service
-	install -d -m755 "${pkgdir}"/var/yp/binding
-}
-md5sums=('8af8d35e7b9a7fcc3a1576697a04bd82'
-         '8e6d8773fb610b216c4f4c866d815234')

Copied: ypbind-mt/repos/testing-x86_64/PKGBUILD (from rev 183733, ypbind-mt/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-27 13:43:48 UTC (rev 183734)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=ypbind-mt
+pkgver=1.37.1
+pkgrel=4
+pkgdesc='Linux NIS daemon'
+url='http://www.linux-nis.org/nis/ypbind-mt/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('networkmanager')
+depends=('rpcbind' 'openslp' 'yp-tools')
+backup=('etc/yp.conf')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+	'ypbind.service')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install
+
+	install -D -m644 etc/yp.conf "${pkgdir}"/etc/yp.conf
+	install -D -m644 ../ypbind.service "${pkgdir}"/usr/lib/systemd/system/ypbind.service
+	install -d -m755 "${pkgdir}"/var/yp/binding
+}
+md5sums=('8af8d35e7b9a7fcc3a1576697a04bd82'
+         '9083debd16fc49c6645372caa25969b5')

Deleted: testing-x86_64/nisdomainname.conf
===================================================================
--- testing-x86_64/nisdomainname.conf	2013-04-27 13:41:32 UTC (rev 183733)
+++ testing-x86_64/nisdomainname.conf	2013-04-27 13:43:48 UTC (rev 183734)
@@ -1,4 +0,0 @@
-#
-# NIS domain to be set in /etc/rc.d/ypbind
-#
-NISDOMAINNAME=""

Copied: ypbind-mt/repos/testing-x86_64/nisdomainname.conf (from rev 183733, ypbind-mt/trunk/nisdomainname.conf)
===================================================================
--- testing-x86_64/nisdomainname.conf	                        (rev 0)
+++ testing-x86_64/nisdomainname.conf	2013-04-27 13:43:48 UTC (rev 183734)
@@ -0,0 +1,4 @@
+#
+# NIS domain to be set in /etc/rc.d/ypbind
+#
+NISDOMAINNAME=""

Deleted: testing-x86_64/ypbind.service
===================================================================
--- testing-x86_64/ypbind.service	2013-04-27 13:41:32 UTC (rev 183733)
+++ testing-x86_64/ypbind.service	2013-04-27 13:43:48 UTC (rev 183734)
@@ -1,16 +0,0 @@
-[Unit]
-Description=YP Bind
-Requires=rpcbind.service domainname.service
-After=rpcbind.service domainname.service network.target
-Before=systemd-user-sessions.service
-
-[Service]
-Type=forking
-PIDFile=/run/ypbind.pid
-ExecStart=/usr/sbin/ypbind
-# Terrible hack, upstream ypbind should sort something out
-# Wait for at most 10 seconds for a NIS master to become available
-ExecStartPost=/bin/sh -c "for i in 1 2 3 4 5 6 7 8 9 10; do ypwhich >/dev/null && break; sleep 1; done"
-
-[Install]
-WantedBy=multi-user.target

Copied: ypbind-mt/repos/testing-x86_64/ypbind.service (from rev 183733, ypbind-mt/trunk/ypbind.service)
===================================================================
--- testing-x86_64/ypbind.service	                        (rev 0)
+++ testing-x86_64/ypbind.service	2013-04-27 13:43:48 UTC (rev 183734)
@@ -0,0 +1,16 @@
+[Unit]
+Description=YP Bind
+Requires=rpcbind.service domainname.service
+After=rpcbind.service domainname.service network.target
+Before=systemd-user-sessions.service
+
+[Service]
+Type=forking
+PIDFile=/run/ypbind.pid
+ExecStart=/usr/sbin/ypbind
+# Terrible hack, upstream ypbind should sort something out
+# Wait for at most 10 seconds for a NIS master to become available
+ExecStartPost=/bin/sh -c "for i in 1 2 3 4 5 6 7 8 9 10; do ypwhich && break; sleep 1; done"
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list