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 9F511138331 for ; Mon, 26 Mar 2018 05:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FC46E0874; Mon, 26 Mar 2018 05:47:21 +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 2574AE0874 for ; Mon, 26 Mar 2018 05:47:20 +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 85EC8335C2C for ; Mon, 26 Mar 2018 05:47:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C437F26C for ; Mon, 26 Mar 2018 05:47:17 +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: <1522043124.c6797571b3245bce68f9e22ef8f0d5f9e5b3a44c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/combustion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/combustion/Manifest dev-ruby/combustion/combustion-0.9.0.ebuild X-VCS-Directories: dev-ruby/combustion/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c6797571b3245bce68f9e22ef8f0d5f9e5b3a44c X-VCS-Branch: master Date: Mon, 26 Mar 2018 05:47:17 +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: dc3a48de-80af-48b3-9360-b0c104d308fc X-Archives-Hash: c1b1073300034ce062d4c21ebca30d56 commit: c6797571b3245bce68f9e22ef8f0d5f9e5b3a44c Author: Hans de Graaff gentoo org> AuthorDate: Mon Mar 26 05:44:20 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Mar 26 05:45:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6797571 dev-ruby/combustion: add 0.9.0 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/combustion/Manifest | 1 + dev-ruby/combustion/combustion-0.9.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest index 839775d69f5..22ca1f8132b 100644 --- a/dev-ruby/combustion/Manifest +++ b/dev-ruby/combustion/Manifest @@ -1,2 +1,3 @@ DIST combustion-0.7.0.gem 16896 BLAKE2B 241a05ca36cb231deb8e4f0fe6f0e6dae06f8a01e30a4bc078e9e9b4263d614a924a487a5b81c27142de99c69f60590208242b29930819c516ad72b3a3823567 SHA512 77e2f7da100bffce5b3d8271ba4fd685839295d79a0738c02b5a47fb6cde3cebd1a5d6b9b8668f5b3eca5dd5397476d71c393d3e19429d47a77ddd731875f3dc DIST combustion-0.8.0.gem 17920 BLAKE2B f318b2a2a6f1ee2103d396f9da52f5aeecdcd76008a91613118732b7253625ef40994680400ce3b8a3f781b08366c8bc15d9288ff9e8d8bd8af8afceb9af9a28 SHA512 145aa927dbedf0f5e8207538f0c741ce7c9a03ae696ad6a525bfcb0d4a3c89ae6f9f1b4ffc384d6aa82e2fa3ad802902a29db2fee9803e7a05dd69ea59c24419 +DIST combustion-0.9.0.gem 17920 BLAKE2B ac5a1c41b5993614a0101427f0a8d7491736a98b3b7799ed9e638515ae0a9b3098eed5c77a5bbd1c02efe9b613b2d30aac0c446fefb16405c3bfed4d1d15d23f SHA512 6d82f96fe2f42e50065e3de4d0fb8b05fa8da9e63a77b29934db0600594d826eb2a3e36a14e7e18744fed233db769c12a7620b4ec98aa230a6973d07a142a364 diff --git a/dev-ruby/combustion/combustion-0.9.0.ebuild b/dev-ruby/combustion/combustion-0.9.0.ebuild new file mode 100644 index 00000000000..8ef121db7a5 --- /dev/null +++ b/dev-ruby/combustion/combustion-0.9.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Elegant Rails Engine Testing" +HOMEPAGE="https://github.com/pat/combustion" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/activesupport-3.0.0:* + >=dev-ruby/railties-3.0.0:* + >=dev-ruby/thor-0.14.6 +"