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 0086A13835A for ; Sun, 26 Jul 2020 15:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB105E0839; Sun, 26 Jul 2020 15:12:34 +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 923DEE0839 for ; Sun, 26 Jul 2020 15:12:34 +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 99ECD34F294 for ; Sun, 26 Jul 2020 15:12:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEE4C2F8 for ; Sun, 26 Jul 2020 15:12:29 +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: <1595776331.54456344d76cc363d233d2cbae485ba9c08f0c1b.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.2.ebuild X-VCS-Directories: dev-ruby/pry/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 54456344d76cc363d233d2cbae485ba9c08f0c1b X-VCS-Branch: master Date: Sun, 26 Jul 2020 15:12:29 +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: bfa49990-1494-4433-a9f1-a6b01d22818b X-Archives-Hash: 42b2652566c9db6c3098a9da0389af9a commit: 54456344d76cc363d233d2cbae485ba9c08f0c1b Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 26 13:40:29 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jul 26 15:12:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54456344 dev-ruby/pry: cleanup Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/pry/Manifest | 1 - dev-ruby/pry/pry-0.12.2.ebuild | 45 ------------------------------------------ 2 files changed, 46 deletions(-) diff --git a/dev-ruby/pry/Manifest b/dev-ruby/pry/Manifest index 491c869fbb3..6e03f58906b 100644 --- a/dev-ruby/pry/Manifest +++ b/dev-ruby/pry/Manifest @@ -1,2 +1 @@ -DIST pry-0.12.2.tar.gz 237824 BLAKE2B 2a99e6092968150f2c685bc93004bd596adbe5e289bd52ee68f11b52512ac43d0e7079b8129445160652c668c355edae97f1fd0fd2ead940f769831ac9ecf4ff SHA512 b3a2a9a26d7062b994760fc5ca6c8b477813e215624d88ae56d23703429d3d8d21357b5d89583c1af1c7654f892c0c57ffbc6dd6b6f126e0a6b786c7c48df6af DIST pry-0.13.1.tar.gz 240103 BLAKE2B da4797e36aecba8bf1a785738339ed4be1e06ab28b329b66551a908898cd0515fc0da2434ba96e9fa0f350c9d32c13f850660bc0236c6c0218a4bd3182ec4ced SHA512 bec52c75dce365db68504634b2eaf6b0f312527031401199fcdbaa3ec5a9272148239d93305f8e66c4d36513f9fec3fe045e978c5a10f012a2880ab4a16b7e85 diff --git a/dev-ruby/pry/pry-0.12.2.ebuild b/dev-ruby/pry/pry-0.12.2.ebuild deleted file mode 100644 index cb0918474a3..00000000000 --- a/dev-ruby/pry/pry-0.12.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -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 ~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 -}