public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ikelos:master commit in: net-analyzer/bettercap/
@ 2015-10-19 16:27 Mike Auty
  0 siblings, 0 replies; only message in thread
From: Mike Auty @ 2015-10-19 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1d0d91ea97f6541b21db710db02b67d20d4bdb70
Author:     layman <layman <AT> localhost>
AuthorDate: Mon Oct 19 16:26:23 2015 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 16:26:23 2015 +0000
URL:        https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=1d0d91ea

Add in bettercap.

 net-analyzer/bettercap/Manifest               |  2 ++
 net-analyzer/bettercap/bettercap-1.1.5.ebuild | 35 +++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/net-analyzer/bettercap/Manifest b/net-analyzer/bettercap/Manifest
new file mode 100644
index 0000000..ae85719
--- /dev/null
+++ b/net-analyzer/bettercap/Manifest
@@ -0,0 +1,2 @@
+DIST bettercap-1.1.5.tar.gz 239184 SHA256 6166cf3f5b03a1f26ed7db9dc82da0b8eff80da98cefc599caeff3257d17291a SHA512 1e554a2124e2edecfd68c39805d16bf7e5a4b42465da49dab03940337950f98b2e190a2e5024a9f8e9692a4cb6bd344dbbc91372efa5f8a697917bc1fce09f75 WHIRLPOOL 8a58848720641ac66cdd4e55d97999f1b505f2bbc31c9b7e8c2f7903f0d1713c9fcc352f9d1ab292a500de930b209b6b89a4f59062449495b29d8e7724497fcd
+EBUILD bettercap-1.1.5.ebuild 637 SHA256 6e9efff2284f634ba97fec493f74757ad951afa60d9d45791b0204b37077cb69 SHA512 1a3af15e0a8fde74889e09484240bc0487007178a6c841a036975da473d94e8aaadd086e39ae8004320ca34b2635fdf552723983546e7c426b975538b92b0302 WHIRLPOOL 787453f8d9d57cd9fad7338af071fa37ede585428734a9f0d1de2ab575d567bb241ca452798ea4c2bfdb4307167c05543986db6264847bfd8871847f51bd1d65

diff --git a/net-analyzer/bettercap/bettercap-1.1.5.ebuild b/net-analyzer/bettercap/bettercap-1.1.5.ebuild
new file mode 100644
index 0000000..1f3aeec
--- /dev/null
+++ b/net-analyzer/bettercap/bettercap-1.1.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+inherit ruby-fakegem
+
+if [[ ${PV} == 9999 ]]; then
+	git-r3
+	EGIT_REPO_URI="https://github.com/evilsocket/bettercap/"
+fi
+
+DESCRIPTION=""
+HOMEPAGE=""
+SRC_URI="https://github.com/evilsocket/bettercap/archive/v${PV}.tar.gz -> bettercap-${PV}.tar.gz"
+
+if [[ ${PV} == 9999 ]]; then
+    SRC_URI=""
+fi
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+ruby_add_rdepend "
+	>=dev-ruby/colorize-0.7.5
+	>=dev-ruby/packetfu-1.1.0
+	>=dev-ruby/pcaprub-0.12.0"
+


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

only message in thread, other threads:[~2015-10-19 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 16:27 [gentoo-commits] dev/ikelos:master commit in: net-analyzer/bettercap/ Mike Auty

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