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

Tom Gundersen tomegun at archlinux.org
Fri Aug 31 12:24:14 UTC 2012


    Date: Friday, August 31, 2012 @ 08:24:13
  Author: tomegun
Revision: 165833

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-08-31 11:00:37 UTC (rev 165832)
+++ extra-i686/PKGBUILD	2012-08-31 12:24:13 UTC (rev 165833)
@@ -1,31 +0,0 @@
-# $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/PKGBUILD (from rev 165832, yp-tools/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-08-31 12:24:13 UTC (rev 165833)
@@ -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')

Deleted: extra-i686/domainname.service
===================================================================
--- extra-i686/domainname.service	2012-08-31 11:00:37 UTC (rev 165832)
+++ extra-i686/domainname.service	2012-08-31 12:24:13 UTC (rev 165833)
@@ -1,11 +0,0 @@
-[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/extra-i686/domainname.service (from rev 165832, yp-tools/repos/testing-i686/domainname.service)
===================================================================
--- extra-i686/domainname.service	                        (rev 0)
+++ extra-i686/domainname.service	2012-08-31 12:24:13 UTC (rev 165833)
@@ -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-08-31 11:00:37 UTC (rev 165832)
+++ extra-x86_64/PKGBUILD	2012-08-31 12:24:13 UTC (rev 165833)
@@ -1,31 +0,0 @@
-# $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/PKGBUILD (from rev 165832, yp-tools/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-08-31 12:24:13 UTC (rev 165833)
@@ -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')

Deleted: extra-x86_64/domainname.service
===================================================================
--- extra-x86_64/domainname.service	2012-08-31 11:00:37 UTC (rev 165832)
+++ extra-x86_64/domainname.service	2012-08-31 12:24:13 UTC (rev 165833)
@@ -1,11 +0,0 @@
-[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/extra-x86_64/domainname.service (from rev 165832, yp-tools/repos/testing-x86_64/domainname.service)
===================================================================
--- extra-x86_64/domainname.service	                        (rev 0)
+++ extra-x86_64/domainname.service	2012-08-31 12:24:13 UTC (rev 165833)
@@ -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