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 B76AA138307 for ; Thu, 14 Jul 2016 05:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CF8221C073; Thu, 14 Jul 2016 05:53:04 +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 58FEE21C073 for ; Thu, 14 Jul 2016 05:53:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B852340C50 for ; Thu, 14 Jul 2016 05:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6B6D244F for ; Thu, 14 Jul 2016 05:52:59 +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: <1468475568.2b02f99b3450f8a70b957a28f0142f62b4ad65c2.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/metadata.xml dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild X-VCS-Directories: dev-ruby/minitest-hooks/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2b02f99b3450f8a70b957a28f0142f62b4ad65c2 X-VCS-Branch: master Date: Thu, 14 Jul 2016 05:52:59 +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: cae528b5-942d-45ef-a493-7a9d1b55674d X-Archives-Hash: 555a144bb4289aeee0e0f9f6769e3ba0 commit: 2b02f99b3450f8a70b957a28f0142f62b4ad65c2 Author: Hans de Graaff gentoo org> AuthorDate: Thu Jul 14 05:40:08 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Jul 14 05:52:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b02f99b dev-ruby/minitest-hooks: initial import New test dependency for dev-ruby/mime-types Package-Manager: portage-2.2.28 dev-ruby/minitest-hooks/Manifest | 1 + dev-ruby/minitest-hooks/metadata.xml | 11 +++++++++++ dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild | 20 ++++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest new file mode 100644 index 0000000..80516af --- /dev/null +++ b/dev-ruby/minitest-hooks/Manifest @@ -0,0 +1 @@ +DIST minitest-hooks-1.4.0.gem 10240 SHA256 1f95946599b91da45ee83d93a35309ee8355028383e3828a1a3b010660f54e24 SHA512 ad89173076cf8af9f198719bb5fd2ac3524f1aa9a98c4010e091056e3a195eaead59a0b2cb7361441f4b376b1823fac55fb077903d04034c31a426372ee28f30 WHIRLPOOL 88d215f1155f9580e09f4c086e739089d421171b94c93d9608b527ced50f6fab20fee6be2a617125d52c7088eaa564422db6513ef0094204456bce458e9bb6c3 diff --git a/dev-ruby/minitest-hooks/metadata.xml b/dev-ruby/minitest-hooks/metadata.xml new file mode 100644 index 0000000..5f00328 --- /dev/null +++ b/dev-ruby/minitest-hooks/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + jeremyevans/minitest-hooks + + diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild new file mode 100644 index 0000000..c6d03d9 --- /dev/null +++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +# 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="~amd64" +IUSE=""