Skip to content

Commit

Permalink
dev-perl/String-Truncate: New package, needed for Dist::Zilla::Plugin…
Browse files Browse the repository at this point in the history
…::PodWeaver

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
akhuettel committed Jun 20, 2017
1 parent afafc06 commit 91425d9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/String-Truncate/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST String-Truncate-1.100602.tar.gz 16889 SHA256 aaa3d4eec01136921484139133eb75d5c571fe51b0ad329f089e6d469a235f6e SHA512 67519f7c4e3b5b7021b71d70468e3b74b0a60b09cf32988bdf0058a10ee4bec80b189ee33f7c2bc67db804d92ceddaac11feb2f39c7f8b941b12f52eee47b90e WHIRLPOOL 7198016b9cfd5651096d1c2b42f8f1b57b177db040b9de27d1fc257bc7640896eddbec0bb47e990a46bbceacff374a9bac94d32f2dd3ffebf6dc402a0b173f08
26 changes: 26 additions & 0 deletions dev-perl/String-Truncate/String-Truncate-1.100.602.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=RJBS
DIST_VERSION=1.100602
inherit perl-module

DESCRIPTION="Module for when strings are too long to be displayed in..."

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
virtual/perl-Carp
>=dev-perl/Sub-Exporter-0.953.0
>=dev-perl/Sub-Install-0.30.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
>=virtual/perl-Test-Simple-0.960.0
)
"
8 changes: 8 additions & 0 deletions dev-perl/String-Truncate/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>
</pkgmetadata>

0 comments on commit 91425d9

Please sign in to comment.