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/HTTP-Headers-Fast: New package, needed for dev-perl/Plack
Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
dev-perl/HTTP-Headers-Fast/HTTP-Headers-Fast-0.190.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,28 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
MODULE_AUTHOR=TOKUHIROM | ||
MODULE_VERSION=0.19 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Faster implementation of HTTP::Headers" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
dev-perl/HTTP-Date | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-perl/Module-Build-0.380.0 | ||
test? ( | ||
>=virtual/perl-Test-Simple-0.980.0 | ||
dev-perl/Test-Requires | ||
) | ||
" | ||
|
||
SRC_TEST="do parallel" |
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 @@ | ||
DIST HTTP-Headers-Fast-0.19.tar.gz 19214 SHA256 6f4c63e1e45af7aa605e4958ef08c13172fd07aa26c831f2e6db907477e5a2c5 SHA512 6feeaa9eca47e48310ae77c857615db24b0ad99e6678b959cc9eb439ed4f4fcb82c1d20318105716b4a15705d368f8f4b5f6ebdb5aabea25e6bf46facc99be9c WHIRLPOOL 354c6acc825ff1b490d8e782a07a0c90951377db43968fecab9797a57102834c5c2fce8bea5d6c20b06448a768f1cfadedd1db8ec7d0b60d2424147165a1395e |
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,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<herd>perl</herd> | ||
</pkgmetadata> |