dev-perl/Astro-satpass - 0.067-r2 (AstroFloyd)

Search

Install

Install this version:

emerge -a =dev-perl/Astro-satpass-0.067-r2

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

autounmask =dev-perl/Astro-satpass-0.067-r2

Or alternatively:

emerge --autounmask-write -a =dev-perl/Astro-satpass-0.067-r2

Package Information

Description:
A Perl module to compute satellite passages for a given observing location
License:
Artistic-2

Ebuild Details

Version EAPI Keywords Slot
0.067-r2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=WYANT
DIST_VERSION=0.067
inherit perl-module

DESCRIPTION="A Perl module to compute satellite passages for a given observing location"

SLOT="0"
LICENSE="Artistic-2"
KEYWORDS="~amd64 ~x86"
IUSE="json"

BDEPEND="dev-perl/Module-Build"
RDEPEND="json? ( dev-perl/JSON )"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-perl/Astro-satpass | euse -E <flag> -p dev-perl/Astro-satpass | euse -D <flag> -p dev-perl/Astro-satpass

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

json? ( dev-perl/JSON )

BDEPEND

dev-perl/Module-Build