diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-02 23:40:16 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-03 00:07:49 +0200 |
commit | 4f4dafd143ec441f9b2e9d8d585564d554d8eeea (patch) | |
tree | 0230880e9faf7b063d5518a1e90f75362df4a1c6 /dev-perl/Weather-Com | |
parent | dev-perl/WeakRef: EAPI=8 bump (diff) | |
download | gentoo-4f4dafd143ec441f9b2e9d8d585564d554d8eeea.tar.gz gentoo-4f4dafd143ec441f9b2e9d8d585564d554d8eeea.tar.bz2 gentoo-4f4dafd143ec441f9b2e9d8d585564d554d8eeea.zip |
dev-perl/Weather-Com: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Weather-Com')
-rw-r--r-- | dev-perl/Weather-Com/Weather-Com-2.0.0-r2.ebuild (renamed from dev-perl/Weather-Com/Weather-Com-2.0.0-r1.ebuild) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-perl/Weather-Com/Weather-Com-2.0.0-r1.ebuild b/dev-perl/Weather-Com/Weather-Com-2.0.0-r2.ebuild index ec884a815d57..222d314a0394 100644 --- a/dev-perl/Weather-Com/Weather-Com-2.0.0-r1.ebuild +++ b/dev-perl/Weather-Com/Weather-Com-2.0.0-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + DIST_AUTHOR=BOBERNST DIST_VERSION=2.0.0 DIST_EXAMPLES=("samples/*") @@ -10,7 +11,6 @@ inherit perl-module DESCRIPTION='fetching weather information from weather.com' SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" virtual/perl-Data-Dumper @@ -24,9 +24,10 @@ RDEPEND=" dev-perl/URI dev-perl/XML-Simple " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " + PATCHES=( "${FILESDIR}/${PN}-2.0.0-dotinc.patch" "${FILESDIR}/${PN}-2.0.0-network.patch" |