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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4ABA15808B for ; Sat, 2 Apr 2022 05:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40F36E0845; Sat, 2 Apr 2022 05:56:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01037E0845 for ; Sat, 2 Apr 2022 05:56:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0C823411E5 for ; Sat, 2 Apr 2022 05:56:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66403361 for ; Sat, 2 Apr 2022 05:56:18 +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: <1648878974.1941271d92833701b1724f502488b66e3e93c8bb.graaff@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/windows_error-0.1.4.ebuild X-VCS-Directories: dev-ruby/windows_error/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1941271d92833701b1724f502488b66e3e93c8bb X-VCS-Branch: master Date: Sat, 2 Apr 2022 05:56:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4555f79-8fc6-4587-a031-2ec833413d49 X-Archives-Hash: 7cf87c3631f46c4581547187d017855c commit: 1941271d92833701b1724f502488b66e3e93c8bb Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 1 05:12:08 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 2 05:56:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1941271d dev-ruby/windows_error: add 0.1.4 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/windows_error/Manifest | 1 + dev-ruby/windows_error/windows_error-0.1.4.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-ruby/windows_error/Manifest b/dev-ruby/windows_error/Manifest index 68b49c18ce22..166474289961 100644 --- a/dev-ruby/windows_error/Manifest +++ b/dev-ruby/windows_error/Manifest @@ -1 +1,2 @@ DIST windows_error-0.1.3.gem 227328 BLAKE2B 2d0dc8771cd68983bafb3d97d27663e30cb02c67eb982d6b76104ec46405b1a7f055437046dedf068c074deb2b2d1ea49a327109be2f25ea5bd70ab2ee2bd698 SHA512 c74d5a17c44772505b745678c67b3bcaba6710e9b4e59b9aba45daacb6993d3b6529a1f9a53f76e2c31cae922f8f36e40fefa6a232f9ed8ba9034fa109d8317d +DIST windows_error-0.1.4.gem 227328 BLAKE2B c99a03944dd8c0bfdc3346b49b76a7980510d7665e2f4a53657b699f2134d1c1bf53d5b3b6ef375f7496bb057f3bcca2ad3833f69c9178ac7efb3a31e0fda5a6 SHA512 5731fe7a10264244066d0b282bd273c265519a483c3d6be848c32edb834714b151f1536ae7e16527a0f7fe410ca5f9d3f7dc9dff98a8b175a847a7fd77938a95 diff --git a/dev-ruby/windows_error/windows_error-0.1.4.ebuild b/dev-ruby/windows_error/windows_error-0.1.4.ebuild new file mode 100644 index 000000000000..112db8a3ab16 --- /dev/null +++ b/dev-ruby/windows_error/windows_error-0.1.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30 ruby31" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="reference for standard Windows API Error Codes" +HOMEPAGE="https://github.com/rapid7/windows_error" + +LICENSE="BSD" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +all_ruby_prepare() { + rm -f .rspec || die +}