commit: 65309d6ef7247079318b423186c7046018693ecd Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jan 15 06:42:12 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jan 15 06:42:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65309d6e
dev-ruby/ruby-romkan: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/ruby-romkan/ruby-romkan-0.4-r6.ebuild | 31 -------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-ruby/ruby-romkan/ruby-romkan-0.4-r6.ebuild b/dev-ruby/ruby-romkan/ruby-romkan-0.4-r6.ebuild deleted file mode 100644 index 1ec06751a51b..000000000000 --- a/dev-ruby/ruby-romkan/ruby-romkan-0.4-r6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -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 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DOCS="ChangeLog *.rd" - -RUBY_PATCHES=( "${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} -}
