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 953D659CA9 for ; Mon, 28 Mar 2016 19:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3ADD21C048; Mon, 28 Mar 2016 19:25:01 +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 740C821C003 for ; Mon, 28 Mar 2016 19:25:01 +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 3C541340B57 for ; Mon, 28 Mar 2016 19:25:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 153EB85A for ; Mon, 28 Mar 2016 19:24:58 +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: <1459193060.6db69b2a57acdef48c02e89520462d911c68ddeb.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fivemat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/fivemat/Manifest dev-ruby/fivemat/fivemat-1.3.1.ebuild X-VCS-Directories: dev-ruby/fivemat/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 6db69b2a57acdef48c02e89520462d911c68ddeb X-VCS-Branch: master Date: Mon, 28 Mar 2016 19:24:58 +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: ae454f82-2517-440e-ac25-bbf1d618ff6a X-Archives-Hash: a43ab231dd72ce59d9e437974fd5fee5 commit: 6db69b2a57acdef48c02e89520462d911c68ddeb Author: Manuel Rüger gentoo org> AuthorDate: Mon Mar 28 19:24:20 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Mar 28 19:24:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db69b2a dev-ruby/fivemat: Remove old Package-Manager: portage-2.2.28 dev-ruby/fivemat/Manifest | 1 - dev-ruby/fivemat/fivemat-1.3.1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-ruby/fivemat/Manifest b/dev-ruby/fivemat/Manifest index f0c06cb..b174d22 100644 --- a/dev-ruby/fivemat/Manifest +++ b/dev-ruby/fivemat/Manifest @@ -1,2 +1 @@ -DIST fivemat-1.3.1.gem 9728 SHA256 b8f02fcee55e1d9fc69878d110a67b3fdd62a0c91ef9f150b233f335934c3499 SHA512 e905fd13858c762a4a4e028083d14b85397781fcb4f55227716ccd6797f8dc964d3e7d53973c27e8bb9b2525d1211dd3cef9e1d32ee014c9ec81c18562085d5c WHIRLPOOL 8726df2c2a9f8d2799b2b49093ca09c0bbedcc5acda720ce99e31be10358d555eb911440f61c7706955319d18a1ccf92ecec36022818a260270a0fde3fe31692 DIST fivemat-1.3.2.gem 9728 SHA256 f319d820bb37fe6292db9fc7184497ed76a99d87eac5edd915d424e6c9337cbf SHA512 76290698c35e6b26234bd76d07fd032a037cd21cb289557dc72c095de6ea86a81d6717ffff0391a9b6305a89f7559f199ec81a1ff29d470d0c7b3ea006119405 WHIRLPOOL 65273439fc6f7307103391e57e7e3f299ad4db2061f039120d9164d169f93386e111e5d4b3722fef176c6341b8f324265ce8e5c8ab6713fab66fe059eb43ac76 diff --git a/dev-ruby/fivemat/fivemat-1.3.1.ebuild b/dev-ruby/fivemat/fivemat-1.3.1.ebuild deleted file mode 100644 index 4a57557..0000000 --- a/dev-ruby/fivemat/fivemat-1.3.1.ebuild +++ /dev/null @@ -1,22 +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 ruby22" - -# Package does not contain tests -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.markdown" - -inherit ruby-fakegem - -DESCRIPTION="MiniTest/RSpec/Cucumber formatter that gives each test file its own line of dots" -HOMEPAGE="https://github.com/tpope/fivemat" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE=""