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 40B3F139082 for ; Tue, 9 May 2017 03:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C3F021C09B; Tue, 9 May 2017 03:09:22 +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 DC86321C09B for ; Tue, 9 May 2017 03:09:16 +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 BDDC434170C for ; Tue, 9 May 2017 03:09:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2269745E for ; Tue, 9 May 2017 03:09:12 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1494299338.b6ee4f33bd8b01dd508f459763a3953ad2b49cb4.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/windows_error/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/windows_error/Manifest dev-ruby/windows_error/metadata.xml dev-ruby/windows_error/windows_error-0.1.1.ebuild X-VCS-Directories: dev-ruby/windows_error/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: b6ee4f33bd8b01dd508f459763a3953ad2b49cb4 X-VCS-Branch: master Date: Tue, 9 May 2017 03:09:12 +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: 4d8c2e8e-e609-4420-8509-a3a83bb7b1d6 X-Archives-Hash: ec56cd69e78d8b1d5695ffefbc9c6cca commit: b6ee4f33bd8b01dd508f459763a3953ad2b49cb4 Author: Zero_Chaos gentoo org> AuthorDate: Tue May 9 02:48:48 2017 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue May 9 03:08:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ee4f33 dev-ruby/windows_error: a new dep for metasploit, because there were not enough already Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ruby/windows_error/Manifest | 1 + dev-ruby/windows_error/metadata.xml | 13 +++++++++++++ dev-ruby/windows_error/windows_error-0.1.1.ebuild | 17 +++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-ruby/windows_error/Manifest b/dev-ruby/windows_error/Manifest new file mode 100644 index 00000000000..8528c29f18f --- /dev/null +++ b/dev-ruby/windows_error/Manifest @@ -0,0 +1 @@ +DIST windows_error-0.1.1.gem 227328 SHA256 2aded03821499ba89396df13636b606d12e96bbeb122fea56114b57581912eb9 SHA512 b0c6614a821311604e64821f5a1d31a4c7200d6cb390113d8175a797a5c239a74ebe882869cef5bade5e71709de847417f4e0728d71714998f60371109a3f37e WHIRLPOOL 9b1739270a7e69d84a8ea33f2787ff0ed4cc0a622397ba1dfd0a52383bacf1f28a50ac5a12763418f72c7f5e6cc46df042e68245ae3658f4bc3eaccbc53b2663 diff --git a/dev-ruby/windows_error/metadata.xml b/dev-ruby/windows_error/metadata.xml new file mode 100644 index 00000000000..df1a3a4c16f --- /dev/null +++ b/dev-ruby/windows_error/metadata.xml @@ -0,0 +1,13 @@ + + + + + zerochaos@gentoo.org + Rick Farina + + + + + rapid7/windows_error + + diff --git a/dev-ruby/windows_error/windows_error-0.1.1.ebuild b/dev-ruby/windows_error/windows_error-0.1.1.ebuild new file mode 100644 index 00000000000..240fbfd14dc --- /dev/null +++ b/dev-ruby/windows_error/windows_error-0.1.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23" + +inherit ruby-fakegem versionator + +DESCRIPTION="reference for standard Windows API Error Codes" +HOMEPAGE="https://github.com/rapid7/windows_error" +SRC_URI="mirror://rubygems/${P}.gem" + +LICENSE="BSD" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~x86" +RESTRICT=test +IUSE=""