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 4F02B138CEA for ; Sun, 14 Jun 2015 17:05:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDE13E08C2; Sun, 14 Jun 2015 17:05:37 +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 33939E08C4 for ; Sun, 14 Jun 2015 17:05:32 +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 5CD36340C03 for ; Sun, 14 Jun 2015 17:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD192A4E for ; Sun, 14 Jun 2015 17:05:27 +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: <1434301081.3f4c928bd705e36691e925da32a65677e34a25d8.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/SelfLoader/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/SelfLoader/SelfLoader-1.200.0-r1.ebuild perl-core/SelfLoader/metadata.xml X-VCS-Directories: perl-core/SelfLoader/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3f4c928bd705e36691e925da32a65677e34a25d8 X-VCS-Branch: master Date: Sun, 14 Jun 2015 17:05:27 +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: b0006c45-c000-4de1-ad36-81824416b72a X-Archives-Hash: 05b5263522cf2fdc0e90e79dd48d1280 commit: 3f4c928bd705e36691e925da32a65677e34a25d8 Author: Kent Fredric gmail com> AuthorDate: Sun Jun 14 16:58:01 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Jun 14 16:58:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3f4c928b [trim] perl-core/SelfLoader: presently redundant perl-core/SelfLoader/SelfLoader-1.200.0-r1.ebuild | 16 ---------------- perl-core/SelfLoader/metadata.xml | 13 ------------- 2 files changed, 29 deletions(-) diff --git a/perl-core/SelfLoader/SelfLoader-1.200.0-r1.ebuild b/perl-core/SelfLoader/SelfLoader-1.200.0-r1.ebuild deleted file mode 100644 index 1382901..0000000 --- a/perl-core/SelfLoader/SelfLoader-1.200.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=SMUELLER -MODULE_VERSION=1.20 -inherit perl-module - -DESCRIPTION='load functions only on demand' -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="" -DEPEND="$RDEPEND - virtual/perl-ExtUtils-MakeMaker" -SRC_TEST="do parallel" diff --git a/perl-core/SelfLoader/metadata.xml b/perl-core/SelfLoader/metadata.xml deleted file mode 100644 index b268b50..0000000 --- a/perl-core/SelfLoader/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - perl - - kentfredric@gmail.com - Kent Fredric - - - SelfLoader - SelfLoader - -