summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-07-16 13:00:27 +0200
committerHans de Graaff <graaff@gentoo.org>2021-07-17 07:17:25 +0200
commit6310d127ac8675370b3252fa0a8c2c343ee26fe2 (patch)
treeab9ab4dbd405e39ccd14119e9a135e2cef3909ef /dev-ruby/bsearch/bsearch-1.5.0-r2.ebuild
parentprofiles/arch: fix bug reference in mask (diff)
downloadgentoo-6310d127ac8675370b3252fa0a8c2c343ee26fe2.tar.gz
gentoo-6310d127ac8675370b3252fa0a8c2c343ee26fe2.tar.bz2
gentoo-6310d127ac8675370b3252fa0a8c2c343ee26fe2.zip
dev-ruby/bsearch: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/bsearch/bsearch-1.5.0-r2.ebuild')
-rw-r--r--dev-ruby/bsearch/bsearch-1.5.0-r2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ruby/bsearch/bsearch-1.5.0-r2.ebuild b/dev-ruby/bsearch/bsearch-1.5.0-r2.ebuild
deleted file mode 100644
index 1aa7804b57ee..000000000000
--- a/dev-ruby/bsearch/bsearch-1.5.0-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="doc/*"
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-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 ~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
-}