[arch-commits] Commit in rt-tests/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Fri Dec 10 19:33:38 UTC 2021


    Date: Friday, December 10, 2021 @ 19:33:38
  Author: dvzrv
Revision: 1068151

archrelease: copy trunk to community-testing-x86_64

Added:
  rt-tests/repos/community-testing-x86_64/PKGBUILD
    (from rev 1068150, rt-tests/trunk/PKGBUILD)
Deleted:
  rt-tests/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-10 19:33:31 UTC (rev 1068150)
+++ PKGBUILD	2021-12-10 19:33:38 UTC (rev 1068151)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Joakim Hernberg <jhernberg at alchemy dot lu>
-
-pkgname=rt-tests
-pkgver=2.2
-pkgrel=2
-pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
-arch=('x86_64')
-url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/"
-license=('GPL2')
-groups=('realtime')
-depends=('glibc')
-makedepends=('numactl' 'python')
-optdepends=('bash: for determine_maximum_mpps.sh'
-            'numactl: for cyclictest, oslat and signaltest'
-            'python: for get_cyclictest_snapshot and hwlatdetect')
-source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('40a481651c24d05b8f283b370ec4330147600f9b82b43151481a47c4dfeef256ac4979f31f46cf6a18106d29fcd7df8ad909df9d4369d6b69ddb5395b2e5add8')
-b2sums=('835e1e755dfaab088475038379e58eb4064f781807bb92d60791196a67782a69ca59434ae6f9c00e2dada246b6179a65019044951ff97ea105fb1f21c28b2515')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export PYLIB=$(python -c 'import distutils.sysconfig;  print(distutils.sysconfig.get_python_lib())')
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix=/usr DESTDIR="${pkgdir}" install
-  install -vDm 644 {MAINTAINERS,README.markdown} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: rt-tests/repos/community-testing-x86_64/PKGBUILD (from rev 1068150, rt-tests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-10 19:33:38 UTC (rev 1068151)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Joakim Hernberg <jhernberg at alchemy dot lu>
+
+pkgname=rt-tests
+pkgver=2.3
+pkgrel=2
+pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
+arch=(x86_64)
+url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/"
+license=(GPL2)
+groups=(realtime)
+depends=(glibc)
+makedepends=(numactl python)
+optdepends=('bash: for determine_maximum_mpps.sh'
+            'numactl: for cyclictest, oslat and signaltest'
+            'python: for get_cyclictest_snapshot and hwlatdetect')
+source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('920e04c716a104b08c49ab5886723d68064c7a28a65078201198c3edb695d07e491ed05f62615400efa13b0ece3a74b82037aa23fec9e3b3e9577cc9686e0ed4')
+b2sums=('59bb723c1c724a0fbd6938069729e1ac264e72d30ff860079f4d90cf52dd781c211712a61872dd7f3ce28abfb0d5badab08b37ecb69194c7b1d2305d981bbfc9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export PYLIB=$(python -c 'import distutils.sysconfig;  print(distutils.sysconfig.get_python_lib())')
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -vDm 644 {MAINTAINERS,README.markdown} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list