Skip to content

Commit

Permalink
dev-perl/Test-Time: Bump to version 0.50.0
Browse files Browse the repository at this point in the history
- EAPI6
- Add remote-id's to metadata.xml

Upstream:
- Fixes for '.' in @inc
- Remove unused prereqs

Package-Manager: Portage-2.3.18, Repoman-2.3.6
  • Loading branch information
kentfredric committed Mar 6, 2018
1 parent 1c0beb4 commit 33ce335
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Test-Time/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST Test-Time-0.04.tar.gz 45534 BLAKE2B 34f51aa18f2044e6e0719823ad2701fdd1dd6504873153eb3fafc577c973b13d84f1c57cfc06353397b932c0a77c2334b22200dec4683e65595be0e5583b1b6a SHA512 99d258d8257dd858eab5f95211c8bb2c071155c63ec6af577541f7446c75c39329d249e9fd43d9d688d7c30a104953aa0b3774aec9b3ffc0fd96d1947d844c24
DIST Test-Time-0.05.tar.gz 9863 BLAKE2B 82ab4b94c7c9cb7d3bb2bfee19389fd4bbf990e16459270a3bac80011a8930af6c06dc88055a132246f2f38b33d1e604d81a54920e370cf38a32276276db5bb8 SHA512 d06a0962344df8debf71aa0b9afc4618d63662edaa8645243977b83f27623aac92352806aab949cd9a32aea96ab74fcae90db2b5a02e69f6a9077a2415acdcb5
21 changes: 21 additions & 0 deletions dev-perl/Test-Time/Test-Time-0.50.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=SATOH
DIST_VERSION=0.05
inherit perl-module

DESCRIPTION="Overrides the time() and sleep() core functions for testing"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="
virtual/perl-Test-Simple
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.640.0
"
4 changes: 4 additions & 0 deletions dev-perl/Test-Time/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Test-Time</remote-id>
<remote-id type="cpan-module">Test::Time</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 33ce335

Please sign in to comment.