diff options
author | 2014-02-23 11:57:34 +0000 | |
---|---|---|
committer | 2014-02-23 11:57:34 +0000 | |
commit | 3f19430802d0e6fbb1d13674ba134f6874533631 (patch) | |
tree | 077b413bb75203c5c727875abd89067d0c7a767a /net-analyzer | |
parent | Needed dependencies cannot be installed on ia64, bug #498638 (diff) | |
download | gentoo-2-3f19430802d0e6fbb1d13674ba134f6874533631.tar.gz gentoo-2-3f19430802d0e6fbb1d13674ba134f6874533631.tar.bz2 gentoo-2-3f19430802d0e6fbb1d13674ba134f6874533631.zip |
Sync the last edit with the 9999
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ettercap/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-9999.ebuild | 17 |
2 files changed, 13 insertions, 9 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog index ac77ce6edf5e..2d006c9a65bb 100644 --- a/net-analyzer/ettercap/ChangeLog +++ b/net-analyzer/ettercap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ettercap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.149 2014/02/20 13:10:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.150 2014/02/23 11:57:34 ago Exp $ + + 23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> ettercap-9999.ebuild: + Sync the last edit with the 9999 20 Feb 2014; Agostino Sarubbo <ago@gentoo.org> -ettercap-0.7.5.3.ebuild, -ettercap-0.7.6.ebuild, -ettercap-0.8.0.ebuild: diff --git a/net-analyzer/ettercap/ettercap-9999.ebuild b/net-analyzer/ettercap/ettercap-9999.ebuild index 5f1596f3ea99..0fc7f9b3d013 100644 --- a/net-analyzer/ettercap/ettercap-9999.ebuild +++ b/net-analyzer/ettercap/ettercap-9999.ebuild @@ -1,6 +1,6 @@ -# 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/ettercap/ettercap-9999.ebuild,v 1.6 2013/09/21 13:58:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-9999.ebuild,v 1.7 2014/02/23 11:57:34 ago Exp $ EAPI=5 @@ -10,14 +10,15 @@ inherit cmake-utils git-2 DESCRIPTION="A suite for man in the middle attacks" HOMEPAGE="http://ettercap.sourceforge.net https://github.com/Ettercap/ettercap" -EGIT_REPO_URI="https://github.com/Ettercap/ettercap.git" +EGIT_REPO_URI="https://github.com/Ettercap/${PN}.git" LICENSE="GPL-2+" SLOT="0" KEYWORDS="" -IUSE="gtk ipv6 ncurses +plugins ssl" +IUSE="gtk ipv6 ncurses +plugins" -RDEPEND="dev-libs/libpcre +RDEPEND="dev-libs/openssl + dev-libs/libpcre net-libs/libnet:1.1 >=net-libs/libpcap-0.8.1 sys-libs/zlib @@ -34,8 +35,8 @@ RDEPEND="dev-libs/libpcre plugins? ( >=net-misc/curl-7.26.0 sys-devel/libtool - ) - ssl? ( dev-libs/openssl )" + )" + DEPEND="${RDEPEND} app-text/ghostscript-gpl sys-devel/flex @@ -49,9 +50,9 @@ src_configure() { local mycmakeargs=( $(cmake-utils_use_enable ncurses CURSES) $(cmake-utils_use_enable gtk) - $(cmake-utils_use_enable ssl) $(cmake-utils_use_enable plugins) $(cmake-utils_use_enable ipv6) + -DENABLE_SSL=ON -DINSTALL_SYSCONFDIR="${EROOT}"etc ) cmake-utils_src_configure |