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 BC1C11382C5 for ; Tue, 17 Apr 2018 00:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B160E09E6; Tue, 17 Apr 2018 00:06:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D5672E09E6 for ; Tue, 17 Apr 2018 00:06:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0002A335C2E for ; Tue, 17 Apr 2018 00:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEC7F292 for ; Tue, 17 Apr 2018 00:06:15 +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: <1523923520.b0d779441acd3f8eb2d9d55e83048334eb26fb44.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Container/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-Container/Class-Container-0.120.0-r1.ebuild X-VCS-Directories: dev-perl/Class-Container/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b0d779441acd3f8eb2d9d55e83048334eb26fb44 X-VCS-Branch: master Date: Tue, 17 Apr 2018 00:06:15 +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: 15a290b7-dd0b-4e00-8f72-db131dd8474b X-Archives-Hash: 0f727202358ea08c54160ffd663340de commit: b0d779441acd3f8eb2d9d55e83048334eb26fb44 Author: Kent Fredric gentoo org> AuthorDate: Mon Apr 16 19:18:29 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 17 00:05:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d77944 dev-perl/Class-Container: Cleanup old Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../Class-Container/Class-Container-0.120.0-r1.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-perl/Class-Container/Class-Container-0.120.0-r1.ebuild b/dev-perl/Class-Container/Class-Container-0.120.0-r1.ebuild deleted file mode 100644 index 16c340efd9b..00000000000 --- a/dev-perl/Class-Container/Class-Container-0.120.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=KWILLIAMS -MODULE_VERSION=0.12 -inherit perl-module - -DESCRIPTION="Class-Container module for perl" - -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" -IUSE="" - -RDEPEND=">=dev-perl/Params-Validate-0.24-r1 - >=virtual/perl-Scalar-List-Utils-1.08" -DEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.28"