dev-ruby/pry-byebug: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-04-20 01:00:32 +02:00
parent a41bdfb16a
commit 986d0eb512
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST pry-byebug-3.9.0.gem 15872 BLAKE2B a2f1e4b2fb130450e2dfea2fd18d1839d053ad5d155d304df9bdc56b934e8d0c89964139c786cef7a879d59caece2dfba7aaa20f9d9812da32824597c03564fd SHA512 5883e922a40d0639b112601b8a49f3cd735342d2e2173b85d1e207a79ac6f45441881bed8ea429caa5934d0754a1987e6d8ee332975ad437c98bffb92948c592

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/deivid-rodriguez/pry-byebug/issues</bugs-to>
<remote-id type="github">deivid-rodriguez/pry-byebug</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby30 ruby27 ruby26 ruby25"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC=""
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_GEMSPEC=""
inherit ruby-fakegem
DESCRIPTION="Step-by-step debugging and stack navigation in Pry"
HOMEPAGE="https://github.com/deivid-rodriguez/pry-byebug"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
#ruby_add_bdepend ""
ruby_add_rdepend "
>=dev-ruby/byebug-11.0
>=dev-ruby/pry-0.13
<dev-ruby/pry-0.15
"