From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 034CF59CAF for ; Wed, 6 Apr 2016 22:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89C0D21C0FE; Wed, 6 Apr 2016 22:50:47 +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 05A2921C0FE for ; Wed, 6 Apr 2016 22:50:47 +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 302E0340E93 for ; Wed, 6 Apr 2016 22:50:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 416D4201 for ; Wed, 6 Apr 2016 22:50:37 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1459982990.49b0a10d444a76ab924facfa786a800f47c4a6a1.mrueg@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.3.ebuild X-VCS-Directories: dev-ruby/combustion/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 49b0a10d444a76ab924facfa786a800f47c4a6a1 X-VCS-Branch: master Date: Wed, 6 Apr 2016 22: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: 51f00530-656b-443d-863d-58e52569186e X-Archives-Hash: dec84e5ed78851ec036a7b9594cfb097 commit: 49b0a10d444a76ab924facfa786a800f47c4a6a1 Author: Manuel Rüger gentoo org> AuthorDate: Wed Apr 6 22:49:50 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Apr 6 22:49:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b0a10d dev-ruby/combustion: Remove old Package-Manager: portage-2.2.28 dev-ruby/combustion/Manifest | 1 - dev-ruby/combustion/combustion-0.5.3.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest index d576cf6..3494430 100644 --- a/dev-ruby/combustion/Manifest +++ b/dev-ruby/combustion/Manifest @@ -1,2 +1 @@ -DIST combustion-0.5.3.gem 13312 SHA256 178346d36b9bb271aa8e6d1cba45fd0d463ccff1b589f70043eb3d995b650220 SHA512 790f0ec33c565678bdc43a09490bec233e8746cd657efcb620ec764ba297c4f9b8e656b004c7889a1725466afc186db9372dc27a1592b3981fd9d905c9920378 WHIRLPOOL e321b48ff1f98a1aae28f5d7f84648b58ce9bb6a946561f6508de6cad75eb639f21fab84ac268250dadc78f5f0ba30cb34b00f677b4b6dc313786cb387af563e DIST combustion-0.5.4.gem 14336 SHA256 69400ecbe0c2f6fa1ebe8e8226b6aea9e346f1ce249bfffe1119b13f1155acf4 SHA512 23bd13b046d5f2a6eba424f4494668a76d5c9998b4e3d06ec8879efab20808bca35a9db5dcd5f516b95064acc64d839257651adcdc27d033bc9d7df9a55bd78f WHIRLPOOL 0810382bb2aa66ac428acce17399bd1a8d6692efe289ca8a84533c0b5ac74236b842fc30189e14b4da2323d5ea7003996091933b60a721447a8baf9e3212a84b diff --git a/dev-ruby/combustion/combustion-0.5.3.ebuild b/dev-ruby/combustion/combustion-0.5.3.ebuild deleted file mode 100644 index 6ba9e74..0000000 --- a/dev-ruby/combustion/combustion-0.5.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -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 -"