diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-08-26 13:59:31 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-08-26 13:59:31 +0200 |
commit | dd92a0c840360b921ffedf3d20b641f9bb17b710 (patch) | |
tree | 126f27b63a146e2a8b632e720166e93c4fca6257 /dev-ruby/ruby-romkan | |
parent | dev-ruby/sexp_processor: Remove old (diff) | |
download | gentoo-dd92a0c840360b921ffedf3d20b641f9bb17b710.tar.gz gentoo-dd92a0c840360b921ffedf3d20b641f9bb17b710.tar.bz2 gentoo-dd92a0c840360b921ffedf3d20b641f9bb17b710.zip |
dev-ruby/ruby-romkan: Remove old
Gentoo-Bug: #552436
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-ruby/ruby-romkan')
-rw-r--r-- | dev-ruby/ruby-romkan/ruby-romkan-0.4-r4.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-ruby/ruby-romkan/ruby-romkan-0.4-r4.ebuild b/dev-ruby/ruby-romkan/ruby-romkan-0.4-r4.ebuild deleted file mode 100644 index 7b3e52f8cadc..000000000000 --- a/dev-ruby/ruby-romkan/ruby-romkan-0.4-r4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -# ruby19 jruby -USE_RUBY="ruby19" - -inherit ruby-ng - -DESCRIPTION="A Romaji <-> Kana conversion library for Ruby" -HOMEPAGE="http://0xcc.net/ruby-romkan/" -SRC_URI="http://0xcc.net/ruby-romkan/${P}.tar.gz" -LICENSE="Ruby" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DOCS="ChangeLog *.rd" - -all_ruby_prepare() { - epatch "${FILESDIR}/${PN}-ruby19.patch" -} - -each_ruby_test() { - ${RUBY} -I. -Ke test.rb < /dev/null || die "test failed" -} - -each_ruby_install() { - doruby romkan.rb -} - -all_ruby_install() { - dodoc ${DOCS} -} |