public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scanssh/
Date: Tue,  6 Aug 2019 20:17:43 +0000 (UTC)	[thread overview]
Message-ID: <1565122659.4a5a9b29d67e0cbaed0aae501767abd6d61f2d60.jer@gentoo> (raw)

commit:     4a5a9b29d67e0cbaed0aae501767abd6d61f2d60
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 20:16:49 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 20:17:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5a9b29

net-analyzer/scanssh: Set sub-SLOT dependency on dev-libs/libevent

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=691574
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scanssh/scanssh-2.1-r1.ebuild | 38 ++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/net-analyzer/scanssh/scanssh-2.1-r1.ebuild b/net-analyzer/scanssh/scanssh-2.1-r1.ebuild
new file mode 100644
index 00000000000..0aa7c1f944a
--- /dev/null
+++ b/net-analyzer/scanssh/scanssh-2.1-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="network scanner that gathers info on SSH protocols and versions"
+HOMEPAGE="https://monkey.org/~provos/scanssh/"
+SRC_URI="https://monkey.org/~provos/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="
+	dev-libs/libdnet
+	dev-libs/libevent:=
+	net-libs/libpcap
+"
+RDEPEND="
+	${DEPEND}
+"
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.0-fix-warnings.diff
+)
+
+src_prepare() {
+	default
+	touch configure
+}
+
+src_compile() {
+	emake CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+	dobin scanssh
+	doman scanssh.1
+}


             reply	other threads:[~2019-08-06 20:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-06 20:17 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-03  7:31 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scanssh/ Jeroen Roovers
2020-11-26 23:44 Thomas Deutschmann
2020-11-27  7:57 Agostino Sarubbo
2020-11-27  8:06 Agostino Sarubbo
2020-11-27  8:39 Agostino Sarubbo
2020-12-02 17:22 Aaron Bauman
2021-07-16  1:31 Yixun Lan
2024-11-14  2:49 Sam James
2024-11-14  3:39 Sam James
2024-11-14  4:00 Sam James
2024-11-14 18:41 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1565122659.4a5a9b29d67e0cbaed0aae501767abd6d61f2d60.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox