jer         14/09/20 08:07:05

  Modified:             ChangeLog
  Added:                nbwmon-0.4.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.2                  net-analyzer/nbwmon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   4 Sep 2014 19:16:30 -0000       1.1
+++ ChangeLog   20 Sep 2014 08:07:05 -0000      1.2
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/nbwmon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.1 
2014/09/04 19:16:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.2 
2014/09/20 08:07:05 jer Exp $
+
+*nbwmon-0.4.3 (20 Sep 2014)
+
+  20 Sep 2014; Jeroen Roovers <[email protected]> +nbwmon-0.4.3.ebuild,
+  +files/nbwmon-0.4.3-tinfo.patch:
+  Version bump.
 
 *nbwmon-0.3.2 (04 Sep 2014)
 



1.1                  net-analyzer/nbwmon/nbwmon-0.4.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild?rev=1.1&content-type=text/plain

Index: nbwmon-0.4.3.ebuild
===================================================================
# 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.1 2014/09/20 08:07:05 jer Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION="ncurses bandwidth monitor"
HOMEPAGE="https://github.com/defer-/nbwmon";
SRC_URI="https://github.com/defer-/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
        sys-libs/ncurses
"
DEPEND="
        ${RDEPEND}
        virtual/pkgconfig
"

src_prepare() {
        epatch "${FILESDIR}"/${P}-tinfo.patch
        tc-export CC PKG_CONFIG
}




Reply via email to