jer 15/01/18 18:45:28 Modified: ChangeLog Added: nbwmon-0.5.2.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.7 net-analyzer/nbwmon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 30 Oct 2014 15:26:02 -0000 1.6 +++ ChangeLog 18 Jan 2015 18:45:28 -0000 1.7 @@ -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.6 2014/10/30 15:26:02 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.7 2015/01/18 18:45:28 jer Exp $ + +*nbwmon-0.5.2 (18 Jan 2015) + + 18 Jan 2015; Jeroen Roovers <[email protected]> +nbwmon-0.5.2.ebuild, + +files/nbwmon-0.5.2-tinfo.patch: + Version bump. 30 Oct 2014; Jeroen Roovers <[email protected]> nbwmon-0.5.1.ebuild: Update HOMEPAGE/SRC_URI. 1.1 net-analyzer/nbwmon/nbwmon-0.5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.5.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.5.2.ebuild?rev=1.1&content-type=text/plain Index: nbwmon-0.5.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.5.2.ebuild,v 1.1 2015/01/18 18:45:28 jer Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="ncurses bandwidth monitor" HOMEPAGE="http://causes.host.funtoo.org/?p=nbwmon https://github.com/causes-/nbwmon" SRC_URI="https://github.com/causes-/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" RDEPEND=" sys-libs/ncurses " DEPEND=" ${RDEPEND} virtual/pkgconfig " src_prepare() { epatch "${FILESDIR}"/${PN}-0.5.2-tinfo.patch tc-export CC PKG_CONFIG } src_install() { dobin ${PN} dodoc README }
