mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/File-Slurper: Bump to 0.9.0
- EAPI6
- Ship benchmarks as USE="examples"
- Actually specify some dependencies and use a correctly
normalised version. If @monsieurp is reading this he should
imagine a nun ringing a bell beside him, and then look in this
directory. SHAME!
Upstream:
- Ensure PerlIO::encoding is loaded before localising its
$fallback value.
Keywording:
- New dependencies
- Dropped: alpha arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh
sparc
Package-Manager: portage-2.3.3
This commit is contained in:
32
dev-perl/File-Slurper/File-Slurper-0.9.0.ebuild
Normal file
32
dev-perl/File-Slurper/File-Slurper-0.9.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=LEONT
|
||||
DIST_VERSION=0.009
|
||||
DIST_EXAMPLES=( "bench/*" )
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="A simple, sane and efficient module to slurp a file"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/PerlIO-utf8_strict
|
||||
virtual/perl-Carp
|
||||
virtual/perl-Encode
|
||||
>=virtual/perl-Exporter-5.570.0
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-File-Spec
|
||||
virtual/perl-File-Temp
|
||||
virtual/perl-Test-Simple
|
||||
dev-perl/Test-Warnings
|
||||
)
|
||||
"
|
||||
@@ -1 +1,2 @@
|
||||
DIST File-Slurper-0.008.tar.gz 14760 SHA256 10f685140e2cebdd0381f24b010b028f9ca2574361a78f99f4dfe87af5d5d233 SHA512 b0d82e18f8d954bf7458df31a70bc2eb979902742ba0f60f948aec6c86880580a544a00409be754a7690c07318298f31d52502e41c40a7c7b232ad86eae9b155 WHIRLPOOL e48a2bbfc152b1dc273d6ce6238bcdbf655df215ab940568e828f0ba1814550091aabb2967f4cdfc5f49e16ae8b16fe7a1a0d6c0095741c612cad1d17d38f15b
|
||||
DIST File-Slurper-0.009.tar.gz 15858 SHA256 3eab340deff6ba5456e7d1156b9cfcc387e1243acfc156ff92b75b3f2e120b91 SHA512 e07074eb5470df75c43848d9bd2e0c5d3bfabf3b6f9739e67d830ce87f4f38a3a569aeca885537d0f9c7d2e285e52f7dfdc27f8035ce0d74d6c750067959f057 WHIRLPOOL 9ce383b20c45809ef41c7b5872bec06f9f20b4eda0496b58c5b9552c8f2ec8973395613c04e2ed7d28317317ff618221d5c3b0285bcdb4c98da6266508b07d8f
|
||||
|
||||
Reference in New Issue
Block a user