From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3BDA91389E2 for ; Sun, 7 Dec 2014 00:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5FABE0876; Sun, 7 Dec 2014 00:33:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 628BCE0876 for ; Sun, 7 Dec 2014 00:33:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F07D34057C for ; Sun, 7 Dec 2014 00:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF4B0BB97 for ; Sun, 7 Dec 2014 00:33:26 +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: <1417902229.71b66fa0c5144ccf63ba9556992e4b0f426b3a50.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Weather-Com/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Weather-Com/Weather-Com-0.5.5.ebuild dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild dev-perl/Weather-Com/metadata.xml X-VCS-Directories: dev-perl/Weather-Com/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 71b66fa0c5144ccf63ba9556992e4b0f426b3a50 X-VCS-Branch: master Date: Sun, 7 Dec 2014 00:33:26 +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: 07ede328-fe93-43bc-9c1c-65253c5b5f20 X-Archives-Hash: feb6f32a12d818652dc6eb5e745e0532 commit: 71b66fa0c5144ccf63ba9556992e4b0f426b3a50 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sat Dec 6 21:43:49 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Dec 6 21:43:49 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=71b66fa0 [cleanup] dev-perl/Weather-Com moved to main tree --- dev-perl/Weather-Com/Weather-Com-0.5.5.ebuild | 24 ------------ dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild | 56 --------------------------- dev-perl/Weather-Com/metadata.xml | 29 -------------- 3 files changed, 109 deletions(-) diff --git a/dev-perl/Weather-Com/Weather-Com-0.5.5.ebuild b/dev-perl/Weather-Com/Weather-Com-0.5.5.ebuild deleted file mode 100644 index 15e9303..0000000 --- a/dev-perl/Weather-Com/Weather-Com-0.5.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -MODULE_AUTHOR="SCHNUECK" -inherit perl-module - -DESCRIPTION="fetching weather information from weather.com site" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-perl/libwww-perl - virtual/perl-Storable - dev-perl/Time-Format - virtual/perl-Time-Local - dev-perl/URI - dev-perl/XML-Simple" -RDEPEND="${DEPEND}" - -SRC_TEST="do" 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 65dd921..0000000 --- a/dev-perl/Weather-Com/Weather-Com-2.0.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=BOBERNST -MODULE_VERSION=2.0.0 -inherit perl-module - -DESCRIPTION='fetching weather information from weather.com' -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # Carp - # echo dev-lang/perl - # Class::Struct - # echo dev-lang/perl - # Data::Dumper - echo virtual/perl-Data-Dumper - # HTTP::Request - echo dev-perl/HTTP-Message - # LWP::UserAgent - echo dev-perl/libwww-perl - # Locale::Maketext - echo virtual/perl-locale-maketext - # Storable - echo virtual/perl-Storable - # Test::MockObject - echo dev-perl/Test-MockObject - # Time::Format 1.0 ( 1.0.0 ) - echo \>=dev-perl/Time-Format-1.0.0 - # Time::Local - echo virtual/perl-Time-Local - # URI::Escape - echo dev-perl/URI - # XML::Simple - echo dev-perl/XML-Simple -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Weather-Com/metadata.xml b/dev-perl/Weather-Com/metadata.xml deleted file mode 100644 index 855716d..0000000 --- a/dev-perl/Weather-Com/metadata.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - perl - - Weather-Com - Weather::Com - Weather::Com::AirPressure - Weather::Com::Base - Weather::Com::Cached - Weather::Com::CurrentConditions - Weather::Com::DateTime - Weather::Com::DayForecast - Weather::Com::DayPart - Weather::Com::Finder - Weather::Com::Forecast - Weather::Com::L10N - Weather::Com::L10N::de - Weather::Com::L10N::en_us - Weather::Com::L10N::fr - Weather::Com::Location - Weather::Com::Moon - Weather::Com::Object - Weather::Com::Simple - Weather::Com::UVIndex - Weather::Com::Units - Weather::Com::Wind - -