Skip to content

Commit

Permalink
dev-perl/Time-Moment: Bump to version 0.400.0
Browse files Browse the repository at this point in the history
Upstream:
- Fix problem with thread-perl compilation with
  forward-function declaration

Package-Manager: portage-2.3.2
  • Loading branch information
kentfredric committed Dec 5, 2016
1 parent a3b9e2c commit e4f129b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Time-Moment/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST Time-Moment-0.38.tar.gz 150867 SHA256 0a8e3d77676f66095c15d63395cacf7dc283eccf1844ad3b718f4e18d9db74a1 SHA512 e287b66cf6dc902bd3748753246ff554a4f512cdfa41e84ac6dc1d6853d2ec37cf9a4de476914cee4582f2a2121fc14fc6d71e98efa6d8a4f0600aff883571aa WHIRLPOOL 7c151d3d6d10c5aaf335baa5581b6eea275072781d1ace9472da51553ac3d7d1479f2f2815920aa03d5b798bb45f119089156edb5602102fa32493e8a832ef39
DIST Time-Moment-0.39.tar.gz 158045 SHA256 4cbbadb1f525a35061965475cafacac92a8fd9b2fcf654b19069170aee041b90 SHA512 40d421cafecaac0fc97fe7f6d353a3bbb54e85f34bac4ffb512c67419d6d86ecc5e7a547604847616c498492e9029f3f116bbd2ec1159f0f210a63fb8b568b51 WHIRLPOOL 8a92ef30cf186c1f5f93e9aefdbe76bfb62d57fcdf09ca24088e96a4fdb0f3b4df25524fcd1449367f503fcf923cc8aeadb376de168eb6669af5a54d3c1db9a4
DIST Time-Moment-0.40.tar.gz 158105 SHA256 1c69b2dc999476df6a7bdd25fe64f7042d0a81eebfa5438314cc2e85f97c5c48 SHA512 f67fe86f726ee8ca51a31c2bc37439ede857a34364d0bfa15a78ffb1441cd491ffeb5b52070053e83481c04635bc2e2b449b42b681e4fae39e126c558f167350 WHIRLPOOL 2c2c6168ded680b42aefa51fb1dd2b911e24ca546a4bd005c1092a478574a5c7e4f139e08455bbfc7f4f1721676bdfab1c6c3f781c364dbf704940178c88f240
35 changes: 35 additions & 0 deletions dev-perl/Time-Moment/Time-Moment-0.400.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DIST_AUTHOR=CHANSEN
DIST_VERSION=0.40
DIST_EXAMPLES=("eg/*")
inherit perl-module

DESCRIPTION="Represents a date and time of day with an offset from UTC"

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

PATCHES=(
"${FILESDIR}/0.38-makefilepl.patch"
)
RDEPEND="
virtual/perl-Carp
virtual/perl-Time-HiRes
>=virtual/perl-XSLoader-0.20.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
>=virtual/perl-ExtUtils-ParseXS-3.180.0
test? (
>=dev-perl/Test-Fatal-0.6.0
>=dev-perl/Test-Number-Delta-1.60.0
dev-perl/Test-Requires
>=virtual/perl-Test-Simple-0.880.0
)
"

0 comments on commit e4f129b

Please sign in to comment.