forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Data-Structure-Util: Bump to version 0.160.0
- EAPI6 - Enable tests Upstream: - Fix clang/gcc warnings - Fix assertions that are no longer valid since Perl 5.20 Package-Manager: Portage-2.3.8, Repoman-2.3.3
- Loading branch information
1 parent
50af0a8
commit e017081
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
dev-perl/Data-Structure-Util/Data-Structure-Util-0.160.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=ANDYA | ||
DIST_VERSION=0.16 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Change nature of data within a structure" | ||
|
||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
virtual/perl-Digest-MD5 | ||
>=virtual/perl-Scalar-List-Utils-1.10.0 | ||
virtual/perl-Storable | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( virtual/perl-Test-Simple ) | ||
" | ||
|
||
src_test() { | ||
perl_rm_files t/00pod.t t/06signature.t | ||
perl-module_src_test | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Data-Structure-Util-0.15.tar.gz 23185 SHA256 4228ad6fcd1081a5193d91b2c394f50a5b1e8a42e25d99fdf79c4153a40186d0 SHA512 0bbc654b1f1cd33fdc91562d751852ec7332efa712bde026548db7f06d5b228c7d2f33f3ec417c30736ba631c41d4f5029345ae14b4bd853aee0070dd07c124a WHIRLPOOL a9d3d6aff4d1cd00ec4a9bbd12197ca93ff9d9de44248a3e3a33696c34909018553c8d596064196f07b1791d59e2bf54fd095398971c16eaa337f62b0c9e6622 | ||
DIST Data-Structure-Util-0.16.tar.gz 23936 SHA256 9cd42a13e65cb15f3a76296eb9a134da220168ec747c568d331a50ae7a2ddbc6 SHA512 7dc51a4ac3617e7deaf2a1d9e25ed3b9ad94fdfd288fa3331b43b23d5e1eaa09510cb098df1fe0c7cf3f76a00012576a62741916310bedc1089b56baaac6ff74 WHIRLPOOL 3da0a2f6305e1d698b6ddf325fda55c2a3142a4c227d87274e8267d40f95dd3558fccd559a4339c1d4fb28c7609572eaf0569d879d55368d114798d9fb5b11af |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,8 @@ | |
<email>[email protected]</email> | ||
<name>Gentoo Perl Project</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="cpan">Data-Structure-Util</remote-id> | ||
<remote-id type="cpan-module">Data::Structure::Util</remote-id> | ||
</upstream> | ||
</pkgmetadata> |