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 30131138CC4 for ; Sun, 29 Mar 2015 10:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1449E08C6; Sun, 29 Mar 2015 10:28:38 +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 7283EE08C6 for ; Sun, 29 Mar 2015 10:28:38 +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 B38A3340C04 for ; Sun, 29 Mar 2015 10:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5556F14C4B for ; Sun, 29 Mar 2015 10:28: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: <1427624822.198298369be23112f973a0906c50e1807c48cc9c.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Import-Into/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Import-Into/Import-Into-1.2.4.ebuild dev-perl/Import-Into/metadata.xml X-VCS-Directories: dev-perl/Import-Into/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 198298369be23112f973a0906c50e1807c48cc9c X-VCS-Branch: master Date: Sun, 29 Mar 2015 10:28: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: 090bccb5-fbea-482b-a3bd-cc4b7876791f X-Archives-Hash: 761619141f1a3ba2a513843363d3692b commit: 198298369be23112f973a0906c50e1807c48cc9c Author: Kent Fredric gmail com> AuthorDate: Sun Mar 29 10:27:02 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Mar 29 10:27:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=19829836 [prune] Import-Into: Needed version now in Gentoo dev-perl/Import-Into/Import-Into-1.2.4.ebuild | 28 --------------------------- dev-perl/Import-Into/metadata.xml | 9 --------- 2 files changed, 37 deletions(-) diff --git a/dev-perl/Import-Into/Import-Into-1.2.4.ebuild b/dev-perl/Import-Into/Import-Into-1.2.4.ebuild deleted file mode 100644 index b518a58..0000000 --- a/dev-perl/Import-Into/Import-Into-1.2.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Import-Into/Import-Into-1.2.0.ebuild,v 1.3 2014/12/07 12:55:32 zlogene Exp $ - -EAPI=5 - -MODULE_AUTHOR=ETHER -MODULE_VERSION=1.002004 -inherit perl-module - -DESCRIPTION="Import packages into other packages" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~x86-solaris" -IUSE="test" - -RDEPEND=" - dev-perl/Module-Runtime -" -DEPEND=" - ${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Exporter - virtual/perl-Test-Simple - ) -" -SRC_TEST=do diff --git a/dev-perl/Import-Into/metadata.xml b/dev-perl/Import-Into/metadata.xml deleted file mode 100644 index d2c6bef..0000000 --- a/dev-perl/Import-Into/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - perl - - Import-Into - Import::Into - -