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 E4FC2138334 for ; Thu, 9 May 2019 05:54:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0DFEE085A; Thu, 9 May 2019 05:54:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 99244E085A for ; Thu, 9 May 2019 05:54:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 714FA343DB1 for ; Thu, 9 May 2019 05:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19ED25E0 for ; Thu, 9 May 2019 05:54:55 +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: <1557381216.09a80a6fbd74c75fe38e8242fa3f715f8b07ace7.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pry/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pry/Manifest dev-ruby/pry/pry-0.12.0.ebuild X-VCS-Directories: dev-ruby/pry/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 09a80a6fbd74c75fe38e8242fa3f715f8b07ace7 X-VCS-Branch: master Date: Thu, 9 May 2019 05:54:55 +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: 14c8e36f-41e9-4aae-9e34-152d5a76e148 X-Archives-Hash: 817e86e5405304857c0de1c2a0f3592b commit: 09a80a6fbd74c75fe38e8242fa3f715f8b07ace7 Author: Hans de Graaff gentoo org> AuthorDate: Thu May 9 05:34:48 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu May 9 05:53:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a80a6f dev-ruby/pry: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/pry/Manifest | 1 - dev-ruby/pry/pry-0.12.0.ebuild | 45 ------------------------------------------ 2 files changed, 46 deletions(-) diff --git a/dev-ruby/pry/Manifest b/dev-ruby/pry/Manifest index 7f1818da7d8..bef25e9fc93 100644 --- a/dev-ruby/pry/Manifest +++ b/dev-ruby/pry/Manifest @@ -1,2 +1 @@ -DIST pry-0.12.0.tar.gz 237643 BLAKE2B 3c1d749c4df638652d0c9e2a11efe1c48225f2aa434e1adb3323fa5cc21fce40f12c7cecdff20589e8329acef30523114292a2834392b53f5d31c40132bc4232 SHA512 bd8ea74c281d64262d499970c0861659679670f052acde37f1d7fa50f2184c816e5681ef2566bf3a6010d150f9c649b39024a79a269e2a7b47057e1d8173d2ce DIST pry-0.12.2.tar.gz 237824 BLAKE2B 2a99e6092968150f2c685bc93004bd596adbe5e289bd52ee68f11b52512ac43d0e7079b8129445160652c668c355edae97f1fd0fd2ead940f769831ac9ecf4ff SHA512 b3a2a9a26d7062b994760fc5ca6c8b477813e215624d88ae56d23703429d3d8d21357b5d89583c1af1c7654f892c0c57ffbc6dd6b6f126e0a6b786c7c48df6af diff --git a/dev-ruby/pry/pry-0.12.0.ebuild b/dev-ruby/pry/pry-0.12.0.ebuild deleted file mode 100644 index dca7baa3cb1..00000000000 --- a/dev-ruby/pry/pry-0.12.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_RECIPE_DOC="yard" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" -RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec - -inherit ruby-fakegem - -DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby" -HOMEPAGE="https://github.com/pry/pry/wiki" -SRC_URI="https://github.com/pry/pry/archive/v${PV}.tar.gz -> ${P}.tar.gz" -IUSE="" -SLOT="ruby19" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" - -ruby_add_rdepend " - >=dev-ruby/coderay-1.1.0 =dev-ruby/coderay-1.1* - >=dev-ruby/method_source-0.9.0 =dev-ruby/method_source-0.9*" - -ruby_add_bdepend " - test? ( - >=dev-ruby/open4-1.3 - >=dev-ruby/rake-0.9 - >=dev-ruby/mocha-1.0 - )" - -all_ruby_prepare() { - # Avoid unneeded dependency on git. - # Loosen coderay dependency. - sed -e '/git ls-files/d' \ - -e '/coderay/s/~>/>=/' \ - -e '/bundler/d' \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die - sed -e '/[Bb]undler/d' -e "1irequire 'mocha/api'\ " -i spec/helper.rb || die - # Out of date tests - rm spec/commands/gist_spec.rb || die -}