[arch-commits] Commit in which/repos (5 files)

Allan McRae allan at archlinux.org
Fri Nov 4 23:36:19 UTC 2011


    Date: Friday, November 4, 2011 @ 19:36:18
  Author: allan
Revision: 142081

db-move: moved which from [testing] to [core] (i686)

Added:
  which/repos/core-i686/PKGBUILD
    (from rev 142056, which/repos/testing-i686/PKGBUILD)
  which/repos/core-i686/which.install
    (from rev 142056, which/repos/testing-i686/which.install)
Deleted:
  which/repos/core-i686/PKGBUILD
  which/repos/core-i686/which.install
  which/repos/testing-i686/

---------------+
 PKGBUILD      |   54 +++++++++++++++++++++++++++---------------------------
 which.install |   40 ++++++++++++++++++++--------------------
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2011-11-04 23:36:17 UTC (rev 142080)
+++ core-i686/PKGBUILD	2011-11-04 23:36:18 UTC (rev 142081)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=which
-pkgver=2.20
-pkgrel=4
-pkgdesc="A utility to show the full path of commands"
-arch=('i686' 'x86_64')
-url="http://www.xs4all.nl/~carlo17/which"
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'sh')
-install=which.install
-source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('95be0501a466e515422cde4af46b2744')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: which/repos/core-i686/PKGBUILD (from rev 142056, which/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2011-11-04 23:36:18 UTC (rev 142081)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=which
+pkgver=2.20
+pkgrel=5
+pkgdesc="A utility to show the full path of commands"
+arch=('i686' 'x86_64')
+url="http://www.xs4all.nl/~carlo17/which"
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'sh')
+install=which.install
+source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('95be0501a466e515422cde4af46b2744')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: core-i686/which.install
===================================================================
--- core-i686/which.install	2011-11-04 23:36:17 UTC (rev 142080)
+++ core-i686/which.install	2011-11-04 23:36:18 UTC (rev 142081)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(which.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Copied: which/repos/core-i686/which.install (from rev 142056, which/repos/testing-i686/which.install)
===================================================================
--- core-i686/which.install	                        (rev 0)
+++ core-i686/which.install	2011-11-04 23:36:18 UTC (rev 142081)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(which.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}




More information about the arch-commits mailing list