From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D55E138359 for ; Tue, 15 Sep 2020 07:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3211FE092E; Tue, 15 Sep 2020 07:33:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15492E092E for ; Tue, 15 Sep 2020 07:33:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B760D340D45 for ; Tue, 15 Sep 2020 07:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59290364 for ; Tue, 15 Sep 2020 07:33:56 +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: <1600155232.2c51167bc9c3fe800a69961b6c0aed5fa7b4958c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bindex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/bindex/Manifest dev-ruby/bindex/bindex-0.7.0.ebuild X-VCS-Directories: dev-ruby/bindex/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2c51167bc9c3fe800a69961b6c0aed5fa7b4958c X-VCS-Branch: master Date: Tue, 15 Sep 2020 07:33:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 74432981-4bfc-428c-8648-a2612e3e39eb X-Archives-Hash: ecea643f062e81ed0aab9c7c9aa492dc commit: 2c51167bc9c3fe800a69961b6c0aed5fa7b4958c Author: Hans de Graaff gentoo org> AuthorDate: Tue Sep 15 07:08:24 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Sep 15 07:33:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c51167b dev-ruby/bindex: cleanup Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/bindex/Manifest | 1 - dev-ruby/bindex/bindex-0.7.0.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-ruby/bindex/Manifest b/dev-ruby/bindex/Manifest index 015e99992e1..c4d19e83184 100644 --- a/dev-ruby/bindex/Manifest +++ b/dev-ruby/bindex/Manifest @@ -1,2 +1 @@ -DIST bindex-0.7.0.gem 19456 BLAKE2B b9bbd6856e2e8c388aa02dbe6e93762cbb2011909ca62eb8d710e064c569f3f0454e352777434257920f33ce953195c48a368e337a672b63afd201c20597de16 SHA512 f991514979661cd7a03ece0aea368136ffcb8ed0b6d49ce11b3e1291d1dd3b653e78465b6433dc75b15cd320fb9839021937683828c8361b3cc1753377e3a757 DIST bindex-0.8.1.gem 19968 BLAKE2B dccbee6954c530f64ac13e7ed0108fe81978327c216ad2e60b675eed92419494cd32ba0e09ff2fa5371f3fff61e05661bdf704644cce49310dc6ce10888cc4e5 SHA512 18729825e329c24e483f1e181315d373d5095c18918088d915a8307e2775e5d0163dae50440f5c58609bf32806fa567ece8bfbbd69a061a8c30e367605bc3444 diff --git a/dev-ruby/bindex/bindex-0.7.0.ebuild b/dev-ruby/bindex/bindex-0.7.0.ebuild deleted file mode 100644 index 052f6d71821..00000000000 --- a/dev-ruby/bindex/bindex-0.7.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Bindings for your Ruby exceptions" -HOMEPAGE="https://github.com/gsamokovarov/bindex" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/bundler/I s:^:#:' Rakefile || die -} - -each_ruby_configure() { - ${RUBY} -Cext/skiptrace extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext/skiptrace - cp ext/skiptrace/cruby.so lib/skiptrace/ || die -}