summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-11-13 06:40:17 +0100
committerHans de Graaff <graaff@gentoo.org>2018-11-13 06:40:17 +0100
commit87ecf1e16d56bf7e85abbbeca9419f5274d03eb3 (patch)
treefc010baf68e616b3c78071f70ebb8373bdab59c1 /dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
parentdev-ruby/zentest: cleanup (diff)
downloadgentoo-87ecf1e16d56bf7e85abbbeca9419f5274d03eb3.tar.gz
gentoo-87ecf1e16d56bf7e85abbbeca9419f5274d03eb3.tar.bz2
gentoo-87ecf1e16d56bf7e85abbbeca9419f5274d03eb3.zip
dev-ruby/multi_xml: cleanup
Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/multi_xml/multi_xml-0.5.5.ebuild')
-rw-r--r--dev-ruby/multi_xml/multi_xml-0.5.5.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
deleted file mode 100644
index 306f842813c4..000000000000
--- a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC="doc:yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="http://rdoc.info/gems/multi_xml"
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/ox )"
-
-all_ruby_prepare() {
- sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die
- sed -i -e '/bundler/I s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
- CI=true each_fakegem_test
-}