jer 14/07/12 18:18:03 Modified: ChangeLog iptstate-2.2.5.ebuild Removed: iptstate-2.2.3.ebuild Log: Fix building against sys-libs/ncurses[tinfo]. Convert sed scripts to patch. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.44 net-analyzer/iptstate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptstate/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptstate/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptstate/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 13 Jan 2013 19:53:48 -0000 1.43 +++ ChangeLog 12 Jul 2014 18:18:03 -0000 1.44 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/iptstate -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.43 2013/01/13 19:53:48 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.44 2014/07/12 18:18:03 jer Exp $ + + 12 Jul 2014; Jeroen Roovers <[email protected]> -iptstate-2.2.3.ebuild, + iptstate-2.2.5.ebuild, +files/iptstate-2.2.5-gentoo.patch: + Fix building against sys-libs/ncurses[tinfo]. Convert sed scripts to patch. 13 Jan 2013; Ulrich Müller <[email protected]> iptstate-2.2.3.ebuild: Fix LICENSE, see LICENSE file. 1.5 net-analyzer/iptstate/iptstate-2.2.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild?r1=1.4&r2=1.5 Index: iptstate-2.2.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- iptstate-2.2.5.ebuild 20 Sep 2012 14:00:01 -0000 1.4 +++ iptstate-2.2.5.ebuild 12 Jul 2014 18:18:03 -0000 1.5 @@ -1,9 +1,9 @@ -# Copyright 1999-2012 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/iptstate/iptstate-2.2.5.ebuild,v 1.4 2012/09/20 14:00:01 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-2.2.5.ebuild,v 1.5 2014/07/12 18:18:03 jer Exp $ -EAPI=4 -inherit toolchain-funcs +EAPI=5 +inherit eutils toolchain-funcs DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format" HOMEPAGE="http://www.phildev.net/iptstate/" @@ -12,23 +12,16 @@ LICENSE="ZLIB" SLOT="0" KEYWORDS="amd64 ~hppa ~ppc x86" -IUSE="" -RDEPEND=">=sys-libs/ncurses-5.7-r7 - >=net-libs/libnetfilter_conntrack-0.0.50" -DEPEND=${RDEPEND} +DEPEND=" + >=sys-libs/ncurses-5.7-r7 + >=net-libs/libnetfilter_conntrack-0.0.50 +" +RDEPEND="${DEPEND}" src_prepare() { - sed -i \ - -e 's:?= -g -Wall -O2:+= -Wall:' \ - -e '/^CPPFLAGS=/d' \ - -e 's:$(CXX):& $(LDFLAGS):' \ - Makefile || die -} - -src_compile() { - tc-export CXX - emake + epatch "${FILESDIR}"/${P}-gentoo.patch + tc-export CXX PKG_CONFIG } src_install() {
