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 B0F0C138CD3 for ; Tue, 9 Jun 2015 08:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05EDCE0891; Tue, 9 Jun 2015 08:15:00 +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 300CEE0887 for ; Tue, 9 Jun 2015 08:14:59 +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 7DAD0340A78 for ; Tue, 9 Jun 2015 08:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13D74A3B for ; Tue, 9 Jun 2015 08:14:56 +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: <1433830386.b51775b32eeae4579c4b391174da9cbd2ce7f0e1.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Compile/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild X-VCS-Directories: dev-perl/Test-Compile/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b51775b32eeae4579c4b391174da9cbd2ce7f0e1 X-VCS-Branch: master Date: Tue, 9 Jun 2015 08:14:56 +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: add4e519-c2ef-4f7d-995a-924c104c885e X-Archives-Hash: b9fef797333414ec858512106307be27 commit: b51775b32eeae4579c4b391174da9cbd2ce7f0e1 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 06:13:06 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 06:13:06 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b51775b3 [cleanup] Test-Compile: Remove old versions Package-Manager: portage-2.2.17 dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild | 25 ----------------------- 1 file changed, 25 deletions(-) diff --git a/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild deleted file mode 100644 index 5b8bbb9..0000000 --- a/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=MARCEL -MODULE_VERSION="0.13" -inherit perl-module - -DESCRIPTION="check whether Perl module files compile correctly" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-perl/UNIVERSAL-require -" -# dev-perl/Devel-CheckOS" -DEPEND=" - ${RDEPEND} - test? ( >=virtual/perl-Test-Simple-0.88 ) -" -SRC_TEST="do"