dev-perl/Statistics-Basic - 1.661.100-r1 (gentoo)

Search

Install

Install this version:

emerge -a =dev-perl/Statistics-Basic-1.661.100-r1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/Statistics-Basic-1.661.100-r1

Or alternatively:

emerge --autounmask-write -a =dev-perl/Statistics-Basic-1.661.100-r1

Package Information

Description:
A collection of very basic statistics modules

Ebuild Details

Version EAPI Keywords Slot
1.661.100-r1 8 amd64 x86 0
View Raw Ebuild
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=JETTERO
DIST_VERSION=1.6611
inherit perl-module

DESCRIPTION="A collection of very basic statistics modules"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND="
	>=dev-perl/Number-Format-1.420.0
"
BDEPEND="${RDEPEND}"
PATCHES=(
	"${FILESDIR}/${PN}-${DIST_VERSION}-no-dot-inc.patch"
)
PERL_RM_FILES=(
	"t/pod_coverage.t"
	"t/pod.t"
	"t/critic.t"
)

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-perl/Number-Format-1.420.0

BDEPEND

	>=dev-perl/Number-Format-1.420.0