summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-02 23:40:16 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-03 00:07:49 +0200
commit4f4dafd143ec441f9b2e9d8d585564d554d8eeea (patch)
tree0230880e9faf7b063d5518a1e90f75362df4a1c6 /dev-perl/Weather-Com/Weather-Com-2.0.0-r1.ebuild
parentdev-perl/WeakRef: EAPI=8 bump (diff)
downloadgentoo-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.ebuild33
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"
-)