dev-perl/HTTP-Date - 6.80.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-perl/HTTP-Date-6.80.0

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

autounmask =dev-perl/HTTP-Date-6.80.0

Or alternatively:

emerge --autounmask-write -a =dev-perl/HTTP-Date-6.80.0

Package Information

Description:
Date conversion for HTTP date formats

Ebuild Details

Version EAPI Keywords Slot
6.80.0 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=OALDERS
DIST_VERSION=6.08
inherit perl-module

DESCRIPTION="Date conversion for HTTP date formats"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"

RDEPEND="
	>=virtual/perl-Time-Local-1.280.0
	dev-perl/TimeDate
"
BDEPEND="
	${RDEPEND}
"

Inherited Eclasses

Dependencies

RDEPEND

	>=virtual/perl-Time-Local-1.280.0
	dev-perl/TimeDate

BDEPEND

	
	>=virtual/perl-Time-Local-1.280.0
	dev-perl/TimeDate