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

Tom Gundersen tomegun at archlinux.org
Thu Aug 30 19:22:41 UTC 2012


    Date: Thursday, August 30, 2012 @ 15:22:40
  Author: tomegun
Revision: 165811

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

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

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

Copied: yp-tools/repos/testing-i686/PKGBUILD (from rev 165810, yp-tools/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-08-30 19:22:40 UTC (rev 165811)
@@ -0,0 +1,31 @@
+# $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.12
+pkgrel=4
+pkgdesc='Linux NIS Tools'
+arch=('i686' 'x86_64')
+url='http://www.linux-nis.org/nis/yp-tools/'
+license=('GPL2')
+depends=('ypbind-mt')
+#source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$pkgname-$pkgver.tar.gz")
+source=("ftp://ftp.archlinux.org/other/${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=('ce1e06d86caa285fa8cd76fdf103f51e'
+         '8d354b76eb0df9a3b06637bfff87453b')

Copied: yp-tools/repos/testing-i686/domainname.service (from rev 165810, yp-tools/trunk/domainname.service)
===================================================================
--- testing-i686/domainname.service	                        (rev 0)
+++ testing-i686/domainname.service	2012-08-30 19:22:40 UTC (rev 165811)
@@ -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 165810, yp-tools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-08-30 19:22:40 UTC (rev 165811)
@@ -0,0 +1,31 @@
+# $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.12
+pkgrel=4
+pkgdesc='Linux NIS Tools'
+arch=('i686' 'x86_64')
+url='http://www.linux-nis.org/nis/yp-tools/'
+license=('GPL2')
+depends=('ypbind-mt')
+#source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$pkgname-$pkgver.tar.gz")
+source=("ftp://ftp.archlinux.org/other/${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=('ce1e06d86caa285fa8cd76fdf103f51e'
+         '8d354b76eb0df9a3b06637bfff87453b')

Copied: yp-tools/repos/testing-x86_64/domainname.service (from rev 165810, yp-tools/trunk/domainname.service)
===================================================================
--- testing-x86_64/domainname.service	                        (rev 0)
+++ testing-x86_64/domainname.service	2012-08-30 19:22:40 UTC (rev 165811)
@@ -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