public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pry/
Date: Tue, 22 Dec 2015 21:51:27 +0000 (UTC)	[thread overview]
Message-ID: <1450821074.e4297882e6968dcfbf0a7332089d7903c961ff43.mrueg@gentoo> (raw)

commit:     e4297882e6968dcfbf0a7332089d7903c961ff43
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 21:51:14 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 21:51:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4297882

dev-ruby/pry: Version bump

Package-Manager: portage-2.2.26

 dev-ruby/pry/Manifest          |  1 +
 dev-ruby/pry/pry-0.10.3.ebuild | 49 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-ruby/pry/Manifest b/dev-ruby/pry/Manifest
index a711ace..db4af7a 100644
--- a/dev-ruby/pry/Manifest
+++ b/dev-ruby/pry/Manifest
@@ -1,3 +1,4 @@
 DIST pry-0.10.1.tar.gz 204021 SHA256 c04af53883e742d6cf44c3923a6e397b14f14520f73da0d3f68dfc0855e8645b SHA512 cbb850d5bc9012da376ed87a894c939e20f0c1992565e3f9c282a85fd3026c2eb71a487672e2dc141a8f1ac0016f467782448e318012ef761e5cc21edb376b92 WHIRLPOOL 1b320e9e6956121b4b51d9d56b09deec823e00b3384b74065047bf2c32fc7d145bb34e63906cd1b0093f160c3e7b5a449f1ae1cecaeed5d36a388cb053786780
 DIST pry-0.10.2.tar.gz 204207 SHA256 d0bb0f89d13f623cedcc772110666156f930ff36c663927d4e54f846385efcdf SHA512 11438b4935adf9541bcd10bd9b1894179f0ad05db3361e6ad6589421bc60a80071773c0188c277f0bd44208dffa1694696649f79be28cd33164d2a7efe6ac2b9 WHIRLPOOL f866ade6961f2ac7a57ad7e1c1ac4d3dbf304f30cb46b06b2383649a47d3a3ed80e9500a434ff7123204c12c58eedda1a9bbc9a407752700f34213c20f90008d
+DIST pry-0.10.3.tar.gz 204253 SHA256 55760dd7ead762deda51a2acb5340e41d15056eb590c8ea03e46482e59cdde87 SHA512 5efec76414e6acf6e1f26f39296087a29a72b65b3fc365ad4ebd610b25d109253f2d325fe91508c8bd6eca67bdfe812b74dba8cf687a0fc4e0a5f9f6f6a93c7e WHIRLPOOL 5c6e04e4d89237d0ce7f46e15757c3b4f702cd967a467c0b8ea732124c12a1ff5b4d4de493ca5b5f7512e19394c85c9b240133c3516c79f40b77a1d79754be58
 DIST pry-0.9.12.6.gem 198144 SHA256 0107730b35bdd4fd042fa9c92263174a38f975844230bc5c583fd4816c55af72 SHA512 451da80d9224f3c826bdcb0492d1880005143ae489dc1de0021ed73fd3d34ef3bab7c06dd631cf9737c7b4d9b031d1ee7be05c4e4d99ab9af24231ce388ac3b9 WHIRLPOOL c04d80c3e2a357dbdab549be0d5b83ce319dcfbac286dd5b7e156e1a800cd87d89974a5213e8fb0860819a606a5633295ed0b645ab049a68674cf68a2d1a947d

diff --git a/dev-ruby/pry/pry-0.10.3.ebuild b/dev-ruby/pry/pry-0.10.3.ebuild
new file mode 100644
index 0000000..9c13287
--- /dev/null
+++ b/dev-ruby/pry/pry-0.10.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+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 ~ppc64 ~x86"
+
+ruby_add_rdepend "
+	>=dev-ruby/coderay-1.1.0 =dev-ruby/coderay-1.1*
+	>=dev-ruby/slop-3.4.1:3
+	>=dev-ruby/method_source-0.8.1 =dev-ruby/method_source-0.8*"
+
+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
+	sed -e "1irequire 'ostruct'\ " -i spec/hooks_spec.rb || die
+	sed -e '/of Class after the singleton classes/,+4d' -i spec/method_spec.rb || die
+	# Out of date tests
+	rm spec/commands/gist_spec.rb || die
+}


             reply	other threads:[~2015-12-22 21:51 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-22 21:51 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-25  9:01 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pry/ Hans de Graaff
2024-11-16  8:12 Hans de Graaff
2024-09-11 15:04 Arthur Zamarin
2024-07-12  6:21 Ionen Wolkens
2024-07-02  3:56 Ionen Wolkens
2024-06-08 11:12 Arthur Zamarin
2024-02-11  7:26 Hans de Graaff
2023-07-11  4:37 Hans de Graaff
2023-03-18  0:03 Sam James
2023-01-22  8:30 Hans de Graaff
2022-10-09  7:22 Hans de Graaff
2022-05-08 16:12 WANG Xuerui
2022-05-01  6:34 Hans de Graaff
2022-04-26 13:45 Sam James
2021-08-14  9:05 Marek Szuba
2021-07-10  6:23 Hans de Graaff
2021-04-05  6:05 Hans de Graaff
2021-02-27  6:23 Hans de Graaff
2020-11-29  0:13 Sergei Trofimovich
2020-09-22  6:33 Sergei Trofimovich
2020-07-26 15:12 Hans de Graaff
2020-04-25 12:16 Hans de Graaff
2019-05-09  5:54 Hans de Graaff
2019-05-09  5:54 Hans de Graaff
2018-12-08  7:47 Hans de Graaff
2018-12-08  7:47 Hans de Graaff
2018-11-09  7:19 Hans de Graaff
2018-04-17 16:10 Hans de Graaff
2018-02-08  6:25 Hans de Graaff
2017-11-18  6:58 Hans de Graaff
2017-10-23 21:38 Sergei Trofimovich
2017-10-19  5:57 Hans de Graaff
2017-10-01  6:00 Hans de Graaff
2017-09-23  5:55 Hans de Graaff
2017-08-22  9:19 Sergei Trofimovich
2017-07-19  6:55 Hans de Graaff
2017-07-19  6:55 Hans de Graaff
2016-07-26  5:28 Hans de Graaff
2016-04-16  5:59 Hans de Graaff
2016-04-16  5:59 Hans de Graaff
2015-09-25  6:04 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450821074.e4297882e6968dcfbf0a7332089d7903c961ff43.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox