jer 14/07/15 00:01:32 Modified: nload-0.7.4.ebuild ChangeLog Log: EAPI bump. Fix building against sys-libs/ncurses[tinfo]. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.9 net-analyzer/nload/nload-0.7.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nload/nload-0.7.4.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nload/nload-0.7.4.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nload/nload-0.7.4.ebuild?r1=1.8&r2=1.9 Index: nload-0.7.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.7.4.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nload-0.7.4.ebuild 8 Aug 2013 17:02:55 -0000 1.8 +++ nload-0.7.4.ebuild 15 Jul 2014 00:01:32 -0000 1.9 @@ -1,8 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.7.4.ebuild,v 1.8 2013/08/08 17:02:55 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.7.4.ebuild,v 1.9 2014/07/15 00:01:32 jer Exp $ -EAPI="4" +EAPI=5 +inherit autotools eutils DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" HOMEPAGE="http://www.roland-riegel.de/nload/index.html" @@ -11,12 +12,18 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm ~mips ppc x86" -IUSE="" -DEPEND=">=sys-libs/ncurses-5.2" -RDEPEND="${DEPEND}" +RDEPEND=">=sys-libs/ncurses-5.2" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" +src_prepare() { + epatch "${FILESDIR}"/${P}-tinfo.patch + eautoreconf +} src_configure() { - # --enable-debug do not strip debugging symbols (default no) + # --enable-debug means do not strip debugging symbols (default no) econf --enable-debug } 1.48 net-analyzer/nload/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nload/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nload/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nload/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 8 Aug 2013 17:02:55 -0000 1.47 +++ ChangeLog 15 Jul 2014 00:01:32 -0000 1.48 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nload -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.47 2013/08/08 17:02:55 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.48 2014/07/15 00:01:32 jer Exp $ + + 14 Jul 2014; Jeroen Roovers <[email protected]> nload-0.7.4.ebuild, + +files/nload-0.7.4-tinfo.patch: + EAPI bump. Fix building against sys-libs/ncurses[tinfo]. 08 Aug 2013; Sergey Popov <[email protected]> nload-0.7.4.ebuild: Add ~mips keyword
