Skip to content

Commit

Permalink
dev-perl/B-Debug: Add w/ version 1.260.0
Browse files Browse the repository at this point in the history
Being split from core in 5.30, warning from 5.28 onwards in ways that
produce warnings, which can lead to test failures

Bug: https://bugs.gentoo.org/661202
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed Jan 4, 2019
1 parent 395b0e5 commit 28a92fd
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dev-perl/B-Debug/B-Debug-1.260.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=RURBAN
DIST_VERSION=1.26
inherit perl-module

DESCRIPTION="Walk Perl syntax tree, printing debug info about ops"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test minimal"

PERL_RM_FILES=(
"t/pod.t"
)
# requires deprecate 0.03 => perl 5.19.2
RDEPEND="
!minimal? (
>=dev-perl/B-Flags-0.40.0
)
>=dev-lang/perl-5.19.2
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
)
"
1 change: 1 addition & 0 deletions dev-perl/B-Debug/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST B-Debug-1.26.tar.gz 17725 BLAKE2B 5c9fc8e63a6c2511ef8189ea34b66d7795785ee2a71c429487cbd3dbf03aea42e0c1a4e4d15209627d22327ef99d9d193616050102a71d12b6fbb62eba2394a5 SHA512 d15a1b8283a9c9582cebf9d5fdc38289160c601603498eb79d120154c8643a81e256c4afe2ee938c9db04989af0544bdf312d2d0fe5b898b1dcee756d084db6e
12 changes: 12 additions & 0 deletions dev-perl/B-Debug/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">B-Debug</remote-id>
<remote-id type="cpan-module">B::Debug</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 28a92fd

Please sign in to comment.