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 0FCA1138CD3 for ; Tue, 9 Jun 2015 08:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23F43E0886; Tue, 9 Jun 2015 08:15:01 +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 BFE64E0887 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 A4BCF340A7B 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 36F8EA3D 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: <1433830411.00a96ae56718e23637690ccae3d10211c7f3189f.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Strict/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild X-VCS-Directories: dev-perl/Test-Strict/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 00a96ae56718e23637690ccae3d10211c7f3189f 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: 9cf90a8f-186d-4458-ac56-533fa0689417 X-Archives-Hash: f3217bd17a4ae8fb72aa6165b06676ea commit: 00a96ae56718e23637690ccae3d10211c7f3189f Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 06:13:31 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 06:13:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=00a96ae5 [cleanup] Test-Strict: Remove old versions Package-Manager: portage-2.2.17 dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild | 23 ----------------------- dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild | 23 ----------------------- 2 files changed, 46 deletions(-) diff --git a/dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild deleted file mode 100644 index ce5b89f..0000000 --- a/dev-perl/Test-Strict/Test-Strict-0.130.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=PDENIS -MODULE_VERSION="0.13" -inherit perl-module - -DESCRIPTION="Check syntax, presence of use strict; and test coverage" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Devel-Cover-0.430.0 - virtual/perl-File-Spec" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do diff --git a/dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild deleted file mode 100644 index f8ec0e9..0000000 --- a/dev-perl/Test-Strict/Test-Strict-0.140.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=PDENIS -MODULE_VERSION="0.14" -inherit perl-module - -DESCRIPTION="Check syntax, presence of use strict; and test coverage" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Devel-Cover-0.430.0 - virtual/perl-File-Spec" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST=do