From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C8EA138334 for ; Sun, 10 Jun 2018 07:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEDD8E08ED; Sun, 10 Jun 2018 07:21:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74D3EE08ED for ; Sun, 10 Jun 2018 07:21:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7514335CB3 for ; Sun, 10 Jun 2018 07:21:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 653C92E0 for ; Sun, 10 Jun 2018 07:21:00 +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: <1528615245.f7742bb0a6bb3169c6e29bce03f81267b4d2f40f.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-StrictConstructor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MooseX-StrictConstructor/Manifest dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.190.0.ebuild X-VCS-Directories: dev-perl/MooseX-StrictConstructor/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f7742bb0a6bb3169c6e29bce03f81267b4d2f40f X-VCS-Branch: master Date: Sun, 10 Jun 2018 07:21:00 +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: 85917db2-749e-4849-9234-3fd2449dd55f X-Archives-Hash: 1485bd9efd3fd68b16f35d2dbee7c7ac commit: f7742bb0a6bb3169c6e29bce03f81267b4d2f40f Author: Kent Fredric gentoo org> AuthorDate: Sun Jun 10 07:18:25 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Jun 10 07:20:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7742bb0 dev-perl/MooseX-StrictConstructor: Cleanup old version 0.190.0 Package-Manager: Portage-2.3.29, Repoman-2.3.9 dev-perl/MooseX-StrictConstructor/Manifest | 1 - .../MooseX-StrictConstructor-0.190.0.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-perl/MooseX-StrictConstructor/Manifest b/dev-perl/MooseX-StrictConstructor/Manifest index df6b13c6c97..e32495bee0b 100644 --- a/dev-perl/MooseX-StrictConstructor/Manifest +++ b/dev-perl/MooseX-StrictConstructor/Manifest @@ -1,2 +1 @@ -DIST MooseX-StrictConstructor-0.19.tar.gz 10242 BLAKE2B e4e200365a1c85c9d0d5c2a84bad62d6c76c292aa5a4c97100cd604b67d6156bc137080e295a73354793b0398208804fba485a9f410e17b822eed912b4a49330 SHA512 49fe134b4fa9f8deef014851aa851a185f02eb6f75c293e76a1143cb23de760aa46aeefcdb4c22322b545e73058532d35b0924f91de2561277b3f485f7a2fabd DIST MooseX-StrictConstructor-0.21.tar.gz 26792 BLAKE2B 5f56bd45f22f5ac8bd05d92475f8c3dea7f46832ca70c1f42c6a522df86f95e6f8ac83e3f0c36c0f580d3dbf4492fe6094155b014aaf4ceff6eea1f29ec18020 SHA512 b515ce0de7962b2d2da0da3dfd0fab978a014f2d5dc9e92e76cc137a260d3190a993d3b791db5eaf416e838180bdec1f827961aad4552c67f7c7cf1477107bfc diff --git a/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.190.0.ebuild b/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.190.0.ebuild deleted file mode 100644 index 400f34e3b49..00000000000 --- a/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.190.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.19 -inherit perl-module - -DESCRIPTION="Make your object constructors blow up on unknown attributes" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Moose-0.94 - dev-perl/namespace-autoclean" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31 - test? ( dev-perl/Test-Fatal )" - -SRC_TEST=do