jer 14/10/30 15:21:30 Modified: ChangeLog Added: nbwmon-0.5.1.ebuild Removed: nbwmon-0.3.2.ebuild Log: Version bump (bug #527456). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.5 net-analyzer/nbwmon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 24 Oct 2014 13:39:23 -0000 1.4 +++ ChangeLog 30 Oct 2014 15:21:30 -0000 1.5 @@ -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.4 2014/10/24 13:39:23 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.5 2014/10/30 15:21:30 jer Exp $ + +*nbwmon-0.5.1 (30 Oct 2014) + + 30 Oct 2014; Jeroen Roovers <[email protected]> -nbwmon-0.3.2.ebuild, + +nbwmon-0.5.1.ebuild, -files/nbwmon-0.3.2-tinfo.patch: + Version bump (bug #527456). 24 Oct 2014; Anthony G. Basile <[email protected]> nbwmon-0.4.3.ebuild: Keyword ~ppc64, bug #526064 1.1 net-analyzer/nbwmon/nbwmon-0.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.5.1.ebuild?rev=1.1&content-type=text/plain Index: nbwmon-0.5.1.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.5.1.ebuild,v 1.1 2014/10/30 15:21:30 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 ~ppc ~ppc64 ~x86" RDEPEND=" sys-libs/ncurses " DEPEND=" ${RDEPEND} virtual/pkgconfig " src_prepare() { epatch "${FILESDIR}"/${PN}-0.4.3-tinfo.patch tc-export CC PKG_CONFIG }
