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 73791138247 for ; Sat, 9 Nov 2013 05:56:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7DAEE09B9; Sat, 9 Nov 2013 05:56:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2ADBDE09A9 for ; Sat, 9 Nov 2013 05:56:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21BF033F258 for ; Sat, 9 Nov 2013 05:56:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C5766E545C for ; Sat, 9 Nov 2013 05:56:17 +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: <1383924666.c7b0ffcb7d75334605d77b47aade93490fcbf0c8.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Exporter/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/Exporter/ChangeLog perl-core/Exporter/Exporter-5.680.0.ebuild X-VCS-Directories: perl-core/Exporter/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c7b0ffcb7d75334605d77b47aade93490fcbf0c8 X-VCS-Branch: master Date: Sat, 9 Nov 2013 05:56:17 +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: e53c720a-5387-4211-a17c-62cdbc45d257 X-Archives-Hash: 28c0e979f9b89003351b4b87126f7ab1 commit: c7b0ffcb7d75334605d77b47aade93490fcbf0c8 Author: Kent Fredric gmail com> AuthorDate: Fri Nov 8 15:31:06 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Nov 8 15:31:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c7b0ffcb [trim] perl-core/Exporter-5.680.0 In gentoo Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- perl-core/Exporter/ChangeLog | 3 +++ perl-core/Exporter/Exporter-5.680.0.ebuild | 35 ------------------------------ 2 files changed, 3 insertions(+), 35 deletions(-) diff --git a/perl-core/Exporter/ChangeLog b/perl-core/Exporter/ChangeLog index 85d4f51..35a937c 100644 --- a/perl-core/Exporter/ChangeLog +++ b/perl-core/Exporter/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 08 Nov 2013; Kent Fredric -Exporter-5.680.0.ebuild: + In gentoo + *Exporter-5.680.0 (01 May 2013) 01 May 2013; Kent Fredric +Exporter-5.680.0.ebuild: diff --git a/perl-core/Exporter/Exporter-5.680.0.ebuild b/perl-core/Exporter/Exporter-5.680.0.ebuild deleted file mode 100644 index f6dee4f..0000000 --- a/perl-core/Exporter/Exporter-5.680.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=TODDR -MODULE_VERSION=5.68 -inherit perl-module - -DESCRIPTION='Implements default import method for modules' -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 1.05 ( 1.50.0 ) - #echo \>=dev-lang/perl-1.50.0 - return; -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"