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

Sébastien Luttringer seblu at archlinux.org
Thu Jun 1 18:55:56 UTC 2017


    Date: Thursday, June 1, 2017 @ 18:55:55
  Author: seblu
Revision: 297326

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

Added:
  diffutils/repos/core-i686/PKGBUILD
    (from rev 297325, diffutils/repos/testing-i686/PKGBUILD)
  diffutils/repos/core-x86_64/PKGBUILD
    (from rev 297325, 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	2017-06-01 18:55:33 UTC (rev 297325)
+++ core-i686/PKGBUILD	2017-06-01 18:55:55 UTC (rev 297326)
@@ -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.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:

Copied: diffutils/repos/core-i686/PKGBUILD (from rev 297325, diffutils/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2017-06-01 18:55:55 UTC (rev 297326)
@@ -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.6
+pkgrel=1
+pkgdesc='Utility programs used for creating patch files'
+arch=('i686' 'x86_64')
+url='https://www.gnu.org/software/diffutils'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('07cf286672ced26fba54cd0313bdc071'
+         '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	2017-06-01 18:55:33 UTC (rev 297325)
+++ core-x86_64/PKGBUILD	2017-06-01 18:55:55 UTC (rev 297326)
@@ -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.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:

Copied: diffutils/repos/core-x86_64/PKGBUILD (from rev 297325, diffutils/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2017-06-01 18:55:55 UTC (rev 297326)
@@ -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.6
+pkgrel=1
+pkgdesc='Utility programs used for creating patch files'
+arch=('i686' 'x86_64')
+url='https://www.gnu.org/software/diffutils'
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('07cf286672ced26fba54cd0313bdc071'
+         '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