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

Tom Gundersen tomegun at nymeria.archlinux.org
Fri Apr 12 17:07:05 UTC 2013


    Date: Friday, April 12, 2013 @ 19:07:05
  Author: tomegun
Revision: 182689

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

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

-----------------------------------+
 testing-i686/PKGBUILD             |   40 ++++++++++++++++++++++++++++++++++++
 testing-i686/nisdomainname.conf   |    4 +++
 testing-i686/ypbind.service       |   13 +++++++++++
 testing-x86_64/PKGBUILD           |   40 ++++++++++++++++++++++++++++++++++++
 testing-x86_64/nisdomainname.conf |    4 +++
 testing-x86_64/ypbind.service     |   13 +++++++++++
 6 files changed, 114 insertions(+)

Copied: ypbind-mt/repos/testing-i686/PKGBUILD (from rev 182688, ypbind-mt/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-12 17:07:05 UTC (rev 182689)
@@ -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.37
+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' 'dbus-glib' 'yp-tools')
+backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+	'ypbind.service')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr \
+		--enable-dbus-nm \
+
+	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=('1b2a1255417f0f1c9c216a17c250b197'
+         '88a721095e334cd442f4649a151ba9be')

Copied: ypbind-mt/repos/testing-i686/nisdomainname.conf (from rev 182688, ypbind-mt/trunk/nisdomainname.conf)
===================================================================
--- testing-i686/nisdomainname.conf	                        (rev 0)
+++ testing-i686/nisdomainname.conf	2013-04-12 17:07:05 UTC (rev 182689)
@@ -0,0 +1,4 @@
+#
+# NIS domain to be set in /etc/rc.d/ypbind
+#
+NISDOMAINNAME=""

Copied: ypbind-mt/repos/testing-i686/ypbind.service (from rev 182688, ypbind-mt/trunk/ypbind.service)
===================================================================
--- testing-i686/ypbind.service	                        (rev 0)
+++ testing-i686/ypbind.service	2013-04-12 17:07:05 UTC (rev 182689)
@@ -0,0 +1,13 @@
+[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
+
+[Install]
+WantedBy=multi-user.target

Copied: ypbind-mt/repos/testing-x86_64/PKGBUILD (from rev 182688, ypbind-mt/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-12 17:07:05 UTC (rev 182689)
@@ -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.37
+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' 'dbus-glib' 'yp-tools')
+backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+	'ypbind.service')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr \
+		--enable-dbus-nm \
+
+	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=('1b2a1255417f0f1c9c216a17c250b197'
+         '88a721095e334cd442f4649a151ba9be')

Copied: ypbind-mt/repos/testing-x86_64/nisdomainname.conf (from rev 182688, ypbind-mt/trunk/nisdomainname.conf)
===================================================================
--- testing-x86_64/nisdomainname.conf	                        (rev 0)
+++ testing-x86_64/nisdomainname.conf	2013-04-12 17:07:05 UTC (rev 182689)
@@ -0,0 +1,4 @@
+#
+# NIS domain to be set in /etc/rc.d/ypbind
+#
+NISDOMAINNAME=""

Copied: ypbind-mt/repos/testing-x86_64/ypbind.service (from rev 182688, ypbind-mt/trunk/ypbind.service)
===================================================================
--- testing-x86_64/ypbind.service	                        (rev 0)
+++ testing-x86_64/ypbind.service	2013-04-12 17:07:05 UTC (rev 182689)
@@ -0,0 +1,13 @@
+[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
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list