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 BDEA4139082 for ; Sun, 5 Feb 2017 09:59:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10EEF21C09E; Sun, 5 Feb 2017 09:59:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DC28621C09E for ; Sun, 5 Feb 2017 09:59:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 206BF34161D for ; Sun, 5 Feb 2017 09:59:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5C1B3B8E for ; Sun, 5 Feb 2017 09:59:23 +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: <1486288741.95e7c0922fea4c65be4ceae57b44d64899795838.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/file-tail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/file-tail/Manifest dev-ruby/file-tail/file-tail-1.1.0.ebuild X-VCS-Directories: dev-ruby/file-tail/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 95e7c0922fea4c65be4ceae57b44d64899795838 X-VCS-Branch: master Date: Sun, 5 Feb 2017 09:59:23 +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: 756a1e23-700d-48d0-b314-2416321c3063 X-Archives-Hash: 36843e1676afb2aa676734f1d80091a7 commit: 95e7c0922fea4c65be4ceae57b44d64899795838 Author: Hans de Graaff gentoo org> AuthorDate: Sun Feb 5 09:28:59 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Feb 5 09:59:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e7c092 dev-ruby/file-tail: cleanup Package-Manager: portage-2.3.3 dev-ruby/file-tail/Manifest | 1 - dev-ruby/file-tail/file-tail-1.1.0.ebuild | 33 ------------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-ruby/file-tail/Manifest b/dev-ruby/file-tail/Manifest index 26b5a99..4143df2 100644 --- a/dev-ruby/file-tail/Manifest +++ b/dev-ruby/file-tail/Manifest @@ -1,2 +1 @@ -DIST file-tail-1.1.0.gem 23040 SHA256 c4d8e4e293436c831b7ecc7b690b480def5c09fad0490be19f889ef9a2babe45 SHA512 ad49d5461f9fb24f2494b59a049b5f10ed7e944ea2af0b0c885ee45a3d874f1e627671aac9f99c5785865909463701101f349d0ddd9e026de0df4d339427627d WHIRLPOOL 2772ae388445e142d668df835b049beaf02df08914b32f57b9f910fb776ae8294225a85a8336f6d7e83b30aa842e08b6f0858a145f8ddc7cf881e108d544e4cb DIST file-tail-1.1.1.gem 23040 SHA256 1094d5b2b424a4c38abdda767238737f0122590e2ab07c7278c196ba65c0ce3d SHA512 fa9fc8a0826ca001ba775110a534dbe9f5474ad43d60a2fc3b67badaced170b099a5dab3a6499415d9ffcc493c37436b7a964d34268de053ae6d8acfe55fa42d WHIRLPOOL 37c622ef107c25d4f7cc72ffe0f06ed1c40637d5495ddd382d5e4281167811612edeb66c284f7fa1b04b04515870d2a049752f1929eb98133fc9377b51b5df88 diff --git a/dev-ruby/file-tail/file-tail-1.1.0.ebuild b/dev-ruby/file-tail/file-tail-1.1.0.ebuild deleted file mode 100644 index 2e34ba4..00000000 --- a/dev-ruby/file-tail/file-tail-1.1.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_TEST="none" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_DOC_SOURCES="lib README.rdoc" - -RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A small ruby library that allows it to 'tail' files in Ruby" -HOMEPAGE="https://flori.github.com/file-tail" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend "=dev-ruby/tins-1*" -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib tests/*_test.rb -}