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

Ike Devolder idevolder at archlinux.org
Mon Nov 4 08:19:38 UTC 2019


    Date: Monday, November 4, 2019 @ 08:19:38
  Author: idevolder
Revision: 523683

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 08:19:31 UTC (rev 523682)
+++ PKGBUILD	2019-11-04 08:19:38 UTC (rev 523683)
@@ -1,35 +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=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"
-}

Copied: atop/repos/community-x86_64/PKGBUILD (from rev 523682, atop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 08:19:38 UTC (rev 523683)
@@ -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.5.0
+pkgrel=1
+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=('675bbd902d8fe584b1ff47c275ee06d7bfe9127fadf79825ca64bbb6bcb6c34cab485e0686854d805bbdfaf69ebb40d790f7cc00c788544bff73b49c3d24dc08'
+            '472a43abfe4bab9169ffce0f365547d646c6a4edb43b4092e893541d6641832cabcf9d8c9ab0332018854d9de5cf2d88a66cdcc5aaa75702cffd83ccb917fc34')
+
+#prepare() {
+    #cd "$pkgname-$pkgver"
+    #patch -p1 -i "$srcdir/1e93ac6a8e486dfda633af049c950040020373c9.patch"
+#}
+
+build() {
+    cd "$pkgname-$pkgver"
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    ## default folder not properly created
+    mkdir -p "$pkgdir/etc/default"
+    make DESTDIR="$pkgdir" systemdinstall SBINPATH=/usr/bin
+    install -Dm644 "$srcdir/atop.default" "$pkgdir/etc/default/atop"
+}

Deleted: atop.default
===================================================================
--- atop.default	2019-11-04 08:19:31 UTC (rev 523682)
+++ atop.default	2019-11-04 08:19:38 UTC (rev 523683)
@@ -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 523682, atop/trunk/atop.default)
===================================================================
--- atop.default	                        (rev 0)
+++ atop.default	2019-11-04 08:19:38 UTC (rev 523683)
@@ -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