Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527456 - net-analyzer/nbwmon-0.5.1 version bump
Summary: net-analyzer/nbwmon-0.5.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-30 13:15 UTC by Ari Malinen
Modified: 2014-10-30 15:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
nbwmon-0.5.1.ebuild (nbwmon-0.5.1.ebuild,635 bytes, text/plain)
2014-10-30 13:15 UTC, Ari Malinen
Details
nbwmon-0.5.1-tinfo.patch (nbwmon-0.5.1-tinfo.patch,231 bytes, patch)
2014-10-30 13:16 UTC, Ari Malinen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ari Malinen 2014-10-30 13:15:07 UTC
Hi. Here is nbwmon-0.5.1 ebuild.

0.5.1
Fixed possible segfault.

0.5
Option to scale graph minimum, support for older kernels, print name and version in titlebar.

Reproducible: Always
Comment 1 Ari Malinen 2014-10-30 13:15:53 UTC
Created attachment 387806 [details]
nbwmon-0.5.1.ebuild
Comment 2 Ari Malinen 2014-10-30 13:16:14 UTC
Created attachment 387808 [details, diff]
nbwmon-0.5.1-tinfo.patch
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-30 15:17:54 UTC
Comment on attachment 387806 [details]
nbwmon-0.5.1.ebuild

--- nbwmon-0.4.3.ebuild
+++ nbwmon-0.5.1.ebuild
@@ -1,17 +1,17 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v 1.3 2014/10/24 13:39:23 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v 1.2 2014/09/21 08:29:52 ago Exp $

Why the header change?

 
 EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="ncurses bandwidth monitor"
-HOMEPAGE="https://github.com/defer-/nbwmon"
+HOMEPAGE="http://causes.host.funtoo.org/?p=nbwmon"


wtf?


 SRC_URI="https://github.com/defer-/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 
That explains it.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-30 15:19:58 UTC
Comment on attachment 387808 [details, diff]
nbwmon-0.5.1-tinfo.patch

We already have this patch. It's called nbwmon-0.4.3-tinfo.patch.