From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F02731382C5 for ; Sun, 1 Apr 2018 19:18:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7B9CE09A4; Sun, 1 Apr 2018 19:18:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBD04E09A4 for ; Sun, 1 Apr 2018 19:18:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 592BF335DAA for ; Sun, 1 Apr 2018 19:18:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD2BF263 for ; Sun, 1 Apr 2018 19:18:35 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1522610295.61bfed3b5879acdb7f397161cb829e6d8f224010.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Weather-Com/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild X-VCS-Directories: dev-perl/Weather-Com/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 61bfed3b5879acdb7f397161cb829e6d8f224010 X-VCS-Branch: master Date: Sun, 1 Apr 2018 19:18:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67219b3b-9eab-4ed2-8e01-536c4225d55a X-Archives-Hash: 5b842dcc105f55e5611d8dfa6d9489df commit: 61bfed3b5879acdb7f397161cb829e6d8f224010 Author: Kent Fredric gentoo org> AuthorDate: Sun Apr 1 19:18:15 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Apr 1 19:18:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bfed3b dev-perl/Weather-Com: Cleanup old re #623148 Closes: https://bugs.gentoo.org/623148 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild | 30 --------------------------- 1 file changed, 30 deletions(-) diff --git a/dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild b/dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild deleted file mode 100644 index 28ad947e6cd..00000000000 --- a/dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=BOBERNST -MODULE_VERSION=2.0.0 -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 -" - -SRC_TEST="do"