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 DF4B8138331 for ; Fri, 27 Apr 2018 10:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28F2EE0871; Fri, 27 Apr 2018 10:58:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 062A3E0871 for ; Fri, 27 Apr 2018 10:58:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4013335C7F for ; Fri, 27 Apr 2018 10:58:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EE4829F for ; Fri, 27 Apr 2018 10:58:28 +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: <1524826547.31a18e48e322ccbfd1d0d8d9cc68407f0b9132fc.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-ole/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rex-ole/Manifest dev-ruby/rex-ole/rex-ole-0.1.6.ebuild X-VCS-Directories: dev-ruby/rex-ole/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 31a18e48e322ccbfd1d0d8d9cc68407f0b9132fc X-VCS-Branch: master Date: Fri, 27 Apr 2018 10:58:28 +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: 2d2bb8e1-48d3-464a-b7dd-ee0b55f43714 X-Archives-Hash: 7ace8be0aabc83be0c192a7e550d4379 commit: 31a18e48e322ccbfd1d0d8d9cc68407f0b9132fc Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 27 10:38:27 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 27 10:55:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a18e48 dev-ruby/rex-ole: add 0.1.6 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/rex-ole/Manifest | 1 + dev-ruby/rex-ole/rex-ole-0.1.6.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-ruby/rex-ole/Manifest b/dev-ruby/rex-ole/Manifest index c6eedc58675..a69d76062cc 100644 --- a/dev-ruby/rex-ole/Manifest +++ b/dev-ruby/rex-ole/Manifest @@ -1 +1,2 @@ DIST rex-ole-0.1.2.gem 26112 BLAKE2B 5147b52535211309cc46e0d364328416838ea9c403bcec2422c1f01c55189ea1d8f683c54203367dd5e7fae5f1d150cd5852ef3e74b972fb46386be959d041aa SHA512 efb8c5977d71e32e6e78edff42f6ef0bb1a7179b3309ad2a33f50958ba039c919967ce6b7161a3959088705e17ed6560aab8434ea593de39b41c5a30e04b6dbb +DIST rex-ole-0.1.6.gem 26112 BLAKE2B 1812b3f3c9b0b4f115efd66d1fa29cb39370e58e780695127390987dbb4b87647f2e0744b88ba4ee7b9ed7857155c8f1d32dbe6d090a7d3166ae5928d18686e5 SHA512 5fae70ec85058e3dca08fdedd595fb27b46de263aa727fd291606d4f8f226bc0d9a2f135bf4673a8e389d6a2e932e7514eb97954f765c1ce9401233ac2cd7da1 diff --git a/dev-ruby/rex-ole/rex-ole-0.1.6.ebuild b/dev-ruby/rex-ole/rex-ole-0.1.6.ebuild new file mode 100644 index 00000000000..a0814d9c4bc --- /dev/null +++ b/dev-ruby/rex-ole/rex-ole-0.1.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_RECIPE_TEST="none" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="Ruby Exploitation(Rex) library gem for reading/writing OLE files and streams" +HOMEPAGE="https://rubygems.org/gems/rex-ole" + +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +ruby_add_bdepend "dev-ruby/rex-text"