public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-powershell/
Date: Fri, 29 Jul 2016 20:39:47 +0000 (UTC)	[thread overview]
Message-ID: <1469824769.43ff4e964aee34e5cd933873b8f76a09d399986b.zerochaos@gentoo> (raw)

commit:     43ff4e964aee34e5cd933873b8f76a09d399986b
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 20:33:42 2016 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 20:39:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ff4e96

dev-ruby/rex-powershell: initial ebuild, dep for metasploit

Package-Manager: portage-2.3.0

 dev-ruby/rex-powershell/Manifest                   |  1 +
 dev-ruby/rex-powershell/metadata.xml               | 13 +++++++++
 .../rex-powershell/rex-powershell-0.1.1.ebuild     | 31 ++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-ruby/rex-powershell/Manifest b/dev-ruby/rex-powershell/Manifest
new file mode 100644
index 0000000..ed299ea
--- /dev/null
+++ b/dev-ruby/rex-powershell/Manifest
@@ -0,0 +1 @@
+DIST rex-powershell-0.1.1.gem 25088 SHA256 ebaa8c7a8d46417e928db290f4eae41f0126aa58dd588e368621b9a8dab1bb69 SHA512 f259acda2012da8f2d5e990786818997326c6cfdec2c388a340aa34cc0ca0233ba18e88a6efefd4ff735d5986011a12b06374ebee5324d0f89b2407a18574908 WHIRLPOOL 1adc711358ff6f6de71bf300fc942e99ab9c68195b64dd9a9c2143b7e33aea8df2cff02eb065b0b9f3a244955692070cbd8e2a08ee91781cffc91bef60c2a81d

diff --git a/dev-ruby/rex-powershell/metadata.xml b/dev-ruby/rex-powershell/metadata.xml
new file mode 100644
index 0000000..85fbc45
--- /dev/null
+++ b/dev-ruby/rex-powershell/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>zerochaos@gentoo.org</email>
+    <name>Rick Farina</name>
+  </maintainer>
+  <longdescription lang="en">
+</longdescription>
+  <upstream>
+    <remote-id type="github">rapid7/rex-powershell</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/rex-powershell/rex-powershell-0.1.1.ebuild b/dev-ruby/rex-powershell/rex-powershell-0.1.1.ebuild
new file mode 100644
index 0000000..4cc7658
--- /dev/null
+++ b/dev-ruby/rex-powershell/rex-powershell-0.1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby Exploitation(Rex) library for generating/manipulating Powershell scripts"
+HOMEPAGE="https://rubygems.org/gems/rex-powershell"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# doesn't seem to actually run any tests
+RESTRICT=test
+
+ruby_add_bdepend "dev-ruby/rex-random_identifier
+		  dev-ruby/rex-text"
+
+all_ruby_install() {
+	ruby_fakegem_binwrapper console ${PN}-console
+	ruby_fakegem_binwrapper setup ${PN}-setup
+}


             reply	other threads:[~2016-07-29 20:39 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-29 20:39 Richard Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-30  4:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-powershell/ Richard Farina
2016-08-26  5:04 Hans de Graaff
2016-10-04  5:31 Hans de Graaff
2018-04-27 10:58 Hans de Graaff
2018-04-27 10:58 Hans de Graaff
2018-06-20  5:21 Hans de Graaff
2018-06-28  5:21 Hans de Graaff
2018-09-02  6:34 Hans de Graaff
2019-01-27 11:18 Hans de Graaff
2019-01-27 11:18 Hans de Graaff
2019-01-27 15:35 Hans de Graaff
2019-04-11  6:49 Hans de Graaff
2019-04-30  5:49 Hans de Graaff
2019-11-05  6:41 Hans de Graaff
2019-11-05  7:23 Hans de Graaff
2019-11-24  6:27 Hans de Graaff
2020-01-15  5:44 Hans de Graaff
2020-01-15  5:44 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=1469824769.43ff4e964aee34e5cd933873b8f76a09d399986b.zerochaos@gentoo \
    --to=zerochaos@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