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 C983C1382C5 for ; Thu, 1 Feb 2018 07:00:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0419AE0ACD; Thu, 1 Feb 2018 07:00:16 +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 BEF3EE0ACD for ; Thu, 1 Feb 2018 07:00:15 +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 0455F335C6A for ; Thu, 1 Feb 2018 07:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A560C1C0 for ; Thu, 1 Feb 2018 07:00:11 +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: <1517468310.793a420033a081f74a162a1435d7d0b32cf63e4e.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.5.5.ebuild dev-ruby/combustion/combustion-0.6.0.ebuild X-VCS-Directories: dev-ruby/combustion/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 793a420033a081f74a162a1435d7d0b32cf63e4e X-VCS-Branch: master Date: Thu, 1 Feb 2018 07:00:11 +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: 79e88d35-fb5a-44e7-9b43-db61c6dfd5be X-Archives-Hash: f952d1bd826d739f7d039d903123835e commit: 793a420033a081f74a162a1435d7d0b32cf63e4e Author: Hans de Graaff gentoo org> AuthorDate: Thu Feb 1 06:43:25 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Feb 1 06:58:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793a4200 dev-ruby/combustion: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/combustion/Manifest | 2 -- dev-ruby/combustion/combustion-0.5.5.ebuild | 25 ------------------------- dev-ruby/combustion/combustion-0.6.0.ebuild | 25 ------------------------- 3 files changed, 52 deletions(-) diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest index b9481711b93..ddb4adf530c 100644 --- a/dev-ruby/combustion/Manifest +++ b/dev-ruby/combustion/Manifest @@ -1,3 +1 @@ -DIST combustion-0.5.5.gem 14848 BLAKE2B 206611759ffbbde96bd29d4bd8ba464702b443a27f67d1abbba5733b9af640fe16fa33b00e68e0d5c0c5d2da1279c0ffd84b8a721836ac1a608b994b7a50451d SHA512 a27b228c9a9796c9bda61176421e9d03500361316606830b28dc101af9c9c4b94354455acbca0c009a64aedd39aff24d8ad7147a9dd4409b513a0858395c0ab8 -DIST combustion-0.6.0.gem 16384 BLAKE2B 2ce7d7cc81a7a2adf445d3de3e23bbd93e0b2e41c869a347f364740bf5a7d55357a06d31879c252ded891341d4e6518e7a93b3848cce67defd74e74ac4ab8ddd SHA512 0b2817a6f4a021a7e0975d6861c4fe1223c9303dd42ab312621bf4fb7de16d36e3ac9868053f45e11daa4bf1b0fa38c48e610ac7f89100868ea5ec8c350eca7d DIST combustion-0.7.0.gem 16896 BLAKE2B 241a05ca36cb231deb8e4f0fe6f0e6dae06f8a01e30a4bc078e9e9b4263d614a924a487a5b81c27142de99c69f60590208242b29930819c516ad72b3a3823567 SHA512 77e2f7da100bffce5b3d8271ba4fd685839295d79a0738c02b5a47fb6cde3cebd1a5d6b9b8668f5b3eca5dd5397476d71c393d3e19429d47a77ddd731875f3dc diff --git a/dev-ruby/combustion/combustion-0.5.5.ebuild b/dev-ruby/combustion/combustion-0.5.5.ebuild deleted file mode 100644 index 22d7cbd5ffe..00000000000 --- a/dev-ruby/combustion/combustion-0.5.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -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 -" diff --git a/dev-ruby/combustion/combustion-0.6.0.ebuild b/dev-ruby/combustion/combustion-0.6.0.ebuild deleted file mode 100644 index 4084818a970..00000000000 --- a/dev-ruby/combustion/combustion-0.6.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23" - -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 -"