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

Orhun Parmaksiz orhun at archlinux.org
Mon Apr 5 21:03:10 UTC 2021


    Date: Monday, April 5, 2021 @ 21:03:09
  Author: orhun
Revision: 911997

archrelease: copy trunk to community-x86_64

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

-------------+
 PKGBUILD    |  107 +++++++++++++++++++++++++++++-----------------------------
 tests.patch |   20 +++++-----
 2 files changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-05 21:00:50 UTC (rev 911996)
+++ PKGBUILD	2021-04-05 21:03:09 UTC (rev 911997)
@@ -1,53 +0,0 @@
-# Maintainer: Filipe Laíns (ffy00) <lains at archlinux.org>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pkgname=coreutils
-pkgname=uutils-$_pkgname
-pkgver=0.0.4
-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=('5d5719a0362a20c3a5ee85683c436a1bfcf5b8bf922ebe60c58f620b93d3bdf67c658a987cb8281b160442bd98cb7b4b00bacd9e3814d1b0ae3b6dd1cd43ec83'
-            '1a84aefb95cf6d4ae7582948c5ab3c357269dcd5b2261006b006f7a1b37d3d2a336c47479ab98a390661ee376b9813408af849a91ba0f2bd2493c6a680e07f2a')
-
-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"
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  make install \
-      DESTDIR="$pkgdir" \
-      PREFIX=/usr \
-      MANDIR=/share/man/man1 \
-      PROG_PREFIX=uu- \
-      PROFILE=release
-
-  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 911996, uutils-coreutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-05 21:03:09 UTC (rev 911997)
@@ -0,0 +1,54 @@
+# 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.6
+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=('e96121d3e5535f3c83abc001d8178fd4fd367b9309aed7be28ad4ba965e1fc02fa7f070338cd34b508fcfe99e78a53195e8f313500ba50c1ac7a825ba746c8d8'
+            '1a84aefb95cf6d4ae7582948c5ab3c357269dcd5b2261006b006f7a1b37d3d2a336c47479ab98a390661ee376b9813408af849a91ba0f2bd2493c6a680e07f2a')
+
+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"
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  make install \
+      DESTDIR="$pkgdir" \
+      PREFIX=/usr \
+      MANDIR=/share/man/man1 \
+      PROG_PREFIX=uu- \
+      PROFILE=release
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: tests.patch
===================================================================
--- tests.patch	2021-04-05 21:00:50 UTC (rev 911996)
+++ tests.patch	2021-04-05 21:03:09 UTC (rev 911997)
@@ -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 911996, uutils-coreutils/trunk/tests.patch)
===================================================================
--- tests.patch	                        (rev 0)
+++ tests.patch	2021-04-05 21:03:09 UTC (rev 911997)
@@ -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