sys-process/iotop-c
top utility for IO (C port)
ChangeLog
commit a89e7f4a5d8af8c009cac6b47b29d6a1edfea0a2
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Mon May 3 17:47:14 2021 +0300
sys-process/iotop-c: fix compilation with llvm[-gold]
The makefile adds LTO by default, resulting in failed compilation
when using llvm without gold.
By Adding `NO_FLTO=1` we disable LTO and it compiles.
Closes: https://bugs.gentoo.org/785538
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 3537c63f2c5fd1ecca3fe14213865a67087661bd
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Apr 23 19:32:04 2021 +0300
sys-process/iotop-c: fix CC and PKG_CONFIG calls
Closes: https://bugs.gentoo.org/785148
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit e41a04e7f068dddb13053fd7e662af4f0b5bbf0c
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Apr 23 19:29:21 2021 +0300
sys-process/iotop-c: add linux kernel config checks
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 6d89c833628bb825e31e94489e12da601f54bb4b
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Apr 23 19:26:25 2021 +0300
sys-process/iotop-c: add NET_ADMIN capability to binary
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 4c195dd747ba51f36dfce50ccbbadbb2e0fc046c
Author: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
Date: Tue Mar 23 22:47:35 2021 +0100
sys-process/iotop-c: bump to 1.17
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
commit 1a68b906cd67954d56bce2042f6b6c9221d0d417
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Jan 29 08:45:03 2021 +0200
sys-process/iotop-c: remove old version (1.15)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 6aedebd043034b3cd0e0de150592a5d21dceb598
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Jan 29 08:44:18 2021 +0200
sys-process/iotop-c: bump v1.16
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit f477d15ccb7cceae9a6727eb6f7fbff32631ed03
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Mon Oct 12 09:26:08 2020 +0300
sys-process/iotop-c: remove old versions
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 0248c17276f0e8c7a75beb6d6c65cf8fbec33ac5
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Mon Oct 12 09:25:22 2020 +0300
sys-process/iotop-c: bump v1.15
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit c3ee1beae51f4054f991f24659ae8aff0f14e153
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Wed Sep 2 08:27:05 2020 +0300
sys-process/iotop-c: bump v1.10
- upstream fixed ncursesw linking
- upstream added man file
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 40211fec30c655db9a1799026c50b3896ef7e601
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Aug 28 07:56:09 2020 +0300
sys-process/iotop-c: v1.9 bump
- after long hibernation, the project is active again
- fix ncursesw direct linking, use pkg-config for libs
- fix license to GPL-2+
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 4f2f4d28f86a166f5e81561a4dd1fe24478a3097
Author: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Date: Thu Apr 9 15:34:01 2020 +0200
sys-process/iotop-c: use _pre naming format
to adhere to the gentoo ebuild naming guidelines
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
commit 626e55e1aa2a23ccb8bd37ac0001a15b2483ea33
Author: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Date: Fri Mar 27 19:04:09 2020 +0100
sys-process/iotop-c: longdescription
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
commit cd40a8525d36bde554cffc5b5615ac9e45af7397
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Wed Apr 10 20:14:35 2019 +0300
sys-process/iotop-c: update long description in metadata.xml
Fix for review of: Ralph Seichter <gentoo@seichter.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 53c58a35ead80e4297535f96415e3fec8ca9cd16
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Tue Apr 9 20:29:52 2019 +0300
sys-process/iotop-c: top utility for IO (C port)
Port of sys-process/iotop which is written in Python to the C
language so it now runs without python at all. Last update was
on 2014-08-24, but works perfectly, therefore made a snapshot
package from the git repository.
Licensed under GPL-2.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Mon May 3 17:47:14 2021 +0300
sys-process/iotop-c: fix compilation with llvm[-gold]
The makefile adds LTO by default, resulting in failed compilation
when using llvm without gold.
By Adding `NO_FLTO=1` we disable LTO and it compiles.
Closes: https://bugs.gentoo.org/785538
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 3537c63f2c5fd1ecca3fe14213865a67087661bd
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Apr 23 19:32:04 2021 +0300
sys-process/iotop-c: fix CC and PKG_CONFIG calls
Closes: https://bugs.gentoo.org/785148
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit e41a04e7f068dddb13053fd7e662af4f0b5bbf0c
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Apr 23 19:29:21 2021 +0300
sys-process/iotop-c: add linux kernel config checks
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 6d89c833628bb825e31e94489e12da601f54bb4b
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Apr 23 19:26:25 2021 +0300
sys-process/iotop-c: add NET_ADMIN capability to binary
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 4c195dd747ba51f36dfce50ccbbadbb2e0fc046c
Author: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
Date: Tue Mar 23 22:47:35 2021 +0100
sys-process/iotop-c: bump to 1.17
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
commit 1a68b906cd67954d56bce2042f6b6c9221d0d417
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Jan 29 08:45:03 2021 +0200
sys-process/iotop-c: remove old version (1.15)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 6aedebd043034b3cd0e0de150592a5d21dceb598
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Jan 29 08:44:18 2021 +0200
sys-process/iotop-c: bump v1.16
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit f477d15ccb7cceae9a6727eb6f7fbff32631ed03
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Mon Oct 12 09:26:08 2020 +0300
sys-process/iotop-c: remove old versions
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 0248c17276f0e8c7a75beb6d6c65cf8fbec33ac5
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Mon Oct 12 09:25:22 2020 +0300
sys-process/iotop-c: bump v1.15
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit c3ee1beae51f4054f991f24659ae8aff0f14e153
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Wed Sep 2 08:27:05 2020 +0300
sys-process/iotop-c: bump v1.10
- upstream fixed ncursesw linking
- upstream added man file
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 40211fec30c655db9a1799026c50b3896ef7e601
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Fri Aug 28 07:56:09 2020 +0300
sys-process/iotop-c: v1.9 bump
- after long hibernation, the project is active again
- fix ncursesw direct linking, use pkg-config for libs
- fix license to GPL-2+
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 4f2f4d28f86a166f5e81561a4dd1fe24478a3097
Author: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Date: Thu Apr 9 15:34:01 2020 +0200
sys-process/iotop-c: use _pre naming format
to adhere to the gentoo ebuild naming guidelines
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
commit 626e55e1aa2a23ccb8bd37ac0001a15b2483ea33
Author: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Date: Fri Mar 27 19:04:09 2020 +0100
sys-process/iotop-c: longdescription
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
commit cd40a8525d36bde554cffc5b5615ac9e45af7397
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Wed Apr 10 20:14:35 2019 +0300
sys-process/iotop-c: update long description in metadata.xml
Fix for review of: Ralph Seichter <gentoo@seichter.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
commit 53c58a35ead80e4297535f96415e3fec8ca9cd16
Author: Zamarin Arthur <arthurzam@gmail.com>
Date: Tue Apr 9 20:29:52 2019 +0300
sys-process/iotop-c: top utility for IO (C port)
Port of sys-process/iotop which is written in Python to the C
language so it now runs without python at all. Last update was
on 2014-08-24, but works perfectly, therefore made a snapshot
package from the git repository.
Licensed under GPL-2.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>