diff options
author | 2014-10-30 15:21:30 +0000 | |
---|---|---|
committer | 2014-10-30 15:21:30 +0000 | |
commit | 3cad8c9476932d9796518c2622275d9130a825e9 (patch) | |
tree | 1ca03fe2447a5e7ec515159b682f1bd865c9fbdd | |
parent | Fix tests by running against the instance we built, not the installed one. Bu... (diff) | |
download | gentoo-2-3cad8c9476932d9796518c2622275d9130a825e9.tar.gz gentoo-2-3cad8c9476932d9796518c2622275d9130a825e9.tar.bz2 gentoo-2-3cad8c9476932d9796518c2622275d9130a825e9.zip |
Version bump (bug #527456).
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r-- | net-analyzer/nbwmon/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nbwmon/files/nbwmon-0.3.2-tinfo.patch | 9 | ||||
-rw-r--r-- | net-analyzer/nbwmon/nbwmon-0.5.1.ebuild (renamed from net-analyzer/nbwmon/nbwmon-0.3.2.ebuild) | 6 |
3 files changed, 10 insertions, 13 deletions
diff --git a/net-analyzer/nbwmon/ChangeLog b/net-analyzer/nbwmon/ChangeLog index 476c70781929..0ea22f60149f 100644 --- a/net-analyzer/nbwmon/ChangeLog +++ b/net-analyzer/nbwmon/ChangeLog @@ -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 <jer@gentoo.org> -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 <blueness@gentoo.org> nbwmon-0.4.3.ebuild: Keyword ~ppc64, bug #526064 diff --git a/net-analyzer/nbwmon/files/nbwmon-0.3.2-tinfo.patch b/net-analyzer/nbwmon/files/nbwmon-0.3.2-tinfo.patch deleted file mode 100644 index 43fddea73b63..000000000000 --- a/net-analyzer/nbwmon/files/nbwmon-0.3.2-tinfo.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -1,4 +1,5 @@ --CFLAGS+=-std=c99 -pedantic -Wall -lncurses -+CFLAGS+=-std=c99 -pedantic -Wall -+LDLIBS= $(shell $(PKG_CONFIG) --libs ncurses) - - BIN=nbwmon - diff --git a/net-analyzer/nbwmon/nbwmon-0.3.2.ebuild b/net-analyzer/nbwmon/nbwmon-0.5.1.ebuild index 75395410b1ad..faf0bdf4c481 100644 --- a/net-analyzer/nbwmon/nbwmon-0.3.2.ebuild +++ b/net-analyzer/nbwmon/nbwmon-0.5.1.ebuild @@ -1,6 +1,6 @@ # 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.3.2.ebuild,v 1.1 2014/09/04 19:16:30 jer Exp $ +# $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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/defer-/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" RDEPEND=" sys-libs/ncurses @@ -22,6 +22,6 @@ DEPEND=" " src_prepare() { - epatch "${FILESDIR}"/${P}-tinfo.patch + epatch "${FILESDIR}"/${PN}-0.4.3-tinfo.patch tc-export CC PKG_CONFIG } |