Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
Date: Wed, 13 Jul 2016 15:46:46
Message-Id: 1468425009.c411ed2a897f6aa0a1b8fdb36ed6d6a350419476.blueness@gentoo
1 commit: c411ed2a897f6aa0a1b8fdb36ed6d6a350419476
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 15:47:08 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 15:50:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c411ed2a
7
8 net-analyzer/dsniff: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild | 9 +++++----
13 net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild | 9 +++++----
14 2 files changed, 10 insertions(+), 8 deletions(-)
15
16 diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild
17 index 5b3e297..f3d7fe9 100644
18 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild
19 +++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -15,13 +15,14 @@ LICENSE="BSD"
27
28 SLOT="0"
29 KEYWORDS="~amd64 ~ppc ~x86"
30 -IUSE="X"
31 +IUSE="libressl X"
32
33 DEPEND="net-libs/libpcap
34 >=net-libs/libnet-1.1.2.1-r1
35 >=net-libs/libnids-1.21
36 - >=dev-libs/openssl-0.9.6e
37 - >=sys-libs/db-4.2.52_p4
38 + !libressl? ( dev-libs/openssl:0= )
39 + libressl? ( dev-libs/libressl:0= )
40 + >=sys-libs/db-4:*
41 X? ( x11-libs/libXmu )"
42 RDEPEND="${DEPEND}"
43
44
45 diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild
46 index 392ef2c..eea9a46 100644
47 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild
48 +++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2015 Gentoo Foundation
51 +# Copyright 1999-2016 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Id$
54
55 @@ -15,13 +15,14 @@ LICENSE="BSD"
56
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86"
59 -IUSE="X"
60 +IUSE="libressl X"
61
62 DEPEND="net-libs/libpcap
63 >=net-libs/libnet-1.1.2.1-r1
64 >=net-libs/libnids-1.21
65 - >=dev-libs/openssl-0.9.6e
66 - >=sys-libs/db-4.2.52_p4
67 + !libressl? ( dev-libs/openssl:0= )
68 + libressl? ( dev-libs/libressl:0= )
69 + >=sys-libs/db-4:*
70 X? ( x11-libs/libXmu )"
71 RDEPEND="${DEPEND}"