public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/fragroute: ChangeLog fragroute-1.2-r3.ebuild fragroute-1.2-r2.ebuild
@ 2010-11-29 20:45 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2010-11-29 20:45 UTC (permalink / raw
  To: gentoo-commits

jer         10/11/29 20:45:55

  Modified:             ChangeLog
  Added:                fragroute-1.2-r3.ebuild
  Removed:              fragroute-1.2-r2.ebuild
  Log:
  Fix libevent dependency and check for libevent.so instead of libevent.a in configure (still bug #342859).
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.21                 net-analyzer/fragroute/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	27 Oct 2010 02:58:32 -0000	1.20
+++ ChangeLog	29 Nov 2010 20:45:55 -0000	1.21
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/fragroute
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.20 2010/10/27 02:58:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.21 2010/11/29 20:45:55 jer Exp $
+
+*fragroute-1.2-r3 (29 Nov 2010)
+
+  29 Nov 2010; Jeroen Roovers <jer@gentoo.org> files/1.2-libevent.patch,
+  -fragroute-1.2-r2.ebuild, +fragroute-1.2-r3.ebuild:
+  Fix libevent dependency and check for libevent.so instead of libevent.a in
+  configure (still bug #342859).
 
 *fragroute-1.2-r2 (27 Oct 2010)
 



1.1                  net-analyzer/fragroute/fragroute-1.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/fragroute-1.2-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/fragroute-1.2-r3.ebuild?rev=1.1&content-type=text/plain

Index: fragroute-1.2-r3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2-r3.ebuild,v 1.1 2010/11/29 20:45:55 jer Exp $

EAPI="3"

inherit eutils toolchain-funcs

DESCRIPTION="Testing of network intrusion detection systems, firewalls and TCP/IP stacks"
HOMEPAGE="http://www.monkey.org/~dugsong/fragroute/"
SRC_URI="http://www.monkey.org/~dugsong/fragroute/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="
	dev-libs/libevent
	net-libs/libpcap
	>=dev-libs/libdnet-1.4
"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/${PV}-libevent.patch
	sed -i configure \
		-e 's|libevent.a|libevent.so|g' \
		|| die "sed configure.in"
	tc-export CC
}

src_configure() {
	econf --with-libevent="${EPREFIX}"/usr --with-libdnet="${EPREFIX}"/usr
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc README || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-29 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 20:45 [gentoo-commits] gentoo-x86 commit in net-analyzer/fragroute: ChangeLog fragroute-1.2-r3.ebuild fragroute-1.2-r2.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