[arch-commits] Commit in run-parts/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Mon Aug 29 16:51:36 UTC 2011


    Date: Monday, August 29, 2011 @ 12:51:36
  Author: pierre
Revision: 136455

db-move: moved run-parts from [testing] to [core] (x86_64)

Added:
  run-parts/repos/core-x86_64/PKGBUILD
    (from rev 136453, run-parts/repos/testing-x86_64/PKGBUILD)
Deleted:
  run-parts/repos/core-x86_64/PKGBUILD
  run-parts/repos/testing-x86_64/

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 28 insertions(+), 25 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2011-08-29 16:51:35 UTC (rev 136454)
+++ core-x86_64/PKGBUILD	2011-08-29 16:51:36 UTC (rev 136455)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=run-parts
-pkgver=3.4.4
-pkgrel=1
-pkgdesc='run scripts or programs in a directory'
-arch=('i686' 'x86_64')
-url='http://packages.qa.debian.org/d/debianutils.html'
-license=('GPL')
-depends=('glibc')
-source=("http://ftp.de.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.gz")
-sha256sums=('f5d6f6116bb2b474399c07f519c3a30bcda5c85994b43195fdf09508031c72fe')
-
-build() {
-	cd $srcdir/debianutils-$pkgver
-	./configure --prefix=/usr
-	make run-parts
-}
-
-package() {
-	cd $srcdir/debianutils-$pkgver
-	install -D -m755 run-parts $pkgdir/usr/bin/run-parts
-	install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
-}

Copied: run-parts/repos/core-x86_64/PKGBUILD (from rev 136453, run-parts/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2011-08-29 16:51:36 UTC (rev 136455)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=run-parts
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=("http://ftp.de.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.gz")
+sha256sums=('c2fca92e93437ea5f0904f12847779d67b13d4b9d6ca85b8213e678a03ed76dc')
+
+build() {
+	cd $srcdir/debianutils-$pkgver
+	./configure --prefix=/usr
+	make run-parts
+}
+
+package() {
+	cd $srcdir/debianutils-$pkgver
+	install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+	install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+	for l in po4a/*/run-parts.8; do
+		install -D -m644  ${l} $pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+	done
+}




More information about the arch-commits mailing list