[arch-commits] Commit in diffutils/repos (6 files)

Sébastien Luttringer seblu at archlinux.org
Sat Aug 27 14:09:09 UTC 2016


    Date: Saturday, August 27, 2016 @ 14:09:09
  Author: seblu
Revision: 274751

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

Added:
  diffutils/repos/core-i686/PKGBUILD
    (from rev 274750, diffutils/repos/testing-i686/PKGBUILD)
  diffutils/repos/core-x86_64/PKGBUILD
    (from rev 274750, diffutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  diffutils/repos/core-i686/PKGBUILD
  diffutils/repos/core-x86_64/PKGBUILD
  diffutils/repos/testing-i686/
  diffutils/repos/testing-x86_64/

----------------------+
 /PKGBUILD            |   72 +++++++++++++++++++++++++++++++++++++++++++++++++
 core-i686/PKGBUILD   |   36 ------------------------
 core-x86_64/PKGBUILD |   36 ------------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2016-08-27 12:20:20 UTC (rev 274750)
+++ core-i686/PKGBUILD	2016-08-27 14:09:09 UTC (rev 274751)
@@ -1,36 +0,0 @@
-# $Id$
-# Mainainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=diffutils
-pkgver=3.4
-pkgrel=1
-pkgdesc='Utility programs used for creating patch files'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/diffutils'
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'bash')
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('df9ca465f30307cffd03da176a43a5d4'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: diffutils/repos/core-i686/PKGBUILD (from rev 274750, diffutils/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2016-08-27 14:09:09 UTC (rev 274751)
@@ -0,0 +1,36 @@
+# $Id$
+# Mainainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=diffutils
+pkgver=3.5
+pkgrel=1
+pkgdesc='Utility programs used for creating patch files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/diffutils'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('569354697ff1cfc9a9de3781361015fa'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  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/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2016-08-27 12:20:20 UTC (rev 274750)
+++ core-x86_64/PKGBUILD	2016-08-27 14:09:09 UTC (rev 274751)
@@ -1,36 +0,0 @@
-# $Id$
-# Mainainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=diffutils
-pkgver=3.4
-pkgrel=1
-pkgdesc='Utility programs used for creating patch files'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/diffutils'
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'bash')
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('df9ca465f30307cffd03da176a43a5d4'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: diffutils/repos/core-x86_64/PKGBUILD (from rev 274750, diffutils/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2016-08-27 14:09:09 UTC (rev 274751)
@@ -0,0 +1,36 @@
+# $Id$
+# Mainainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=diffutils
+pkgver=3.5
+pkgrel=1
+pkgdesc='Utility programs used for creating patch files'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/diffutils'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('569354697ff1cfc9a9de3781361015fa'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list