commit:     30e85f66eb0dea867d106e58367201a831cb7317
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 05:41:02 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 08:38:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e85f66

dev-ruby/ruby-dict: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/ruby-dict/ruby-dict-0.9.4-r3.ebuild | 41 ----------------------------
 1 file changed, 41 deletions(-)

diff --git a/dev-ruby/ruby-dict/ruby-dict-0.9.4-r3.ebuild 
b/dev-ruby/ruby-dict/ruby-dict-0.9.4-r3.ebuild
deleted file mode 100644
index 058d454..0000000
--- a/dev-ruby/ruby-dict/ruby-dict-0.9.4-r3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20"
-
-inherit ruby-ng
-
-DESCRIPTION="RFC 2229 client in Ruby"
-HOMEPAGE="http://www.caliban.org/ruby/ruby-dict.shtml";
-SRC_URI="http://www.caliban.org/files/ruby/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
-IUSE=""
-
-RUBY_PATCHES=( "${PN}-ruby19.patch" )
-
-each_ruby_test() {
-       ewarn "Tests will use network connection"
-
-       ${RUBY} -Ilib ./rdict test || die
-}
-
-each_ruby_install() {
-       doruby lib/dict.rb || die "doruby failed"
-}
-
-all_ruby_install() {
-       dobin rdict
-
-       dodoc README Changelog TODO doc/rfc2229.txt
-       dohtml doc/dict.html doc/rdict.html
-
-       # This would probably need a 3rb section..
-       # doman doc/dict.3
-       doman doc/rdict.1
-}

Reply via email to