[arch-commits] Commit in uutils-coreutils/repos/community-x86_64 (4 files)

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun May 22 22:33:46 UTC 2022


    Date: Sunday, May 22, 2022 @ 22:33:46
  Author: orhun
Revision: 1210083

archrelease: copy trunk to community-x86_64

Added:
  uutils-coreutils/repos/community-x86_64/PKGBUILD
    (from rev 1210082, uutils-coreutils/trunk/PKGBUILD)
  uutils-coreutils/repos/community-x86_64/tests.patch
    (from rev 1210082, uutils-coreutils/trunk/tests.patch)
Deleted:
  uutils-coreutils/repos/community-x86_64/PKGBUILD
  uutils-coreutils/repos/community-x86_64/tests.patch

-------------+
 PKGBUILD    |  118 +++++++++++++++++++++++++++++-----------------------------
 tests.patch |   20 ++++-----
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-22 22:33:31 UTC (rev 1210082)
+++ PKGBUILD	2022-05-22 22:33:46 UTC (rev 1210083)
@@ -1,59 +0,0 @@
-# Maintainer: Filipe Laíns (ffy00) <lains at archlinux.org>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-
-_pkgname=coreutils
-pkgname=uutils-$_pkgname
-pkgver=0.0.13
-pkgrel=2
-pkgdesc='Cross-platform Rust rewrite of the GNU coreutils'
-arch=('x86_64')
-url='https://github.com/uutils/coreutils'
-license=('MIT')
-depends=('glibc' 'gcc-libs')
-makedepends=('rust' 'cargo' 'python-sphinx')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-        tests.patch)
-sha512sums=('80b76c13258945aa85925728141ee0b78de5ca385bd0a6f9d43f5b4008b30ac2ee52fca7f45df094e31f9231b45f2036a97143f9cefb46e8891268fc7e8e0c9b'
-            '1a84aefb95cf6d4ae7582948c5ab3c357269dcd5b2261006b006f7a1b37d3d2a336c47479ab98a390661ee376b9813408af849a91ba0f2bd2493c6a680e07f2a')
-options=('!lto')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  sed 's|"bin"|"builduser"|g' -i tests/by-util/test_{chgrp,chown}.rs
-  patch -Np1 < ../tests.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  make PROFILE=release
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  make test \
-      PROFILE=release \
-      CARGOFLAGS=--release \
-      TEST_NO_FAIL_FAST="--no-fail-fast -- \
-        --skip test_chown::test_big_p \
-        --skip test_chgrp::test_big_p \
-        --skip test_chgrp::test_big_h"
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  make install \
-      DESTDIR="$pkgdir" \
-      PREFIX=/usr \
-      MANDIR=/share/man/man1 \
-      PROG_PREFIX=uu- \
-      PROFILE=release \
-      MULTICALL=y
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: uutils-coreutils/repos/community-x86_64/PKGBUILD (from rev 1210082, uutils-coreutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-22 22:33:46 UTC (rev 1210083)
@@ -0,0 +1,59 @@
+# Maintainer: Filipe Laíns (ffy00) <lains at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+
+_pkgname=coreutils
+pkgname=uutils-$_pkgname
+pkgver=0.0.14
+pkgrel=1
+pkgdesc='Cross-platform Rust rewrite of the GNU coreutils'
+arch=('x86_64')
+url='https://github.com/uutils/coreutils'
+license=('MIT')
+depends=('glibc' 'gcc-libs')
+makedepends=('rust' 'cargo' 'python-sphinx')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+        tests.patch)
+sha512sums=('99a023d192505bafc2cbd25bd1df63d35bb89ef6aca2d5a71404aef95f13d7cc42ceec5ad0cba8b2a63a6e5abefbb5be3e8c2375144b55e0cb47e1e2361d1577'
+            '1a84aefb95cf6d4ae7582948c5ab3c357269dcd5b2261006b006f7a1b37d3d2a336c47479ab98a390661ee376b9813408af849a91ba0f2bd2493c6a680e07f2a')
+options=('!lto')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  sed 's|"bin"|"builduser"|g' -i tests/by-util/test_{chgrp,chown}.rs
+  patch -Np1 < ../tests.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  make PROFILE=release
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  make test \
+      PROFILE=release \
+      CARGOFLAGS=--release \
+      TEST_NO_FAIL_FAST="--no-fail-fast -- \
+        --skip test_chown::test_big_p \
+        --skip test_chgrp::test_big_p \
+        --skip test_chgrp::test_big_h"
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  make install \
+      DESTDIR="$pkgdir" \
+      PREFIX=/usr \
+      MANDIR=/share/man/man1 \
+      PROG_PREFIX=uu- \
+      PROFILE=release \
+      MULTICALL=y
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: tests.patch
===================================================================
--- tests.patch	2022-05-22 22:33:31 UTC (rev 1210082)
+++ tests.patch	2022-05-22 22:33:46 UTC (rev 1210083)
@@ -1,10 +0,0 @@
---- a/GNUmakefile	2021-03-10 16:28:55.907870273 +0100
-+++ b/GNUmakefile	2021-03-10 16:29:10.181165402 +0100
-@@ -175,6 +175,7 @@
- 	fold \
- 	hashsum \
- 	head \
-+	id \
- 	install \
- 	link \
- 	ln \

Copied: uutils-coreutils/repos/community-x86_64/tests.patch (from rev 1210082, uutils-coreutils/trunk/tests.patch)
===================================================================
--- tests.patch	                        (rev 0)
+++ tests.patch	2022-05-22 22:33:46 UTC (rev 1210083)
@@ -0,0 +1,10 @@
+--- a/GNUmakefile	2021-03-10 16:28:55.907870273 +0100
++++ b/GNUmakefile	2021-03-10 16:29:10.181165402 +0100
+@@ -175,6 +175,7 @@
+ 	fold \
+ 	hashsum \
+ 	head \
++	id \
+ 	install \
+ 	link \
+ 	ln \



More information about the arch-commits mailing list