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 1BA041389E2 for ; Sun, 7 Dec 2014 00:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF990E08CD; Sun, 7 Dec 2014 00:33:31 +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 4CBFDE08CD for ; Sun, 7 Dec 2014 00:33:31 +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 3B8FC33DA93 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 DD638BB96 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: <1417902150.f8240b495a26b33431ce3bd53373d22eaa97036d.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Time-Format/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Time-Format/Time-Format-1.110.0.ebuild dev-perl/Time-Format/Time-Format-1.120.0.ebuild dev-perl/Time-Format/metadata.xml X-VCS-Directories: dev-perl/Time-Format/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f8240b495a26b33431ce3bd53373d22eaa97036d 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: a4ebae75-653f-4e3a-8502-8520b190f0d4 X-Archives-Hash: f3038006d6048e65440b32539cf12373 commit: f8240b495a26b33431ce3bd53373d22eaa97036d Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sat Dec 6 21:42:30 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Dec 6 21:42:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f8240b49 [cleanup] dev-perl/Time-Format moved to main tree --- dev-perl/Time-Format/Time-Format-1.110.0.ebuild | 24 --------------- dev-perl/Time-Format/Time-Format-1.120.0.ebuild | 39 ------------------------- dev-perl/Time-Format/metadata.xml | 9 ------ 3 files changed, 72 deletions(-) diff --git a/dev-perl/Time-Format/Time-Format-1.110.0.ebuild b/dev-perl/Time-Format/Time-Format-1.110.0.ebuild deleted file mode 100644 index 9d2bc65..0000000 --- a/dev-perl/Time-Format/Time-Format-1.110.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=ROODE -MODULE_VERSION="1.11" -inherit perl-module - -DESCRIPTION="Easy-to-use date/time formatting" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="virtual/perl-Time-Local - =virtual/perl-Module-Build-0.400.0 -} -perl_meta_build() { - # Test::Simple 0.40 ( 0.400.0 ) - echo \>=virtual/perl-Test-Simple-0.400.0 -} -perl_meta_runtime() { - # Time::Local 1.07 ( 1.70.0 ) - echo \>=virtual/perl-Time-Local-1.07 -} -DEPEND=" - $(gentoo_datemanip_fix) - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(gentoo_datemanip_fix) - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Time-Format/metadata.xml b/dev-perl/Time-Format/metadata.xml deleted file mode 100644 index d68274e..0000000 --- a/dev-perl/Time-Format/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - perl - - Time-Format - Time::Format - -