diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-10-04 07:25:53 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-10-04 07:25:53 +0200 |
commit | 679ed24d9c12710afce2fc0a6d84c537fd476ca4 (patch) | |
tree | 51678539d6f78e89299967b1704a4cab8ab45812 /dev-ruby/rex-powershell/rex-powershell-0.1.65.ebuild | |
parent | sys-libs/libselinux: Fix incorrect metadata (diff) | |
download | gentoo-679ed24d9c12710afce2fc0a6d84c537fd476ca4.tar.gz gentoo-679ed24d9c12710afce2fc0a6d84c537fd476ca4.tar.bz2 gentoo-679ed24d9c12710afce2fc0a6d84c537fd476ca4.zip |
dev-ruby/rex-powershell: add 0.1.65
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/rex-powershell/rex-powershell-0.1.65.ebuild')
-rw-r--r-- | dev-ruby/rex-powershell/rex-powershell-0.1.65.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-ruby/rex-powershell/rex-powershell-0.1.65.ebuild b/dev-ruby/rex-powershell/rex-powershell-0.1.65.ebuild new file mode 100644 index 000000000000..a6551edd426a --- /dev/null +++ b/dev-ruby/rex-powershell/rex-powershell-0.1.65.ebuild @@ -0,0 +1,28 @@ +# 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_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_BINWRAP="" + +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="" + +# Specs are not packaged in the gem and source is not tagged upstream. +RESTRICT="test" + +ruby_add_bdepend "dev-ruby/rex-random_identifier + dev-ruby/rex-text" |