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 39ADB138334 for ; Wed, 25 Jul 2018 06:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B9D0E087B; Wed, 25 Jul 2018 06:13:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BD205E088B for ; Wed, 25 Jul 2018 06:13:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6901B340754 for ; Wed, 25 Jul 2018 06:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 565A737A for ; Wed, 25 Jul 2018 06:13:12 +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: <1532494624.c96eca8ec1e2e4af9a783fcf278c52f900956124.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fivemat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/fivemat/Manifest dev-ruby/fivemat/fivemat-1.3.7.ebuild X-VCS-Directories: dev-ruby/fivemat/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c96eca8ec1e2e4af9a783fcf278c52f900956124 X-VCS-Branch: master Date: Wed, 25 Jul 2018 06:13: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: 316ea681-3b7f-467f-b35a-36b754293aec X-Archives-Hash: 5523ef0ac8be49c2bd66d3c13f421a74 commit: c96eca8ec1e2e4af9a783fcf278c52f900956124 Author: Hans de Graaff gentoo org> AuthorDate: Wed Jul 25 04:57:04 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 25 04:57:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96eca8e dev-ruby/fivemat: add 1.3.7 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/fivemat/Manifest | 1 + dev-ruby/fivemat/fivemat-1.3.7.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ruby/fivemat/Manifest b/dev-ruby/fivemat/Manifest index cc0cfceef3f..abd6bd726ce 100644 --- a/dev-ruby/fivemat/Manifest +++ b/dev-ruby/fivemat/Manifest @@ -1,2 +1,3 @@ DIST fivemat-1.3.5.gem 9728 BLAKE2B bd95cbac081e32df6c03a89d2533d20f8e892a575e1cea3679c3599a233c6097ecd03d4e804ca78be9d32de49759f3b03407f643ac14eeb5cf31e12e2bcb97ae SHA512 c19f30708cc2fe3cba045333eab7409049013f04f273606fe27cfc90eadbe68feba4b1e2c6a0d7a2183e637805c2fb8921a7ffd6d895dc746efabebad6189a7b DIST fivemat-1.3.6.gem 9728 BLAKE2B 002470ba61b6eb51a9e1e2020b8d3e60d6f4824549032fe7da7b31c3b67f9995a61c4bd59a1c2fe777b72ffd9ddcff568efa91ca6d07651eedcf6935455205f7 SHA512 b3cdaed761c0d955621c1bb7de691a552e0f49588a132235515cf02e39e27344d868b57b53752c027a4231a5bbca7b5957f30d5e77359f606031526d92eee1fc +DIST fivemat-1.3.7.gem 10240 BLAKE2B 624eabf458130792e6dd06667fe67f578005630e164a4ce30871204d792c5b562c1ad0fcf2470915bed877b60b3db341887735a3330cfeae181bee6775775295 SHA512 b380bef69756d0214325ee6f3f608062d63d8dd7603aac7b9af1abdf406687971cb4914634e9c807ca73819bafd8e99c5cec0a29f461a1ef3f861676bee86ddf diff --git a/dev-ruby/fivemat/fivemat-1.3.7.ebuild b/dev-ruby/fivemat/fivemat-1.3.7.ebuild new file mode 100644 index 00000000000..98295b14f6f --- /dev/null +++ b/dev-ruby/fivemat/fivemat-1.3.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25" + +# Package does not contain tests +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.markdown" + +inherit ruby-fakegem + +DESCRIPTION="MiniTest/RSpec/Cucumber formatter that gives each test file its own line of dots" +HOMEPAGE="https://github.com/tpope/fivemat" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE=""