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.
Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
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 Tie-CPHash-1.06.tar.gz 13805 SHA256 43b5a63c5ee3c0bded4923b57d62d36ec3b3cba1b3184f768e85d4da1d645187 SHA512 6b7aea3c99513357aa4a982d84ea677c86d6130e0d12b76344f2e69c634ac533755e4d8bacd97fa4d6ffefc51c9e7211e1e244a16696b03034ab03ecb159e55f WHIRLPOOL 4e8bc37cf1a0590fd72b26a40212c4b67491c1f9081dfa9aac23830098b7f2e2529674f4cc60cf3fe5b78dd368d365aca238728c4a92da334dcb398baad65ccd | ||
DIST Tie-CPHash-2.000.tar.gz 15828 SHA256 001eef7574f2c4057a193e95889903d5aedd412baea142003fa78707df6defdc SHA512 0fae8b82f0600cd9bc058623eb036309c59cad323d7fba42880bcb539f702c300a59e2eb20fa972caa8c67682ab13a636c1cab895401c0839f0025ae981628e7 WHIRLPOOL bc4042a3b4d3253af7e57877bd96b2856fdd00f1464615343d32ac23e1e8f19c6c2c0a1702b19337dfdfddaaa3adc28b884ab1efb021f29d5e6706c20bbaa6a5 |
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,23 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
MODULE_AUTHOR=CJM | ||
MODULE_VERSION=2.000 | ||
inherit perl-module | ||
|
||
DESCRIPTION='Case preserving but case insensitive hash table' | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
virtual/perl-Carp | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( >=virtual/perl-Test-Simple-0.880.0 ) | ||
" | ||
|
||
SRC_TEST="do parallel" |