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 074F813838B for ; Sun, 5 Oct 2014 09:41:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63A8AE08BF; Sun, 5 Oct 2014 09:41:44 +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 0C4E6E08BF for ; Sun, 5 Oct 2014 09:41:43 +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 E06C034026F for ; Sun, 5 Oct 2014 09:41:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 952CE70A0 for ; Sun, 5 Oct 2014 09:41:41 +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: <1412499922.f4e8ef9f4377cb2156b52ddf5fc844ea79bada7b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Env/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/Env/Env-1.20.0.ebuild perl-core/Env/Env-1.30.0.ebuild X-VCS-Directories: perl-core/Env/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f4e8ef9f4377cb2156b52ddf5fc844ea79bada7b X-VCS-Branch: master Date: Sun, 5 Oct 2014 09:41:41 +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: 2ca68dd5-051b-44d1-b312-0cb5d5437172 X-Archives-Hash: e94ba405a753e260ab4fb898a76671f8 commit: f4e8ef9f4377cb2156b52ddf5fc844ea79bada7b Author: Kent Fredric gmail com> AuthorDate: Sun Oct 5 09:05:22 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Oct 5 09:05:22 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f4e8ef9f [cleanup] perl-core/Env remove old Package-Manager: portage-2.2.10 --- perl-core/Env/Env-1.20.0.ebuild | 27 --------------------------- perl-core/Env/Env-1.30.0.ebuild | 27 --------------------------- 2 files changed, 54 deletions(-) diff --git a/perl-core/Env/Env-1.20.0.ebuild b/perl-core/Env/Env-1.20.0.ebuild deleted file mode 100644 index 9914221..0000000 --- a/perl-core/Env/Env-1.20.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="3" -MODULE_AUTHOR=FLORA -MODULE_VERSION="1.02" -inherit perl-module - -DESCRIPTION="perl module that imports environment variables as scalars or arrays" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -comment() { echo ''; } - -COMMON_DEPEND=" - $(comment Tie-Array) -" -DEPEND=" - ${COMMON_DEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31 -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/perl-core/Env/Env-1.30.0.ebuild b/perl-core/Env/Env-1.30.0.ebuild deleted file mode 100644 index d40f309..0000000 --- a/perl-core/Env/Env-1.30.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=FLORA -MODULE_VERSION=1.03 -inherit perl-module - -DESCRIPTION="perl module that imports environment variables as scalars or arrays" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -comment() { echo ''; } - -COMMON_DEPEND=" - $(comment Tie-Array) -" -DEPEND=" - ${COMMON_DEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31 -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do"