summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-02-03 12:36:13 +0100
committerHans de Graaff <graaff@gentoo.org>2018-02-03 19:21:22 +0100
commit3257ea1e1a41dd12aaafd8e3a0b3c8723514fd11 (patch)
treee3717b457315f585d925521e84f4bc5e44a32a95
parentdev-ruby/filesize: add ruby24 (diff)
downloadgentoo-3257ea1e.tar.gz
gentoo-3257ea1e.tar.bz2
gentoo-3257ea1e.zip
dev-ruby/file-tail: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--dev-ruby/file-tail/Manifest1
-rw-r--r--dev-ruby/file-tail/file-tail-1.1.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-ruby/file-tail/Manifest b/dev-ruby/file-tail/Manifest
index da80bc1aa0da..dc18b42f819a 100644
--- a/dev-ruby/file-tail/Manifest
+++ b/dev-ruby/file-tail/Manifest
@@ -1,2 +1 @@
-DIST file-tail-1.1.1.gem 23040 BLAKE2B 4d1036a603dfda906bd607950e84649cd80bff5a6eda59c47ba00e0c0b0d3647f40694c3fb8826922d83b210b53c689d8a3c456fdf3e124900fc3dd766070f16 SHA512 fa9fc8a0826ca001ba775110a534dbe9f5474ad43d60a2fc3b67badaced170b099a5dab3a6499415d9ffcc493c37436b7a964d34268de053ae6d8acfe55fa42d
DIST file-tail-1.2.0.gem 19968 BLAKE2B 8a9ef8b73d2e7c8c21ec04e817991ebe40ba62800e565b607dbae9732b0192074cff4b3fc9dc7a495be9a2315eab63b48126e524091d72b37f7e8261cb1333f1 SHA512 ac20e5e855144f7462ef0471be08ab56e521a7b22117f1653e06624e1d81ac11d047a21a6979476bc8547dd88d90f25e51052950148acbe3ea64bdd3c35e1da3
diff --git a/dev-ruby/file-tail/file-tail-1.1.1.ebuild b/dev-ruby/file-tail/file-tail-1.1.1.ebuild
deleted file mode 100644
index 03c52caf14d0..000000000000
--- a/dev-ruby/file-tail/file-tail-1.1.1.ebuild
+++ /dev/null
@@ -1,32 +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 ruby24"
-
-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
-}