Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pry/
Date: Sun, 01 May 2022 06:34:50
Message-Id: 1651383382.8493fbc94fda340702a8e7e1fa057bb24ccc01dc.graaff@gentoo
1 commit: 8493fbc94fda340702a8e7e1fa057bb24ccc01dc
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 05:36:22 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 05:36:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8493fbc9
7
8 dev-ruby/pry: drop 0.13.1, 0.14.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/pry/Manifest | 2 --
13 dev-ruby/pry/pry-0.13.1.ebuild | 45 ------------------------------------------
14 dev-ruby/pry/pry-0.14.0.ebuild | 45 ------------------------------------------
15 3 files changed, 92 deletions(-)
16
17 diff --git a/dev-ruby/pry/Manifest b/dev-ruby/pry/Manifest
18 index 0fa146012e75..0eaac44be6b0 100644
19 --- a/dev-ruby/pry/Manifest
20 +++ b/dev-ruby/pry/Manifest
21 @@ -1,3 +1 @@
22 -DIST pry-0.13.1.tar.gz 240103 BLAKE2B da4797e36aecba8bf1a785738339ed4be1e06ab28b329b66551a908898cd0515fc0da2434ba96e9fa0f350c9d32c13f850660bc0236c6c0218a4bd3182ec4ced SHA512 bec52c75dce365db68504634b2eaf6b0f312527031401199fcdbaa3ec5a9272148239d93305f8e66c4d36513f9fec3fe045e978c5a10f012a2880ab4a16b7e85
23 -DIST pry-0.14.0.tar.gz 238895 BLAKE2B 325a7eaa03836cf78c8599af15aa6758bc36cccf20937c3a7f222a5a831d2ffd8fc990e005b587779fe2a15077e0b8b38628c6f075b2b73de7ea44b5642e8635 SHA512 c10ba16d7dbd05308079f98a68fbcbb367d07977fd71a7077a80938b10c7588f585651e046d29a2f1499f136f56c062598f77ada8fb47a31608a4ea8536c5ef8
24 DIST pry-0.14.1.tar.gz 239261 BLAKE2B 46bba71668cbfcb710ebf4f8921d1b4cbaad887b1546b4566a90f9f246f1ff41451ccabb4a8692bb8a404532227aaa72b2d530fa4451bf1b7141cb6f57dfea1a SHA512 b258d1ae7ffd82c6fbed7edbd6e9bc64006eb54e3376a2f85b7482e0517be34efb46a2264975820cac3b7c0bea89b855b4d2a6fb104ff760f25667e1afb3ba44
25
26 diff --git a/dev-ruby/pry/pry-0.13.1.ebuild b/dev-ruby/pry/pry-0.13.1.ebuild
27 deleted file mode 100644
28 index a6ccfb80e171..000000000000
29 --- a/dev-ruby/pry/pry-0.13.1.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
38 -
39 -RUBY_FAKEGEM_RECIPE_DOC="yard"
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
42 -RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby"
47 -HOMEPAGE="https://github.com/pry/pry/wiki"
48 -SRC_URI="https://github.com/pry/pry/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49 -IUSE=""
50 -SLOT="ruby19"
51 -
52 -LICENSE="MIT"
53 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
54 -
55 -ruby_add_rdepend "
56 - >=dev-ruby/coderay-1.1.0 =dev-ruby/coderay-1.1*
57 - =dev-ruby/method_source-1*"
58 -
59 -ruby_add_bdepend "
60 - test? (
61 - >=dev-ruby/open4-1.3
62 - >=dev-ruby/rake-0.9
63 - >=dev-ruby/mocha-1.0
64 - )"
65 -
66 -all_ruby_prepare() {
67 - # Avoid unneeded dependency on git.
68 - # Loosen coderay dependency.
69 - sed -e '/git ls-files/d' \
70 - -i ${RUBY_FAKEGEM_GEMSPEC} || die
71 - sed -e '/[Bb]undler/d' -i spec/spec_helper.rb || die
72 -
73 - # Skip integration tests because they depend to much on specifics of the environment.
74 - rm -f spec/integration/* || die
75 - sed -i -e '/loads files through repl and exits/askip "depends on parent directory"' spec/cli_spec.rb || die
76 -}
77
78 diff --git a/dev-ruby/pry/pry-0.14.0.ebuild b/dev-ruby/pry/pry-0.14.0.ebuild
79 deleted file mode 100644
80 index 8d4d5fc87dab..000000000000
81 --- a/dev-ruby/pry/pry-0.14.0.ebuild
82 +++ /dev/null
83 @@ -1,45 +0,0 @@
84 -# Copyright 1999-2021 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=7
88 -
89 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
90 -
91 -RUBY_FAKEGEM_RECIPE_DOC="yard"
92 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
93 -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
94 -RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
95 -
96 -inherit ruby-fakegem
97 -
98 -DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby"
99 -HOMEPAGE="https://github.com/pry/pry/wiki"
100 -SRC_URI="https://github.com/pry/pry/archive/v${PV}.tar.gz -> ${P}.tar.gz"
101 -IUSE=""
102 -SLOT="ruby19"
103 -
104 -LICENSE="MIT"
105 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
106 -
107 -ruby_add_rdepend "
108 - >=dev-ruby/coderay-1.1.0 =dev-ruby/coderay-1.1*
109 - =dev-ruby/method_source-1*"
110 -
111 -ruby_add_bdepend "
112 - test? (
113 - >=dev-ruby/open4-1.3
114 - >=dev-ruby/rake-0.9
115 - >=dev-ruby/mocha-1.0
116 - )"
117 -
118 -all_ruby_prepare() {
119 - # Avoid unneeded dependency on git.
120 - # Loosen coderay dependency.
121 - sed -e '/git ls-files/d' \
122 - -i ${RUBY_FAKEGEM_GEMSPEC} || die
123 - sed -e '/[Bb]undler/d' -i spec/spec_helper.rb || die
124 -
125 - # Skip integration tests because they depend to much on specifics of the environment.
126 - rm -f spec/integration/* || die
127 - sed -i -e '/loads files through repl and exits/askip "depends on parent directory"' spec/cli_spec.rb || die
128 -}