diff options
author | 2021-10-02 23:40:16 +0200 | |
---|---|---|
committer | 2021-10-03 00:07:49 +0200 | |
commit | 4f4dafd143ec441f9b2e9d8d585564d554d8eeea (patch) | |
tree | 0230880e9faf7b063d5518a1e90f75362df4a1c6 /dev-perl/Weather-Com/Weather-Com-2.0.0-r1.ebuild | |
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/Weather-Com-2.0.0-r1.ebuild')
-rw-r--r-- | dev-perl/Weather-Com/Weather-Com-2.0.0-r1.ebuild | 33 |
1 files changed, 0 insertions, 33 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-r1.ebuild deleted file mode 100644 index ec884a815d57..000000000000 --- a/dev-perl/Weather-Com/Weather-Com-2.0.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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" -) |