public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/ettercap: ettercap-0.7.4.1-r1.ebuild ChangeLog ettercap-0.7.4.1.ebuild
@ 2012-08-20  9:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; only message in thread
From: Agostino Sarubbo (ago) @ 2012-08-20  9:23 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/20 09:23:13

  Modified:             ChangeLog
  Added:                ettercap-0.7.4.1-r1.ebuild
  Removed:              ettercap-0.7.4.1.ebuild
  Log:
  QA: make the last changes visible for all
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.91                 net-analyzer/ettercap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	19 Aug 2012 02:56:26 -0000	1.90
+++ ChangeLog	20 Aug 2012 09:23:13 -0000	1.91
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/ettercap
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.90 2012/08/19 02:56:26 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.91 2012/08/20 09:23:13 ago Exp $
+
+*ettercap-0.7.4.1-r1 (20 Aug 2012)
+
+  20 Aug 2012; Agostino Sarubbo <ago@gentoo.org> +ettercap-0.7.4.1-r1.ebuild,
+  -ettercap-0.7.4.1.ebuild:
+  QA: make the last changes visible for all
 
   19 Aug 2012; Rick Farina <zerochaos@gentoo.org>
   +files/ettercap-0.7.4-use-g-idle.patch, ettercap-0.7.4.1.ebuild, metadata.xml:



1.1                  net-analyzer/ettercap/ettercap-0.7.4.1-r1.ebuild

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

Index: ettercap-0.7.4.1-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.4.1-r1.ebuild,v 1.1 2012/08/20 09:23:13 ago Exp $

EAPI=4

inherit eutils autotools

DESCRIPTION="A suite for man in the middle attacks and network mapping"
HOMEPAGE="http://ettercap.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug gtk ncurses pcre ssl"

# libtool is needed because it provides libltdl (needed for plugins)
RDEPEND=">=net-libs/libnet-1.1.2.1-r1
	net-libs/libpcap
	sys-devel/libtool
	sys-libs/zlib
	gtk? (
		>=dev-libs/glib-2.2.2:2
		>=x11-libs/gtk+-2.2.2:2
	)
	ncurses? ( sys-libs/ncurses )
	pcre? ( dev-libs/libpcre )
	ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	sys-devel/flex
	virtual/yacc"

S=${WORKDIR}/${PN}

src_prepare() {
	epatch "${FILESDIR}"/${PN}-0.7.3-as-needed.patch
	epatch "${FILESDIR}"/${PN}-0.7.4-autotools.patch
	epatch "${FILESDIR}"/${PN}-0.7.4-flags.patch
	epatch "${FILESDIR}"/${PN}-0.7.4-use-g-idle.patch

	eautoreconf

	#ettercap defaults to using mozilla so let's try to use xdg-open and pray it works
	sed -i 's#mozilla -remote openurl(http://%host%url)#xdg-open 'http://%host%url'#' "${S}"/share/etter.conf
}

src_configure() {
	econf \
		$(use_enable debug) \
		$(use_enable gtk) \
		$(use_with ncurses libncurses "${EPREFIX}"/usr) \
		$(use_with pcre libpcre "${EPREFIX}"/usr) \
		$(use_with ssl openssl "${EPREFIX}"/usr)
}





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

only message in thread, other threads:[~2012-08-20  9:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20  9:23 [gentoo-commits] gentoo-x86 commit in net-analyzer/ettercap: ettercap-0.7.4.1-r1.ebuild ChangeLog ettercap-0.7.4.1.ebuild Agostino Sarubbo (ago)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox