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

Dave Reisner dreisner at archlinux.org
Fri Jun 22 13:00:08 UTC 2012


    Date: Friday, June 22, 2012 @ 09:00:08
  Author: dreisner
Revision: 162166

db-move: moved yp-tools from [testing] to [extra] ( i686,  x86_64)

Added:
  yp-tools/repos/extra-i686/PKGBUILD
    (from rev 162156, yp-tools/repos/testing-i686/PKGBUILD)
  yp-tools/repos/extra-i686/domainname.service
    (from rev 162156, yp-tools/repos/testing-i686/domainname.service)
  yp-tools/repos/extra-x86_64/PKGBUILD
    (from rev 162156, yp-tools/repos/testing-x86_64/PKGBUILD)
  yp-tools/repos/extra-x86_64/domainname.service
    (from rev 162156, yp-tools/repos/testing-x86_64/domainname.service)
Deleted:
  yp-tools/repos/extra-i686/PKGBUILD
  yp-tools/repos/extra-x86_64/PKGBUILD
  yp-tools/repos/testing-i686/
  yp-tools/repos/testing-x86_64/

---------------------------------+
 extra-i686/PKGBUILD             |   57 ++++++++++++++++++++------------------
 extra-i686/domainname.service   |   11 +++++++
 extra-x86_64/PKGBUILD           |   57 ++++++++++++++++++++------------------
 extra-x86_64/domainname.service |   11 +++++++
 4 files changed, 84 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-06-22 13:00:02 UTC (rev 162165)
+++ extra-i686/PKGBUILD	2012-06-22 13:00:08 UTC (rev 162166)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: 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=2
-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")
-sha1sums=('10b0ef5d4c5723e0716d7a1431a900c0ba6ef703')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-}

Copied: yp-tools/repos/extra-i686/PKGBUILD (from rev 162156, yp-tools/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-06-22 13:00:08 UTC (rev 162166)
@@ -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=3
+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/service/domainname.service"
+}
+md5sums=('ce1e06d86caa285fa8cd76fdf103f51e'
+         '8d354b76eb0df9a3b06637bfff87453b')

Copied: yp-tools/repos/extra-i686/domainname.service (from rev 162156, yp-tools/repos/testing-i686/domainname.service)
===================================================================
--- extra-i686/domainname.service	                        (rev 0)
+++ extra-i686/domainname.service	2012-06-22 13:00:08 UTC (rev 162166)
@@ -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

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-22 13:00:02 UTC (rev 162165)
+++ extra-x86_64/PKGBUILD	2012-06-22 13:00:08 UTC (rev 162166)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: 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=2
-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")
-sha1sums=('10b0ef5d4c5723e0716d7a1431a900c0ba6ef703')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-}

Copied: yp-tools/repos/extra-x86_64/PKGBUILD (from rev 162156, yp-tools/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-22 13:00:08 UTC (rev 162166)
@@ -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=3
+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/service/domainname.service"
+}
+md5sums=('ce1e06d86caa285fa8cd76fdf103f51e'
+         '8d354b76eb0df9a3b06637bfff87453b')

Copied: yp-tools/repos/extra-x86_64/domainname.service (from rev 162156, yp-tools/repos/testing-x86_64/domainname.service)
===================================================================
--- extra-x86_64/domainname.service	                        (rev 0)
+++ extra-x86_64/domainname.service	2012-06-22 13:00:08 UTC (rev 162166)
@@ -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