From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EE9F3138210 for ; Sat, 30 Apr 2016 10:43:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BB0421C03C; Sat, 30 Apr 2016 10:43:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66D6021C063 for ; Sat, 30 Apr 2016 10:43:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DFBD340D69 for ; Sat, 30 Apr 2016 10:43:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 481BC33F for ; Sat, 30 Apr 2016 05:36:27 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1461993751.26e6f13a974deae841a12f9507b7d48c2f0cf60d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bsearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/bsearch/bsearch-1.5.0-r1.ebuild X-VCS-Directories: dev-ruby/bsearch/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 26e6f13a974deae841a12f9507b7d48c2f0cf60d X-VCS-Branch: master Date: Sat, 30 Apr 2016 05:36:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a884f123-aa85-4a27-a0d0-ac5d956e9719 X-Archives-Hash: 9c535e990ca41cf45117a9b87bcac270 commit: 26e6f13a974deae841a12f9507b7d48c2f0cf60d Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 30 05:22:31 2016 +0000 Commit: Hans de Graaff gentoo 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 -}