commit:     002aac119328994df84d264503dba81c85921429
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 05:53:57 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 08:38:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002aac11

dev-ruby/ruby-romkan: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild | 32 --------------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild 
b/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild
deleted file mode 100644
index dd9e4ec..0000000
--- a/dev-ruby/ruby-romkan/ruby-romkan-0.4-r5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-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"
-
-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}
-}

Reply via email to