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

Ike Devolder idevolder at archlinux.org
Mon Sep 30 18:11:58 UTC 2019


    Date: Monday, September 30, 2019 @ 18:11:58
  Author: idevolder
Revision: 512209

archrelease: copy trunk to community-x86_64

Added:
  atop/repos/community-x86_64/PKGBUILD
    (from rev 512208, atop/trunk/PKGBUILD)
  atop/repos/community-x86_64/atop.default
    (from rev 512208, atop/trunk/atop.default)
Deleted:
  atop/repos/community-x86_64/PKGBUILD
  atop/repos/community-x86_64/atop.default

--------------+
 PKGBUILD     |   67 +++++++++++++++++++++++++++++----------------------------
 atop.default |    6 ++---
 2 files changed, 38 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-30 18:11:51 UTC (rev 512208)
+++ PKGBUILD	2019-09-30 18:11:58 UTC (rev 512209)
@@ -1,32 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: John Gerritse <john.gerritse at gmail.com>
-
-pkgname=atop
-pkgver=2.4.0
-pkgrel=2
-pkgdesc='A system and process level monitor'
-arch=('x86_64')
-url='https://www.atoptool.nl/'
-license=('GPL')
-depends=('ncurses' 'sh' 'zlib' 'cron')
-backup=('etc/default/atop')
-source=("https://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz"
-        'atop.default')
-sha512sums=('2d0bbecc13bd64427263372b50f50d3278d1e0401e7f2eefe6ff20a874da6315271c885cef3492cde60a2955d1c8db4d8522c3374edcedf1a6992b8fa97c8f18'
-            '472a43abfe4bab9169ffce0f365547d646c6a4edb43b4092e893541d6641832cabcf9d8c9ab0332018854d9de5cf2d88a66cdcc5aaa75702cffd83ccb917fc34')
-
-#prepare() {
-    #cd "$pkgname-$pkgver"
-#}
-
-build() {
-    cd "$pkgname-$pkgver"
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" systemdinstall SBINPATH=/usr/bin
-    install -Dm644 "$srcdir/atop.default" "$pkgdir/etc/default/atop"
-}

Copied: atop/repos/community-x86_64/PKGBUILD (from rev 512208, atop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-30 18:11:58 UTC (rev 512209)
@@ -0,0 +1,35 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: John Gerritse <john.gerritse at gmail.com>
+
+pkgname=atop
+pkgver=2.4.0
+pkgrel=3
+pkgdesc='A system and process level monitor'
+arch=('x86_64')
+url='https://www.atoptool.nl/'
+license=('GPL')
+depends=('ncurses' 'sh' 'zlib' 'cron')
+backup=('etc/default/atop')
+source=("https://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz"
+        'atop.default'
+        'https://github.com/Atoptool/atop/commit/1e93ac6a8e486dfda633af049c950040020373c9.patch')
+sha512sums=('2d0bbecc13bd64427263372b50f50d3278d1e0401e7f2eefe6ff20a874da6315271c885cef3492cde60a2955d1c8db4d8522c3374edcedf1a6992b8fa97c8f18'
+            '472a43abfe4bab9169ffce0f365547d646c6a4edb43b4092e893541d6641832cabcf9d8c9ab0332018854d9de5cf2d88a66cdcc5aaa75702cffd83ccb917fc34'
+            'd2ee979b0dda1555940f6ee46af9c1c824a5e17356018b5e7dd779cdd9a91f060876f0cbca5a48e8275c92a3a20b513750709fb2461288943fe5423603b96152')
+
+prepare() {
+    cd "$pkgname-$pkgver"
+    patch -p1 -i "$srcdir/1e93ac6a8e486dfda633af049c950040020373c9.patch"
+}
+
+build() {
+    cd "$pkgname-$pkgver"
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" systemdinstall SBINPATH=/usr/bin
+    install -Dm644 "$srcdir/atop.default" "$pkgdir/etc/default/atop"
+}

Deleted: atop.default
===================================================================
--- atop.default	2019-09-30 18:11:51 UTC (rev 512208)
+++ atop.default	2019-09-30 18:11:58 UTC (rev 512209)
@@ -1,3 +0,0 @@
-#LOGOPTS="-R"      # default options
-#LOGINTERVAL=600   # default interval in seconds
-#LOGGENERATIONS=28 # default number of days

Copied: atop/repos/community-x86_64/atop.default (from rev 512208, atop/trunk/atop.default)
===================================================================
--- atop.default	                        (rev 0)
+++ atop.default	2019-09-30 18:11:58 UTC (rev 512209)
@@ -0,0 +1,3 @@
+#LOGOPTS="-R"      # default options
+#LOGINTERVAL=600   # default interval in seconds
+#LOGGENERATIONS=28 # default number of days



More information about the arch-commits mailing list