[arch-commits] Commit in coreutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-03-06 Thread Sébastien Luttringer via arch-commits
Date: Friday, March 6, 2020 @ 13:09:36
  Author: seblu
Revision: 376862

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 376861, coreutils/trunk/PKGBUILD)

--+
 PKGBUILD |   52 
 1 file changed, 52 insertions(+)

Copied: coreutils/repos/testing-x86_64/PKGBUILD (from rev 376861, 
coreutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-03-06 13:09:36 UTC (rev 376862)
@@ -0,0 +1,52 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.32
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/coreutils/'
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+sha256sums=('4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in coreutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-11-12 Thread Allan McRae via arch-commits
Date: Tuesday, November 12, 2019 @ 11:05:32
  Author: allan
Revision: 367864

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 367863, coreutils/trunk/PKGBUILD)

--+
 PKGBUILD |   52 
 1 file changed, 52 insertions(+)

Copied: coreutils/repos/testing-x86_64/PKGBUILD (from rev 367863, 
coreutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-12 11:05:32 UTC (rev 367864)
@@ -0,0 +1,52 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.31
+pkgrel=3
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/coreutils/'
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('0009a224d8e288e8ec406ef0161f9293'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in coreutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-10-06 Thread Sébastien Luttringer via arch-commits
Date: Sunday, October 6, 2019 @ 15:33:51
  Author: seblu
Revision: 363945

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 363944, coreutils/trunk/PKGBUILD)

--+
 PKGBUILD |   52 
 1 file changed, 52 insertions(+)

Copied: coreutils/repos/testing-x86_64/PKGBUILD (from rev 363944, 
coreutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-06 15:33:51 UTC (rev 363945)
@@ -0,0 +1,52 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.31
+pkgrel=2
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/coreutils/'
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('0009a224d8e288e8ec406ef0161f9293'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in coreutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-03-11 Thread Sébastien Luttringer via arch-commits
Date: Monday, March 11, 2019 @ 06:31:36
  Author: seblu
Revision: 347682

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 347681, coreutils/trunk/PKGBUILD)

--+
 PKGBUILD |   53 +
 1 file changed, 53 insertions(+)

Copied: coreutils/repos/testing-x86_64/PKGBUILD (from rev 347681, 
coreutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-11 06:31:36 UTC (rev 347682)
@@ -0,0 +1,53 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.31
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/coreutils/'
+groups=('base')
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('0009a224d8e288e8ec406ef0161f9293'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in coreutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-08-19 Thread Sébastien Luttringer via arch-commits
Date: Sunday, August 19, 2018 @ 09:59:35
  Author: seblu
Revision: 332642

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 332641, coreutils/trunk/PKGBUILD)

--+
 PKGBUILD |   54 ++
 1 file changed, 54 insertions(+)

Copied: coreutils/repos/testing-x86_64/PKGBUILD (from rev 332641, 
coreutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-19 09:59:35 UTC (rev 332642)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.30
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/coreutils/'
+groups=('base')
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('ab06d68949758971fe744db66b572816'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in coreutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-29 Thread Sébastien Luttringer via arch-commits
Date: Friday, December 29, 2017 @ 12:08:41
  Author: seblu
Revision: 313757

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 313756, coreutils/trunk/PKGBUILD)

--+
 PKGBUILD |   54 ++
 1 file changed, 54 insertions(+)

Copied: coreutils/repos/testing-x86_64/PKGBUILD (from rev 313756, 
coreutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-29 12:08:41 UTC (rev 313757)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.29
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/coreutils/'
+groups=('base')
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('960cfe75a42c9907c71439f8eb436303'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in coreutils/repos (testing-x86_64)

2011-06-09 Thread Gaetan Bisson
Date: Thursday, June 9, 2011 @ 20:57:10
  Author: bisson
Revision: 127044

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2011-06-02 Thread Gaetan Bisson
Date: Thursday, June 2, 2011 @ 10:38:11
  Author: bisson
Revision: 126201

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2011-04-27 Thread Allan McRae
Date: Wednesday, April 27, 2011 @ 07:06:15
  Author: allan
Revision: 120922

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2011-04-13 Thread Allan McRae
Date: Wednesday, April 13, 2011 @ 21:53:16
  Author: allan
Revision: 119716

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2011-02-04 Thread Allan McRae
Date: Friday, February 4, 2011 @ 18:06:02
  Author: allan
Revision: 108938

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2011-01-04 Thread Allan McRae
Date: Tuesday, January 4, 2011 @ 18:44:40
  Author: allan
Revision: 104812

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2010-12-22 Thread Allan McRae
Date: Wednesday, December 22, 2010 @ 22:09:23
  Author: allan
Revision: 103788

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2010-11-13 Thread Allan McRae
Date: Saturday, November 13, 2010 @ 20:30:48
  Author: allan
Revision: 99305

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2010-10-18 Thread Allan McRae
Date: Monday, October 18, 2010 @ 23:32:49
  Author: allan
Revision: 96156

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2010-06-13 Thread Allan McRae
Date: Sunday, June 13, 2010 @ 08:09:13
  Author: allan
Revision: 82553

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2010-04-29 Thread Allan McRae
Date: Thursday, April 29, 2010 @ 06:26:34
  Author: allan
Revision: 78874

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2010-04-13 Thread Allan McRae
Date: Tuesday, April 13, 2010 @ 07:56:19
  Author: allan
Revision: 77452

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2010-01-14 Thread Allan McRae
Date: Thursday, January 14, 2010 @ 10:04:38
  Author: allan
Revision: 63092

archrelease: new repo testing-x86_64

Added:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2010-01-14 Thread Allan McRae
Date: Thursday, January 14, 2010 @ 10:05:00
  Author: allan
Revision: 63093

Initialized merge tracking via svnmerge with revisions 1-63091 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/coreutils/trunk

Modified:
  coreutils/repos/testing-x86_64/   (properties)


Property changes on: coreutils/repos/testing-x86_64
___
Added: svnmerge-integrated
   + /coreutils/trunk:1-63091



[arch-commits] Commit in coreutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2009-12-12 Thread Allan McRae
Date: Saturday, December 12, 2009 @ 05:47:39
  Author: allan
Revision: 61125

Merged revisions 61123 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/coreutils/trunk


  r61123 | allan | 2009-12-12 20:40:42 +1000 (Sat, 12 Dec 2009) | 2 lines
  
  upgpkg: coreutils 8.2-1
  upstream update


Modified:
  coreutils/repos/testing-x86_64/   (properties)
  coreutils/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Property changes on: coreutils/repos/testing-x86_64
___
Modified: svnmerge-integrated
   - /coreutils/trunk:1-59849
   + /coreutils/trunk:1-61124

Modified: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2009-12-12 10:41:36 UTC (rev 61124)
+++ testing-x86_64/PKGBUILD 2009-12-12 10:47:39 UTC (rev 61125)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=coreutils
-pkgver=8.1
+pkgver=8.2
 pkgrel=1
 pkgdesc=The basic file, shell and text manipulation utilities of the GNU 
operating system
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
coreutils-pam.patch
coreutils-6.10-configuration.patch
su)
-md5sums=('4cde9f31604f4da188ed302ca55545ea'
+md5sums=('dfb0d3dbc5f555386339f4f74621cda0'
  '0ccdad826d251515b61d4b60da93a7e5'
  'c4fcca138b6abf6d443d48a6f0cd8833'
  '7efee4d5b3653711f9e229493316841c'
@@ -63,7 +63,7 @@
   chmod -v 4555 ${pkgdir}/bin/su
 
   # binaries required by various scripts
-  _bin=cut dd dir dircolors du install mkfifo readlink shred \
+  _bin=cut dir dircolors du install mkfifo readlink shred \
 sleep touch tr vdir
   mv ${_bin} $pkgdir/bin
   ln -sf /bin/sleep ${pkgdir}/usr/bin/sleep



[arch-commits] Commit in coreutils/repos (testing-x86_64)

2009-11-27 Thread Allan McRae
Date: Saturday, November 28, 2009 @ 01:09:54
  Author: allan
Revision: 59850

archrelease: new repo testing-x86_64

Added:
  coreutils/repos/testing-x86_64/