commit: 4f4dafd143ec441f9b2e9d8d585564d554d8eeea
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 2 21:40:16 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 2 22:07:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4dafd1
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 <AT> gentoo.org>
.../{Weather-Com-2.0.0-r1.ebuild => Weather-Com-2.0.0-r2.ebuild} | 9 +++++----
1 file 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
similarity index 89%
rename from dev-perl/Weather-Com/Weather-Com-2.0.0-r1.ebuild
rename to dev-perl/Weather-Com/Weather-Com-2.0.0-r2.ebuild
index ec884a815d5..222d314a039 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"