[arch-commits] Commit in yp-tools/repos (6 files)

Tom Gundersen tomegun at nymeria.archlinux.org
Fri Apr 12 17:08:02 UTC 2013


    Date: Friday, April 12, 2013 @ 19:08:01
  Author: tomegun
Revision: 182691

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

Added:
  yp-tools/repos/testing-i686/
  yp-tools/repos/testing-i686/PKGBUILD
    (from rev 182690, yp-tools/trunk/PKGBUILD)
  yp-tools/repos/testing-i686/domainname.service
    (from rev 182690, yp-tools/trunk/domainname.service)
  yp-tools/repos/testing-x86_64/
  yp-tools/repos/testing-x86_64/PKGBUILD
    (from rev 182690, yp-tools/trunk/PKGBUILD)
  yp-tools/repos/testing-x86_64/domainname.service
    (from rev 182690, yp-tools/trunk/domainname.service)

-----------------------------------+
 testing-i686/PKGBUILD             |   30 ++++++++++++++++++++++++++++++
 testing-i686/domainname.service   |   11 +++++++++++
 testing-x86_64/PKGBUILD           |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/domainname.service |   11 +++++++++++
 4 files changed, 82 insertions(+)

Copied: yp-tools/repos/testing-i686/PKGBUILD (from rev 182690, yp-tools/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-12 17:08:01 UTC (rev 182691)
@@ -0,0 +1,30 @@
+# $Id$
+# Mantainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=yp-tools
+pkgver=2.14
+pkgrel=1
+pkgdesc='Linux NIS Tools'
+arch=('i686' 'x86_64')
+url='http://www.linux-nis.org/nis/yp-tools/'
+license=('GPL2')
+depends=('ypbind-mt')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+	'domainname.service')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+	install -D -m644 ../domainname.service "${pkgdir}/usr/lib/systemd/system/domainname.service"
+}
+md5sums=('ba1f121c17e3ad65368be173b977cd13'
+         '8d354b76eb0df9a3b06637bfff87453b')

Copied: yp-tools/repos/testing-i686/domainname.service (from rev 182690, yp-tools/trunk/domainname.service)
===================================================================
--- testing-i686/domainname.service	                        (rev 0)
+++ testing-i686/domainname.service	2013-04-12 17:08:01 UTC (rev 182691)
@@ -0,0 +1,11 @@
+[Unit]
+Description=NIS Domainname
+
+[Service]
+Type=oneshot
+EnvironmentFile=/etc/conf.d/nisdomainname
+ExecStart=/usr/bin/nisdomainname $NISDOMAINNAME
+RemainAfterExit=true
+
+[Install]
+WantedBy=multi-user.target

Copied: yp-tools/repos/testing-x86_64/PKGBUILD (from rev 182690, yp-tools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-12 17:08:01 UTC (rev 182691)
@@ -0,0 +1,30 @@
+# $Id$
+# Mantainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=yp-tools
+pkgver=2.14
+pkgrel=1
+pkgdesc='Linux NIS Tools'
+arch=('i686' 'x86_64')
+url='http://www.linux-nis.org/nis/yp-tools/'
+license=('GPL2')
+depends=('ypbind-mt')
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+	'domainname.service')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+	install -D -m644 ../domainname.service "${pkgdir}/usr/lib/systemd/system/domainname.service"
+}
+md5sums=('ba1f121c17e3ad65368be173b977cd13'
+         '8d354b76eb0df9a3b06637bfff87453b')

Copied: yp-tools/repos/testing-x86_64/domainname.service (from rev 182690, yp-tools/trunk/domainname.service)
===================================================================
--- testing-x86_64/domainname.service	                        (rev 0)
+++ testing-x86_64/domainname.service	2013-04-12 17:08:01 UTC (rev 182691)
@@ -0,0 +1,11 @@
+[Unit]
+Description=NIS Domainname
+
+[Service]
+Type=oneshot
+EnvironmentFile=/etc/conf.d/nisdomainname
+ExecStart=/usr/bin/nisdomainname $NISDOMAINNAME
+RemainAfterExit=true
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list