Skip to content

Commit

Permalink
dev-perl/Data-Printer: Add w/ version 0.400.0
Browse files Browse the repository at this point in the history
Required by dev-perl/GeoIP2, as suggested by Tomáš Mózes

Bug: gentoo#13973
Bug: https://bugs.gentoo.org/675494
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed Feb 5, 2020
1 parent 527be93 commit 7b12115
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
36 changes: 36 additions & 0 deletions dev-perl/Data-Printer/Data-Printer-0.400.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=GARU
DIST_VERSION=0.40
DIST_EXAMPLES=(
"examples/*"
)
inherit perl-module

DESCRIPTION="Colored pretty-print of Perl data structures and objects"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
virtual/perl-Carp
dev-perl/Clone-PP
>=dev-perl/File-HomeDir-0.910.0
virtual/perl-File-Spec
>=dev-perl/Package-Stash-0.300.0
virtual/perl-Scalar-List-Utils
dev-perl/Sort-Naturally
>=virtual/perl-Term-ANSIColor-3
>=virtual/perl-version-0.770.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Temp
>=virtual/perl-Test-Simple-0.880.0
)
"
1 change: 1 addition & 0 deletions dev-perl/Data-Printer/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Data-Printer-0.40.tar.gz 58847 BLAKE2B 04e9f7e682e1b38fadea6b3069f0c2c5e011e8703e2ed553bc609635387755b2c1a7179255fe61283363b26770bd369a6e7ee35e85da2d5663f821e106e950a0 SHA512 9aa92013c4d1f43a654f2e40f797a20f2fc5576d9496bc40bfe4b63e3f2c5893ffb4b83aaeca9c27ca09ab248e18ec44c1a0ca5a34cf140f62522f7adf15f446
21 changes: 21 additions & 0 deletions dev-perl/Data-Printer/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?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>
<maintainer type="person">
<email>[email protected]</email>
<name>Tomáš Mózes</name>
</maintainer>
<upstream>
<remote-id type="cpan">Data-Printer</remote-id>
<remote-id type="cpan-module">DDP</remote-id>
<remote-id type="cpan-module">Data::Printer</remote-id>
<remote-id type="cpan-module">Data::Printer::Filter</remote-id>
<remote-id type="cpan-module">Data::Printer::Filter::DB</remote-id>
<remote-id type="cpan-module">Data::Printer::Filter::DateTime</remote-id>
<remote-id type="cpan-module">Data::Printer::Filter::Digest</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 7b12115

Please sign in to comment.