Skip to content

Commit

Permalink
dev-perl/String-Util: Add w/ version=1.310.0
Browse files Browse the repository at this point in the history
Required by newer dev-perl/Finance-Quote

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed Sep 12, 2020
1 parent 20fe0b6 commit 222dda8
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/String-Util/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST String-Util-1.31.tar.gz 23401 BLAKE2B 0a2b3e2157e2ded38a6a8ef1d139a5dad91bf000170644891574fcaff6813c9ed4886d0aad8322c29173302f3f9c107709bc245af6a46660c21f5b6e8836eaef SHA512 75283ea5b8dbf9933c94c96da71ace8380cb74c9848c35c4c5377ae00aeddd0851fbee8f3506ee4110e9f278b725aa0376d261424bd78eec6f6e32e2f3fc8f9b
25 changes: 25 additions & 0 deletions dev-perl/String-Util/String-Util-1.310.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=BAKERSCOT
DIST_VERSION=1.31
inherit perl-module

DESCRIPTION="String processing utility functions"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

DEPEND="dev-perl/Module-Build-Tiny"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.34.0
test? (
>=virtual/perl-Test-Simple-0.880.0
)
"
PERL_RM_FILES=(
t/author-pod-syntax.t
)
12 changes: 12 additions & 0 deletions dev-perl/String-Util/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">String-Util</remote-id>
<remote-id type="cpan-module">String::Util</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 222dda8

Please sign in to comment.