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

Sébastien Luttringer seblu at archlinux.org
Thu May 26 00:11:21 UTC 2016


    Date: Thursday, May 26, 2016 @ 02:11:20
  Author: seblu
Revision: 268588

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

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 core-i686/PKGBUILD        |   32 ----------------------
 core-i686/which.install   |   20 --------------
 core-x86_64/PKGBUILD      |   32 ----------------------
 core-x86_64/which.install |   20 --------------
 5 files changed, 62 insertions(+), 104 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2016-05-26 00:11:19 UTC (rev 268587)
+++ core-i686/PKGBUILD	2016-05-26 00:11:20 UTC (rev 268588)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=which
-pkgver=2.21
-pkgrel=1
-pkgdesc='A utility to show the full path of commands'
-arch=('i686' 'x86_64')
-url='http://savannah.gnu.org/projects/which'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('glibc' 'bash')
-install=which.install
-# gpg key is using deprecated md5 algo, do not use
-# check if a new one is issued in the next release
-source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('097ff1a324ae02e0a3b0369f07a7544a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: which/repos/core-i686/PKGBUILD (from rev 268587, which/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2016-05-26 00:11:20 UTC (rev 268588)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=which
+pkgver=2.21
+pkgrel=2
+pkgdesc='A utility to show the full path of commands'
+arch=('i686' 'x86_64')
+url='http://savannah.gnu.org/projects/which'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'bash')
+# gpg key is using deprecated md5 algo, do not use
+# check if a new one is issued in the next release
+source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('097ff1a324ae02e0a3b0369f07a7544a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-i686/which.install
===================================================================
--- core-i686/which.install	2016-05-26 00:11:19 UTC (rev 268587)
+++ core-i686/which.install	2016-05-26 00:11:20 UTC (rev 268588)
@@ -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
-}

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2016-05-26 00:11:19 UTC (rev 268587)
+++ core-x86_64/PKGBUILD	2016-05-26 00:11:20 UTC (rev 268588)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=which
-pkgver=2.21
-pkgrel=1
-pkgdesc='A utility to show the full path of commands'
-arch=('i686' 'x86_64')
-url='http://savannah.gnu.org/projects/which'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('glibc' 'bash')
-install=which.install
-# gpg key is using deprecated md5 algo, do not use
-# check if a new one is issued in the next release
-source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('097ff1a324ae02e0a3b0369f07a7544a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: which/repos/core-x86_64/PKGBUILD (from rev 268587, which/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2016-05-26 00:11:20 UTC (rev 268588)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=which
+pkgver=2.21
+pkgrel=2
+pkgdesc='A utility to show the full path of commands'
+arch=('i686' 'x86_64')
+url='http://savannah.gnu.org/projects/which'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'bash')
+# gpg key is using deprecated md5 algo, do not use
+# check if a new one is issued in the next release
+source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('097ff1a324ae02e0a3b0369f07a7544a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/which.install
===================================================================
--- core-x86_64/which.install	2016-05-26 00:11:19 UTC (rev 268587)
+++ core-x86_64/which.install	2016-05-26 00:11:20 UTC (rev 268588)
@@ -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
-}



More information about the arch-commits mailing list