net-analyzer / nload

Real time network traffic monitor for the command line interface

Official package sites : http://www.roland-riegel.de/nload/index.html · https://github.com/rolandriegel/nload ·

v0.7.5_pre20180309 :: 0 :: gentoo

Modified
License
GPL-2+
Keywords
amd64 arm ppc x86 ~mips

sys-libs / ncurses : Console display library

sys-libs / ncurses : Console display library

Repository mirror & CI · gentoo
Merge updates from master
Andrey Mazo · gentoo
net-analyzer/nload: drop 0.7.4-r1
net-analyzer/nload-0.7.4-r1 has a `configure.in` file (instead of `configure.ac`), but `configure.in` has long been deprecated. Now that nload-0.7.5_pre20180309 has been stabilized, drop 0.7.4-r1. Bug: https://bugs.gentoo.org/923084 Signed-off-by: Andrey Mazo <ahipp0@pm.me> Closes: https://github.com/gentoo/gentoo/pull/35765 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-analyzer/nload: Stabilize 0.7.5_pre20180309 ppc, #927021
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
net-analyzer/nload: Stabilize 0.7.5_pre20180309 arm, #927021
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
net-analyzer/nload: Stabilize 0.7.5_pre20180309 x86, #927021
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
net-analyzer/nload: Stabilize 0.7.5_pre20180309 amd64, #927021
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andrey Mazo · gentoo
net-analyzer/nload: version bump to 0.7.5_pre20180309
Add latest git snapshot (still 6 years old) for nload to fix bug #923084 about deprecated `configure.in`. There have been no upstream releases for ~12 years now, so have to use a git snapshot. There have been some 34 commits since the latest release (0.7.4) including fixes and new features, so call this a "0.7.5 pre-release". In particular, nload's build system doesn't strip binaries by default anymore, and it dropped `--enable-debug` configure flag, so the ebuild doesn't need to specify it either. The git diff makes more sense with `-C -C30` flags. Bug: https://bugs.gentoo.org/923084 Signed-off-by: Andrey Mazo <ahipp0@pm.me> Closes: https://github.com/gentoo/gentoo/pull/35063 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
net-analyzer/nload: Old
Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
net-analyzer/nload: amd64 stable wrt bug #740896
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
net-analyzer/nload: stable 0.7.4-r1 for ppc
stable wrt bug #740896 Package-Manager: Portage-3.0.6, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
net-analyzer/nload: x86 stable (bug #740896)
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-analyzer/nload: Stabilize 0.7.4-r1 arm, #740896
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jonas Stein · gentoo
net-analyzer/nload: QA fix, shorten DESCRIPTION
Shortened DESCRIPTION Package-Manager: Portage-3.0.5, Repoman-2.3.23 Signed-off-by: Jonas Stein <jstein@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andrey Mazo · gentoo
net-analyzer/nload: don't compress the man-page
As pointed out by @mgorny [1], packages should not compress their man pages on their own. Instead, Portage needs to handle the compression. Currently, `ecompressdir` is smart enough to recompress the man-pages as needed. However, this is not a fully PMS-compliant behavior. So, patch the Makefile.am not to compress the man-page. A corresponding pull request is submitted upstream [2]. [1] https://github.com/gentoo/gentoo/pull/9543#issuecomment-415662844 [2] https://github.com/rolandriegel/nload/pull/4 Closes: https://github.com/gentoo/gentoo/pull/9543
Andrey Mazo · gentoo
net-analyzer/nload: patch to fix text sliding effect
Apply the following patch from upstream: 8a93886 "Eliminate flicker on some terminals like rxvt (thanks to Alex Wilson)" This fixes network utilization graph rendering issue. (the text on the right side of the screen slides to the left together with graph updates) Closes: https://bugs.gentoo.org/663402 Closes: https://github.com/gentoo/gentoo/pull/9543 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Andrey Mazo · gentoo
net-analyzer/nload: migrate to EAPI=7, shorten description
Add -r1 ebuild to fix the following repoman warnings: """ DESCRIPTION.toolong 1 net-analyzer/nload/nload-0.7.4.ebuild: DESCRIPTION is 83 characters (max 80) repo.eapi-deprecated 1 net-analyzer/nload/nload-0.7.4.ebuild: 5 """ The description string is suggested by @jonasstein. Correct the package license in the ebuild as pointed out by @mgorny. The source code says: """ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ """ Link: https://github.com/gentoo/gentoo/pull/9543#discussion_r209724049 Link: https://github.com/gentoo/gentoo/pull/9543#discussion_r212440187 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Mike Frysinger · gentoo
sys-libs/ncurses: move to SLOT=0 #557472
Use SLOT=0 for installing of main development files like other packages so we can use other SLOTs for installing SONAME libs for binary packages.
Justin Lecher · gentoo
net-analyzer/nload: Set correct subslot dependency for ncurses
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed