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 79870139694 for ; Tue, 1 Aug 2017 05:50:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A96F81FC018; Tue, 1 Aug 2017 05:50:40 +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 7F0FE1FC018 for ; Tue, 1 Aug 2017 05:50:40 +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 646BD3419C7 for ; Tue, 1 Aug 2017 05:50:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6CF7511 for ; Tue, 1 Aug 2017 05:50:37 +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: <1501561977.51dd843e6777095db206246978605a31a6733c92.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-hooks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/minitest-hooks/Manifest dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild X-VCS-Directories: dev-ruby/minitest-hooks/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 51dd843e6777095db206246978605a31a6733c92 X-VCS-Branch: master Date: Tue, 1 Aug 2017 05:50:37 +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: 57001581-120c-4617-b6f0-0bd6ba6c3f09 X-Archives-Hash: c49cf947ed04c72680e14cac4a511b49 commit: 51dd843e6777095db206246978605a31a6733c92 Author: Hans de Graaff gentoo org> AuthorDate: Tue Aug 1 04:32:57 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Aug 1 04:32:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51dd843e dev-ruby/minitest-hooks: add 1.4.1 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/minitest-hooks/Manifest | 1 + dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest index 80516afaa20..1e0eb55898a 100644 --- a/dev-ruby/minitest-hooks/Manifest +++ b/dev-ruby/minitest-hooks/Manifest @@ -1 +1,2 @@ DIST minitest-hooks-1.4.0.gem 10240 SHA256 1f95946599b91da45ee83d93a35309ee8355028383e3828a1a3b010660f54e24 SHA512 ad89173076cf8af9f198719bb5fd2ac3524f1aa9a98c4010e091056e3a195eaead59a0b2cb7361441f4b376b1823fac55fb077903d04034c31a426372ee28f30 WHIRLPOOL 88d215f1155f9580e09f4c086e739089d421171b94c93d9608b527ced50f6fab20fee6be2a617125d52c7088eaa564422db6513ef0094204456bce458e9bb6c3 +DIST minitest-hooks-1.4.1.gem 10240 SHA256 714d1f0eb452d33935e90ac7699c2b9ad7ec5e6bd0225326752c60debd7b7615 SHA512 b0acc514e711e9b6df0ce4789edbff95eedb7eafd44ec1d6198d249d7ad667e64da4142a8154f0c0fc0da5578bef9ca658d3879cbcb80a2537cbd661d2350cbe WHIRLPOOL 667d6edbd679da798383c8d4959f5dab857db351902911610907b0e5737d4a666a7346e1b978ac41fce95dd4292eb9dd6e175f136c5f690959506b3d5da908ba diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild new file mode 100644 index 00000000000..dbb399a01c0 --- /dev/null +++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby21 ruby22 ruby23 ruby24" + +# Skip tests since they require unpackaged sequel +RUBY_FAKEGEM_RECIPE_TEST="none" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest" +HOMEPAGE="https://github.com/jeremyevans/minitest-hooks" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64" +IUSE=""