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

Dave Reisner dreisner at archlinux.org
Fri Feb 12 01:37:34 UTC 2016


    Date: Friday, February 12, 2016 @ 02:37:33
  Author: dreisner
Revision: 259085

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

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

---------------------------------+
 /PKGBUILD                       |   80 ++++++++++++++++++++++++++++++++++++++
 /nisdomainname.conf             |    8 +++
 /ypbind.service                 |   32 +++++++++++++++
 extra-i686/PKGBUILD             |   40 -------------------
 extra-i686/nisdomainname.conf   |    4 -
 extra-i686/ypbind.service       |   16 -------
 extra-x86_64/PKGBUILD           |   40 -------------------
 extra-x86_64/nisdomainname.conf |    4 -
 extra-x86_64/ypbind.service     |   16 -------
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-02-12 01:37:04 UTC (rev 259084)
+++ extra-i686/PKGBUILD	2016-02-12 01:37:33 UTC (rev 259085)
@@ -1,40 +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=5
-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' 'systemd')
-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 \
-		--sbindir=/usr/bin
-
-	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'
-         '5ea205756731c2978cca4934141424bd')

Copied: ypbind-mt/repos/extra-i686/PKGBUILD (from rev 259084, ypbind-mt/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-02-12 01:37:33 UTC (rev 259085)
@@ -0,0 +1,40 @@
+# $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.38
+pkgrel=1
+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' 'systemd')
+backup=('etc/yp.conf')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+        'ypbind.service')
+md5sums=('094088c0e282fa7f3b3dd6cc51d0a4e1'
+         '5ea205756731c2978cca4934141424bd')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr \
+		--sbindir=/usr/bin
+
+	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
+}

Deleted: extra-i686/nisdomainname.conf
===================================================================
--- extra-i686/nisdomainname.conf	2016-02-12 01:37:04 UTC (rev 259084)
+++ extra-i686/nisdomainname.conf	2016-02-12 01:37:33 UTC (rev 259085)
@@ -1,4 +0,0 @@
-#
-# NIS domain to be set in /etc/rc.d/ypbind
-#
-NISDOMAINNAME=""

Copied: ypbind-mt/repos/extra-i686/nisdomainname.conf (from rev 259084, ypbind-mt/trunk/nisdomainname.conf)
===================================================================
--- extra-i686/nisdomainname.conf	                        (rev 0)
+++ extra-i686/nisdomainname.conf	2016-02-12 01:37:33 UTC (rev 259085)
@@ -0,0 +1,4 @@
+#
+# NIS domain to be set in /etc/rc.d/ypbind
+#
+NISDOMAINNAME=""

Deleted: extra-i686/ypbind.service
===================================================================
--- extra-i686/ypbind.service	2016-02-12 01:37:04 UTC (rev 259084)
+++ extra-i686/ypbind.service	2016-02-12 01:37:33 UTC (rev 259085)
@@ -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/bin/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

Copied: ypbind-mt/repos/extra-i686/ypbind.service (from rev 259084, ypbind-mt/trunk/ypbind.service)
===================================================================
--- extra-i686/ypbind.service	                        (rev 0)
+++ extra-i686/ypbind.service	2016-02-12 01:37:33 UTC (rev 259085)
@@ -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/bin/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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-02-12 01:37:04 UTC (rev 259084)
+++ extra-x86_64/PKGBUILD	2016-02-12 01:37:33 UTC (rev 259085)
@@ -1,40 +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=5
-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' 'systemd')
-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 \
-		--sbindir=/usr/bin
-
-	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'
-         '5ea205756731c2978cca4934141424bd')

Copied: ypbind-mt/repos/extra-x86_64/PKGBUILD (from rev 259084, ypbind-mt/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-02-12 01:37:33 UTC (rev 259085)
@@ -0,0 +1,40 @@
+# $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.38
+pkgrel=1
+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' 'systemd')
+backup=('etc/yp.conf')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+        'ypbind.service')
+md5sums=('094088c0e282fa7f3b3dd6cc51d0a4e1'
+         '5ea205756731c2978cca4934141424bd')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr \
+		--sbindir=/usr/bin
+
+	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
+}

Deleted: extra-x86_64/nisdomainname.conf
===================================================================
--- extra-x86_64/nisdomainname.conf	2016-02-12 01:37:04 UTC (rev 259084)
+++ extra-x86_64/nisdomainname.conf	2016-02-12 01:37:33 UTC (rev 259085)
@@ -1,4 +0,0 @@
-#
-# NIS domain to be set in /etc/rc.d/ypbind
-#
-NISDOMAINNAME=""

Copied: ypbind-mt/repos/extra-x86_64/nisdomainname.conf (from rev 259084, ypbind-mt/trunk/nisdomainname.conf)
===================================================================
--- extra-x86_64/nisdomainname.conf	                        (rev 0)
+++ extra-x86_64/nisdomainname.conf	2016-02-12 01:37:33 UTC (rev 259085)
@@ -0,0 +1,4 @@
+#
+# NIS domain to be set in /etc/rc.d/ypbind
+#
+NISDOMAINNAME=""

Deleted: extra-x86_64/ypbind.service
===================================================================
--- extra-x86_64/ypbind.service	2016-02-12 01:37:04 UTC (rev 259084)
+++ extra-x86_64/ypbind.service	2016-02-12 01:37:33 UTC (rev 259085)
@@ -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/bin/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

Copied: ypbind-mt/repos/extra-x86_64/ypbind.service (from rev 259084, ypbind-mt/trunk/ypbind.service)
===================================================================
--- extra-x86_64/ypbind.service	                        (rev 0)
+++ extra-x86_64/ypbind.service	2016-02-12 01:37:33 UTC (rev 259085)
@@ -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/bin/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