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

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


    Date: Thursday, May 26, 2016 @ 02:11:19
  Author: seblu
Revision: 268587

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

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

-------------------------+
 /PKGBUILD               |   74 ++++++++++++++++++++++++++++++++++++++++++++++
 core-i686/PKGBUILD      |   37 -----------------------
 core-i686/tar.install   |   22 -------------
 core-x86_64/PKGBUILD    |   37 -----------------------
 core-x86_64/tar.install |   22 -------------
 5 files changed, 74 insertions(+), 118 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2016-05-26 00:11:17 UTC (rev 268586)
+++ core-i686/PKGBUILD	2016-05-26 00:11:19 UTC (rev 268587)
@@ -1,37 +0,0 @@
-# $Id$
-# Mainainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=tar
-pkgver=1.28
-pkgrel=1
-pkgdesc='Utility used to store, backup, and transport files'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/tar/tar.html'
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'acl' 'attr')
-options=('!emptydirs')
-install=tar.install
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('49b6306167724fe48f419a33a5beb857'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tar/repos/core-i686/PKGBUILD (from rev 268586, tar/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2016-05-26 00:11:19 UTC (rev 268587)
@@ -0,0 +1,37 @@
+# $Id$
+# Mainainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=tar
+pkgver=1.29
+pkgrel=1
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/tar/tar.html'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('a1802fec550baaeecff6c381629653ef'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-i686/tar.install
===================================================================
--- core-i686/tar.install	2016-05-26 00:11:17 UTC (rev 268586)
+++ core-i686/tar.install	2016-05-26 00:11:19 UTC (rev 268587)
@@ -1,22 +0,0 @@
-# vim:set ts=2 sw=2 et:
-
-infodir=usr/share/info
-filelist=(tar.info tar.info-1 tar.info-2)
-
-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.gz" "$infodir/dir" 2> /dev/null
-  done
-}

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2016-05-26 00:11:17 UTC (rev 268586)
+++ core-x86_64/PKGBUILD	2016-05-26 00:11:19 UTC (rev 268587)
@@ -1,37 +0,0 @@
-# $Id$
-# Mainainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=tar
-pkgver=1.28
-pkgrel=1
-pkgdesc='Utility used to store, backup, and transport files'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/tar/tar.html'
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'acl' 'attr')
-options=('!emptydirs')
-install=tar.install
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('49b6306167724fe48f419a33a5beb857'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tar/repos/core-x86_64/PKGBUILD (from rev 268586, tar/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2016-05-26 00:11:19 UTC (rev 268587)
@@ -0,0 +1,37 @@
+# $Id$
+# Mainainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=tar
+pkgver=1.29
+pkgrel=1
+pkgdesc='Utility used to store, backup, and transport files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/tar/tar.html'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'acl' 'attr')
+options=('!emptydirs')
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('a1802fec550baaeecff6c381629653ef'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/tar
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/tar.install
===================================================================
--- core-x86_64/tar.install	2016-05-26 00:11:17 UTC (rev 268586)
+++ core-x86_64/tar.install	2016-05-26 00:11:19 UTC (rev 268587)
@@ -1,22 +0,0 @@
-# vim:set ts=2 sw=2 et:
-
-infodir=usr/share/info
-filelist=(tar.info tar.info-1 tar.info-2)
-
-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.gz" "$infodir/dir" 2> /dev/null
-  done
-}



More information about the arch-commits mailing list