commit:     26e6f13a974deae841a12f9507b7d48c2f0cf60d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 05:22:31 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 05:22:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e6f13a

dev-ruby/bsearch: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/bsearch/bsearch-1.5.0-r1.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-ruby/bsearch/bsearch-1.5.0-r1.ebuild 
b/dev-ruby/bsearch/bsearch-1.5.0-r1.ebuild
deleted file mode 100644
index 7b9c2f4..0000000
--- a/dev-ruby/bsearch/bsearch-1.5.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="doc/*"
-
-USE_RUBY="ruby20"
-
-inherit ruby-fakegem
-DESCRIPTION="A binary search library for Ruby"
-HOMEPAGE="http://0xcc.net/ruby-bsearch/";
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-IUSE=""
-
-all_ruby_prepare() {
-       sed -i 's/ruby/\$\{RUBY\}/' test/test.sh || die
-}
-
-each_ruby_test() {
-       pushd test
-       RUBY=${RUBY} sh test.sh || die
-       popd
-}

Reply via email to