summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-19 08:41:59 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-19 08:41:59 +0200
commit9b47e552f88ea1f106cba89bbf657cc1dbec1d75 (patch)
tree8b881600195947951a200b577ee7a351b097b534 /dev-ruby/inifile/inifile-3.0.0.ebuild
parentdev-ruby/journey: Remove last-rited pkg (diff)
downloadgentoo-9b47e552f88ea1f106cba89bbf657cc1dbec1d75.tar.gz
gentoo-9b47e552f88ea1f106cba89bbf657cc1dbec1d75.tar.bz2
gentoo-9b47e552f88ea1f106cba89bbf657cc1dbec1d75.zip
dev-ruby/inifile: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ruby/inifile/inifile-3.0.0.ebuild')
-rw-r--r--dev-ruby/inifile/inifile-3.0.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ruby/inifile/inifile-3.0.0.ebuild b/dev-ruby/inifile/inifile-3.0.0.ebuild
deleted file mode 100644
index 5623638e05df..000000000000
--- a/dev-ruby/inifile/inifile-3.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Native Ruby package for reading and writing INI files"
-HOMEPAGE="https://github.com/TwP/inifile"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-each_ruby_test() {
- ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}