From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 643CE138330 for ; Fri, 26 Aug 2016 05:04:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75BD4E0A61; Fri, 26 Aug 2016 05:04:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89DD6E08C1 for ; Fri, 26 Aug 2016 05:04:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D633C34068A for ; Fri, 26 Aug 2016 05:04:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DA422462 for ; Fri, 26 Aug 2016 05:04:39 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1472187592.0872c30736e6e972a5b11eadc4c609227236a4a3.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-powershell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rex-powershell/Manifest dev-ruby/rex-powershell/rex-powershell-0.1.64.ebuild X-VCS-Directories: dev-ruby/rex-powershell/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0872c30736e6e972a5b11eadc4c609227236a4a3 X-VCS-Branch: master Date: Fri, 26 Aug 2016 05:04:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0b026aee-e630-4221-bc18-52ff5bbdba15 X-Archives-Hash: 3f093cdf50fa7c25d5ebfd46a2c9d3ed commit: 0872c30736e6e972a5b11eadc4c609227236a4a3 Author: Hans de Graaff gentoo org> AuthorDate: Fri Aug 26 04:59:52 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Aug 26 04:59:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0872c307 dev-ruby/rex-powershell: add 0.1.64 Package-Manager: portage-2.2.28 dev-ruby/rex-powershell/Manifest | 1 + .../rex-powershell/rex-powershell-0.1.64.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-ruby/rex-powershell/Manifest b/dev-ruby/rex-powershell/Manifest index ed299ea..0adfd81 100644 --- a/dev-ruby/rex-powershell/Manifest +++ b/dev-ruby/rex-powershell/Manifest @@ -1 +1,2 @@ DIST rex-powershell-0.1.1.gem 25088 SHA256 ebaa8c7a8d46417e928db290f4eae41f0126aa58dd588e368621b9a8dab1bb69 SHA512 f259acda2012da8f2d5e990786818997326c6cfdec2c388a340aa34cc0ca0233ba18e88a6efefd4ff735d5986011a12b06374ebee5324d0f89b2407a18574908 WHIRLPOOL 1adc711358ff6f6de71bf300fc942e99ab9c68195b64dd9a9c2143b7e33aea8df2cff02eb065b0b9f3a244955692070cbd8e2a08ee91781cffc91bef60c2a81d +DIST rex-powershell-0.1.64.gem 25088 SHA256 90e3a2f31f530d180c1d87c5cc1b7bad0de0523c9e48c24b701ceff30a996100 SHA512 669095c77637254dee109c0451bf547b3d3fca878c5b89c8eb7e6cd5ec6d43a8d842544ae9e5f9fec2af0aa1dba9ad20d059898a9457fdc34171a1d2e3d16cd1 WHIRLPOOL dddc8cb551170d556ab0706644c3a75343753846a3a5b65cdc1662b2d00514b2ce05e900b24f49123ad18131e501052c6d3e4cb875f3c448e27fe21e0bedd7cf diff --git a/dev-ruby/rex-powershell/rex-powershell-0.1.64.ebuild b/dev-ruby/rex-powershell/rex-powershell-0.1.64.ebuild new file mode 100644 index 00000000..a6551ed --- /dev/null +++ b/dev-ruby/rex-powershell/rex-powershell-0.1.64.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"