Skip to content

Commit

Permalink
dev-perl/Test-Time: New package, needed by dev-perl/Plack
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
akhuettel committed Sep 20, 2015
1 parent 910f53e commit 4e35312
Show file tree
Hide file tree
Showing 3 changed files with 28 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
@@ -0,0 +1 @@
DIST Test-Time-0.04.tar.gz 45534 SHA256 d8c1bc57f9767ae8122fc4ab873bd991cb9ea8e9422c66399acb66770fa5c2ea SHA512 99d258d8257dd858eab5f95211c8bb2c071155c63ec6af577541f7446c75c39329d249e9fd43d9d688d7c30a104953aa0b3774aec9b3ffc0fd96d1947d844c24 WHIRLPOOL 22ed4fdc63f7668ab8175507d730c6ae0626ede5911025478bd2efa610443f9a32d7f8b6bc1515abe457f6f94016d5b214d4fa263b1ce7d2cb7b40163f2e7af1
22 changes: 22 additions & 0 deletions dev-perl/Test-Time/Test-Time-0.40.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

MODULE_AUTHOR=SATOH
MODULE_VERSION=0.04
inherit perl-module

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

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

RDEPEND=""
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.360.0
"

SRC_TEST="do parallel"
5 changes: 5 additions & 0 deletions dev-perl/Test-Time/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
</pkgmetadata>

0 comments on commit 4e35312

Please sign in to comment.