public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/network_interface/
Date: Tue, 29 Aug 2017 05:40:57 +0000 (UTC)	[thread overview]
Message-ID: <1503983556.85701d5bd21649b1b588fd0d0a568ebd760c1125.graaff@gentoo> (raw)

commit:     85701d5bd21649b1b588fd0d0a568ebd760c1125
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 05:12:36 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 05:12:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85701d5b

dev-ruby/network_interface: add 0.0.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/network_interface/Manifest                |  1 +
 .../network_interface-0.0.2.ebuild                 | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/network_interface/Manifest b/dev-ruby/network_interface/Manifest
index 6a18a3cf4bd..6c1f2f4aaf8 100644
--- a/dev-ruby/network_interface/Manifest
+++ b/dev-ruby/network_interface/Manifest
@@ -1 +1,2 @@
 DIST network_interface-0.0.1.gem 15360 SHA256 eaa48bd219fdcb9b6c66d44f1aa2b4e1c51385114400187d7fc087bf76602447 SHA512 db41bcb5669ddec954d5910b0c53a5dab81d4283d8e45eb88cdc855084ddcc7219b506745f6dacd172b5c17479f28a68b68f40e1928d573cdf22c567805e498c WHIRLPOOL 9dfec4aaf9629e0d21da507744c6462e05fbca21055d31982722d889ed7134adc2c5e10cdc76e9a0adaa493ad081f329c31afd08f7a9c62c071f9b908c3881e9
+DIST network_interface-0.0.2.gem 16896 SHA256 f703eedc20124b33f82b718b056563d99a66c70d5f34fde525319e839d9d04f6 SHA512 8850325e7e0c5ab51b060270220099c2c00cf7031083a511ae9f8dd6d1b9219b37169fa7620e9648eb071784a840e14ce965f8d1cf5d475ff82691bfba25a202 WHIRLPOOL c3aac4bf31e3e7dd9b52ca6c887558df3b7369b5cde115b21001476d0ecd71120cc6f8c6db01c3ba57afb47779bc25fc9ac7af4aeff30647cb7ed54d0fd14a54

diff --git a/dev-ruby/network_interface/network_interface-0.0.2.ebuild b/dev-ruby/network_interface/network_interface-0.0.2.ebuild
new file mode 100644
index 00000000000..6c88677b973
--- /dev/null
+++ b/dev-ruby/network_interface/network_interface-0.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="network_interface layer from metasploit pcaprub"
+HOMEPAGE="https://github.com/rapid7/network_interface"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# Tests are brittle as they cannot deal with all network interface configurations.
+RESTRICT="test"
+
+all_ruby_prepare() {
+	sed -i -e 's:/sbin/ifconfig:/bin/ifconfig:' spec/spec_helper.rb || die
+}
+
+each_ruby_configure() {
+	${RUBY} -C ext/network_interface_ext extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake -C ext/network_interface_ext V=1
+	cp ext/network_interface_ext/network_interface_ext.so lib/ || die
+}


             reply	other threads:[~2017-08-29  5:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-29  5:40 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-04 16:33 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/network_interface/ Hans de Graaff
2024-06-01  5:41 Hans de Graaff
2024-03-04 18:33 Rick Farina
2023-12-31 14:36 Hans de Graaff
2023-12-24  7:55 Hans de Graaff
2023-08-15  5:45 Hans de Graaff
2023-04-02  5:07 Sam James
2022-06-25  6:22 Hans de Graaff
2022-05-01  8:38 Hans de Graaff
2021-10-31 11:35 Hans de Graaff
2020-08-03  5:26 Hans de Graaff
2019-01-31  7:35 Hans de Graaff
2018-09-11  4:50 Hans de Graaff
2018-02-07  6:30 Hans de Graaff
2016-06-05  6:24 Hans de Graaff
2016-06-05  6:24 Hans de Graaff

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=1503983556.85701d5bd21649b1b588fd0d0a568ebd760c1125.graaff@gentoo \
    --to=graaff@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