* [gentoo-commits] gentoo-x86 commit in net-analyzer/nast: nast-0.2.0-r1.ebuild ChangeLog nast-0.2.0.ebuild
@ 2014-07-13 14:28 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-07-13 14:28 UTC (permalink / raw
To: gentoo-commits
jer 14/07/13 14:28:51
Modified: nast-0.2.0-r1.ebuild ChangeLog
Removed: nast-0.2.0.ebuild
Log:
Fix building against sys-libs/ncurses[tinfo]. Convert sed script to patch.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.3 net-analyzer/nast/nast-0.2.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nast/nast-0.2.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nast/nast-0.2.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nast/nast-0.2.0-r1.ebuild?r1=1.2&r2=1.3
Index: nast-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nast/nast-0.2.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nast-0.2.0-r1.ebuild 24 Feb 2012 14:54:59 -0000 1.2
+++ nast-0.2.0-r1.ebuild 13 Jul 2014 14:28:50 -0000 1.3
@@ -1,10 +1,10 @@
-# 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/nast/nast-0.2.0-r1.ebuild,v 1.2 2012/02/24 14:54:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nast/nast-0.2.0-r1.ebuild,v 1.3 2014/07/13 14:28:50 jer Exp $
-EAPI="4"
+EAPI=5
-inherit autotools
+inherit autotools eutils
DESCRIPTION="NAST - Network Analyzer Sniffer Tool"
HOMEPAGE="http://nast.berlios.de/"
@@ -14,13 +14,18 @@
KEYWORDS="~amd64 ~ppc ~ppc64 x86"
IUSE="ncurses"
-DEPEND=">=net-libs/libnet-1.1.1
+RDEPEND="
+ >=net-libs/libnet-1.1.1
net-libs/libpcap
- ncurses? ( >=sys-libs/ncurses-5.4 )"
-RDEPEND="${DEPEND}"
+ ncurses? ( >=sys-libs/ncurses-5.4 )
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
src_prepare() {
- sed -i configure.ac -e 's|\.a|.so|g' || die
+ epatch "${FILESDIR}"/${P}-gentoo.patch
eautoreconf
}
1.13 net-analyzer/nast/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nast/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nast/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nast/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nast/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 24 Feb 2012 14:54:59 -0000 1.12
+++ ChangeLog 13 Jul 2014 14:28:50 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/nast
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nast/ChangeLog,v 1.12 2012/02/24 14:54:59 phajdan.jr Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nast/ChangeLog,v 1.13 2014/07/13 14:28:50 jer Exp $
+
+ 13 Jul 2014; Jeroen Roovers <jer@gentoo.org> -nast-0.2.0.ebuild,
+ nast-0.2.0-r1.ebuild, +files/nast-0.2.0-gentoo.patch:
+ Fix building against sys-libs/ncurses[tinfo]. Convert sed script to patch.
24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> nast-0.2.0-r1.ebuild:
x86 stable wrt bug #404811
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-13 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-13 14:28 [gentoo-commits] gentoo-x86 commit in net-analyzer/nast: nast-0.2.0-r1.ebuild ChangeLog nast-0.2.0.ebuild Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox