You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Weather-Com/Weather-Com-2.0.0-r1.ebuild

34 lines
704 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=BOBERNST
DIST_VERSION=2.0.0
DIST_EXAMPLES=("samples/*")
inherit perl-module
DESCRIPTION='fetching weather information from weather.com'
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
virtual/perl-Data-Dumper
dev-perl/HTTP-Message
dev-perl/libwww-perl
virtual/perl-Locale-Maketext
virtual/perl-Storable
dev-perl/Test-MockObject
>=dev-perl/Time-Format-1.0.0
virtual/perl-Time-Local
dev-perl/URI
dev-perl/XML-Simple
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
PATCHES=(
"${FILESDIR}/${PN}-2.0.0-dotinc.patch"
"${FILESDIR}/${PN}-2.0.0-network.patch"
)