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 14E3A138CEA for ; Sun, 14 Jun 2015 17:05:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D63FE08AE; Sun, 14 Jun 2015 17:05: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 83239E08A6 for ; Sun, 14 Jun 2015 17:05:30 +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 A8060340BE3 for ; Sun, 14 Jun 2015 17:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE56AA3C for ; Sun, 14 Jun 2015 17:05: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: <1434300365.e6dd3ac7e6db9b5b8d7ddbed8bd34d1d48a58775.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-SelfLoader/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r3.ebuild X-VCS-Directories: virtual/perl-SelfLoader/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e6dd3ac7e6db9b5b8d7ddbed8bd34d1d48a58775 X-VCS-Branch: master Date: Sun, 14 Jun 2015 17:05: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: 50fdeca9-61e6-4f2b-b823-85823443eded X-Archives-Hash: 0d22def42aa0b23280efb403b2cf05d0 commit: e6dd3ac7e6db9b5b8d7ddbed8bd34d1d48a58775 Author: Kent Fredric gmail com> AuthorDate: Sun Jun 14 16:46:05 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Jun 14 16:46:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e6dd3ac7 [cleanup] virtual/perl-SelfLoader: remove old version Package-Manager: portage-2.2.17 virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r3.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r3.ebuild b/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r3.ebuild deleted file mode 100644 index fcbb558..0000000 --- a/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 - -DESCRIPTION="Virtual for ${PN#perl-}" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="~perl-core/${PN#perl-}-${PV}"